head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2007.04.18.21.14.26;	author nivit;	state Exp;
branches;
next	1.2;

1.2
date	2005.07.06.15.43.59;	author hq;	state Exp;
branches;
next	1.1;

1.1
date	2004.05.23.19.24.21;	author thierry;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 0.8
@
text
@
*************************************************************************

  Set the environment variable:

      FORREST_HOME=%%DATADIR%%

  and add ${FORREST_HOME}/bin to your PATH.

  To build a site:

      1)  $ mkdir mysite; cd mysite
      2)  $ forrest seed
      3)  $ forrest run
      4)  point your web browser to http://localhost:8888

  To avoid any issue with old classes being loaded, run a 'forrest clean-work'
  in your project directory, after you upgraded to this version (%%PORTVERSION%%)

*************************************************************************
@


1.2
log
@- Update to 0.7
- Add 'java' category

PR:		83012
Submitted by:	maintainer
@
text
@d14 2
a15 2
      3)  $ forrest
      4)  see results in ./build/site/index.html with your web browser
d17 1
a17 1
  To avoid any issue with old classes being loaded, run a 'forrest clean'
@


1.1
log
@Add apache-forrest 0.5.1, a tool for rapid development of small
sites.

PR:		58015
Submitted by:	Nicola Vitale
@
text
@a0 2
*****************************************************************************
To build a site:
d2 1
a2 4
1)  $ mkdir mysite; cd mysite
2)  $ forrest seed
3)  $ forrest site
4)  see results in ./build/site/index.html with your web browser
d4 1
a4 1
If you get this error:
d6 1
a6 1
Can't connect to X11 window using ':0.0' as the value of the DISPLAY variable
d8 1
a8 1
replace step 3) with:
d10 1
a10 1
    $ forrest -Dforrest.jvmargs=-Djava.awt.headless=true site
d12 9
a20 1
*****************************************************************************
@

