From: <fg...@us...> - 2008-09-16 07:31:45
|
Revision: 911 http://openutils.svn.sourceforge.net/openutils/?rev=911&view=rev Author: fgiust Date: 2008-09-16 07:31:56 +0000 (Tue, 16 Sep 2008) Log Message: ----------- docs Modified Paths: -------------- trunk/openutils-mgnlstripes/src/site/apt/index.apt trunk/openutils-mgnlstripes/src/site/changes/changes.xml Modified: trunk/openutils-mgnlstripes/src/site/apt/index.apt =================================================================== --- trunk/openutils-mgnlstripes/src/site/apt/index.apt 2008-09-15 22:06:51 UTC (rev 910) +++ trunk/openutils-mgnlstripes/src/site/apt/index.apt 2008-09-16 07:31:56 UTC (rev 911) @@ -13,8 +13,20 @@ Any magically-converted Stripes action will still be able to use any standard Stripes feature, plus it will enjoy the automatic injection of any paragraph property. - <<This module requires magnolia 3.5.x, and will not work on any earlier version!>> + <<This module requires magnolia 3.5.x or 3.6.x, and will not work on any earlier version!>> +Supported versions: + +*-----------------------------*--------------------------------*------------------------------- +| mgnlstripes | stripes | magnolia +*-----------------------------*--------------------------------*------------------------------- +| 3.5.x | 1.4.x (doesn't work with 1.5) | 3.5 (also works on 3.6) +*-----------------------------*--------------------------------*------------------------------- +| 3.6.x (currently beta) | 1.5 (doesn't work with 1.4.x) | 3.6 (also works on 3.5) +*-----------------------------*--------------------------------*------------------------------- + + + Configuration First of all drop the openutils-mgnlstripes jar and the stripes jar into WEB-INF/lib, or (better) if you are using maven Modified: trunk/openutils-mgnlstripes/src/site/changes/changes.xml =================================================================== --- trunk/openutils-mgnlstripes/src/site/changes/changes.xml 2008-09-15 22:06:51 UTC (rev 910) +++ trunk/openutils-mgnlstripes/src/site/changes/changes.xml 2008-09-16 07:31:56 UTC (rev 911) @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- + <!-- "type" attribute can be: add, remove, update or fix. --> <document> @@ -8,6 +8,11 @@ <author email="fgiust(at)users.sourceforge.net">Fabrizio Giustina</author> </properties> <body> + <release version="3.6-b1" date="2008-04-24" description=""> + <action type="update" dev="fgiust">support for stripes 1.5 (note: it only works with 1.5, not 1.4.x anymore) + </action> + <action type="update" dev="fgiust">update deps to magnolia 3.6.1</action> + </release> <release version="3.5" date="2008-04-24" description="3.5"> <action type="update" dev="fgiust">update deps to magnolia 3.5.4</action> <action type="update" dev="fgiust">the stripes filter is now added by the module automatically, and it should not This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |