Update data of previous version and add diff URI to enable the diff-creation
authorMarkus Lanthaler <mail@markus-lanthaler.com>
Fri, 27 Dec 2013 16:13:01 +0100
changeset 1698 e5e8fd218cf7
parent 1697 a308c69a079b
child 1699 af637bccf6ac
Update data of previous version and add diff URI to enable the diff-creation
rdf-concepts/index.html
--- a/rdf-concepts/index.html	Fri Dec 27 16:02:28 2013 +0100
+++ b/rdf-concepts/index.html	Fri Dec 27 16:13:01 2013 +0100
@@ -16,10 +16,6 @@
           // the specification's short name, as in http://www.w3.org/TR/short-name/
           shortName:            "rdf11-concepts",
 
-          // if your specification has a subtitle that goes below the main
-          // formal title, define it here
-          // subtitle   :  "an excellent document",
-
           // if you wish the publication date to be other than today, set this
           // publishDate:  "2013-11-05",
           crEnd:        "2013-11-26",
@@ -30,8 +26,9 @@
 
           // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
           // and its maturity status
-          previousPublishDate:  "2013-07-23",
-          previousMaturity:  "LC",
+          previousPublishDate: "2013-11-05",
+          previousMaturity:    "CR",
+          previousDiffURI:     "http://www.w3.org/TR/2013/CR-rdf11-concepts-20131105/",
 
           // if there a publicly available Editor's Draft, this is the link
           edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-concepts/index.html",
@@ -104,7 +101,7 @@
 
           implementationReportURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-concepts/reports/index.html",
 
-          alternateFormats: [ { uri: "diff-20130723.html", label: "diff to previous version" } ]
+          alternateFormats: [ { uri: "diff-20131105.html", label: "diff to previous version" } ]
       };
     </script>
     <style type="text/css">