- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Jul 2010 19:02:26 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js
In directory hutz:/tmp/cvs-serv6064
Modified Files:
documentation.html
Log Message:
Added generation of various RDFa when the doRDFa configuration parameter is set to true. Defaults to false.
Index: documentation.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/documentation.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- documentation.html 23 Jun 2010 18:22:53 -0000 1.45
+++ documentation.html 5 Jul 2010 19:02:23 -0000 1.46
@@ -427,6 +427,12 @@
number of numbering levels, so for instance 4.19.5 is at depth 3. The first level is always
included in the ToC (otherwise there would be no ToC).
</dd>
+ <dt>doRDFa</dt>
+ <dd>
+ If this parameter is set to true, ReSpec.js will embed various RDFa attributes throughout
+ the generated specification. The triples generated use vocabulary items from the dcterms,
+ foaf, and bibo. The parameter defaults to false.
+ </dd>
<dt>noIDLSorting</dt>
<dd>
By default, the generated WebIDL is produced in the order in which it is in the document, but
Received on Monday, 5 July 2010 19:02:27 UTC