You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by "David Crossley (JIRA)" <ji...@apache.org> on 2006/03/24 02:41:20 UTC

[jira] Closed: (FOR-840) [PATCH] FAQ - Standalone Document from Command Line

     [ http://issues.apache.org/jira/browse/FOR-840?page=all ]
     
David Crossley closed FOR-840:
------------------------------

    Fix Version: 0.8-dev
     Resolution: Fixed

Thanks. Applied your patch but made some changes:
* Removed the warning as discussed.
* Changed the Note to a simple paragraph (not important enough to warrant a Note) and fix xml validation.

> [PATCH] FAQ - Standalone Document from Command Line
> ---------------------------------------------------
>
>          Key: FOR-840
>          URL: http://issues.apache.org/jira/browse/FOR-840
>      Project: Forrest
>         Type: Bug
>   Components: Documentation and website
>     Versions: 0.8-dev
>     Reporter: Clay Leeds
>     Assignee: David Crossley
>     Priority: Minor
>      Fix For: 0.8-dev
>  Attachments: faq_single-doc.txt
>
> [clay@Clays-PB trunk]$ svn diff
> Index: site-author/content/xdocs/docs_0_80/faq.xml
> ===================================================================
> --- site-author/content/xdocs/docs_0_80/faq.xml (revision 387265)
> +++ site-author/content/xdocs/docs_0_80/faq.xml (working copy)
> @@ -111,15 +111,36 @@
>            you want. Forrest will build that page, then of course
>            it will keep crawling links from there. It might be
>            confined to a sub-directory, but depending on links
> -          could end up generating the whole site.
> +          could end up generating the whole site. The main
> +          thing is that your page of interest is built first.
>          </p>
>  
> +        <note>
> +          You can make this change <strong>temporarily</strong>
> +          by running Forrest from the Command Line Interface
> +          (CLI) as follows:<br /><br />
> +          <source>
> +      forrest -Dproject.start-uri=index.html
> +          </source>
> +        </note>
> +        
>          <p>
> -          The main thing is that your page of interest is built first.
>            You can terminate forrest with 'kill' or Ctrl-C after it
> -          has built your pages of interest.
> +          has built your page(s) of interest.
>          </p>
>  
> +        <warning>If you use this method, be <strong>very</strong> careful,
> +          as it is a very early stage development. It does not guarantee a
> +          completely built site, it only saves the page you are viewing.
> +          This is fine if the skin, <code>site.xml</code> and
> +          <code>tabs.xml</code> remain unchanged (<em>i.e.</em>, only the
> +          body has changed), but if any of those files have changed you
> +          will need to do a full forrest site.<br /><br />
> +
> +          This is a really important new feature and we really need help
> +          developing it.
> +        </warning>
> +
>          <p>
>            Cocoon can be instructed via the
>            <link href="#cli-xconf">Cocoon cli.xconf</link> file to not

-- 
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