- From: poot <cvsmail@w3.org>
- Date: Mon, 30 Jun 2008 10:16:45 +0900 (JST)
- To: public-html-diffs@w3.org
fixed the links to cumulative diff (changed by: Michael Smith) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.278.html#introduction_wd2 http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.278.html#acknowledgements_fpwd http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.278.html#relationship0_wd2 Current content per affected section: http://dev.w3.org/html5/pubnotes/Overview.html#introduction_wd2 http://dev.w3.org/html5/pubnotes/Overview.html#acknowledgements_fpwd http://dev.w3.org/html5/pubnotes/Overview.html#relationship0_wd2 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#introduction_wd2 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#acknowledgements_fpwd http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#relationship0_wd2 Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.277&r2=1.278&f=h =================================================================== RCS file: /sources/public/html5/pubnotes/specgen.xsl,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- specgen.xsl 29 Jun 2008 14:07:09 -0000 1.34 +++ specgen.xsl 30 Jun 2008 01:14:40 -0000 1.35 @@ -527,7 +527,7 @@ <xsl:when test="ancestor::*[@id = 'details_wd2']"> <xsl:call-template name="make-spec-links"> <xsl:with-param name="spec-url">http://www.w3.org/html/wg/html5</xsl:with-param> - <xsl:with-param name="diff-url">http://www.w3.org/html/wg/html5</xsl:with-param> + <xsl:with-param name="diff-url">http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html</xsl:with-param> <xsl:with-param name="date-old">10 June 2008</xsl:with-param> <xsl:with-param name="date-new">current “Editor’s Draft”</xsl:with-param> <xsl:with-param name="filename"/> @@ -560,8 +560,10 @@ ><xsl:apply-templates select='node()'/></a>” in the <xsl:value-of select="$date-new"/> version of the specification.</p> - <p class="spec-link">View “<a href="{$diff-url}/{$filename}#{$id-adjusted}" - ><xsl:apply-templates select='node()'/></a>” in a + <p class="spec-link">View + <!-- * “<a href="{$diff-url}/{$filename}#{$id-adjusted}" ><xsl:apply-templates select='node()'/></a>” --> + “<a href="{$diff-url}#{$id-adjusted}" ><xsl:apply-templates select='node()'/></a>” + in a diff-marked version of the specification, showing changes made between <xsl:value-of select="$date-old"/> Index: Overview.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.277 retrieving revision 1.278 diff -u -d -r1.277 -r1.278 --- Overview.html 30 Jun 2008 01:04:48 -0000 1.277 +++ Overview.html 30 Jun 2008 01:14:39 -0000 1.278 @@ -506,7 +506,10 @@ <div id="introduction_wd2" class="section"> <h2>Section 1, Introduction <a class="hash" href="#introduction_wd2">#</a> <a class="toc-bak" href="#introduction_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#introduction">Section 1, Introduction</a>” in the current “Editor’s Draft” - version of the specification.</p><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#introduction">Section 1, Introduction</a>” in a + version of the specification.</p><p class="spec-link">View + + “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#introduction">Section 1, Introduction</a>” + in a diff-marked version of the specification, showing changes made between 10 June 2008 [...1992 lines suppressed...] + version of the specification.</p><p class="spec-link">View + + “<a href="http://www.w3.org/TR/2008/WD-html5-20080610/diff#no">Section 11 [now section 10], Things that you + can't do with this specification…</a>” + in a diff-marked version of the specification, showing changes made between 22 January 2008 @@ -5531,7 +6032,10 @@ <div id="acknowledgements_fpwd" class="section"> <h2>Acknowledgements <a class="hash" href="#acknowledgements_fpwd">#</a> <a class="toc-bak" href="#acknowledgements_fpwd-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/TR/2008/WD-html5-20080610/acknowledgements.html#acknowledgements">Acknowledgements</a>” in the 10 June 2008 - version of the specification.</p><p class="spec-link">View “<a href="http://www.w3.org/TR/2008/WD-html5-20080610/diff/acknowledgements.html#acknowledgements">Acknowledgements</a>” in a + version of the specification.</p><p class="spec-link">View + + “<a href="http://www.w3.org/TR/2008/WD-html5-20080610/diff#acknowledgements">Acknowledgements</a>” + in a diff-marked version of the specification, showing changes made between 22 January 2008
Received on Monday, 30 June 2008 01:17:23 UTC