Changeset 805
- Timestamp:
- 07/11/07 03:50:43 (1 year ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/Makefile.am (modified) (1 diff)
- cherokee/trunk/configure.in (modified) (1 diff)
- cherokee/trunk/doc/Makefile.am (modified) (1 diff)
- cherokee/trunk/doc/build_docs.py (added)
- cherokee/trunk/doc/django (added)
- cherokee/trunk/doc/django/LICENSE (added)
- cherokee/trunk/doc/django/__init__.py (added)
- cherokee/trunk/doc/django/conf (added)
- cherokee/trunk/doc/django/conf/__init__.py (added)
- cherokee/trunk/doc/django/conf/global_settings.py (added)
- cherokee/trunk/doc/django/core (added)
- cherokee/trunk/doc/django/core/__init__.py (added)
- cherokee/trunk/doc/django/core/exceptions.py (added)
- cherokee/trunk/doc/django/template (added)
- cherokee/trunk/doc/django/template/__init__.py (added)
- cherokee/trunk/doc/django/template/context.py (added)
- cherokee/trunk/doc/django/template/defaultfilters.py (added)
- cherokee/trunk/doc/django/template/defaulttags.py (added)
- cherokee/trunk/doc/django/template/loader.py (added)
- cherokee/trunk/doc/django/template/loader_tags.py (added)
- cherokee/trunk/doc/django/template/loaders (added)
- cherokee/trunk/doc/django/template/loaders/__init__.py (added)
- cherokee/trunk/doc/django/template/loaders/filesystem.py (added)
- cherokee/trunk/doc/django/utils (added)
- cherokee/trunk/doc/django/utils/__init__.py (added)
- cherokee/trunk/doc/django/utils/encoding.py (added)
- cherokee/trunk/doc/django/utils/functional.py (added)
- cherokee/trunk/doc/django/utils/itercompat.py (added)
- cherokee/trunk/doc/django/utils/text.py (added)
- cherokee/trunk/doc/django/utils/translation (added)
- cherokee/trunk/doc/django/utils/translation/__init__.py (added)
- cherokee/trunk/doc/django/utils/translation/trans_null.py (added)
- cherokee/trunk/doc/django/utils/translation/trans_real.py (added)
- cherokee/trunk/doc/locale (added)
- cherokee/trunk/doc/locale/en (added)
- cherokee/trunk/doc/locale/en/authentication.txt (added)
- cherokee/trunk/doc/locale/en/configuration.txt (added)
- cherokee/trunk/doc/locale/en/handlers (added)
- cherokee/trunk/doc/locale/en/handlers/common.txt (added)
- cherokee/trunk/doc/locale/en/handlers/dirlist.txt (added)
- cherokee/trunk/doc/locale/en/handlers/file.txt (added)
- cherokee/trunk/doc/locale/en/handlers/redir.txt (added)
- cherokee/trunk/doc/locale/en/index.txt (added)
- cherokee/trunk/doc/locale/en/loggers (added)
- cherokee/trunk/doc/locale/en/loggers.txt (added)
- cherokee/trunk/doc/locale/en/loggers/combined.txt (added)
- cherokee/trunk/doc/locale/en/loggers/ncsa.txt (added)
- cherokee/trunk/doc/locale/en/loggers/w3c.txt (added)
- cherokee/trunk/doc/locale/en/server.txt (added)
- cherokee/trunk/doc/locale/en/validators (added)
- cherokee/trunk/doc/locale/en/validators/mysql.txt (added)
- cherokee/trunk/doc/locale/en/vserver.txt (added)
- cherokee/trunk/doc/media (added)
- cherokee/trunk/doc/media/css (added)
- cherokee/trunk/doc/media/css/documentation.css (added)
- cherokee/trunk/doc/templates (added)
- cherokee/trunk/doc/templates/base.html (added)
- cherokee/trunk/doc/templates/doc_detail.html (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r804 r805 1 2007-07-11 Brian Rosner <brosner@gmail.com> 2 3 * doc/*, 4 configure.in, 5 Makefile.am 6 - Rewrote the entire documentation system. Everything is done 7 inside Python using the Django template classes and ReST for 8 the documentation. 9 1 10 2007-07-11 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 11 cherokee/trunk/Makefile.am
r693 r805 1 1 ## Cherokee: Makefile.am -*- makefile -*- 2 2 3 SUBDIRS = m4 contrib www icons themes qa cherokee cget windows3 SUBDIRS = m4 contrib www icons doc themes qa cherokee cget windows 4 4 bin_SCRIPTS = cherokee-config 5 5 SUFFIXES = .sample.pre .sample cherokee/trunk/configure.in
r693 r805 1113 1113 m4/Makefile 1114 1114 qa/Makefile 1115 doc/Makefile 1115 1116 themes/Makefile 1116 1117 windows/Makefile cherokee/trunk/doc/Makefile.am
r438 r805 1 SUBDIRS = develop2 1 3 2 docdir = $(datadir)/doc/cherokee/ 4 3 doc_DATA = \ 5 index.html \ 6 Authentication.html \ 7 Authors.html \ 8 Behavior_configuration.html \ 9 CGI_executing.html \ 10 Cget.html \ 11 Combined_logger.html \ 12 Combined_logs.html \ 13 Common_behavior.html \ 14 Comparison_servers.html \ 15 Compiling_and_Installing.html \ 16 Configuration.html \ 17 Copying_and_license.html \ 18 Current_events.html \ 19 Directory_configuration.html \ 20 Directory_listing.html \ 21 Encoders.html \ 22 Extension_configuration.html \ 23 FastCGI.html \ 24 File_sending.html \ 25 Frequently_asked_questions.html \ 26 Gzip_encoder.html \ 27 How_to_generate_SSL_keys.html \ 28 How_to_manage_Virtual_Host.html \ 29 Htdigest_validator.html \ 30 Htpasswd_validator.html \ 31 Icons_configuration.html \ 32 Jaws_and_Cherokee_with_FastCGI.html \ 33 Logging_system.html \ 34 Mime_types_configuration.html \ 35 NCSA_logger.html \ 36 NCSA_logs.html \ 37 PAM_validator.html \ 38 PHP_execution.html \ 39 Plain_validator.html \ 40 Redirections.html \ 41 Request_configuration.html \ 42 Ruby_on_Rails_with_SCGI.html \ 43 SCGI.html \ 44 Server_configuration.html \ 45 U-Cherokee.html \ 46 Validators.html \ 47 W3C_logger.html \ 48 W3C_logs.html \ 49 WebApplications.html \ 50 cherokee.png \ 51 images/Cherokee-icono.png \ 52 images/Exquisite-khelpcenter.png \ 53 images/Server-conf-small.png 4 output/index.html \ 5 output/authentication.html \ 6 output/configuration.html \ 7 output/loggers.html \ 8 output/server.html \ 9 output/vserver.html 54 10 55 EXTRA_DIST=\ 56 $(doc_DATA) 11 dochandlersdir = $(docdir)handlers/ 12 dochandlers_DATA = \ 13 output/handlers/common.html \ 14 output/handlers/dirlist.html \ 15 output/handlers/file.html \ 16 output/handlers/redir.html 57 17 58 index.html: 59 wget -O cherokee_doc.tar.gz http://www.cherokee-project.com/docs/cherokee_doc.tar.gz ;\ 60 gunzip -dc cherokee_doc.tar.gz | tar xfv - ;\ 61 rm -f cherokee_doc.tar.gz 18 docloggersdir = $(docdir)loggers/ 19 docloggers_DATA = \ 20 output/loggers/combined.html \ 21 output/loggers/ncsa.html \ 22 output/loggers/w3c.html 62 23 24 docmediacssdir = $(docdir)media/css/ 25 docmediacss_DATA = \ 26 output/media/css/documentation.css 27 28 docvalidatorsdir = $(docdir)validators/ 29 docvalidators_DATA = \ 30 output/validators/mysql.html 31 32 EXTRA_DIST = \ 33 $(doc_DATA) \ 34 $(dochandlers_DATA) \ 35 $(docloggers_DATA) \ 36 $(docmediacss_DATA) \ 37 $(docvalidators_DATA) 38 39 output/index.html: 40 python build_docs.py 41