From: <fg...@us...> - 2009-02-01 08:55:29
|
Revision: 981 http://openutils.svn.sourceforge.net/openutils/?rev=981&view=rev Author: fgiust Date: 2009-02-01 08:55:23 +0000 (Sun, 01 Feb 2009) Log Message: ----------- fix main page Modified Paths: -------------- trunk/openutils-mgnlstruts11/src/site/apt/index.apt trunk/openutils-mgnlstruts11/src/site/site.xml Modified: trunk/openutils-mgnlstruts11/src/site/apt/index.apt =================================================================== --- trunk/openutils-mgnlstruts11/src/site/apt/index.apt 2009-02-01 08:36:41 UTC (rev 980) +++ trunk/openutils-mgnlstruts11/src/site/apt/index.apt 2009-02-01 08:55:23 UTC (rev 981) @@ -1,28 +1,29 @@ -------------------------- - openutils-mgnlmedia + openutils-mgnlstruts11 -------------------------- Fabrizio Giustina -------------------------- -About openutils-mgnlmedia +About openutils-mgnlstruts11 - openutils-mgnlmedia is a custom {{{http://www.magnolia.info}magnolia}} module for the management of multimedia assets - like images and videos. + openutils-mgnlstruts11 is a custom {{{http://www.magnolia.info}magnolia}} module which integrates the + Struts 1.1 framework into magnolia-powered websites. - <<This module requires magnolia 3.6.x, and will not work on any earlier version!>> + After installed into magnolia, this module will allow you to use any available Struts action/forward as a Magnolia paragraph. - Configuration - First of all drop the openutils-mgnlstripes jar and the stripes jar into WEB-INF/lib, or (better) if you are using maven + First of all drop the openutils-mgnlstruts11 jar and the struts jar into WEB-INF/lib, or (better) if you are using maven just declare the following dependency: +----------------------------------------------+ <dependency> <groupId>net.sourceforge.openutils</groupId> - <artifactId>openutils-mgnlmedia</artifactId> - <version>0.1</version> + <artifactId>openutils-mgnlstruts11</artifactId> + <version>...</version> </dependency> +----------------------------------------------+ + + Modified: trunk/openutils-mgnlstruts11/src/site/site.xml =================================================================== --- trunk/openutils-mgnlstruts11/src/site/site.xml 2009-02-01 08:36:41 UTC (rev 980) +++ trunk/openutils-mgnlstruts11/src/site/site.xml 2009-02-01 08:55:23 UTC (rev 981) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project name="Openutils mgnlmedia"> +<project name="Openutils mgnlstruts11"> <publishDate position="navigation-bottom" format="yyyy-MM-dd" /> <version position="navigation-bottom" /> <bannerRight> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |