treecutter.git
13 years agoAdd docbook extension stylsheet to controll the apearance of the docbook
Fredrik Unger [Fri, 4 Mar 2011 20:46:57 +0000 (21:46 +0100)]
Add docbook extension stylsheet to controll the apearance of the docbook
document.

Currently it just takes and forward the root, dropping the <html>
declarations leaving only the original article.

13 years agoRenamed index.html to index.en.html.tmpl and adding templatestrings.
Fredrik Unger [Fri, 4 Mar 2011 20:41:55 +0000 (21:41 +0100)]
Renamed index.html to index.en.html.tmpl and adding templatestrings.

13 years agoRemoving the x bit from license.txt
Fredrik Unger [Thu, 3 Mar 2011 20:37:55 +0000 (21:37 +0100)]
Removing the x bit from license.txt

13 years agoMoving css to a separate directory.
Fredrik Unger [Thu, 3 Mar 2011 20:36:50 +0000 (21:36 +0100)]
Moving css to a separate directory.

13 years agoMoving stylesheets to a separate directory.
Fredrik Unger [Thu, 3 Mar 2011 20:26:36 +0000 (21:26 +0100)]
Moving stylesheets to a separate directory.

13 years agoRemoving example article text and example navigation.
Fredrik Unger [Wed, 2 Mar 2011 07:34:35 +0000 (08:34 +0100)]
Removing example article text and example navigation.

13 years agoCorrected indent and whitespace. Validates now with nxml html5.rnc rules.
Fredrik Unger [Wed, 2 Mar 2011 07:13:44 +0000 (08:13 +0100)]
Corrected indent and whitespace. Validates now with nxml html5.rnc rules.

13 years agoFixed invalid range check of index.
Fredrik Unger [Thu, 24 Feb 2011 10:37:29 +0000 (11:37 +0100)]
Fixed invalid range check of index.

13 years agoFixed the problem of index overflow when no lesser level exist at the end.
Fredrik Unger [Thu, 24 Feb 2011 10:23:05 +0000 (11:23 +0100)]
Fixed the problem of index overflow when no lesser level exist at the end.

13 years agoWhitespace fixes (emacs mode detected and fixed them)
Fredrik Unger [Thu, 24 Feb 2011 10:15:04 +0000 (11:15 +0100)]
Whitespace fixes (emacs mode detected and fixed them)

13 years agoAdapting tree-cutter.py to deal with language codes in the filenames.
Fredrik Unger [Thu, 24 Feb 2011 10:14:31 +0000 (11:14 +0100)]
Adapting tree-cutter.py to deal with language codes in the filenames.

13 years agoAdded template from http://www.freehtml5templates.com/bluenightsky-html5-and-css3...
Fredrik Unger [Tue, 15 Feb 2011 21:51:48 +0000 (22:51 +0100)]
Added template from freehtml5templates.com/bluenightsky-html5-and-css3-template/

13 years agoAdding template from http://www.freehtml5templates.com/adropabove-html5-css3-and...
Fredrik Unger [Tue, 15 Feb 2011 21:51:13 +0000 (22:51 +0100)]
Adding template from freehtml5templates.com/adropabove-html5-css3-and-jquery-template/

13 years agoAdding template from http://www.freehtml5templates.com/turquoiseswirls-html5-and...
Fredrik Unger [Tue, 15 Feb 2011 21:50:20 +0000 (22:50 +0100)]
Adding template from freehtml5templates.com/turquoiseswirls-html5-and-css3-template/

13 years agoAdded template from http://www.freehtml5templates.com/freggies-html5-and-css3-template/
Fredrik Unger [Tue, 15 Feb 2011 21:49:27 +0000 (22:49 +0100)]
Added template from freehtml5templates.com/freggies-html5-and-css3-template/

13 years agoTemporarilly fixed the directory problem. runs in doc, with style and htdocs ..
Fredrik Unger [Tue, 15 Feb 2011 17:14:06 +0000 (18:14 +0100)]
Temporarilly fixed the directory problem. runs in doc, with style and htdocs ..

Should be made configurable and a standard path should be decided..

13 years agoAdded xsltproc test, 10x faster. Need to check output.
Fredrik Unger [Tue, 15 Feb 2011 16:53:12 +0000 (17:53 +0100)]
Added xsltproc test, 10x faster. Need to check output.

13 years agoInitial version of the tree-cutter.py script
Fredrik Unger [Tue, 15 Feb 2011 16:48:38 +0000 (17:48 +0100)]
Initial version of the tree-cutter.py script

Working with a test structure of articles, using docbook and a
changed bluenightsky template. Language support missing.
Menu generation can be improved.