A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
Validator.nu validator-tester.py: Difference between revisions
Jump to navigation
Jump to search
(Start page) |
m (headings) |
||
Line 7: | Line 7: | ||
===--db=''filename''=== | ===--db=''filename''=== | ||
Specifies the name of the database file. Defaults to <code>db.json</code> in the current working directory. | |||
===--service=''URL''=== | |||
= | Specifies the root URL of the service to be tested. Defaults to <code>http://html5.validator.nu/</code>. | ||
==''command''== | |||
===dumpref=== | |||
===dumpuri=== | |||
===adduri=== | |||
===deluri=== | |||
===checkuri=== | |||
===checkall=== | |||
== | ===mergedb=== | ||
==''command-arguments''== | ==''command-arguments''== |
Revision as of 08:36, 5 June 2008
python validator-tester.py config command command-arguments
config
The following configuration parameters are available:
--db=filename
Specifies the name of the database file. Defaults to db.json
in the current working directory.
--service=URL
Specifies the root URL of the service to be tested. Defaults to http://html5.validator.nu/
.