2009/dap/ReSpec.js documentation.html,1.35,1.36

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

Modified Files:
	documentation.html 
Log Message:
Added configuration parameters for 'errata' and 'alternateFormats'.
Added header paragraph about English being the only normative format when publishing as a Rec.

Index: documentation.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/documentation.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- documentation.html	24 Feb 2010 15:45:37 -0000	1.35
+++ documentation.html	24 Feb 2010 20:21:09 -0000	1.36
@@ -362,6 +362,33 @@
             as described for editors.
           </p>
         </dd>
+        <dt>errata</dt>
+        <dd>Specifies the optional URI to the errata for the document.  This is normally
+        only available when the document is a 'REC'.</dd>
+        <dt>alternateFormats</dt>
+        <dd><p>If specified, defines an array of
+        alternate formats in which document is available (e.g., XML, Postscript).  The 
+        format of the array is:</p>
+          <table class='simple'>
+            <thead>
+              <tr><th>key</th><th>description</th></tr>
+            </thead>
+            <tbody>
+              <tr>
+                <td>uri</td>
+                <td>
+                  the relative or absolute URI to the alternate version.
+                </td>
+              </tr>
+              <tr>
+                <td>label</td>
+                <td>
+                  the label to use for the version.
+                </td>
+              </tr>
+            </tbody>
+          </table>
+          </dt>
         <dt>maxTocLevel</dt>
         <dd>
           If specified, is an integer used to indicate the maximum depth of the ToC. The depth is the

Received on Wednesday, 24 February 2010 20:21:13 UTC