- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 07 Apr 2010 04:42:32 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js In directory hutz:/tmp/cvs-serv8297 Modified Files: documentation.html Log Message: Added documentation about the diff marking and previousURI parameters. Index: documentation.html =================================================================== RCS file: /sources/public/2009/dap/ReSpec.js/documentation.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- documentation.html 24 Feb 2010 20:22:25 -0000 1.37 +++ documentation.html 7 Apr 2010 04:42:30 -0000 1.38 @@ -12,6 +12,7 @@ // publishDate: "2009-08-06", // previousMaturity: "WD", // previousPublishDate: "2009-03-15", + // previousURI : "http://dev.w3.org/2009/dap/ReSpec.js/documentation.html", copyrightStart: "2009", edDraftURI: "http://dev.w3.org/2009/dap/ReSpec.js/documentation.html", // lcEnd: "2010-08-06", @@ -248,6 +249,11 @@ <dd> If there is a previously published version of this draft, set this to its maturity level. </dd> + <dt>previousURI</dt> + <dd> + If the previous version wasn't in the W3C TR space, you can supply an explicit URI. If it + is in TR space then the URI will be automatically determined. + </dd> <dt>additionalCopyrightHolders</dt> <dd>If there are additional copyright holders in addition to the W3, they can be listed in this parameter. For example, if the copyright @@ -799,7 +805,13 @@ The idea is that such snapshots would be created only when actual official W3C publication is required — all the while that the specification is an Editor's Draft it should simply live as itself. - </p> + </p> + <p>The tool is also capable of producing a diff-marked version. This is just to assist in the development + of a spec, but if you have a configuration setting of 'diffTool' set to a URI, then a third 'diffmark' option will show + up in the save menu. When selected, the tool will use the previous version URI and the current content to produce + a diffmarked version by passing parameters 'oldfile' and 'newcontent' to the URI. It also sets the 'base' parameter. + One URI that supports this is http://www.aptest.com/standards/htmldiff/htmldiff.pl + </p> </section> <section class='appendix'>
Received on Wednesday, 7 April 2010 04:42:34 UTC