You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ra...@apache.org on 2005/08/02 17:24:52 UTC

svn commit: r227025 - in /jakarta/taglibs/proper: rdc/trunk/xml/intro.xml src/trunk/doc/binarydist.xml src/trunk/doc/project.xml src/trunk/doc/stylesheets/taglibs.xsl

Author: rahul
Date: Tue Aug  2 08:24:49 2005
New Revision: 227025

URL: http://svn.apache.org/viewcvs?rev=227025&view=rev
Log:
1) Modified taglibs website "menu" to list RDC under supported (rather than sandbox)
2) Reverted taglibs.xsl as indicated in r225448
3) Modified RDC webpage to point to official builds
4) Corrected typo in binarydist.xml

Modified:
    jakarta/taglibs/proper/rdc/trunk/xml/intro.xml
    jakarta/taglibs/proper/src/trunk/doc/binarydist.xml
    jakarta/taglibs/proper/src/trunk/doc/project.xml
    jakarta/taglibs/proper/src/trunk/doc/stylesheets/taglibs.xsl

Modified: jakarta/taglibs/proper/rdc/trunk/xml/intro.xml
URL: http://svn.apache.org/viewcvs/jakarta/taglibs/proper/rdc/trunk/xml/intro.xml?rev=227025&r1=227024&r2=227025&view=diff
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/xml/intro.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/xml/intro.xml Tue Aug  2 08:24:49 2005
@@ -15,17 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!--
-     Todos:
-
-     Change all instances of {your-name} with your name, this is
-     for things such as document author and list of contributors.
-
-     If you are doing a release of the taglib, replace {release-version}
-     with the version of the taglib.
-
-     For a news item, replace date="MM/DD/YYYY" with the date.
--->
 
 <properties>
   <author>Rahul Akolkar</author>
@@ -146,11 +135,10 @@
   <p>For more information about the Reusable Dialog Components (RDC) 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">
-    RDC 1.0 Beta 1 Taglib Documentation</a></li>
-  -->
+    View the current release <a href="rdc-1.0/index.html">
+    RDC 1.0 Taglib Documentation</a>
+  </li>
   <li>
     View the development version of the <a href="index.html">
     RDC Taglib Documentation</a>
@@ -158,7 +146,7 @@
   </ul>
   </p>
 
-  <p>For information on how to use the distributions,
+  <p>For information on how to use the distributions in the download section,
     look at the following documentation:
   <ul>
     <li>Using the Jakarta-Taglibs
@@ -177,44 +165,27 @@
   <section name="Download" href="Download">
 
   <p>Download a binary distribution of the Reusable Dialog
-  Components (RDC)  Tag Library
+  Components (RDC) Tag Library:
   <ul>
-  <!-- Uncomment the below and modify as needed when doing a release
   <li>
-    Download the RDC Tag Library 1.0 Beta 1 release from an
-    <a href="http://jakarta.apache.org/site/binindex.cgi#Release%20Builds">
+    Download the RDC Tag Library 1.0 release from an
+    <a href="http://jakarta.apache.org/site/downloads/downloads_taglibs-rdc.cgi">
     Apache Jakarta Project Mirror</a>
   </li>
-  -->
-  <li>
-    Download the Reusable Dialog Components (RDC)  Tag Library
-    <a href="http://jakarta.apache.org/builds/jakarta-taglibs-sandbox/nightly/projects/rdc/">
-    nightly development build</a> (contains RDC taglib binary files)
-  </li>
-  </ul>
-  </p>
-
-  <p>The following sandbox distributions are available for download:
-  <ul>
-  <li>
-    Download
-    <a href="http://jakarta.apache.org/builds/jakarta-taglibs-sandbox/nightly/src/">
-    Jakarta-Taglibs Sandbox Source</a> (contains RDC taglib source files)
-  </li>
   <li>
-    Download entire
-    <a href="http://jakarta.apache.org/builds/jakarta-taglibs-sandbox/nightly">
-    Jakarta-Taglibs Sandbox Distribution</a>
+    Download the Reusable Dialog Components (RDC) Tag Library
+    <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/rdc/">
+    nightly development build</a>
   </li>
   </ul>
   </p>
 
-  <p>The following distributions are also available for download:
+  <p>The following Jakarta Taglibs distributions are also available for download:
   <ul>
   <li>
     Download
     <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">
-    Jakarta-Taglibs Source</a>
+    Jakarta-Taglibs Source</a> (contains RDC taglib source files)
   </li>
   <li>
     Download entire

Modified: jakarta/taglibs/proper/src/trunk/doc/binarydist.xml
URL: http://svn.apache.org/viewcvs/jakarta/taglibs/proper/src/trunk/doc/binarydist.xml?rev=227025&r1=227024&r2=227025&view=diff
==============================================================================
--- jakarta/taglibs/proper/src/trunk/doc/binarydist.xml (original)
+++ jakarta/taglibs/proper/src/trunk/doc/binarydist.xml Tue Aug  2 08:24:49 2005
@@ -96,7 +96,7 @@
     </pre></li>
 <li>At the top of each JSP page in your application that needs to use one or
     more tags from this custom tag library, add a
-    <code>&lt;%@ taglib%gt;</code> directive identifying the URI of the library
+    <code>&lt;%@ taglib %&gt;</code> directive identifying the URI of the library
     you want to use (which must match the value you specified in the
     <code>&lt;taglib-uri&gt;</code> element in the web application deployment
     descriptor), and the tagname prefix you will use within this page to

Modified: jakarta/taglibs/proper/src/trunk/doc/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/taglibs/proper/src/trunk/doc/project.xml?rev=227025&r1=227024&r2=227025&view=diff
==============================================================================
--- jakarta/taglibs/proper/src/trunk/doc/project.xml (original)
+++ jakarta/taglibs/proper/src/trunk/doc/project.xml Tue Aug  2 08:24:49 2005
@@ -28,6 +28,7 @@
       <item name="Mailer (1.1)"   href="doc/mailer-doc/intro.html"/>
       <item name="Page (1.1)"     href="doc/page-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="Request (1.1)"  href="doc/request-doc/intro.html"/>
       <item name="Response (1.1)" href="doc/response-doc/intro.html"/>
@@ -47,7 +48,6 @@
       <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"/>
-      <item name="RDC - Reusable Dialog Components (2.0)" href="sandbox/doc/rdc-doc/intro.html"/>
     </menu>
 
     <menu name="Deprecated Tag Libraries" local="true">

Modified: jakarta/taglibs/proper/src/trunk/doc/stylesheets/taglibs.xsl
URL: http://svn.apache.org/viewcvs/jakarta/taglibs/proper/src/trunk/doc/stylesheets/taglibs.xsl?rev=227025&r1=227024&r2=227025&view=diff
==============================================================================
--- jakarta/taglibs/proper/src/trunk/doc/stylesheets/taglibs.xsl (original)
+++ jakarta/taglibs/proper/src/trunk/doc/stylesheets/taglibs.xsl Tue Aug  2 08:24:49 2005
@@ -15,7 +15,6 @@
   <xsl:variable name="banner-bg" select="'#023264'"/>
   <xsl:variable name="banner-fg" select="'#ffffff'"/>
   <xsl:variable name="docDir">http://jakarta.apache.org/taglibs/doc</xsl:variable>
-  <xsl:variable name="sandboxDocDir">http://jakarta.apache.org/taglibs/sandbox/doc</xsl:variable>
 
   <xsl:param name="prefix"></xsl:param> 
   <!-- Process an entire document into an HTML page -->
@@ -311,7 +310,7 @@
     <xsl:choose>
 
       <xsl:when test="@libname = 'RDC'">
-        <xsl:call-template name="sandboxLibURLTemplate">
+        <xsl:call-template name="libURLTemplate">
           <xsl:with-param name="libname">rdc</xsl:with-param>
         </xsl:call-template>
       </xsl:when>
@@ -360,11 +359,6 @@
   <xsl:template name="libURLTemplate">
     <xsl:param name="libname" select="@libname"/>
     [<a href="{$docDir}/{$libname}-doc/intro.html"><xsl:value-of select="@libname"/></a>]
-  </xsl:template>
-
-  <xsl:template name="sandboxLibURLTemplate">
-    <xsl:param name="libname" select="@libname"/>
-    [<a href="{$sandboxDocDir}/{$libname}-doc/intro.html"><xsl:value-of select="@libname"/></a>]
   </xsl:template>
 
   <xsl:template match="tagindex">



---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org