gegl r2055 - trunk/docs



Author: ok
Date: Mon Feb 18 23:46:21 2008
New Revision: 2055
URL: http://svn.gnome.org/viewvc/gegl?rev=2055&view=rev

Log:
* Makefile.am: do not embed workaround css for IE browsers.
* index-static.txt.in: hard code the toc.
* gegl-quirks.css: removed.


Removed:
   trunk/docs/gegl-quirks.css
Modified:
   trunk/docs/ChangeLog
   trunk/docs/Makefile.am
   trunk/docs/index-static.txt.in

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Mon Feb 18 23:46:21 2008
@@ -93,7 +93,7 @@
 if HAVE_ASCIIDOC
 	@echo "HTML: $@"
 	cp $< $@ 
-	$(ASCIIDOC) --unsafe  -o $@ -a stylesdir=`pwd` -a toc -a theme=gegl $<
+	$(ASCIIDOC) --unsafe  -o $@ -a stylesdir=`pwd` -a toc -a theme=gegl -a quirks! $<
 else
 	@echo "*** asciidoc must be available in order to make dist"
 	@false

Modified: trunk/docs/index-static.txt.in
==============================================================================
--- trunk/docs/index-static.txt.in	(original)
+++ trunk/docs/index-static.txt.in	Mon Feb 18 23:46:21 2008
@@ -1,6 +1,8 @@
 GEGL- GEGL_VERSION@
 ===========
 
+
+[[gegl]]
 GEGL
 ----
 GEGL (Generic Graphics Library) is a graph based image processing framework.
@@ -10,7 +12,7 @@
 minimal dependencies. and a simple well defined API.
 
 
-
+[[features]]
 Features
 ~~~~~~~~
   - Output in RGB, CIE Lab and Y'CbCr color models with 8bit, 16bit integer and
@@ -448,3 +450,31 @@
   â             speed of babl.
   âââtests      tests used to keep babl sane during development.
   âââdocs       Documentation/webpage for babl.
+
+
+++++++++
+<div id='toc'>
+<div id="toctitle">Table of Contents</div>
+<div class="toclevel1"><a href="#gegl">GEGL</a></div>
+<div class="toclevel2"><a href="#features">Features</a></div>
+<div class="toclevel2"><a href="#toc2">News</a></div>
+<div class="toclevel2"><a href="gallery/index.html">Gallery</a></div>
+<div class="toclevel2"><a href="http://bugzilla.gnome.org/buglist.cgi?product=GEGL&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED";>Bugzilla</a></div>
+<div class="toclevel2"><a href="#toc5">Mailinglist</a></div>
+<div class="toclevel2"><a href="#toc6">Copyright</a></div>
+<div class="toclevel2"><a href="#toc7">Contributors</a></div>
+<div class="toclevel1"><a href="#toc8">Building from source</a></div>
+<div class="toclevel2"><a href="#toc9">Download</a></div>
+<div class="toclevel2"><a href="#toc10">Dependencies</a></div>
+<div class="toclevel2"><a href="#toc11">Compiling</a></div>
+<div class="toclevel1"><a href="#toc12">Documentation</a></div>
+<div class="toclevel2"><a href="api.html">Public API</a></div>
+<div class="toclevel2"><a href="#toc14">Operation API</a></div>
+<div class="toclevel2"><a href="#toc15">Environment</a></div>
+<div class="toclevel2"><a href="#toc16">gegl</a></div>
+<div class="toclevel1"><a href="#toc17">Appendixes</a></div>
+<div class="toclevel2"><a href="#toc18">Operations</a></div>
+<div class="toclevel2"><a href="#toc19">Glossary</a></div>
+<div class="toclevel2"><a href="#toc20">Directory overview</a></div>
+</div>
+++++++++



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