- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Apr 2010 14:31:32 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js
In directory hutz:/tmp/cvs-serv6645
Modified Files:
documentation.html
Log Message:
Added use of previousDiffURI.
Made ApTest diff tool the default for now.
Updated documentation about diff tool.
Updated tests to use previousDiffURI parameter.
Index: documentation.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/documentation.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- documentation.html 16 Apr 2010 09:19:49 -0000 1.42
+++ documentation.html 16 Apr 2010 14:31:30 -0000 1.43
@@ -830,11 +830,17 @@
required — all the while that the specification is an Editor's Draft it should simply live
as itself.
</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>The tool is also capable of producing a diff-marked version.
+ , but if you have a configuration setting of
+ 'previousDiffURI' set to a document to compare to
+ When selected, the tool will use special configuration
+ parameter 'previousDiffURI' (or the previousURI if
+ previousDiffURI is not defined) and the current content to produce
+ a diffmarked version by passing parameters 'oldfile' and
+ 'newcontent' to the diff tool. It also sets the 'base' parameter.
+ By default, the diff tool is set to
+ http://www.aptest.com/standards/htmldiff/htmldiff.pl. You can
+ override this with the configuration parameter 'diffTool'.
</p>
</section>
Received on Friday, 16 April 2010 14:31:34 UTC