From 7389cc2a493a4ce5c3f7bea9d19dfdc4a8ce6606 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 23 Aug 2005 19:35:22 +0000 Subject: [PATCH] Rewrite DocMgmt docs to use Forrest 0.7 and a local ForrestBot. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239450 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/dev/doc.xml | 141 ++++++-------------- 1 file changed, 41 insertions(+), 100 deletions(-) diff --git a/src/documentation/content/xdocs/dev/doc.xml b/src/documentation/content/xdocs/dev/doc.xml index 070300cd5..bcc812aff 100644 --- a/src/documentation/content/xdocs/dev/doc.xml +++ b/src/documentation/content/xdocs/dev/doc.xml @@ -71,126 +71,67 @@ Maintenance branch releases either copy the trunk content to the maintenance bra ViewCVS - Developer builds documentation and commits it to xml-site. - xml-site repository (cvs) at cvs.apache.org/home/cvs/xml-site - web-ready - ViewCVS - - - Developer publishes website. - FOP live web site, /www/xml.apache.org/fop on www.apache.org - web-ready - FOP Web Site - - - Forrestbot is currently not available for website publishing. - - -
Using a Local Forrest - -

To use a local Forrest:

+

To use a local Forrest (during website development, not for deployment):

-
-
- Updating the FOP Web Repository Manually - - + + You can use "forrest run" to start a local web server. That improves development speed as you + can simply refresh in the browser after a change. +
Deleting Documentation Files -

The one place where manual updates of the web cvs repository are required is when a document is retired. At this point, it will no longer be generated. However, it will still exist in the web cvs repository. You will need to use a cvs client to remove the files, then commit the changes to keep them from continuing to exist on the live site.

-
-
- Publish the Website - +

+ ForrestBot simply uploads the whole generated site. It doesn't delete obsolete files. You + can do that manually in the /www/xmlgraphics.apache.org/fop folder on cvs.apache.org. Be careful + when doing stuff like that. +

+ + Please make sure you always have group rw permissions on all files under the /www directory! +
-- 2.39.5