[Pkg-octave-commit] rev 218 - trunk/www

Rafael Laboissiere pkg-octave-devel@lists.alioth.debian.org
Wed, 08 Jun 2005 16:21:40 +0000


Author: rafael
Date: 2005-06-08 16:21:40 +0000 (Wed, 08 Jun 2005)
New Revision: 218

Modified:
   trunk/www/index.html.in
Log:
* Point  to DOG-Guidelines.html instead of the *.txt version
* Changed <h2> elements to <h1>, according to common.css
* Fixed typo in Octave-FANN description


Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in	2005-06-08 16:19:58 UTC (rev 217)
+++ trunk/www/index.html.in	2005-06-08 16:21:40 UTC (rev 218)
@@ -28,11 +28,11 @@
     <p><a href="http://alioth.debian.org">Alioth</a></p>
     </div>
 
-    <h1>Debian Octave Group</h1>
+    <h1 class="title">Debian Octave Group</h1>
 
     <div id="Content">
 
-    <h2 id="intro">Introduction</h2>
+    <h1 id="intro">Introduction</h1>
 
     <p>
       The Debian Octave Group (DOG) is a collaborative effort for
@@ -50,7 +50,7 @@
       administrators</a> at Alioth.
     </p>
 
-    <h2 id="info">Information for developers</h2>
+    <h1 id="info">Information for developers</h1>
 
     <p>
       Development is coordinated through a <a
@@ -66,13 +66,13 @@
 
     <p>
       There is now a draft of the <a
-      href="DOG-Guidelines.txt">Guidelines</a>
+      href="DOG-Guidelines.html">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=log&amp;rev=0&amp;sc=0&amp;isdir=0">under SVN control</a>.
     </p>
 
-    <h2 id="lists">Mailing lists</h2>
+    <h1 id="lists">Mailing lists</h1>
 
     <p>
       There are currently two mailing lists related to the project:
@@ -87,7 +87,7 @@
       </li>
     </ul>
 
-    <h2 id="packages">Maintained packages</h2>
+    <h1 id="packages">Maintained packages</h1>
 
 <:
 
@@ -170,7 +170,7 @@
       class="icon" alt="[svn]"/>: SVN pkg sources]
     </p>
 
-    <h2>Packages not yet released</h2>
+    <h1>Packages not yet released</h1>
 
     <ul>
 <:
@@ -186,7 +186,7 @@
 :>
     </ul>
 
-    <h2>Other Octave-related packages</h2>
+    <h1>Other Octave-related packages</h1>
 
     <ul>
 <:
@@ -206,14 +206,14 @@
     </ul>
 
 
-    <h2 id="stuff">Other interesting Octave stuff</h2>
+    <h1 id="stuff">Other interesting Octave stuff</h1>
 
     <ul>
       <li>
         <a href="http://hauberg.org/octave-fann/">Octave-FANN</a>: This is
         a binding between <a href="http://www.octave.org">GNU Octave</a>
         and <a href="http://fann.sf.net">FANN</a> (a Neural Network
-        library).  It will give the possibilty of creating Feed-forward
+        library).  It will give the possibility of creating Feed-forward
         Neural Networks in GNU Octave, train them, and save them in a
         format to be used by applications based on FANN.
       </li>