--- a/rdf-turtle/index.html Wed Dec 18 12:09:15 2013 +0100
+++ b/rdf-turtle/index.html Wed Dec 18 09:22:39 2013 -0500
@@ -1186,13 +1186,17 @@
<section id="sec-changelog" class="appendix">
<h2>Change Log</h2>
<section id="sec-changelog-CR-PR">
- <h2>Changes from Candidate Recommendation 19 February 2013 to this version</h2>
+ <h2>Changes from <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/">February 2013 Candidate Recommendation</a> to this Proposed Recommendation</h2>
<ul>
<li>The addition of <a href="#grammar-production-sparqlPrefix">sparqlPrefix</a> and <a href="#grammar-production-sparqlBase">sparqlBase</a> which allow for using SPARQL style <code>BASE</code> and <code>PREFIX</code> directives in a Turtle document was marked "at risk" in the Candidate Recommendation publication. This feature is no longer at risk.</li>
+ <li>The title of this document was changed from "<em>Turtle</em>" to "<em>RDF 1.1 Turtle</em>".</li>
</ul>
+ <p>
+ See also the <a href="http://www.w3.org/TR/turtle/CR-PR-diff">HTML diff</a>.
+ </p>
</section>
<section id="sec-changelog-WD-CR">
- <h3>Changes in Working Drafts to Candidate Recommendation</h3>
+ <h3>Changes from <a href="http://www.w3.org/TR/2011/WD-turtle-20110809/">August 2011 First Public Working Draft</a> to <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/">Candidate Recommendation</a></h3>
<ul>
<li>Renaming for STRING_* productions to STRING_LITERAL_QUOTE sytle names rather than numbers
<li>Local part of prefix names can now include ":"
@@ -1206,15 +1210,7 @@
</ul>
</section>
<section id="sec-changelog-Subm-WD">
- <h3>Other changes</h3>
-
- <p>Other changes since the Team Submission
- <a href="http://www.w3.org/TeamSubmission/2008/SUBM-turtle-20080114">W3C Turtle Submission 2008-01-14</a>
- . See the
- <a href="http://www.w3.org/TeamSubmission/2008/SUBM-turtle-20080114#sec-changelog">Previous changelog for further information</a>
- </p>
-
-
+ <h3>Changes from <a href="http://www.w3.org/TeamSubmission/2008/SUBM-turtle-20080114/">January 2008 Team Submission</a> to <a href="http://www.w3.org/TR/2011/WD-turtle-20110809/">First Public Working Draft</a></h3>
<ul>
<li>Adopted three additional string syntaxes from SPARQL: <a href="#grammar-production-STRING_LITERAL2">STRING_LITERAL2</a>, <a href="#grammar-production-STRING_LITERAL_LONG1">STRING_LITERAL_LONG1</a>, <a href="#grammar-production-STRING_LITERAL_LONG2">STRING_LITERAL_LONG2</a></li>
@@ -1230,6 +1226,11 @@
<li>explicitly allowed re-use of the same prefix.</li>
<li>Added <a href="#sec-parsing">parsing rules</a>.</li>
</ul>
+
+ <p>
+ See also the <a href="http://www.w3.org/TeamSubmission/2008/SUBM-turtle-20080114#sec-changelog">pre-W3C Submission changelog</a>.
+ </p>
+
</section>
</section>