diff options
author | gerald <gerald@localhost> | 2000-04-28 09:05:06 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2000-04-28 09:05:06 +0000 |
commit | c8e8aff74f48dd2290037c9b01749b7e1e5ca659 (patch) | |
tree | 0cb042f0cae571393b84ffd56e8e0520e040add2 /htdocs | |
parent | 3bde444fd95c93b00cb8449a371837a1abd2ab9e (diff) | |
download | markup-validator-c8e8aff74f48dd2290037c9b01749b7e1e5ca659.zip markup-validator-c8e8aff74f48dd2290037c9b01749b7e1e5ca659.tar.gz markup-validator-c8e8aff74f48dd2290037c9b01749b7e1e5ca659.tar.bz2 |
moved lots of stuff to about.html;
added more items to the navigation bar;
added a link to file upload page, and updated the what's new section.
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/index.html | 89 |
1 files changed, 15 insertions, 74 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 83470ae..2a8507f 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -20,14 +20,16 @@ </p> <p align="right" class="navbar"> + <a href="about.html">About this service</a> | <a href="whatsnew.html">What's new</a> | - <a href="http://lists.w3.org/Archives/Public/www-validator/">www-validator archives</a> | - <a href="/source/">Source code</a> | + <a href="source/">Source code</a> | <a href="feedback.html">Feedback</a><br clear="right"/> + <a href="file-upload.html">Upload files</a> | + <a href="http://lists.w3.org/Archives/Public/www-validator/">www-validator archives</a> | + <a href="http://jigsaw.w3.org/css-validator/">CSS validator</a><br clear="right"/> <a href="http://www.w3.org/MarkUp/">HTML home</a> | <a href="http://www.w3.org/TR/html401/">HTML 4.01</a> | - <a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0</a> | - <a href="http://jigsaw.w3.org/css-validator/">CSS validator</a> + <a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0</a> <br clear="all" /> </p> @@ -41,9 +43,9 @@ </p> <ul> - <li><a href="whatsnew.html#2000-01-26">Updated XHTML 1.0, - HTML 4.01 DTDs</a> - <small>(January 26, 2000)</small></li> + <li><a href="whatsnew.html#2000-04-28">Added file upload + feature</a> + <small>(April 28, 2000)</small></li> <li><a href="whatsnew.html#1999.08.24">Added support for HTML 4.01; updated XHTML 1.0 DTDs</a> <small>(August 24, 1999)</small></li> @@ -96,78 +98,17 @@ </form> <p> + Alternatively, you can <a href="file-upload.html">upload + files</a> from your computer to have them checked. + </p> + + <p> You can also check your <a href="http://www.w3.org/Style/CSS/">Cascading Style Sheets</a> using W3C's <a href="http://jigsaw.w3.org/css-validator/">CSS Validation Service</a>. </p> - <hr /> - <h2><a name="seeAlso">See also</a></h2> - - <ul> - <li><a href="news:comp.infosystems.www.authoring.html">The HTML - authoring newsgroup</a> (for help with HTML)</li> - <li><a href="feedback.html">How to provide feedback on this service</a></li> - <li><a href="/source/">Information on the source code availability</a></li> - <li><a href="todo.html">The to-do list for the service</a></li> - <li><a href="sgml-lib/catalog">DTDs (document types) supported by this - service</a> (the SGML catalog)</li> - <li><a href="http://lists.w3.org/Archives/Public/www-validator/">The - www-validator mailing list archives</a></li> - <li><a href="http://www.w3.org/MarkUp/">W3C's HTML home page</a></li> - <li><a href="http://www.w3.org/TR/html401/">The W3C HTML 4.01 - Recommendation</a></li> - <li><a href="http://www.w3.org/TR/xhtml1/">The W3C XHTML 1.0 - Recommendation</a></li> - </ul> - - <h2><a name="credits">Credits</a></h2> - - <p> - This service uses: - </p> - - <ul> - - <li> - <a href="http://www.jclark.com/">James Clark</a>'s excellent <a - href="http://www.jclark.com/sp/">SGML parser</a>, - </li> - - <li> - The <a href="http://www.linpro.no/lwp/">libwww-perl library</a> - by Gisle Aas and Martijn Koster for retrieving documents. - </li> - - <!-- - <li> - <a href="http://www.weblint.org/~neilb/">Neil Bowers</a>' HTML - style checker, <a - href="http://www.weblint.org/">Weblint</a>. - </li> - - <li> - SGML error explanations written by Scott Bigham. - </li> - --> - - <li> - Patches and ideas from Terje Bless, <a - href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a>, and - others. - </li> - - </ul> - -<p> - The <a - href="http://lists.w3.org/Archives/Public/www-html/1994Jul/0015">first - online HTML validation service</a> was created by <a - href="http://www.w3.org/People/Connolly/">Dan Connolly</a> and <a - href="http://www.webtechs.com/markg/">Mark Gaither</a>. -</p> - <hr /> <address> @@ -175,7 +116,7 @@ src="http://validator.w3.org/images/vxhtml10" height="31" width="88" align="right" border="0" alt="Valid XHTML 1.0!" /></a> <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2000-03-20 17:47:39 $ + $Date: 2000-04-28 09:05:06 $ </address> </body> |