[Pkg-octave-commit] rev 121 - trunk/www
Rafael Laboissiere
pkg-octave-devel@lists.alioth.debian.org
Thu, 24 Feb 2005 22:56:48 +0100
Author: rafael
Date: 2005-02-24 22:56:47 +0100 (Thu, 24 Feb 2005)
New Revision: 121
Modified:
trunk/www/index.html.in
Log:
* index.html.in:
- Make the page really valid XHTML 1.0 and valid CSS
- Added a link "show me the source" after the $Id$ tag
Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in 2005-02-24 21:37:23 UTC (rev 120)
+++ trunk/www/index.html.in 2005-02-24 21:56:47 UTC (rev 121)
@@ -15,7 +15,7 @@
margin-top: 1em; margin-bottom: 0.5em; }
table.pkg { border: 0pt }
table.footer { border-top: solid black 1px; font-size: 0.8em; }
- img.icon { border: 0pt; align: bottom }
+ img.icon { border: 0pt; vertical-align: bottom }
</style>
</head>
<body>
@@ -51,7 +51,7 @@
href="DOG-Guidelines.txt">Guidelines</a>
for the developers. Please read it before doing any work on the
packages. This file is also <a
- href="http://svn.debian.org/wsvn/pkg-octave/trunk/www/DOG-Guidelines.txt?op=file&rev=0&sc=0">under SVN control</a>.
+ href="http://svn.debian.org/wsvn/pkg-octave/trunk/www/DOG-Guidelines.txt?op=file&rev=0&sc=0">under SVN control</a>.
</p>
<h2>Mailing lists</h2>
@@ -102,7 +102,7 @@
</td>
<td>
<a
- href="http://buildd.debian.org/build.php?arch=&pkg=<:=$pkg:>">
+ href="http://buildd.debian.org/build.php?arch=&pkg=<:=$pkg:>">
<img src="icons/build.png" class="icon" alt="[buildd]"/>
</a>
</td>
@@ -114,7 +114,7 @@
</td>
<td>
<a
- href="http://svn.debian.org/wsvn/pkg-octave/trunk/packages/<:=$pkg:>/debian/?rev=0&sc=0">
+ href="http://svn.debian.org/wsvn/pkg-octave/trunk/packages/<:=$pkg:>/debian/?rev=0&sc=0">
<img src="icons/svn.png" class="icon" alt="[svn]"/>
</a>
</td>
@@ -269,8 +269,10 @@
</ul>
<table class="footer" width="100%">
- <tr><td align="left"><a
- href="http://svn.debian.org/wsvn/pkg-octave/trunk/www/index.html.in?op=file&rev=0&sc=0">$Id$</a>
+ <tr><td align="left">
+ $Id$
+ <a
+ href="http://svn.debian.org/wsvn/pkg-octave/trunk/www/index.html.in?op=file&rev=0&sc=0">(show me the source)</a>
</td>
<td align="right">
<a href="http://validator.w3.org/check/referer">Valid XHTML 1.0!</a>