- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 05 Sep 2009 11:45:18 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv8521/htdocs/docs
Modified Files:
install.html install_win.html users.html
Log Message:
Remove things related to no longer existing show parsetree, ESIS, and raw errors options.
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- install.html 29 Jun 2009 20:30:47 -0000 1.53
+++ install.html 5 Sep 2009 11:45:16 -0000 1.54
@@ -320,8 +320,7 @@
<dt>eref.cfg</dt>
<dd>
Contains the mappings from element names to a URL path
- (relative to a configurable URL) for their definitions. Used
- in output when the "Show Parse Tree" option is enabled.
+ (relative to a configurable URL) for their definitions.
</dd>
<dt>types.conf</dt>
<dd>
Index: install_win.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install_win.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- install_win.html 29 Jun 2009 18:21:16 -0000 1.20
+++ install_win.html 5 Sep 2009 11:45:16 -0000 1.21
@@ -346,10 +346,6 @@
# The "Home Page" for the service. Make sure this ends with a slash.
Home Page = http://validator.example.org/
-#
-# Base URI for the Element Reference.
-Element Ref URI = http://www.htmlhelp.com/reference/html40/
-
# Localization
# only English available for now
Languages = en
@@ -361,7 +357,7 @@
#
#
-# Maps element names to URLs (cf. "Element Ref URI" above).
+# Maps element names to URLs.
<Elements>
Include eref.cfg
</Elements>
Index: users.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/users.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- users.html 22 Jul 2008 13:04:52 -0000 1.32
+++ users.html 5 Sep 2009 11:45:16 -0000 1.33
@@ -104,13 +104,13 @@
will validate the www.example.com home page.
</p>
<p>
- The various options are listed above in the section
- "<a href="#Options">The Options</a>" in parenthesis after the long
- name. To add options to your links directly, append the options
- separated by a semi-colon. For example
- <<a href="http://validator.w3.org/check?uri=http://www.example.com/;ss=1;outline=1;sp=1">http://validator.w3.org/check?uri=http://www.example.com/;ss=1;outline=1;sp=1</a>>
- will validate the example.com home page with "Show Source", "Outline" and
- "Show Parse Tree" on, but "Exclude Attributes" off.
+ The various options are listed below in the section
+ "<a href="#Options">Options and Parameters</a>" in parenthesis after
+ the longname. To add options to your links directly, append the options
+ separated by a semicolon. For example
+ <<a href="http://validator.w3.org/check?uri=http://www.example.com/;ss=1;outline=1">http://validator.w3.org/check?uri=http://www.example.com/;ss=1;outline=1</a>>
+ will validate the example.com home page with "Show Source", and
+ "Outline" on, but "Verbose" off.
</p>
<p>
You may also see these separated by ampersands, but this usage is
Received on Saturday, 5 September 2009 11:45:27 UTC