Author: wsmoak Date: Sun Jun 11 19:29:06 2006 New Revision: 413564 URL: http://svn.apache.org/viewvc?rev=413564&view=rev Log: Added an index page and website navigation for Standalone Tiles.
Added: struts/sandbox/trunk/tiles/src/site/xdoc/ struts/sandbox/trunk/tiles/src/site/xdoc/index.xml (with props) struts/sandbox/trunk/tiles/tiles-core/src/site/ struts/sandbox/trunk/tiles/tiles-core/src/site/site.xml (with props) Modified: struts/sandbox/trunk/tiles/pom.xml struts/sandbox/trunk/tiles/src/site/site.xml struts/sandbox/trunk/tiles/tiles-core/pom.xml Modified: struts/sandbox/trunk/tiles/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/pom.xml?rev=413564&r1=413563&r2=413564&view=diff ============================================================================== --- struts/sandbox/trunk/tiles/pom.xml (original) +++ struts/sandbox/trunk/tiles/pom.xml Sun Jun 11 19:29:06 2006 @@ -118,7 +118,14 @@ <plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> - <aggregate>true</aggregate> + <!--aggregate>true</aggregate--> + <links> + <link>http://java.sun.com/j2se/1.4.2/docs/api</link> + <link>http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api</link> + <link>http://jakarta.apache.org/commons/chain/apidocs</link> + <link>http://jakarta.apache.org/commons/digester/commons-digester-1.6/docs/api</link> + <link>http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/apidocs</link> + </links> </configuration> </plugin> <plugin> Modified: struts/sandbox/trunk/tiles/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/src/site/site.xml?rev=413564&r1=413563&r2=413564&view=diff ============================================================================== --- struts/sandbox/trunk/tiles/src/site/site.xml (original) +++ struts/sandbox/trunk/tiles/src/site/site.xml Sun Jun 11 19:29:06 2006 @@ -1,23 +1,47 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project name="Standalone Tiles"> +<project name="Apache Struts - Standalone Tiles"> + <bannerLeft> + <name>Apache Software Foundation</name> + <src>http://www.apache.org/images/asf-logo.gif</src> + <href>http://www.apache.org</href> + </bannerLeft> + <bannerRight> + <name>Apache Struts</name> + <src>http://struts.apache.org/images/struts.gif</src> + <href>http://struts.apache.org</href> + </bannerRight> <body> - - <menu name="Taglib Reference"> - <item - name="Tiles" - href="tagreference-tiles-core.html"/> - </menu> - <menu name="Download"> - <item name="Nightly Builds" - href="http://svn.apache.org/builds/struts/nightly/sandbox/tiles-core/"/> + + <links> + <item name="Apache" href="http://www.apache.org" /> + <item name="Action" href="http://struts.apache.org/struts-action" /> + <item name="Action 2" href="http://struts.apache.org/struts-action2" /> + <item name="Shale" href="http://struts.apache.org/struts-shale" /> + </links> + + <menu name="Documentation"> + <item + name="Javadoc" + href="/tiles-core/apidocs/index.html"/> + <item + name="Taglibdoc" + href="/tiles-core/tlddoc/index.html"/> + <item + name="Taglib Reference" + href="/tiles-core/tagreference.html"/> + </menu> <menu name="Quick Links"> <item name="Struts" - href="../../index.html"/> + href="http://struts.apache.org/"/> <item name="Struts Sandbox" - href="../index.html"/> + href="http://struts.apache.org/struts-sandbox"/> </menu> + + ${modules} + ${reports} + </body> </project> Added: struts/sandbox/trunk/tiles/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/src/site/xdoc/index.xml?rev=413564&view=auto ============================================================================== --- struts/sandbox/trunk/tiles/src/site/xdoc/index.xml (added) +++ struts/sandbox/trunk/tiles/src/site/xdoc/index.xml Sun Jun 11 19:29:06 2006 @@ -0,0 +1,100 @@ +<?xml version="1.0"?> +<document> + + <properties> + <title>Apache Struts - Standalone Tiles</title> + </properties> + + <body> + + <section name="Standalone Tiles"> + + <a name="background"/> + <subsection name="Background"> + + <p>Standalone Tiles is an effort to extract the Tiles library + from Struts Action. It is currently housed in the Sandbox area + of the Apache Struts Subversion repository.</p> + + <p>Much of the <a + href="http://struts.apache.org/struts-action/struts-tiles"> + Struts Tiles</a> documentation will also be useful in + understanding how to use Standalone Tiles.</p> + + </subsection> + + <a name="downloads"/> + <subsection name="Downloads"> + + <p>As a sandbox project, Standalone Tiles has no formal + releases. However, snapshots are occasionally published to + Apache's Maven 2 snapshot repository, which can be accessed with + the following configuration:</p> + + <source><![CDATA[ + <repository> + <id>apache.snapshots</id> + <name>Apache Maven Snapshot Repository</name> + <url>http://people.apache.org/maven-snapshot-repository</url> + </repository> + ]]> + </source> + + <p>After configuring the repository, declare a dependency on + Standalone Tiles:</p> + + <source><![CDATA[ + <dependency> + <groupId>org.apache.struts.tiles</groupId> + <artifactId>tiles-core</artifactId> + <version>0.3-SNAPSHOT</version> + </dependency> + ]]> + </source> + + <p>If you are not using Maven 2, you can find a recent development + snapshot of tiles-core.jar <a + href="http://people.apache.org/maven-snapshot-repository/org/apache/struts/tiles/tiles-core/"> + here</a>.</p> + + </subsection> + + <a name="requirements"/> + <subsection name="Requirements"> + + <ul> + <li>Java Runtime Environment (JRE) 1.4 or later.</li> + <li>Servlet API 2.3 or later.</li> + <li>JavaServer Pages 1.2 or later.</li> + </ul> + + </subsection> + + </section> + + <section name="Mailing Lists"> + <a name="mail"/> + + <p>Standalone Tiles is being developed by the Apache Struts + community, and shares the <i>dev at struts.apache.org</i> mailing + list. Subscription information can be found <a + href="http://struts.apache.org/mail.html">here</a>.</p> + + <p>When posting to the list, please prefix your subject lines with + "[tiles]" so that list members can filter messages as desired.</p> + + </section> + + <section name="Issue Tracking"> + <a name="issue"/> + + <p>Please report any bugs or enhancement requests in the <a + href="issue-tracking.html">Apache Struts Issue Tracking System</a>, + using project <code>Sandbox</code> and component <code>Standalone + Tiles</code>.</p> + + </section> + + </body> + +</document> Propchange: struts/sandbox/trunk/tiles/src/site/xdoc/index.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/src/site/xdoc/index.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Modified: struts/sandbox/trunk/tiles/tiles-core/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/pom.xml?rev=413564&r1=413563&r2=413564&view=diff ============================================================================== --- struts/sandbox/trunk/tiles/tiles-core/pom.xml (original) +++ struts/sandbox/trunk/tiles/tiles-core/pom.xml Sun Jun 11 19:29:06 2006 @@ -67,7 +67,17 @@ </build> - <dependencies> + <reporting> + <plugins> + <plugin> + <groupId>net.sourceforge.maven-taglib</groupId> + <artifactId>maven-taglib-plugin</artifactId> + </plugin> + </plugins> + </reporting> + + + <dependencies> <dependency> <groupId>commons-beanutils</groupId> Added: struts/sandbox/trunk/tiles/tiles-core/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/site/site.xml?rev=413564&view=auto ============================================================================== --- struts/sandbox/trunk/tiles/tiles-core/src/site/site.xml (added) +++ struts/sandbox/trunk/tiles/tiles-core/src/site/site.xml Sun Jun 11 19:29:06 2006 @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project name="Apache Struts - Standalone Tiles - Core"> + <body> + + <menu name="Documentation"> + <item + name="Javadoc" + href="/apidocs/index.html"/> + <item + name="Taglibdoc" + href="/tlddoc/index.html"/> + <item + name="Taglib Reference" + href="/tagreference.html"/> + + </menu> + <menu name="Quick Links"> + <item + name="Struts" + href="http://struts.apache.org/"/> + <item + name="Struts Sandbox" + href="http://struts.apache.org/struts-sandbox"/> + </menu> + + ${reports} + + </body> +</project> Propchange: struts/sandbox/trunk/tiles/tiles-core/src/site/site.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/sandbox/trunk/tiles/tiles-core/src/site/site.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL