Author: bayard Date: Sat Jul 21 17:45:30 2007 New Revision: 558407 URL: http://svn.apache.org/viewvc?view=rev&rev=558407 Log: Updating the site - many things deprecated and I did a general cleanup
Added: jakarta/taglibs/proper/src/trunk/doc/bugs.xml (with props) Removed: jakarta/taglibs/proper/src/trunk/doc/deprecatedtaglibs.xml jakarta/taglibs/proper/src/trunk/doc/newprojectsubmission.xml Modified: jakarta/taglibs/proper/src/trunk/doc/binarydist.xml jakarta/taglibs/proper/src/trunk/doc/index.xml jakarta/taglibs/proper/src/trunk/doc/project.xml Modified: jakarta/taglibs/proper/src/trunk/doc/binarydist.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/src/trunk/doc/binarydist.xml?view=diff&rev=558407&r1=558406&r2=558407 ============================================================================== --- jakarta/taglibs/proper/src/trunk/doc/binarydist.xml (original) +++ jakarta/taglibs/proper/src/trunk/doc/binarydist.xml Sat Jul 21 17:45:30 2007 @@ -12,7 +12,7 @@ <p>Binary downloads of nightly builds and released versions of the JAKARTA-TAGLIBS distribution, as with all other Jakarta projects, are available from the Jakarta web site, -at <a href="http://jakarta.apache.org/downloads/binindex.html">http://jakarta.apache.org/downloads/binindex.html</a>. +at <a href="http://jakarta.apache.org/site/downloads/downloads_taglibs.html">http://jakarta.apache.org/site/downloads/downloads_taglibs.html</a>. Download and unpack the distribution archive into a convenient subdirectory. </p> </section> Added: jakarta/taglibs/proper/src/trunk/doc/bugs.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/src/trunk/doc/bugs.xml?view=auto&rev=558407 ============================================================================== --- jakarta/taglibs/proper/src/trunk/doc/bugs.xml (added) +++ jakarta/taglibs/proper/src/trunk/doc/bugs.xml Sat Jul 21 17:45:30 2007 @@ -0,0 +1,39 @@ +<?xml version="1.0"?> +<document url="./bugs.xml"> + + <properties> + <title>Reporting Bugs and Feature Requests</title> + </properties> + + <body> + + <section name="Using the issue tracker" href="Bugs"> + + <p>To report a bug, or request a feature enhancement, go to: + <a href="http://issues.apache.org/bugzilla"> + http://issues.apache.org/bugzilla</a>. When filling out a bug report + or feature request, please follow these simple rules:</p> + + <ul> + <li>Select Taglibs from the product list</li> + <li>Include the tag library where the problem exists</li> + <li>Details of your operating environment</li> + <li>Explanation of the problem</li> + <li>A way to reproduce the problem if possible</li> + <li>Any other information that may be pertinent</li> + </ul> + + <p>If you have developed a patch for the bug please attach it to + the bug report. + See <a href="http://jakarta.apache.org/site/source.html#Patches"> + http://jakarta.apache.org/site/source.html#Patches</a> for information + on how to create a patch.</p> + + </section> + <section name="Using the mailing list" href="Mail"> + <p>You are always welcome to bring your problem or new idea to the mailing lists. Please + read <a href="http://jakarta.apache.org/site/mail2.html#Taglibs">http://jakarta.apache.org/site/mail2.html#Taglibs</a>. </p> + </section> + + </body> +</document> Propchange: jakarta/taglibs/proper/src/trunk/doc/bugs.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: jakarta/taglibs/proper/src/trunk/doc/index.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/src/trunk/doc/index.xml?view=diff&rev=558407&r1=558406&r2=558407 ============================================================================== --- jakarta/taglibs/proper/src/trunk/doc/index.xml (original) +++ jakarta/taglibs/proper/src/trunk/doc/index.xml Sat Jul 21 17:45:30 2007 @@ -14,75 +14,17 @@ <section name="Jakarta Taglibs" href="Welcome"> <p> - This project is an open-source repository for JSP custom tag libraries - and associated projects, such as TagLibraryValidator classes and - extensions to page-creation tools to support tag libraries. - For a general description of Tag Libraries, please see <a href="http://java.sun.com/products/jsp/taglibraries.html"> + This project is an open source repository for JSP custom tag libraries. + For a general description, please see the official java.sun.com page on <a href="http://java.sun.com/products/jsp/taglibraries.html"> JSP(tm) Tag Libraries</a>. </p> <p> Jakarta Taglibs also hosts the development tree of the - reference implementation (RI) for the <a href="http://java.sun.com/products/jsp/jstl">JSP Standard Tag Library (JSTL)</a>. - This implementation is done under project <a href="doc/standard-doc/intro.html">standard</a>. Currently, no other - tag libraries in Jakarta Taglibs represent Java Community Process (JCP) - standards. + reference implementation (RI) for the <a href="http://java.sun.com/products/jsp/jstl">JSTL specification</a> - the + <a href="doc/standard-doc/intro.html">Jakarta Standard Taglib</a>. Versions 1.0 and 1.1 of JSTL (JSP Standard Tag Library) are implemented here, currently there are no plans for a 1.2 implementation and you are advised to investigate the Glassfish implementation. </p> - <p> - Versions 1.0 and 1.1 of the JSTL specification are implemented here. Version 1.2 is not and there are currently <em>no plans for JSTL 1.2</em> to be implemented at Jakarta - instead we advise you to investigate the implementation available from the Glassfish project under the Common Development and Distribution License (CDDL). If you have questions on this or a need for an Apache licensed version of JSTL we encourage you to bring it up on the mailing list. - </p> - -<ul> -<li><a href="#Project Categories">Project Categories</a></li> - <li><a href="#News">News</a></li> - <li><a href="#Downloads">Downloads</a></li> - <li><a href="#MailingLists">Mailing Lists</a></li> - <li><a href="#Bugs">Reporting Bugs and Feature Requests</a></li> - <li><a href="#GettingInvolved">Getting Involved</a></li> - <li><a href="#Links">Links of Interest</a></li> -</ul> - </section> - <section name="Project Categories" href="Categories"> -<p> -The JSP Custom Tag Libraries and other related projects are broken up into -the following categories in the left menu. -</p> -<ul> - <li><u>JCP Standardized Tag Libraries</u></li><br></br> - - This category is for the JSP Standard Tag Library (JSTL), standardized under the - <a href="http://jcp.org">Java Community Process (JCP)</a>. JSTL is a collection - of tag libraries that cover the following functionality: conditionals, iterators, - accessing URL resources, internationalization and text formatting, database access - (SQL), and XML processing. -</ul> -<ul> -<li> <u>Supported Tag Libraries</u></li><br></br> - - Tag libraries that are officially supported at Jakarta Taglibs. - It is important - to note that the functionality covered by some of these tag libraries - may coincide with standardization efforts in the Java Community - Process (JCP), both presently and in the future. -</ul> -<ul> -<li> <u>Tool Extensions</u></li><br></br> -Custom Tag Library Extensions (CTLX) are extensions for popular web publishing tools which add support for use of JSP - custom taglibs. -</ul> -<ul> -<li> <u>Sandbox</u></li><br></br> -Projects under development but not yet officialy supported by the Jakarta Taglibs Project. This is where new project submissions are first introduced to Jakarta Taglibs (see <a href="#GettingInvolved">Getting Involved</a>). -</ul> -<p> Note that the minimum JSP container requirement for a tag library is listed in parentheses next to the libary name. For example, "Standard-1.0 (1.2)" means that the "Standard" tag library 1.0 will work on any JSP 1.2 container and above. -</p> -<p> - Over time, some projects are deprecated because their functionality is covered by JCP standardized - tag libraries, or because newer, improved projects - supersede them. Deprecated tag libraries can be accessed <a href="deprecatedtaglibs.html">here</a>. -</p> -</section> <section name="News" href="News"> <news> <newsitem date="08/04/2005" libname="RDC"> @@ -234,155 +176,6 @@ </newsitem> </news> </section> - - <section name="Downloads" href="Downloads"> - - <p>Nightly builds for the Entire Jakarta Taglibs Distributions:</p> -<ul> -<li><a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly"> -Binary</a></li> -<li><a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src"> -Source</a></li> -<li><a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/doc"> -Documentation</a></li> -</ul> - - <p>Per Project Binary Distributions:</p> -<ul> -<li>Please use one of the <a href="http://jakarta.apache.org/site/downloads/downloads_taglibs.html"> -Apache Jakarta Project Mirror Sites</a> to download Releases</li> -<li><a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/"> -Nightly</a></li> -</ul> - - <p>Nightly builds for the Entire Jakarta Taglibs Sandbox Distributions:</p> -<ul> -<li><a href="http://jakarta.apache.org/builds/jakarta-taglibs-sandbox/nightly/"> -Binary</a></li> -<li><a href="http://jakarta.apache.org/builds/jakarta-taglibs-sandbox/nightly/src"> -Source</a></li> -</ul> - - <p>Note that the left menu may also be used to access individual projects and their distributions.</p> - - <p>For more information on how to use the distributions, - please refer to the following documentation:</p> - - <ul> - <li>Using the Jakarta Taglibs <a href="binarydist.html">Binary Distribution</a></li> - <li>Using the Jakarta Taglibs <a href="sourcedist.html">Source Distribution</a></li> - </ul> - - </section> - - <section name="Mailing Lists" href="MailingLists"> -Jakarta Taglibs offers two mailing lists to its community: - <ul> - <li><strong>Taglibs-User</strong><br/> - Subscribe to the - <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> - mailing list to communicate with other developers that are using - taglibs for their own applications, including questions about the - installation of Jakarta Taglibs, and the usage of particular Jakarta - Taglibs features.</li> -</ul> -<ul> - <li><strong>Taglibs-Dev</strong><br/> - Subscribe to the - <a href="mailto:[EMAIL PROTECTED]">taglibs-dev@jakarta.apache.org</a> - mailing list to communicate with other developers interested in expanding - and improving the functionality supported by Jakarta Taglibs itself.</li> -</ul> -</section> - - <section name="Reporting Bugs and Feature Requests" href="Bugs"> - - <p>To report a bug, or request a feature enhancement, go to: - <a href="http://issues.apache.org/bugzilla"> - http://issues.apache.org/bugzilla</a>. When filling out a bug report - or feature request, please follow these simple rules:</p> - - <ul> - <li>Select Taglibs from the product list</li> - <li>Include the tag library where the problem exists</li> - <li>Details of your operating environment</li> - <li>Explanation of the problem</li> - <li>A way to reproduce the problem if possible</li> - <li>Any other information that may be pertinent</li> - </ul> - - <p>If you have developed a patch for the bug please attach it to - the bug report. - See <a href="http://jakarta.apache.org/site/source.html#Patches"> - http://jakarta.apache.org/site/source.html#Patches</a> for information - on how to create a patch.</p> - - </section> - - <section name="Getting Involved" href="GettingInvolved"> - -<p><b><u>New Project Submission</u></b><br/> - -As an open-source repository of tag libraries related projects, Jakarta Taglibs depends on the -contributions of its community to grow its portfolio of useful, high quality -tag libraries and associated projects (TLVs, tool extensions). -</p> -<p> -New project submissions all take root in the -<b><i>sandbox</i></b>. The sandbox provides developers with a low cost mechanism to -publish their work so they can get the exposure necessary to see if the project -is a good fit for Jakarta Taglibs. -Consult the document <a href="newprojectsubmission.html">New Project Submission</a> for details on -how to submit your own project for inclusion in the sandbox. -</p> -<p> -A project is eventually promoted as an "officially supported project at -Jakarta Taglibs" once it has been through a successful evaluation period -and vote. -</p> -<p><b><u>Becoming a Committer</u></b><br/> -As described in the <a href="newprojectsubmission">New Project Submission</a> -document, contributing an individual project is the standard way -to acquire Committer status to Jakarta Taglibs. -</p> -<p><b><u>Patch Submission</u></b><br/> -Patches can be contributed by attaching them to a bugzilla bug report -or enhancement request. See -<a href="http://jakarta.apache.org/site/source.html#Patches"> -http://jakarta.apache.org/site/source.html#Patches</a> for information -on how to create a patch. -After discussion and acceptance, one of the existing Committers will -add your contribution to the Jakarta Taglibs source code base (with credit to -you, of course).</p> - </section> - - <section name="Links of Interest" href="Links"> -<b>Tutorials</b><br/> - <ul> - <li><a href="tutorial.html">Jakarta Taglibs Tutorial</a></li> - <li><a href="http://java.sun.com/webservices/docs/1.0/tutorial/index.html"> - Java Web Services Tutorial</a> - <ul> - <li><a href="http://java.sun.com/webservices/docs/1.0/tutorial/doc/JSPTags.html"> - Custom Tags</a></li> - <li><a href="http://java.sun.com/webservices/docs/1.0/tutorial/doc/JSTL.html"> - JSP Standard Tag Library (JSTL)</a></li> - </ul> - </li> - <li> - <a href="http://developer.java.sun.com/developer/Books/javaserverpages/cservletsjsp/chapter14.pdf"> - Core Servlets and JavaServer Pages Tutorial (PDF)</a></li> - <li><a href="http://www.orionserver.com/tutorials/tagtut/lesson1/lesson1.html"> - Orion Server Tutorial</a></li> - </ul> -<b>JSP and Tag Libraries at Sun</b><br/> - <ul> - <li><a href="http://java.sun.com/products/jsp/taglibraries">Tag Libraries</a></li> - <li><a href="http://java.sun.com/products/jsp/jstl">JSP Standard Tag Library (JSTL)</a></li> - <li><a href="http://java.sun.com/products/jsp">JSP</a></li> - </ul> - </section> - </body> </document> Modified: jakarta/taglibs/proper/src/trunk/doc/project.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/src/trunk/doc/project.xml?view=diff&rev=558407&r1=558406&r2=558407 ============================================================================== --- jakarta/taglibs/proper/src/trunk/doc/project.xml (original) +++ jakarta/taglibs/proper/src/trunk/doc/project.xml Sat Jul 21 17:45:30 2007 @@ -3,64 +3,69 @@ href="http://jakarta.apache.org/taglibs" image="images/taglibs.gif"> - <menu name="Home" local="true"> - <item name="Jakarta Taglibs" href="index.html"/> + <menu name="Using Jakarta Taglibs" local="false"> + <item name="Home" href="index.html"/> + <item name="Downloads" href="http://jakarta.apache.org/site/downloads/downloads_taglibs.html"/> + <item name="Using" href="binarydist.html"/> + <item name="Taglib Tutorial" href="tutorial.html"/> + <item name="Reporting Bugs" href="bugs.html"/> </menu> - <menu name="JCP Standardized Tag Libraries" local="true"> - <item name="Standard-1.0: JSTL 1.0 (1.2)" href="doc/standard-1.0-doc/intro.html"/> - <item name="Standard-1.1: JSTL 1.1 (2.0)" href="doc/standard-doc/intro.html"/> - </menu> - - <menu name="Supported Tag Libaries" local="true"> - <item name="Benchmark (1.1)" href="doc/benchmark-doc/intro.html"/> - <item name="BSF (1.1)" href="doc/bsf-doc/intro.html"/> - <item name="Cache (1.2)" href="doc/cache-doc/intro.html"/> - <item name="DateTime (1.1)" href="doc/datetime-doc/intro.html"/> - <item name="I18N (1.1)" href="doc/i18n-doc/intro.html"/> - <item name="Input (1.1)" href="doc/input-doc/intro.html"/> - <item name="IO (1.1)" href="doc/io-doc/intro.html"/> - <item name="JMS (1.1)" href="doc/jmstags-doc/intro.html"/> - <item name="JNDI (1.1)" href="doc/jndi-doc/intro.html"/> - <item name="Log (1.1)" href="doc/log-doc/intro.html"/> - <item name="Mailer (1.1)" href="doc/mailer-doc/intro.html"/> - <item name="Random (1.1)" href="doc/random-doc/intro.html"/> - <item name="RDC - Reusable Dialog Components (2.0)" href="doc/rdc-doc/intro.html"/> - <item name="Regexp (1.1)" href="doc/regexp-doc/intro.html"/> - <item name="Scrape (1.1)" href="doc/scrape-doc/intro.html"/> - <item name="String (1.1)" href="doc/string-doc/intro.html"/> - <item name="XTags (1.1)" href="doc/xtags-doc/intro.html"/> - </menu> - - <menu name="Tool Extensions" local="true"> - <item name="UltraDev 4.0" href="doc/ultradev4-doc/intro.html"/> - </menu> - - <menu name="Sandbox" local="true"> - <item name="Image (1.1)" href="sandbox/doc/image-doc/intro.html"/> - <item name="Iterators (1.2)" href="sandbox/doc/iterators-doc/intro.html"/> - <item name="Unstandard (1.2)" href="sandbox/doc/unstandard-doc/intro.html"/> - <item name="Data Grid (1.2)" href="sandbox/doc/datagrid-doc/intro.html"/> - <item name="Mailer 2 (2.0)" href="sandbox/doc/mailer2-doc/intro.html"/> - </menu> - - <menu name="Deprecated Tag Libraries" local="true"> - <item name="Application (1.1)" href="doc/application-doc/intro.html"/> - <item name="DBTags (1.1)" href="doc/dbtags-doc/intro.html"/> - <item name="Page (1.1)" href="doc/page-doc/intro.html"/> - <item name="Request (1.1)" href="doc/request-doc/intro.html"/> - <item name="Response (1.1)" href="doc/response-doc/intro.html"/> - <item name="Session (1.1)" href="doc/session-doc/intro.html"/> - <item name="Utility (1.1)" href="doc/utility-doc/intro.html"/> - <item name="XSL (1.1)" href="doc/xsl-doc/intro.html"/> - </menu> - - <menu name="Jakarta Community" local="false"> + <menu name="Digging into Jakarta Taglibs" local="false"> <item name="Get Involved" href="http://jakarta.apache.org/site/getinvolved.html"/> - <item name="Mailing Lists" href="http://jakarta.apache.org/site/mail.html"/> - <item name="SVN Repositories" href="http://jakarta.apache.org/site/cvsindex.html"/> - <item name="Reference Library" href="http://jakarta.apache.org/site/library.html"/> - <item name="Bug Database" href="http://jakarta.apache.org/site/bugs.html"/> + <item name="Mailing Lists" href="http://jakarta.apache.org/site/mail2.html#Taglibs"/> + <item name="Source Code (SVN)" href="http://jakarta.apache.org/site/cvsindex.html"/> + <item name="Building Source" href="sourcedist.html"/> + </menu> + + <menu name="JSP 2.0 Tag Libs" local="true"> + <item name="RDC - Reusable Dialog Components" href="doc/rdc-doc/intro.html"/> + <item name="Standard-1.1: JSTL 1.1" href="doc/standard-doc/intro.html"/> + </menu> + <menu name="JSP 1.2 Tag Libs" local="true"> + <item name="Standard-1.0: JSTL 1.0" href="doc/standard-1.0-doc/intro.html"/> + </menu> + <menu name="JSP 1.1 Tag Libs" local="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="String" href="doc/string-doc/intro.html"/> + </menu> + + <menu name="Sandbox - JSP 1.2 Taglibs" local="true"> + <item name="Unstandard" href="sandbox/doc/unstandard-doc/intro.html"/> + <item name="Iterators" href="sandbox/doc/iterators-doc/intro.html"/> + </menu> + + <menu name="Deprecated JSP 2.0 Taglibs" local="true"> + <item name="Mailer 2" href="sandbox/doc/mailer2-doc/intro.html"/> + </menu> + <menu name="Deprecated JSP 1.2 Taglibs" local="true"> + <item name="Cache" href="doc/cache-doc/intro.html"/> + <item name="Data Grid" href="sandbox/doc/datagrid-doc/intro.html"/> + </menu> + <menu name="Deprecated JSP 1.1 Taglibs" local="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="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="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"/> </menu> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]