svg2: 2 new changesets

details:   https://svgwg.org/hg/svg2/rev/a9b5814e01ec
branches:  
changeset: 324:a9b5814e01ec
user:      Cameron McCormack <cam@mcc.id.au>
date:      Tue Aug 21 09:47:56 2012 +1000
description:
Return to ED.

details:   https://svgwg.org/hg/svg2/rev/e823333a64e0
branches:  
changeset: 325:e823333a64e0
user:      Cameron McCormack <cam@mcc.id.au>
date:      Tue Aug 21 09:49:28 2012 +1000
description:
Include 'Previous version' link.

diffstat:

 master/index.html  |  2 --
 master/publish.xml |  8 ++++----
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (64 lines):

diff --git a/master/index.html b/master/index.html
--- a/master/index.html
+++ b/master/index.html
@@ -19,20 +19,18 @@
   <h1 id="pagetitle">Scalable Vector Graphics (SVG) 2</h1>
   <h2 id="pagesubtitle">W3C <edit:maturity/> <em><edit:date/></em></h2>
   <dl>
     <dt>This version:</dt>
     <dd><edit:thisversion/></dd>
     <dt>Latest version:</dt>
     <dd><edit:latestversion/></dd>
     <edit:includelatesteditorsdraft/>
-    <!--
     <dt>Previous version:</dt>
     <dd><edit:previousversion/></dd>
-    -->
     <dt>Single page version:</dt>
     <dd><edit:thisversion single-page="true"/></dd>
     <dt>Public comments:</dt>
     <dd><a href="mailto:www-svg@w3.org" class='url'>www-svg@w3.org</a> (<a href="http://lists.w3.org/Archives/Public/www-svg/">archive</a>)</dd>
     <dt class="top-editors">Editors:</dt>
     <dd>Nikos Andronikos, Canon, Inc. &lt;<a href="mailto:nikos.andronikos@cisra.canon.com.au" class='url'>nikos.andronikos@cisra.canon.com.au</a>&gt;</dd>
     <dd>Tavmjong Bah, Invited Expert &lt;<a href="mailto:tavmjong@free.fr" class='url'>tavmjong@free.fr</a>&gt;</dd>
     <dd>Brian Birtles, Mozilla Japan &lt;<a href="mailto:birtles@mozilla-japan.org" class='url'>birtles@mozilla-japan.org</a>&gt;</dd>
diff --git a/master/publish.xml b/master/publish.xml
--- a/master/publish.xml
+++ b/master/publish.xml
@@ -1,32 +1,32 @@
 <!-- Publication script configuration for SVG 2. -->
 
 <publish-conf xmlns='http://mcc.id.au/ns/local'>
   <title>Scalable Vector Graphics (SVG) 2</title>
   <short-title>SVG 2</short-title>
-  <maturity>FPWD</maturity>
+  <maturity>ED</maturity>
   <output use-publish-directory='true' publish-directory='build/publish'/>
 
   <!--
     Uncomment the publication date when it is time to publish on
     http://www.w3.org/TR/.  While an Editor's Draft, leave this
     commented out and the last commit date will be used as the
     document's date.
     -->
+  <!--
   <publication-date>2012-08-21</publication-date>
+  -->
 
   <versions>
     <cvs href='http://dvcs.w3.org/hg/svg2'/>
     <cvs-single href='http://dvcs.w3.org/hg/svg2/raw-file/single-page.html'/>
     <this href='http://www.w3.org/TR/2012/WD-SVG2-20120821/'/>
     <this-single href='http://www.w3.org/TR/WD-SVG2-20120821/single-page.html'/>
-    <!--
-    <previous href='http://www.w3.org/TR/2011/REC-SVG11-20110816/'/>
-    -->
+    <previous href='http://www.w3.org/TR/2012/WD-SVG2-20120821/'/>
     <latest href='http://www.w3.org/TR/SVG2/'/>
     <latestrec href='http://www.w3.org/TR/SVG/'/>
   </versions>
 
   <definitions href='definitions.xml'/>
   <definitions href='definitions-filters.xml' base='https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html'/>
 
   <interfaces idl='../build/svg.idlx'/>

Received on Monday, 20 August 2012 23:50:35 UTC