Fix respec code so that Change History and Acknowledgments are parsed properly by respec and included in the ToC. There is no need to have an appendix section of its own, instead, simply add the appendix class to the first section of the appendix.
--- a/index-respec.html Mon Aug 02 17:14:11 2010 -0400
+++ b/index-respec.html Mon Aug 02 17:28:30 2010 -0400
@@ -680,9 +680,7 @@
</section>
-<section id="appendix">
-
-<section class='informative' id="history">
+<section class='appendix informative' id="history">
<h1>Change History</h1>
<p><a href="http://github.com/msporny/webid-spec/commit/b19d2812901b4511fdf9876c1be53bb36ee3201e">2010-07-25</a> Added WebID Profile section.</p>
<p><a href="http://github.com/msporny/webid-spec/commit/211d197510ca119c21ae48f3e5aa3f931ea88672">2010-07-18</a> Updates from WebID community related to RDF/XML support, authentication sequence corrections, abstract and introduction updates.</p>
@@ -709,7 +707,6 @@
</ul>
</section>
-</section>
</body>
</html>