svg2: Prepare for publication again.

details:   https://svgwg.org/hg/svg2/rev/ac9b576daa6e
branches:  
changeset: 355:ac9b576daa6e
user:      Cameron McCormack <cam@mcc.id.au>
date:      Wed Aug 22 12:45:01 2012 +1000
description:
Prepare for publication again.

diffstat:

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

diffs (64 lines):

diff --git a/master/index.html b/master/index.html
--- a/master/index.html
+++ b/master/index.html
@@ -19,18 +19,20 @@
   <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>ED</maturity>
+  <maturity>FPWD</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-23</publication-date>
-  -->
 
   <versions>
-    <cvs href='http://dvcs.w3.org/hg/svg2'/>
+    <cvs href='https://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-20120823/'/>
     <this-single href='http://www.w3.org/TR/WD-SVG2-20120823/single-page.html'/>
+    <!--
     <previous href='http://www.w3.org/TR/2012/WD-SVG2-20120823/'/>
+    -->
     <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 Wednesday, 22 August 2012 02:46:04 UTC