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

Rafael Laboissiere rafael at costa.debian.org
Mon Sep 26 15:35:59 UTC 2005


Author: rafael
Date: 2005-09-26 15:35:58 +0000 (Mon, 26 Sep 2005)
New Revision: 268

Modified:
   trunk/www/
   trunk/www/common.css
   trunk/www/guidelines.css
   trunk/www/index.html.in
Log:
* index.html.in: Added entry for the Octave-FLTK project in the "Other
  Stuff section".
* common.css, guidelines.css: increase top margin of h1 elements
* .: Added files to the exclusions list





Property changes on: trunk/www
___________________________________________________________________
Name: svn:ignore
   - index.html

   + index.html
DOG-Guidelines.html
tmp.tgz


Modified: trunk/www/common.css
===================================================================
--- trunk/www/common.css	2005-09-26 13:51:59 UTC (rev 267)
+++ trunk/www/common.css	2005-09-26 15:35:58 UTC (rev 268)
@@ -9,7 +9,7 @@
   font-size: 1.2em;
   font-weight: bold;
   color: rgb(136,0,0);
-  margin-top: 1em;
+  margin-top: 2em;
   margin-bottom: 0.5em;
 }
 

Modified: trunk/www/guidelines.css
===================================================================
--- trunk/www/guidelines.css	2005-09-26 13:51:59 UTC (rev 267)
+++ trunk/www/guidelines.css	2005-09-26 15:35:58 UTC (rev 268)
@@ -24,10 +24,6 @@
 .hidden {
   display: none }
 
-h1 {
-  margin-top: 2em;
-}
-
 div#author p {
   border-bottom: solid gray 1px;
   padding: 1ex;

Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in	2005-09-26 13:51:59 UTC (rev 267)
+++ trunk/www/index.html.in	2005-09-26 15:35:58 UTC (rev 268)
@@ -218,6 +218,14 @@
 
     <ul>
       <li>
+        <a
+        href="http://octave-gtk.sourceforge.net/octave-fltk/">Octave-FLTK</a>:
+        Octave-FLTK is a language binding to FLTK toolkit thats
+        crossplatform and gives you a simple API for working GUI's in
+        C++. Now Octave-FLTK enables ou to write FLTK code in Octave
+        itself!
+      </li>
+      <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




More information about the Pkg-octave-commit mailing list