Changeset 1718

Show
Ignore:
Timestamp:
08/03/08 20:41:14 (5 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1717 r1718  
     12008-08-03  Taher Shihadeh <taher@unixwars.com> 
     2 
     3        * doc/*: more documentation contributions and refactoring. 
     4         
    152008-08-03  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    26 
  • cherokee/trunk/doc/Makefile.am

    r1701 r1718  
    1 ASCIIDOC=python $(top_srcdir)/doc/build/asciidoc.py -b xhtml11 --conf-file=$(top_srcdir)/doc/build/chunked_template.conf -a cherokee_version=$(PACKAGE_VERSION) 
     1DOC_RELEASE=0.8.0 
     2ASCIIDOC=python $(top_srcdir)/doc/build/asciidoc.py -b xhtml11 --conf-file=$(top_srcdir)/doc/build/chunked_template.conf -a cherokee_version=$(DOC_RELEASE) 
     3ASCIIDOC_TOC=python $(top_srcdir)/doc/build/asciidoc.py -b xhtml11 -s  
    24 
    3 SUFFIXES = .txt .html 
     5SUFFIXES = .txt .html .inc 
     6 
     7.txt.inc: 
     8        $(ASCIIDOC_TOC) -o $@ $<  
    49 
    510.txt.html: 
     
    813docdir = $(datadir)/doc/cherokee 
    914doc_DATA = \ 
     15TOC.inc \ 
     16why_cherokee.html \ 
     17basics_requirements.html \ 
     18download.html \ 
     19installation_unix.html \ 
     20installation_windows.html \ 
     21running_cherokee.html \ 
    1022index.html \ 
    1123authentication.html \ 
     
    1527debug.html \ 
    1628entry.html \ 
    17 compiling_and_installing_unix.html \ 
    18 compiling_and_installing_windows.html \ 
    1929cross_compile_cherokee.html \ 
    2030internal_configuration.html \ 
  • cherokee/trunk/doc/TODO

    r1712 r1718  
    155155 
    156156 
    157    
    158157                           
    159158  Getting started: 
     
    162161    Download            [1]             download.txt 
    163162    Installation 
    164  
     163     Unix               [3]             installation_unix.txt 
     164     Windows                            installation_windows.txt [incomplete] 
    165165    Running Cherokee                    running_cherokee.txt 
    166166 
     
    173173    spawn-fcgi 
    174174 
    175   Configuration         
     175  Configuration  
    176176    Walkthrough         <1> 
    177       General           [5] 
     177     General            [5] 
    178178     Virtual servers    [6] 
    179179     Encoding 
     
    197197    Setting up Django   <4> 
    198198    Setting up RoR      <4> 
    199  
    200199 
    201200  Modules 
     
    234233    API introduction 
    235234    Examples 
    236  
    237