Changeset 1718
- Timestamp:
- 08/03/08 20:41:14 (5 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/doc/Makefile.am (modified) (3 diffs)
- cherokee/trunk/doc/TOC.txt (added)
- cherokee/trunk/doc/TODO (moved) (moved from cherokee/trunk/doc/build/TODO) (5 diffs)
- cherokee/trunk/doc/basics_requirements.txt (added)
- cherokee/trunk/doc/build/running_cherokee.txt (deleted)
- cherokee/trunk/doc/compiling_and_installing_unix.txt (deleted)
- cherokee/trunk/doc/compiling_and_installing_windows.txt (deleted)
- cherokee/trunk/doc/download.txt (moved) (moved from cherokee/trunk/doc/build/download.txt)
- cherokee/trunk/doc/installation_unix.txt (moved) (moved from cherokee/trunk/doc/build/installation_unix.txt)
- cherokee/trunk/doc/installation_windows.txt (moved) (moved from cherokee/trunk/doc/build/installation_windows.txt)
- cherokee/trunk/doc/running_cherokee.txt (added)
- cherokee/trunk/doc/why_cherokee.txt (moved) (moved from cherokee/trunk/doc/build/why_cherokee.txt)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1717 r1718 1 2008-08-03 Taher Shihadeh <taher@unixwars.com> 2 3 * doc/*: more documentation contributions and refactoring. 4 1 5 2008-08-03 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 6 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) 1 DOC_RELEASE=0.8.0 2 ASCIIDOC=python $(top_srcdir)/doc/build/asciidoc.py -b xhtml11 --conf-file=$(top_srcdir)/doc/build/chunked_template.conf -a cherokee_version=$(DOC_RELEASE) 3 ASCIIDOC_TOC=python $(top_srcdir)/doc/build/asciidoc.py -b xhtml11 -s 2 4 3 SUFFIXES = .txt .html 5 SUFFIXES = .txt .html .inc 6 7 .txt.inc: 8 $(ASCIIDOC_TOC) -o $@ $< 4 9 5 10 .txt.html: … … 8 13 docdir = $(datadir)/doc/cherokee 9 14 doc_DATA = \ 15 TOC.inc \ 16 why_cherokee.html \ 17 basics_requirements.html \ 18 download.html \ 19 installation_unix.html \ 20 installation_windows.html \ 21 running_cherokee.html \ 10 22 index.html \ 11 23 authentication.html \ … … 15 27 debug.html \ 16 28 entry.html \ 17 compiling_and_installing_unix.html \18 compiling_and_installing_windows.html \19 29 cross_compile_cherokee.html \ 20 30 internal_configuration.html \ cherokee/trunk/doc/TODO
r1712 r1718 155 155 156 156 157 158 157 159 158 Getting started: … … 162 161 Download [1] download.txt 163 162 Installation 164 163 Unix [3] installation_unix.txt 164 Windows installation_windows.txt [incomplete] 165 165 Running Cherokee running_cherokee.txt 166 166 … … 173 173 spawn-fcgi 174 174 175 Configuration 175 Configuration 176 176 Walkthrough <1> 177 General[5]177 General [5] 178 178 Virtual servers [6] 179 179 Encoding … … 197 197 Setting up Django <4> 198 198 Setting up RoR <4> 199 200 199 201 200 Modules … … 234 233 API introduction 235 234 Examples 236 237