Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 59676 invoked from network); 19 Jul 2004 02:27:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Jul 2004 02:27:34 -0000 Received: (qmail 98276 invoked by uid 500); 19 Jul 2004 02:27:34 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 98195 invoked by uid 500); 19 Jul 2004 02:27:34 -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 98178 invoked by uid 99); 19 Jul 2004 02:27:33 -0000 X-ASF-Spam-Status: No, hits=0.5 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.27.1) with SMTP; Sun, 18 Jul 2004 19:27:33 -0700 Received: (qmail 59650 invoked by uid 65534); 19 Jul 2004 02:27:32 -0000 Date: 19 Jul 2004 02:27:32 -0000 Message-ID: <20040719022732.59646.qmail@minotaur.apache.org> From: brondsem@apache.org To: svn@forrest.apache.org Subject: svn commit: rev 23046 - in forrest/trunk/src/documentation/content/xdocs: docs howto X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: brondsem Date: Sun Jul 18 19:27:32 2004 New Revision: 23046 Modified: forrest/trunk/src/documentation/content/xdocs/docs/linking.xml forrest/trunk/src/documentation/content/xdocs/docs/sitemap-ref.xml forrest/trunk/src/documentation/content/xdocs/howto/howto-pdf-tab.xml Log: fix broken links Modified: forrest/trunk/src/documentation/content/xdocs/docs/linking.xml ============================================================================== --- forrest/trunk/src/documentation/content/xdocs/docs/linking.xml (original) +++ forrest/trunk/src/documentation/content/xdocs/docs/linking.xml Sun Jul 18 19:27:32 2004 @@ -23,7 +23,6 @@
Menus and Linking - $Revision: 1.13 $
@@ -234,7 +233,7 @@ everything in the <about> section has an implicit tab="home".

You can see this by viewing your site's - abs-menulinks pipeline in a + abs-menulinks pipeline in a browser.

Say that the user is viewing the linking.html page. The <linking> node has an implicit tab Modified: forrest/trunk/src/documentation/content/xdocs/docs/sitemap-ref.xml ============================================================================== --- forrest/trunk/src/documentation/content/xdocs/docs/sitemap-ref.xml (original) +++ forrest/trunk/src/documentation/content/xdocs/docs/sitemap-ref.xml Sun Jul 18 19:27:32 2004 @@ -22,7 +22,6 @@

Forrest Sitemap Reference - $Revision: 1.6 $

@@ -169,10 +168,10 @@

Source pipelines always have a .xml extension. Thus, - index.xml gives you the XML source for the - index page. Likewise, faq.xml gives you XML + index.xml gives you the XML source for the + index page. Likewise, faq.xml gives you XML for the FAQ (transformed from FAQ syntax), and - changes.xml returns XML from status.xml. + changes.xml returns XML from status.xml. Take any page, and replace its extension (.html or .pdf) with .xml, and you'll have the Source XML. @@ -204,21 +203,27 @@ SourceTypeAction to work out the type of XML it is processing, and converts it to doc-v12 if necessary.

-

For instance, say we are rendering a - Howto document called 'step1.xml'. It contains this DOCTYPE +

For instance, say we are rendering a + Howto document called 'howto-howto.xml'. It contains this DOCTYPE declaration:

- <!DOCTYPE howto PUBLIC "-//APACHE//DTD How-to V1.0//EN" "howto-v10.dtd"> + <!DOCTYPE howto PUBLIC "-//APACHE//DTD How-to V1.2//EN" "http://forrest.apache.org/dtd/howto-v12.dtd">

The SourceTypeAction sees this, and applies this transform to get it to doc-v12:

- + + ]]> +
Other source pipelines @@ -342,10 +347,10 @@ </map:match>

- So index.html is formed from - aggregating body-index.html, - menu-index.html and - tab-index.html, and then applying the + So index.html is formed from + aggregating body-index.html, + menu-index.html and + tab-index.html, and then applying the site2xhtml.xsl stylesheet to the result.

@@ -740,8 +745,7 @@ ]]>

You can try these URIs out directly on a live Forrest to see what is going on (for example, Forrest's own - abs-linkmap and - linkmap-index.html. + abs-linkmap).

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 Sun Jul 18 19:27:32 2004 @@ -45,7 +45,7 @@
  • Understand how to create project-specific sitemaps by following the - Using Forrest document.
  • + Using Forrest document.