2009/dap/ReSpec.js documentation.html,1.51,1.52

Update of /sources/public/2009/dap/ReSpec.js
In directory hutz:/tmp/cvs-serv27286

Modified Files:
	documentation.html 
Log Message:
added addPatentNote to allow additional info after patent material in sotd, update CR to state CR end is no earlier than the date

Index: documentation.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/documentation.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- documentation.html	7 Jan 2011 20:41:20 -0000	1.51
+++ documentation.html	15 Feb 2011 19:48:01 -0000	1.52
@@ -3,7 +3,7 @@
   <head>
     <title>ReSpec.js — W3C Specification Writing Tool</title>
     <meta http-equiv='Content-Type' content='text/html;charset=utf-8' />
-    <script src='http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js' class='remove'></script>
+    <script src='js/respec.js' class='remove'></script>
     <script class='remove'>
       var respecConfig = {
           // document info
@@ -190,7 +190,7 @@
   the section number and title as follows:
 <pre>&lt;a href="#general-structure" class="sectionRef"&gt;section Section-Number Section-Title&lt;/a&gt;</pre>
 This results in a link such as the following <a href="#general-structure"
-  class="sectionRef"></a> for this document, in this example.
+  class="sectionRef" /> for this document, in this example.
 </p>
 <p>Best practices may be shown, numbered and formatted using the
   following formatting:
@@ -525,6 +525,10 @@
             group and to that document. If you have the slightest shade of a doubt, ask your 
             friendly neighbourhood Team Contact.
           </p>
+        <dt>addPatentNote</dt>
+        <dd>
+          <p>Additional note to follow patent information in status of
+          document, such as note on additional information related to disclosures.</p>
         </dd>
       </dl>
       </section>
@@ -977,6 +981,8 @@
           the only normative format but that there may be translations 
           available.  This is required in RECs.</li>
           <li>2011-01-07 - added same document references (fjh)</li>
+          <li>2011-02-15 - added addPatentNote, update sotd language
+          for CR to state exit not earlier than (fjh)</li>
       </ul>
     </section>
     

Received on Tuesday, 15 February 2011 19:48:04 UTC