gegl r1999 - in trunk: . tools



Author: ok
Date: Mon Feb 11 01:52:50 2008
New Revision: 1999
URL: http://svn.gnome.org/viewvc/gegl?rev=1999&view=rev

Log:
* AUTHORS: modified to adhere to ascii doc style.
* configure.ac: added docs/index-static.txt to list of files to
generate.
* tools/create-reference.rb: modified to make toc be an id and not a
class for CSS.


Modified:
   trunk/AUTHORS
   trunk/ChangeLog
   trunk/configure.ac
   trunk/tools/create-reference.rb

Modified: trunk/AUTHORS
==============================================================================
--- trunk/AUTHORS	(original)
+++ trunk/AUTHORS	Mon Feb 11 01:52:50 2008
@@ -1,34 +1,16 @@
 Code:
-  Calvin Williamson
-  Caroline Dahloff
-  Manish Singh
-  Jay Cox
-  Daniel Rogers
-  Sven Neumann
-  Michael Natterer
-  Ãyvind KolÃs
-  Philip Lafleur
-  Dominik Ernst
-  Richard Kralovic
-  Kevin Cozens
-  Victor Bogado
-  Martin Nordholts
-  Geert Jordaens
-  Michael Schumacher
-  John Marshall
-  Ãtienne Bersac
-  Mark Probst
-  HÃkon Hitland
-  Tor Lillqvist
-  Hans Breuer
-  Deji Akingunola
-  Bradley Broom
+^^^^^
+
+Calvin Williamson, Caroline Dahloff, Manish Singh, Jay Cox Daniel Rogers,
+Sven Neumann, Michael Natterer, Ãyvind KolÃs, Philip Lafleur, Dominik Ernst,
+Richard Kralovic, Kevin Cozens, Victor Bogado, Martin Nordholts, Geert
+Jordaens, Michael Schumacher, John Marshall, Ãtienne Bersac, Mark Probst, HÃkon
+Hitland, Tor Lillqvist, Hans Breuer, Deji Akingunola and Bradley Broom.
 
 Documentation:
-  Garry R. Osgood
-  Ãyvind KolÃs
-  Kevin Cozens
-  Shlomi Fish
+^^^^^^^^^^^^^^
+Garry R. Osgood, Ãyvind KolÃs, Kevin Cozens and Shlomi Fish, 
 
 Artwork:
-  Jakub Steiner
+^^^^^^^^
+Jakub Steiner

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Feb 11 01:52:50 2008
@@ -653,7 +653,7 @@
 operations/workshop/generated/Makefile
 tools/Makefile
 docs/Makefile
-docs/index-static.html
+docs/index-static.txt
 docs/gallery/Makefile
 docs/gallery/data/Makefile
 gegl.pc

Modified: trunk/tools/create-reference.rb
==============================================================================
--- trunk/tools/create-reference.rb	(original)
+++ trunk/tools/create-reference.rb	Mon Feb 11 01:52:50 2008
@@ -478,7 +478,7 @@
 
     <style type='text/css'>
        @import url(\"gegl.css\");
-       div.toc ul {
+       div#toc ul {
           font-size: 70%;
        }
        h3 {
@@ -500,7 +500,7 @@
     </head>
     <body>"
 
-file.puts "<div class='toc'>
+file.puts "<div id='toc'>
       <div class='print'>
          <h3>Contents</h3>
       </div>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]