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

Rafael Laboissiere rafael@costa.debian.org
Thu, 24 Feb 2005 13:59:54 +0100


Author: rafael
Date: 2005-02-24 13:59:54 +0100 (Thu, 24 Feb 2005)
New Revision: 111

Modified:
   trunk/www/index.html.in
Log:
* index.html.in: 
  - Added margins setting in CSS section
  - Added link to Guidelines source under SVN control
  - Added Emacs Local Variables section at end of file



Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in	2005-02-24 12:40:10 UTC (rev 110)
+++ trunk/www/index.html.in	2005-02-24 12:59:54 UTC (rev 111)
@@ -6,7 +6,8 @@
 <head>
 <title>Debian Octave Group</title>
 <style type="text/css">
-  body { color: black; background-color: white; }
+  body { color: black; background-color: white;
+         margin-left: 5%; margin-right: 5% }
   h1 { font-size: 1.5em; border-bottom: solid black 1px;
        color: #005a9c; }
   h2 { font-size: 1.1em; font-weight: bold;
@@ -38,15 +39,17 @@
     <h2>Information for developers</h2>
 
     <p>
-      Development is coordinated through an <a
-        href="http://svn.debian.org/wsvn/pkg-octave/">SVN repository</a>.
+      Development is coordinated through a <a
+        href="http://svn.debian.org/wsvn/pkg-octave/">Subversion
+        repository</a>.
     </p>
 
     <p>
       There is now a draft of the <a
       href="DOG-Guidelines.txt">Guidelines</a>
       for the developers.  Please read it before doing any work on the
-      packages.
+      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>.
     </p>
 
     <h2>Mailing lists</h2>
@@ -249,3 +252,9 @@
 
   </body>
 </html>
+
+<!--
+Local Variables:
+mode: html
+End:
+-->
\ No newline at end of file