You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Paul Hammant <Pa...@yahoo.com> on 2002/04/20 00:02:47 UTC

Adding an xdocs page to a book...

Committers.

To add a page (sometimes index.xml is overused and a second page is 
appropriate).

1) Create yourPage.xml in the xdocs dir.
2) Edit book.xml And add a section like so....
  <menu label="SomeOtherMenuHeading">
    <menu-item label="A short description" href="yourPage.html"/> 
  </menu>

3) Edit xxxx.uris.  Add a line like....
  yourPage.html

4) launch ant with 'docs' target.

5) Look in build/docs for intermediate result.

6) Do not worry about main website.  Me, Peter or others will update 
that periodically.

Regards,

- Paul H



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Adding an xdocs page to a book...

Posted by Paul Hammant <Pa...@yahoo.com>.
Leo,

>Thanks for the info, Paul. Just one thing:
>
>>Committers.
>>
>
>All non-committers are more than welcome to follow
>the same process and supply a patch...just so no-one
>misunderstands =)
>
True, but cough cough,  perhaps it is only comitters that are avoiding 
such xdocs commits ;-)

- Paul


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Adding an xdocs page to a book...

Posted by Leo Simons <le...@apache.org>.
Thanks for the info, Paul. Just one thing:

> Committers.

All non-committers are more than welcome to follow
the same process and supply a patch...just so no-one
misunderstands =)

cheers,

- Leo

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>