Browse Source

- update valid HTML pic and temporarily enable referer checking

Bernhard Reutner-Fischer 17 years ago
parent
commit
cef68d9464
4 changed files with 16 additions and 3 deletions
  1. 12 1
      docs/buildroot.html
  2. 4 2
      docs/header.html
  3. BIN
      docs/images/valid-html401.png
  4. BIN
      docs/images/vh40.gif

+ 12 - 1
docs/buildroot.html

@@ -12,7 +12,7 @@
 <body>
   <div class="main">
     <div class="titre">
-      <h1>Buildroot</h1>
+      <h1><a href="http://buildroot.uclibc.org/">Buildroot</a></h1>
     </div>
 
     <p>Usage and documentation by Thomas Petazzoni. Contributions from
@@ -648,5 +648,16 @@ config BR2_PACKAGE_FOO
     </ul>
 
   </div>
+<!--
+-->
+            <td>
+                <a href="http://validator.w3.org/check?uri=referer"><img
+                border="0" height="31" width="88"
+                src="images/valid-html401.png"
+                alt="Valid HTML"></a>
+            </td>
+<!--
+-->
+
 </body>
 </html>

+ 4 - 2
docs/header.html

@@ -68,9 +68,11 @@
     <br><a href="http://www.tldp.org/HOWTO">Linux HOWTOs</a>
 
 <!--
+-->
     <a href="http://validator.w3.org/check/referer"><img
-     src="/images/vh40.gif" height=31 width=88
-          align=left border=0 alt="Valid HTML 4.0!"></a>
+     src="/images/valid-html401.png" height="31" width="88"
+          align="left" border="0" alt="Valid HTML"></a>
+<!--
 -->
 
 </td>

BIN
docs/images/valid-html401.png


BIN
docs/images/vh40.gif