Author: bayard Date: Sun Jan 4 20:47:28 2009 New Revision: 731435 URL: http://svn.apache.org/viewvc?rev=731435&view=rev Log: Creating released, sandbox and deprecated pages
Added: jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/dormant.xml (with props) jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/sandbox.xml (with props) jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/taglibs.xml (with props) Modified: jakarta/taglibs/trunks-proper/taglibs-site/src/site/site.xml Modified: jakarta/taglibs/trunks-proper/taglibs-site/src/site/site.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/trunks-proper/taglibs-site/src/site/site.xml?rev=731435&r1=731434&r2=731435&view=diff ============================================================================== --- jakarta/taglibs/trunks-proper/taglibs-site/src/site/site.xml (original) +++ jakarta/taglibs/trunks-proper/taglibs-site/src/site/site.xml Sun Jan 4 20:47:28 2009 @@ -27,6 +27,7 @@ <item name="Downloads" href="http://jakarta.apache.org/site/downloads/downloads_taglibs.html" /> <item name="Using" href="using.html" /> <item name="Taglib Tutorial" href="tutorial.html" /> + <item name="News Archives" href="news.html" /> </menu> <menu name="Digging into Jakarta Taglibs"> <item name="Wiki" href="http://wiki.apache.org/jakarta-taglibs/FrontPage" /> @@ -35,24 +36,45 @@ <item name="Mailing Lists" href="mail-lists.html" /> <item name="Building" href="building.html" /> </menu> - <menu name="JSP Taglibs"> - <item name="JSP 2.1 Taglibs" href="http://jakarta.apache.org/taglibs/jsp21.html" collapse="true"> - <item name="Full list..." href="http://jakarta.apache.org/taglibs/jsp21.html" /> + <menu name="Get the Taglibs"> + <item name="Released Taglibs" href="taglibs.html" collapse="true"> + <item name="DateTime" href="doc/datetime-doc/intro.html" /> + <item name="I18N" href="doc/i18n-doc/intro.html" /> + <item name="JNDI" href="doc/jndi-doc/intro.html" /> + <item name="Log" href="doc/log-doc/intro.html" /> + <item name="Random" href="doc/random-doc/intro.html" /> + <item name="Regexp" href="doc/regexp-doc/intro.html" /> + <item name="RDC" href="doc/rdc-doc/intro.html" /> + <item name="Standard 1.0" href="doc/standard-1.0-doc/intro.html" /> + <item name="Standard 1.1" href="doc/standard-doc/intro.html" /> + <item name="String" href="doc/string-doc/intro.html" /> </item> - <item name="JSP 2.0 Taglibs" href="http://jakarta.apache.org/taglibs/jsp20.html" collapse="true"> - <item name="Full list..." href="http://jakarta.apache.org/taglibs/jsp20.html" /> - </item> - <item name="JSP 1.2 Taglibs" href="http://jakarta.apache.org/taglibs/jsp12.html" collapse="true"> - <item name="Full list..." href="http://jakarta.apache.org/taglibs/jsp12.html" /> - </item> - <item name="JSP 1.1 Taglibs" href="http://jakarta.apache.org/taglibs/jsp11.html" collapse="true"> - <item name="Full list..." href="http://jakarta.apache.org/taglibs/jsp11.html" /> - </item> - <item name="Sandbox Taglibs" href="http://jakarta.apache.org/taglibs/sandbox.html" collapse="true"> - <item name="Full list..." href="http://jakarta.apache.org/taglibs/sandbox.html" /> + <item name="Sandboxed Taglibs" href="sandbox.html" collapse="true"> + <item name="Iterators" href="sandbox/doc/iterators-doc/intro.html" /> + <item name="Unstandard" href="sandbox/doc/unstandard-doc/intro.html" /> </item> - <item name="Deprecated Taglibs" href="http://jakarta.apache.org/taglibs/dormant.html" collapse="true"> - <item name="Full list..." href="http://jakarta.apache.org/taglibs/dormant.html" /> + <item name="Deprecated Taglibs" href="dormant.html" collapse="true"> + <item name="Application" href="doc/application-doc/intro.html"/> + <item name="Benchmark" href="doc/benchmark-doc/intro.html"/> + <item name="BSF" href="doc/bsf-doc/intro.html"/> + <item name="Cache" href="doc/cache-doc/intro.html"/> + <item name="Data Grid" href="sandbox/doc/datagrid-doc/intro.html"/> + <item name="DBTags" href="doc/dbtags-doc/intro.html"/> + <item name="Image" href="sandbox/doc/image-doc/intro.html"/> + <item name="Input" href="doc/input-doc/intro.html"/> + <item name="IO" href="doc/io-doc/intro.html"/> + <item name="JMS" href="doc/jmstags-doc/intro.html"/> + <item name="Mailer" href="doc/mailer-doc/intro.html"/> + <item name="Mailer 2" href="sandbox/doc/mailer2-doc/intro.html"/> + <item name="Page" href="doc/page-doc/intro.html"/> + <item name="Request" href="doc/request-doc/intro.html"/> + <item name="Response" href="doc/response-doc/intro.html"/> + <item name="Scrape" href="doc/scrape-doc/intro.html"/> + <item name="Session" href="doc/session-doc/intro.html"/> + <item name="UltraDev 4.0 Tool Extension" href="doc/ultradev4-doc/intro.html"/> + <item name="Utility" href="doc/utility-doc/intro.html"/> + <item name="XSL" href="doc/xsl-doc/intro.html"/> + <item name="XTags" href="doc/xtags-doc/intro.html"/> </item> </menu> <menu name="ASF"> Added: jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/dormant.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/dormant.xml?rev=731435&view=auto ============================================================================== --- jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/dormant.xml (added) +++ jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/dormant.xml Sun Jan 4 20:47:28 2009 @@ -0,0 +1,52 @@ +<?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<document> + <properties> + <title>Deprecated Taglibs</title> + <author email="taglibs-dev@jakarta.apache.org">Jakarta Taglibs Team</author> + </properties> + <body> + <section name="Deprecated Taglibs"> + <table> + <tr><th>Name</th><th>JSP version</th></tr> + <tr><td><a href="sandbox/doc/mailer2-doc/intro.html">Mailer 2</a></td><td>2.0+</td></tr> + <tr><td><a href="doc/cache-doc/intro.html">Cache</a></td><td>1.2+</td></tr> + <tr><td><a href="sandbox/doc/datagrid-doc/intro.html">Data Grid</a></td><td>1.2+</td></tr> + <tr><td><a href="doc/application-doc/intro.html">Application</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/benchmark-doc/intro.html">Benchmark</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/bsf-doc/intro.html">BSF</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/dbtags-doc/intro.html">DBTags</a></td><td>1.1+</td></tr> + <tr><td><a href="sandbox/doc/image-doc/intro.html">Image</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/input-doc/intro.html">Input</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/io-doc/intro.html">IO</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/jmstags-doc/intro.html">JMS</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/mailer-doc/intro.html">Mailer</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/page-doc/intro.html">Page</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/request-doc/intro.html">Request</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/response-doc/intro.html">Response</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/scrape-doc/intro.html">Scrape</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/session-doc/intro.html">Session</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/ultradev4-doc/intro.html">UltraDev 4.0 Tool Extension</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/utility-doc/intro.html">Utility</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/xsl-doc/intro.html">XSL</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/xtags-doc/intro.html">XTags</a></td><td>1.1+</td></tr> + </table> + </section> + </body> +</document> Propchange: jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/dormant.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/sandbox.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/sandbox.xml?rev=731435&view=auto ============================================================================== --- jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/sandbox.xml (added) +++ jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/sandbox.xml Sun Jan 4 20:47:28 2009 @@ -0,0 +1,33 @@ +<?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<document> + <properties> + <title>Sandboxed Taglibs</title> + <author email="taglibs-dev@jakarta.apache.org">Jakarta Taglibs Team</author> + </properties> + <body> + <section name="Taglibs in the Sandbox"> + <table> + <tr><th>Name</th><th>JSP version</th></tr> + <tr><td><a href="doc/iterators-doc/intro.html">Iterators</a></td><td>1.2+</td></tr> + <tr><td><a href="doc/unstandard-doc/intro.html">Unstandard</a></td><td>1.2+</td></tr> + </table> + </section> + </body> +</document> Propchange: jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/sandbox.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/taglibs.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/taglibs.xml?rev=731435&view=auto ============================================================================== --- jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/taglibs.xml (added) +++ jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/taglibs.xml Sun Jan 4 20:47:28 2009 @@ -0,0 +1,41 @@ +<?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<document> + <properties> + <title>Released Taglibs</title> + <author email="taglibs-dev@jakarta.apache.org">Jakarta Taglibs Team</author> + </properties> + <body> + <section name="Taglibs"> + <table> + <tr><th>Name</th><th>JSP version</th></tr> + <tr><td><a href="doc/rdc-doc/intro.html">RDC</a></td><td>2.0+</td></tr> + <tr><td><a href="doc/standard-doc/intro.html">Standard 1.1</a></td><td>2.0+</td></tr> + <tr><td><a href="doc/standard-1.0-doc/intro.html">Standard 1.0</a></td><td>1.2+</td></tr> + <tr><td><a href="doc/datetime-doc/intro.html">DateTime</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/i18n-doc/intro.html">I18N</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/jndi-doc/intro.html">JNDI</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/log-doc/intro.html">Log</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/random-doc/intro.html">Random</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/regexp-doc/intro.html">Regexp</a></td><td>1.1+</td></tr> + <tr><td><a href="doc/string-doc/intro.html">String</a></td><td>1.1+</td></tr> + </table> + </section> + </body> +</document> Propchange: jakarta/taglibs/trunks-proper/taglibs-site/src/site/xdoc/taglibs.xml ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: taglibs-dev-h...@jakarta.apache.org