gegl r2567 - in trunk/docs: . images



Author: ok
Date: Thu Aug  7 21:11:58 2008
New Revision: 2567
URL: http://svn.gnome.org/viewvc/gegl?rev=2567&view=rev

Log:
* gegl.css: do not display the first heading.
* index-static.txt.in: use GEGL logo as main title.
* images/GEGL.png: added a png rendition of the GEGL logo.


Added:
   trunk/docs/images/GEGL.png   (contents, props changed)
Modified:
   trunk/docs/ChangeLog
   trunk/docs/gegl.css
   trunk/docs/index-static.txt.in

Modified: trunk/docs/gegl.css
==============================================================================
--- trunk/docs/gegl.css	(original)
+++ trunk/docs/gegl.css	Thu Aug  7 21:11:58 2008
@@ -190,7 +190,6 @@
       td.prop_blurb {
           padding-bottom: 0.5em;
       }
-
       @media screen {
         body {
           font-family: FreeSans, Verdana, sans-serif;
@@ -273,6 +272,10 @@
         ul.crucible li{display: inline;}
       }
 
+      h2#gegl {
+          display: none;
+      }
+
       @media print {
         body {
           background-color: none;

Added: trunk/docs/images/GEGL.png
==============================================================================
Binary file. No diff available.

Modified: trunk/docs/index-static.txt.in
==============================================================================
--- trunk/docs/index-static.txt.in	(original)
+++ trunk/docs/index-static.txt.in	Thu Aug  7 21:11:58 2008
@@ -5,7 +5,10 @@
 [[gegl]]
 GEGL
 ----
-GEGL (Generic Graphics Library) is a graph based image processing framework.
+
+image::images/GEGL.png[GEGL]
+
+*GEGL* (Generic Graphics Library) is a graph based image processing framework.
 
 GEGL provides infrastructure to do demand based cached non destructive image
 editing on larger than RAM buffers. Through link:http://gegl.org/babl/[babl]
@@ -87,7 +90,8 @@
 https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer[here]. The GEGL
 developer list is the appopriate place to ask development questions, and get
 more information about GEGL development in general. You can email this list at
-mailto:gegldev%20at%20gegl.org[].
+mailto:gegldev trimaddressfromatuptoandincludingfirstdot gegl org[] 
+
 
 Copyright
 ~~~~~~~~~
@@ -498,6 +502,8 @@
 <div class="toclevel2"><a href="#_glossary">Glossary</a></div>
 <div class="toclevel2"><a href="#_directory_overview">Directory overview</a></div>
 
+<div class='graphic'></div>
+
 <div>&nbsp;</div>
 <div class="toclevel1">&nbsp;</div>
 <div class="toclevel2"><a href="http://svn.gnome.org/viewvc/gegl/trunk/ChangeLog?view=markup";>changes</a></div>
@@ -506,5 +512,6 @@
 <div class="toclevel2"><a href="http://svn.gnome.org/viewvc/gegl/trunk/";>viewvc</a></div>
 
 
+
 </div>
 ++++++++



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