Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 85743 invoked from network); 4 Dec 2005 10:06:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Dec 2005 10:06:55 -0000 Received: (qmail 99011 invoked by uid 500); 4 Dec 2005 10:06:54 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 98969 invoked by uid 500); 4 Dec 2005 10:06:53 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 98942 invoked by uid 99); 4 Dec 2005 10:06:53 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2005 02:06:52 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 99D8C126 for ; Sun, 4 Dec 2005 11:06:31 +0100 (CET) Message-ID: <2117307638.1133690791627.JavaMail.jira@ajax.apache.org> Date: Sun, 4 Dec 2005 11:06:31 +0100 (CET) From: "David Crossley (JIRA)" To: dev@forrest.apache.org Subject: [jira] Assigned: (FOR-751) Various documentation bugs In-Reply-To: <1001710272.1133507850400.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/FOR-751?page=all ] David Crossley reassigned FOR-751: ---------------------------------- Assign To: David Crossley > Various documentation bugs > -------------------------- > > Key: FOR-751 > URL: http://issues.apache.org/jira/browse/FOR-751 > Project: Forrest > Type: Bug > Components: Documentation and website > Versions: 0.7, 0.8-dev > Reporter: Richard Calmbach > Assignee: David Crossley > > Working through the docs, I found a few bugs. Fixing these will be especially helpful to beginners who are trying to align instructions and reality. Unless stated otherwise, the bugs below apply to both the v0.7 docs and the v0.8dev docs even if the URL is for v0.7. > 1. [docs, message when running "forrest seed", forrest.properties] http://forrest.apache.org/docs_0_70/your-project.html, section "Seeding a new project": The message that is displayed when running "forrest seed" lists src/documentation/resources/images as one of the generated directories, but this directory does not exist. Instead, there is a src/documentation/content/xdocs/images directory. > Further, the forrest.properties file generated when running "forrest seed" has this comment line: > #project.images-dir=${project.resources-dir}/images > to document the default value used by forrest, but this directory does not exist. Strangely, $FORREST_HOME/main/webapp/default-forrest.properties contains: > project.images-dir=${project.resources-dir}/images > Is there yet another place where project.images-dir is ultimately set to ${project.xdocs-dir}/images? > 2. [docs, message when running "forrest seed"] http://forrest.apache.org/docs_0_70/your-project.html, section "Seeding a new project": I think the line that says: > /src/documentation/content/xdocs # Site content. > should read: > /src/documentation/content # Site content. > (There already is a line for "XML content".) > 3. [docs, message when running "forrest seed", forrest.properties] http://forrest.apache.org/docs_0_70/your-project.html, section "Seeding a new project": Running "forrest seed" no longer generates a "status.xml" file. > 4. [docs] http://forrest.apache.org/docs_0_70/your-project.html, section "Seeding a new project": The output of "tree" given differs slightly from the set of files actually created when running "forrest seed". > 5. [docs] http://forrest.apache.org/docs_0_70/your-project.html: In the "tabs.xml" section, the two-level tab example is nonsensical because the href attribute value of the first-level tab is an external URL: The second-level tabs are never displayed. > 6. [docs] http://forrest.apache.org/docs_0_70/howto/forrest.xmap.html: The first section heading should be "forrest.xmap" instead of "sitemap.xmap". > 7. [docs] http://forrest.apache.org/docs_0_70/howto/howto-custom-html-source.html: There is a formatting bug in the last sitemap snippet (bottom of the page): The markup should not be inside the
 section, it shows up verbatim.
> 8. [docs] http://forrest.apache.org/docs_0_70/howto/howto-custom-html-source.html: On the same line that has bug (7), the {forrest:stylesheets} variable should be {project:resources.stylesheets}.
> 9. [docs] http://forrest.apache.org/dtdx/document-v20.html: In the "Using sections" section, it still says that the section title is an attribute of the 
element, but in document-v20, the title is a child element. > 10. [docs] http://forrest.apache.org/docs_0_70/linking.html: In the "Indirect linking" section, the displayed URL should be "http://xml.apache.org/commons/components/resolver/" instead of "http://xml.apache.org/components/resolver/". Note: The href attribute is correct. > 11. [docs] http://forrest.apache.org/docs_0_70/forrest-contract.html: In the "TheProject must:" section, in the third bullet, the {projecthome} variable should be {docroot}. > 12. [docs] http://forrest.apache.org/docs_0_70/howto/howto-howto.html: In the "Prerequisites" section, the "DTD documentation" link in the note box should point to the howto-v20 DTD instead of the howto-v13 DTD. [This one is already fixed in v0.8dev.] > 13. [docs] http://forrest.apache.org/tools/forrestbot.html: In the "Workstage Properties" section, the default value for build.work-dir is listed as "work", but it's actually "work/${ant.project.name}" (see tools/forrestbot/core/build.xml, line 20). > 14. [docs] http://forrest.apache.org/tools/forrestbot.html: In the "Workstage Properties" section, the description for property "deploy.local.dir" says that relative paths will be relative to ${bot.home}, but they are actually relative to ${basedir}. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira