Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 51888 invoked from network); 26 Oct 2004 19:14:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 26 Oct 2004 19:14:49 -0000 Received: (qmail 65924 invoked by uid 500); 26 Oct 2004 19:14:48 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 65860 invoked by uid 500); 26 Oct 2004 19:14:47 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Forrest Developers List" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 65846 invoked by uid 99); 26 Oct 2004 19:14:47 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 26 Oct 2004 12:14:47 -0700 Received: (qmail 51818 invoked by uid 65534); 26 Oct 2004 19:14:45 -0000 Date: 26 Oct 2004 19:14:45 -0000 Message-ID: <20041026191445.51815.qmail@minotaur.apache.org> From: thorsten@apache.org To: svn@forrest.apache.org Subject: svn commit: rev 55634 - in forrest/trunk: . src/documentation/content/xdocs/howto X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: thorsten Date: Tue Oct 26 12:14:44 2004 New Revision: 55634 Modified: forrest/trunk/src/documentation/content/xdocs/howto/howto-pdf-tab.xml forrest/trunk/status.xml Log: fixed the tab-pdf howto Modified: forrest/trunk/src/documentation/content/xdocs/howto/howto-pdf-tab.xml ============================================================================== --- forrest/trunk/src/documentation/content/xdocs/howto/howto-pdf-tab.xml (original) +++ forrest/trunk/src/documentation/content/xdocs/howto/howto-pdf-tab.xml Tue Oct 26 12:14:44 2004 @@ -52,61 +52,44 @@

The procedure outlined below will define a project sitemap.xmap and create a new - pdf-tab.xmap based on the aggregate.xmap + pdf-tab.xmap.

Create your project's main sitemap.xmap

- Simply copy the sitemap.xmap from the Forrest sitemaps at - ${FORREST_HOME}/context/sitemap.xmap into your + If you do not have already a sitemap then create a new empty one in your src/documentation directory (or wherever ${project.sitemap-dir} points to).

- Create the aggregator sitemap pdf-tab.xmap + Create another sitemap: pdf-tab.xmap

- Copy the aggregate.xmap from Forrest sitemaps into your - ${project.sitemap-dir} and rename it to pdf-tab.xmap + Like before create an empty sitemap and name it pdf-tab.xmap.

-
- Edit project sitemap.xmap - - This is a workaround for Issue FOR-202 - -

- Edit the project sitemap.xmap to comment-out the match - for the sitemap like this: -

- - - - - - -]]> - -
- -
+
Edit project sitemap.xmap to mount pdf-tab.xmap

- Insert the following lines after the - ]]> - pipeline in the section called "SOURCE FORMATS". + Your sitemap should look something like this.

- - -...]]> + + + + + + + + + + + + +]]>
@@ -117,22 +100,28 @@ should look like the following:

- - - - - - - - - - - - - -]]> + + + + + + + + + + + + + + + + + + + + +]]>
@@ -218,18 +207,6 @@
]]>

- - In the original aggregate.xmap there is the line -
- ]]> -
- just before the title definition - (]]>). - Be sure to delete it or comment it out if you like to generate a - pdf-file for specific sites. You only need it for the generation of - one pdf-file for the whole project (this is what - aggregate.xmap usually does). -
@@ -242,8 +219,5 @@ In the future, this ability will probably be incorporated into the main Forrest process.

- - This document will need to be modified when Issue FOR-202 is solved. - Modified: forrest/trunk/status.xml ============================================================================== --- forrest/trunk/status.xml (original) +++ forrest/trunk/status.xml Tue Oct 26 12:14:44 2004 @@ -33,7 +33,7 @@ - + @@ -69,6 +69,11 @@ The brokenlinks file now contains referer information. Upgraded lib/core/cocoon.jar and added attribute "show-referrers" to the Cocoon cli.xconf + + + Updated How-To: + How to create a PDF document for each + tab to create subject-specific aggregated documents.