
cherokee at cherokee-project
Sep 3, 2011, 4:22 AM
Post #1 of 1
(97 views)
Permalink
|
|
[6832] cherokee/trunk/doc: Adds a missing documentation page.
|
|
Revision: 6832 http://svn.cherokee-project.com/changeset/6832 Author: alo Date: 2011-09-03 13:22:48 +0200 (Sat, 03 Sep 2011) Log Message: ----------- Adds a missing documentation page. It caused the /doc interface of Cherokee-admin to fail when /help/basics.html was accessed. Thanks to MATSUU Takuto <matsuu [at] gmail> for the patch! Modified Paths: -------------- cherokee/trunk/doc/Makefile.am cherokee/trunk/doc/index.txt Added Paths: ----------- cherokee/trunk/doc/distro.txt Modified: cherokee/trunk/doc/Makefile.am =================================================================== --- cherokee/trunk/doc/Makefile.am 2011-08-30 12:59:36 UTC (rev 6831) +++ cherokee/trunk/doc/Makefile.am 2011-09-03 11:22:48 UTC (rev 6832) @@ -134,6 +134,7 @@ dev_qa.html \ dev_quickstart.html \ dev_ctk.html \ +distro.html \ distro_dev_intro.html docmediacssdir = $(docdir)/media/css/ Added: cherokee/trunk/doc/distro.txt =================================================================== --- cherokee/trunk/doc/distro.txt (rev 0) +++ cherokee/trunk/doc/distro.txt 2011-09-03 11:22:48 UTC (rev 6832) @@ -0,0 +1,3 @@ +== link:index.html[Index] -> Cherokee's Distribution + + . link:distro_dev_intro.html[Introduction to Development]: How to build a package. Modified: cherokee/trunk/doc/index.txt =================================================================== --- cherokee/trunk/doc/index.txt 2011-08-30 12:59:36 UTC (rev 6831) +++ cherokee/trunk/doc/index.txt 2011-09-03 11:22:48 UTC (rev 6832) @@ -152,7 +152,7 @@ . link:dev_ctk.html[CTK]: Dive into the Cherokee Toolkit ********************************* -Cherokee's Distribution: Web Apps distribution on Cherokee +link:distro.html[Cherokee's Distribution]: Web Apps distribution on Cherokee ********************************* . link:distro_dev_intro.html[Introduction to Development]: How to build a package.
|