Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 27320 invoked from network); 4 Jan 2004 19:20:42 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Jan 2004 19:20:42 -0000 Received: (qmail 69152 invoked by uid 500); 4 Jan 2004 19:20:32 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 69118 invoked by uid 500); 4 Jan 2004 19:20:32 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 69105 invoked by uid 500); 4 Jan 2004 19:20:32 -0000 Delivered-To: apmail-httpd-site-cvs@apache.org Received: (qmail 69099 invoked from network); 4 Jan 2004 19:20:31 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 4 Jan 2004 19:20:31 -0000 Received: (qmail 27309 invoked by uid 1569); 4 Jan 2004 19:20:40 -0000 Date: 4 Jan 2004 19:20:40 -0000 Message-ID: <20040104192040.27308.qmail@minotaur.apache.org> From: nd@apache.org To: httpd-site-cvs@apache.org Subject: cvs commit: httpd-site/xdocs/docs-project docsformat.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N nd 2004/01/04 11:20:40 Modified: docs/docs-project docsformat.html xdocs/docs-project docsformat.xml Log: update docsformat page Revision Changes Path 1.21 +15 -10 httpd-site/docs/docs-project/docsformat.html Index: docsformat.html =================================================================== RCS file: /home/cvs/httpd-site/docs/docs-project/docsformat.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -u -r1.20 -r1.21 --- docsformat.html 1 Jan 2004 13:47:21 -0000 1.20 +++ docsformat.html 4 Jan 2004 19:20:40 -0000 1.21 @@ -125,13 +125,19 @@ ./build.sh

If you are running under win32, the build.sh script will work if -cygwin is installed. Alternatively, on WinNT or above, you should be -able to run the build.cmd script, but this hasn't yet -been well tested.

+cygwin is installed. Alternatively, on Win32, you should be +able to run the build.bat script.

+

If you don't want to get the files from CVS, you can download a snapshot of +the build tools from our distribution +directory.

The default target builds only the english-language docs. To build other docs, you should specify the language-code (ja, de, etc) as an argument. To find the available languages, please see our translations page.

+

You can get an overview of all possible build targets by typing:

+
+./build.sh -projecthelp +
@@ -143,13 +149,12 @@
-

When adding a new module, the name of the xml file must be added to -mod/allmodules.xml. In this way, the new module will -be included in the automatic index generation procedures. Also, -you need to create newfilename.xml.meta file. -The best way to make sure these things are done is -running the metafiles target. -

+

When adding a new module, the transformation process tries to generate an +appropriate entry within mod/allmodules.xml and to create an +accompanying metafile (newfilename.xml.meta). Since these +tasks are written in perl, you'll need a working perl installation for this. +If not, you should take these steps manually or just drop a note onto +the project mailing list that someone else can do it.

1.9 +18 -10 httpd-site/xdocs/docs-project/docsformat.xml Index: docsformat.xml =================================================================== RCS file: /home/cvs/httpd-site/xdocs/docs-project/docsformat.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -u -r1.8 -r1.9 --- docsformat.xml 3 Dec 2003 05:16:43 -0000 1.8 +++ docsformat.xml 4 Jan 2004 19:20:40 -0000 1.9 @@ -68,27 +68,35 @@

If you are running under win32, the build.sh script will work if -cygwin is installed. Alternatively, on WinNT or above, you should be -able to run the build.cmd script, but this hasn't yet -been well tested.

+cygwin is installed. Alternatively, on Win32, you should be +able to run the build.bat script.

+ +

If you don't want to get the files from CVS, you can download a snapshot of +the build tools from our distribution +directory.

The default target builds only the english-language docs. To build other docs, you should specify the language-code (ja, de, etc) as an argument. To find the available languages, please see our translations page.

+

You can get an overview of all possible build targets by typing:

+ +
+./build.sh -projecthelp +
Special Files -

When adding a new module, the name of the xml file must be added to -mod/allmodules.xml. In this way, the new module will -be included in the automatic index generation procedures. Also, -you need to create newfilename.xml.meta file. -The best way to make sure these things are done is -running the metafiles target. -

+

When adding a new module, the transformation process tries to generate an +appropriate entry within mod/allmodules.xml and to create an +accompanying metafile (newfilename.xml.meta). Since these +tasks are written in perl, you'll need a working perl installation for this. +If not, you should take these steps manually or just drop a note onto +the project mailing list that someone else can do it.