]> Pileus Git - ~andy/fetchmail/commitdiff
Fix HTML validator warnings, add HTML and CSS logos.
authorMatthias Andree <matthias.andree@gmx.de>
Thu, 27 Nov 2008 12:49:33 +0000 (12:49 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Thu, 27 Nov 2008 12:49:33 +0000 (12:49 -0000)
svn path=/branches/BRANCH_6-3/; revision=5254

website/index.html

index 0405f755d08f8cb9bae5fab0910dd065a21ad331..db67bb2bb5e7982763fdc195533149477ec96198 100644 (file)
@@ -6,6 +6,7 @@
 <meta name="description" content="The Fetchmail Project">
 <meta name="keywords" content="fetchmail, pop3, imap, email, mail">
 <meta name="MSSmartTagsPreventParsing" content="TRUE">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>Fetchmail</title>
 </head>
 <body>
 </div>
 
 <div id="Menu">
-       <hr/>
-       <a href="index.html" title="Main">Main</a><br />
-       <a href="fetchmail-features.html">Features</a><br />
-       <a href="fetchmail-man.html">Manual</a><br />
-       <a href="fetchmail-FAQ.html" title="Fetchmail FAQ">FAQ</a><br />
-       <a href="fetchmail-FAQ.pdf" title="Fetchmail FAQ as PDF">FAQ (PDF)</a><br />
-       <a href="design-notes.html">Design Notes</a><br />
-       <a href="http://developer.berlios.de/project/showfiles.php?group_id=1824">Download</a><br />
-       <a href="http://mknod.org/svn/fetchmail/">Development Code</a><br />
-       <a href="http://developer.berlios.de/projects/fetchmail/">Project Page</a><br />
-       <hr/>
+       <hr>
+       <a href="index.html" title="Main">Main</a><br>
+       <a href="fetchmail-features.html">Features</a><br>
+       <a href="fetchmail-man.html">Manual</a><br>
+       <a href="fetchmail-FAQ.html" title="Fetchmail FAQ">FAQ</a><br>
+       <a href="fetchmail-FAQ.pdf" title="Fetchmail FAQ as PDF">FAQ (PDF)</a><br>
+       <a href="design-notes.html">Design Notes</a><br>
+       <a href="http://developer.berlios.de/project/showfiles.php?group_id=1824">Download</a><br>
+       <a href="http://mknod.org/svn/fetchmail/">Development Code</a><br>
+       <a href="http://developer.berlios.de/projects/fetchmail/">Project Page</a><br>
+       <hr>
 </div>
 
 <div id="Content">
 
-<img src="bighand.png" width="100" height="71" alt="logo: a hand presenting an envelope" align="right" />
+<img src="bighand.png" width="100" height="71" alt="logo: a hand presenting an envelope" align="right">
 
 <h1>Fetchmail</h1>
 <!--
@@ -273,8 +274,10 @@ href="http://www.steines.com/mailf/">here</a>.</p>
 
 </div>
 
-<a href="http://developer.berlios.de"> 
-<img src="http://developer.berlios.de/bslogo.php?group_id=1824&amp;type=1" width="124" height="32" border="0" alt="BerliOS Logo" align="right" /></a>
-
+<p align="right">
+<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
+<a href="http://jigsaw.w3.org/css-validator/"> <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"> </a>
+<a href="http://developer.berlios.de"> <img src="http://developer.berlios.de/bslogo.php?group_id=1824&amp;type=1" width="124" height="32" border="0" alt="BerliOS Logo"></a> 
+</p>
 </body>
 </html>