You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cli-dev@httpd.apache.org by Ian Holsman <li...@holsman.net> on 2004/07/17 02:03:56 UTC

ok.. I figured 'forrest' out

for people later on..

1. get the lastest SVN version of forrest, the current one won't work

2. check out (from CVS) incubator

3. make your mod's in:
	site/site.xml -- add your project under 'projects'
		(shouldn't have to do that again)
	site/projects/index.xml -- add the 1-liner of the project in

	site/projects/httpd-cli.cwiki -- (the meat)


4. in ./incubator run

	$ forrest -- generates the HTML pages
or
	$ forrest run -- which brings up a web-server on port 8888
		 to view the it

5. if your happy (or as close as happy as you can get)
	$ cd build/site
	$ cvs ci index.html index.pdf
	$ cd projects
	$ cvs ci  (as changing a name affects all the menu items on each page)

    	for the gutsy.. just cd build and cvs ci.

6. go to www.apache.org:/www/incubator
7. cvs co

(I have have a new found respect for my work's internal publishing 
system...ugh)

Re: ok.. I figured 'forrest' out

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
At 07:03 PM 7/16/2004, Ian Holsman wrote:
>for people later on..

thanks for the detailed overview, Ian!  You should send a copy off
to general@incubator ;-)

As promised, it's been a few days, so a generalized invite has gone
out to the httpd community.  Until the true cross-CLI work begins,
I suspect it might be a bit early to spam the mono community, but
that invite will eventually go out as well.

Bill