Author: bayard Date: Sat Jan 3 14:31:53 2009 New Revision: 731111 URL: http://svn.apache.org/viewvc?rev=731111&view=rev Log: Updating documentation and moving contributors to pom
Modified: jakarta/taglibs/sandbox/unstandard/trunk/pom.xml jakarta/taglibs/sandbox/unstandard/trunk/xdocs/index.xml Modified: jakarta/taglibs/sandbox/unstandard/trunk/pom.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/sandbox/unstandard/trunk/pom.xml?rev=731111&r1=731110&r2=731111&view=diff ============================================================================== --- jakarta/taglibs/sandbox/unstandard/trunk/pom.xml (original) +++ jakarta/taglibs/sandbox/unstandard/trunk/pom.xml Sat Jan 3 14:31:53 2009 @@ -47,6 +47,14 @@ <developers> <developer> + <name>Martin Cooper</name> + <id>martinc</id> + </developer> + <developer> + <name>Tim O'Brien</name> + <id>tobrien</id> + </developer> + <developer> <name>Henri Yandell</name> <id>bayard</id> </developer> Modified: jakarta/taglibs/sandbox/unstandard/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/sandbox/unstandard/trunk/xdocs/index.xml?rev=731111&r1=731110&r2=731111&view=diff ============================================================================== --- jakarta/taglibs/sandbox/unstandard/trunk/xdocs/index.xml (original) +++ jakarta/taglibs/sandbox/unstandard/trunk/xdocs/index.xml Sat Jan 3 14:31:53 2009 @@ -17,7 +17,6 @@ <document url="./intro.xml"> <properties> - <author>Henri Yandell</author> <title>The Jakarta-Taglibs Project: Unstandard Tag Library</title> </properties> @@ -30,87 +29,17 @@ </section> <section name="Unstandard News" href="News"> - - <news> - <newsitem date="04/23/2003"> - Launch of the site for Unstandard. It's been around for a couple of months now and has a few tags, <un:instanceOf>, <un:invoke> and <un:equals> [which can handle String.equalsIgnoreCase]. - </newsitem> - </news> - - </section> - - <section name="Documentation" href="Documentation"> - - <p>For more information about the Unstandard Tag Library, - look at the on-line documentation: - <ul> - <!-- Uncomment the below and modify as needed when doing a release - <li> - View the current release <a href="{release-name}/index.html"> - Unstandard 1.0 Beta 1 Taglib Documentation</a></li> - --> - <li> - View the development version of the <a href="index.html"> - Unstandard Taglib Documentation</a> - </li> - </ul> - </p> - - <p>For information on how to use the distributions, - look at the following documentation: - <ul> - <li>Using the Jakarta-Taglibs - <a href="http://jakarta.apache.org/taglibs/binarydist.html"> - Binary Distribution</a> - </li> - <li>Using the Jakarta-Taglibs - <a href="http://jakarta.apache.org/taglibs/sourcedist.html"> - Source Distribution</a> - </li> - </ul> - </p> + <table> + <tr><th>Date</th><th>News</th></tr> + <tr><td>04/23/2003</td> + <td> Launch of the site for Unstandard. It's been around for a couple of months now and has a few tags, <un:instanceOf>, <un:invoke> and <un:equals> [which can handle String.equalsIgnoreCase]. </td> + </tr> + </table> </section> <section name="Download" href="Download"> - - <p>Download a binary distribution of the Unstandard Tag Library - <ul> - <li> - Download the Unstandard Tag Library - <a href="http://jakarta.apache.org/builds/jakarta-taglibs-sandbox/nightly/projects/unstandard/"> - nightly development build</a> - </li> - </ul> - </p> - - <p>The following distributions are also available for download: - <ul> - <li> - Download - <a href="http://jakarta.apache.org/builds/jakarta-taglibs-sandbox/nightly/src/"> - Jakarta-Taglibs Source</a> - </li> - <li> - Download entire - <a href="http://jakarta.apache.org/builds/jakarta-taglibs-sandbox/nightly"> - Jakarta-Taglibs Distribution</a> - </li> - </ul> - </p> - - </section> - - <section name="Contributors" href="Contributors"> - - <p>List of contributors:</p> - - <ul> - <li>Tim O'Brien</li> - <li>Henri Yandell</li> - <li>Martin Cooper</li> - </ul> - + <p>Not currently possible - instead you will have to build from source. </p> </section> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: taglibs-dev-h...@jakarta.apache.org