You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Ross Gardler <rg...@apache.org> on 2005/05/03 19:20:15 UTC

Re: svn commit: r167890 - /forrest/trunk/site-author/content/xdocs/docs/faq.xml

ferdinand@apache.org wrote:

> +    <faq id="defaultFileName">
> +      <question> How can I change the default file name that Forrest will look for when I request a
> +        URL like <code>http://myserver</code> or <code>http://myserver/mydir/</code>? </question>
> +      <answer>
> +        <p>Change the setting <![CDATA[<default-filename>index.html</default-filename>]]> in
> +          cli.xconf.</p>
> +      </answer>
> +    </faq>

This only affects sites when generated from the command line interface 
(i.e. not when doing 'forrest run' or running as a webapp). To change it 
in non command line you need to override the sitemap redirects.

I haven't read all your changes in detail, but it looks like you 
improved a fair number of the FAQ entries. Cool!

Ross

Re: svn commit: r167890 - /forrest/trunk/site-author/content/xdocs/docs/faq.xml

Posted by David Crossley <cr...@apache.org>.
Ferdinand Soethe wrote:
> Ross Gardler wrote:
> 
> RG> This only affects sites when generated from the command line interface
> RG> (i.e. not when doing 'forrest run' or running as a webapp). To change it
> RG> in non command line you need to override the sitemap redirects.
> 
> RG> I haven't read all your changes in detail, but it looks like you 
> RG> improved a fair number of the FAQ entries. Cool!
> 
> Thanks. I added that.
> 
> Btw: Changing cli.xconf is now done in the programm directory thus
>      applying to all Forrests while the sitemap pattern is added
>      locally.
> 
>      Since there probably is a way, can anybody tell me where or how
>      to make that change to cli.xconf local to a project as well?

Each project can have its own cli.xconf

http://forrest.apache.org/0.7/docs/faq.html#cli-xconf

--David

Re: svn commit: r167890 - /forrest/trunk/site-author/content/xdocs/docs/faq.xml

Posted by Ferdinand Soethe <sa...@soethe.net>.



Ross Gardler wrote:

RG> This only affects sites when generated from the command line interface
RG> (i.e. not when doing 'forrest run' or running as a webapp). To change it
RG> in non command line you need to override the sitemap redirects.

RG> I haven't read all your changes in detail, but it looks like you 
RG> improved a fair number of the FAQ entries. Cool!

Thanks. I added that.

Btw: Changing cli.xconf is now done in the programm directory thus
     applying to all Forrests while the sitemap pattern is added
     locally.

     Since there probably is a way, can anybody tell me where or how
     to make that change to cli.xconf local to a project as well?

--
Ferdinand Soethe