diff options
author | ot <ot@localhost> | 2002-11-07 05:02:58 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2002-11-07 05:02:58 +0000 |
commit | 79684028cea1c0d6a7cf4fe1c825d04d970b3b9a (patch) | |
tree | ce88c4e440ab926909d4cc4114b0484814d58404 /htdocs/docs | |
parent | 2789537bdf1c6bb865d6e09a9c0beb5e607f1bf1 (diff) | |
download | markup-validator-79684028cea1c0d6a7cf4fe1c825d04d970b3b9a.zip markup-validator-79684028cea1c0d6a7cf4fe1c825d04d970b3b9a.tar.gz markup-validator-79684028cea1c0d6a7cf4fe1c825d04d970b3b9a.tar.bz2 |
minor style changes for comma tools table
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-x | htdocs/docs/users.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html index 8be26ee..2068bf4 100755 --- a/htdocs/docs/users.html +++ b/htdocs/docs/users.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: users.html,v 1.11 2002-11-07 04:51:25 ot Exp $" ---><!--#set var="date" value="\$Date: 2002-11-07 04:51:25 $" +<!--#set var="revision" value="\$Id: users.html,v 1.12 2002-11-07 05:02:58 ot Exp $" +--><!--#set var="date" value="\$Date: 2002-11-07 05:02:58 $" --><!--#set var="title" value="User Documentation for The W3C MarkUp Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -168,76 +168,76 @@ </tr> <tr class="comma"> - <td class="comma.desc"> + <td class="comma-desc"> A plain text version of the page. </td> - <td class="comma.tool"> + <td class="comma-tool"> <a href="/Web/Tools/html2txt">HTML2Text</a> </td> - <td class="comma.shortcut"> + <td class="comma-shortcut"> ,text </td> </tr> <tr class="comma"> - <td class="comma.desc"> + <td class="comma-desc"> Validate the MarkUp. </td> - <td class="comma.tool"> + <td class="comma-tool"> W3C Markup Validator </td> - <td class="comma.shortcut"> + <td class="comma-shortcut"> ,validate </td> </tr> <tr class="comma"> - <td class="comma.desc"> + <td class="comma-desc"> Check links (anchors). </td> - <td class="comma.tool"> + <td class="comma-tool"> W3C Link Checker </td> - <td class="comma.shortcut"> + <td class="comma-shortcut"> ,checklink or ,checklinks </td> </tr> <tr class="comma"> - <td class="comma.desc"> + <td class="comma-desc"> Check links (recursively) </td> - <td class="comma.tool"> + <td class="comma-tool"> W3C Link Checker </td> - <td class="comma.shortcut"> + <td class="comma-shortcut"> ,rchecklink or ,rchecklinks </td> </tr> <tr class="comma"> - <td class="comma.desc"> + <td class="comma-desc"> A version of the page with linearized tables. </td> - <td class="comma.tool"> + <td class="comma-tool"> Tablin </td> - <td class="comma.shortcut"> + <td class="comma-shortcut"> ,tablin </td> </tr> <tr class="comma"> - <td class="comma.desc"> + <td class="comma-desc"> CVS history for the page or resource. </td> - <td class="comma.tool"> + <td class="comma-tool"> CVSWeb </td> - <td class="comma.shortcut"> + <td class="comma-shortcut"> ,cvs or ,cvslog </td> </tr> |