- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 27 Jul 2009 10:35:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24704
Modified Files:
.cvsignore Makefile toc-status.html tocmix.xsl
Log Message:
further refinements to mechanism for generating dynamic status TOC
Index: .cvsignore
===================================================================
RCS file: /sources/public/html5/spec/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .cvsignore 25 Jul 2009 04:10:35 -0000 1.2
+++ .cvsignore 27 Jul 2009 10:35:53 -0000 1.3
@@ -1,4 +1,4 @@
MANIFEST
annotations.xml
-spec.xml
+toc-status.xml
tidy.log
Index: tocmix.xsl
===================================================================
RCS file: /sources/public/html5/spec/tocmix.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- tocmix.xsl 27 Jul 2009 09:41:45 -0000 1.8
+++ tocmix.xsl 27 Jul 2009 10:35:53 -0000 1.9
@@ -3,7 +3,7 @@
xmlns:h="http://www.w3.org/1999/xhtml"
xmlns="http://www.w3.org/1999/xhtml"
version="1.0">
- <xsl:param name="Annotations" />
+ <xsl:param name="Annotations">http://people.w3.org/mike/html5/spec/get-all-annotations.py</xsl:param>
<xsl:param name="AnnoDB" select="document($Annotations)" />
<xsl:template match="h:ol[@class='toc']">
<xsl:apply-templates mode="toc" />
Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile 27 Jul 2009 09:41:44 -0000 1.16
+++ Makefile 27 Jul 2009 10:35:53 -0000 1.17
@@ -44,21 +44,21 @@
for file in $$(cat MANIFEST); \
do $(PERL) $(PERLFLAGS) -pi -e 's|</nav>|</nav><p>This is revision $(REVISION)</p>\n|' $$file; done
-toc-status.html: annotations.xml spec.xml tocmix.xsl
- $(XSLTPROC) $(XSLTPROCFLAGS) \
- --novalid --output $@ \
- --stringparam Annotations annotations.xml \
- tocmix.xsl spec.xml
-
annotations.xml:
$(CURL) --output $@ $(ANNODB)
-spec.xml: Overview.html get-toc.xsl
+toc-status.xml: Overview.html get-toc.xsl
-$(TIDY) $(TIDYFLAGS) $< 2> tidy.log \
| $(XSLTPROC) $(XSLTPROCFLAGS) get-toc.xsl - > $@
+toc-status.html: annotations.xml toc-status.xml tocmix.xsl
+ $(XSLTPROC) $(XSLTPROCFLAGS) \
+ --novalid --output $@ \
+ --stringparam Annotations annotations.xml \
+ tocmix.xsl toc-status.xml
+
clean:
$(RM) MANIFEST
- $(RM) spec.xml
+ $(RM) toc-status.xml
$(RM) annotations.xml
$(RM) tidy.log
Index: toc-status.html
===================================================================
RCS file: /sources/public/html5/spec/toc-status.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- toc-status.html 27 Jul 2009 09:46:15 -0000 1.9
+++ toc-status.html 27 Jul 2009 10:35:53 -0000 1.10
@@ -137,29 +137,29 @@
</li>
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=urls" class="status WD">WD</a> <a href="../spec/#urls">2.5 URLs</a>
<ol>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=terminology-0" class="status SPLITREC">SPLITREC</a> <a href="../spec/#terminology-0">2.5.1
+<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=terminology-0" class="status WD">WD</a> <a href="../spec/#terminology-0">2.5.1
Terminology</a></li>
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=dynamic-changes-to-base-urls" class="status CR">CR</a> <a href="../spec/#dynamic-changes-to-base-urls">2.5.2 Dynamic changes to base URLs</a></li>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=interfaces-for-url-manipulation" class="status ADD">ADD</a> <a href="../spec/#interfaces-for-url-manipulation">2.5.3 Interfaces for URL manipulation</a></li>
+<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=interfaces-for-url-manipulation" class="status LC">LC</a> <a href="../spec/#interfaces-for-url-manipulation">2.5.3 Interfaces for URL manipulation</a></li>
</ol>
</li>
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=fetching-resources" class="status WD">WD</a> <a href="../spec/#fetching-resources">2.6
Fetching resources</a>
<ol>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=concept-http-equivalent" class="status ADD">ADD</a> <a href="../spec/#concept-http-equivalent">2.6.1 Protocol concepts</a></li>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=encrypted-http-and-related-security-concerns" class="status ADD">ADD</a> <a href="../spec/#encrypted-http-and-related-security-concerns">2.6.2 Encrypted HTTP and related security
+<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=concept-http-equivalent" class="status WD">WD</a> <a href="../spec/#concept-http-equivalent">2.6.1 Protocol concepts</a></li>
+<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=encrypted-http-and-related-security-concerns" class="status WD">WD</a> <a href="../spec/#encrypted-http-and-related-security-concerns">2.6.2 Encrypted HTTP and related security
concerns</a></li>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=content-type-sniffing" class="status SPLITREC">SPLITREC</a> <a href="../spec/#content-type-sniffing">2.6.3 Determining the type of a resource</a></li>
+<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=content-type-sniffing" class="status WD">WD</a> <a href="../spec/#content-type-sniffing">2.6.3 Determining the type of a resource</a></li>
</ol>
</li>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=character-encodings-0" class="status ADD">ADD</a> <a href="../spec/#character-encodings-0">2.7
+<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=character-encodings-0" class="status WD">WD</a> <a href="../spec/#character-encodings-0">2.7
Character encodings</a></li>
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=common-dom-interfaces" class="status WD">WD</a> <a href="../spec/#common-dom-interfaces">2.8
Common DOM interfaces</a>
<ol>
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=reflecting-content-attributes-in-dom-attributes" class="status ADD">ADD</a> <a href="../spec/#reflecting-content-attributes-in-dom-attributes">2.8.1 Reflecting content attributes in DOM
attributes</a></li>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=collections" class="status ADD">ADD</a> <a href="../spec/#collections">2.8.2
+<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=collections" class="status WD">WD</a> <a href="../spec/#collections">2.8.2
Collections</a>
<ol>
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=htmlcollection" class="status ADD">ADD</a> <a href="../spec/#htmlcollection">2.8.2.1
@@ -255,7 +255,7 @@
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=paragraphs" class="status ADD">ADD</a> <a href="../spec/#paragraphs">3.5
Paragraphs</a></li>
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=apis-in-html-documents" class="status CR">CR</a> <a href="../spec/#apis-in-html-documents">3.6 APIs in HTML documents</a></li>
-<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=interactions-with-xpath-and-xslt" class="status UNKNOWN">UNKNOWN</a> <a href="../spec/#interactions-with-xpath-and-xslt">3.7 Interactions with XPath and XSLT</a></li>
+<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=interactions-with-xpath-and-xslt" class="status CWD">CWD</a> <a href="../spec/#interactions-with-xpath-and-xslt">3.7 Interactions with XPath and XSLT</a></li>
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=dynamic-markup-insertion" class="status ADD">ADD</a> <a href="../spec/#dynamic-markup-insertion">3.8 Dynamic markup insertion</a>
<ol>
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=controlling-the-input-stream" class="status LC">LC</a> <a href="../spec/#controlling-the-input-stream">3.8.1 Controlling the input stream</a></li>
Received on Monday, 27 July 2009 10:36:06 UTC