You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by hl...@apache.org on 2006/01/29 09:54:07 UTC

svn commit: r373295 [5/5] - in /jakarta/site: ./ docs/ docs/site/ docs/site/downloads/ docs/site/news/ xdocs/downloads/ xdocs/stylesheets/

Modified: jakarta/site/xdocs/downloads/downloads.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/downloads/downloads.xml?rev=373295&r1=373294&r2=373295&view=diff
==============================================================================
--- jakarta/site/xdocs/downloads/downloads.xml (original)
+++ jakarta/site/xdocs/downloads/downloads.xml Sun Jan 29 00:54:03 2006
@@ -2,6 +2,7 @@
 <!DOCTYPE project-downloads
 [
 <!ENTITY hivemind-stable '1.1'>
+<!ENTITY hivemind-current '1.1.1'>
 <!ENTITY tapestry-stable '4.0'>
 <!ENTITY tapestry-current 'tba'>
 ]>
@@ -580,6 +581,15 @@
             <group label="Documentation">
                 <download name="&hivemind-stable;-docs.tar.gz" href="jakarta/hivemind/hivemind-&hivemind-stable;-docs.tar.gz"/>
             </group>
+          </group>
+          <group label="&hivemind-current;">
+              <group label="Combined Binary/Source">
+                  <download name="&hivemind-current;.tar.gz" href="jakarta/hivemind/hivemind-&hivemind-current;.tar.gz"/>
+                  <download name="&hivemind-current;.zip" href="jakarta/hivemind/hivemind-&hivemind-current;.zip"/>
+              </group>
+              <group label="Documentation">
+                  <download name="&hivemind-current;-docs.tar.gz" href="jakarta/hivemind/hivemind-&hivemind-current;-docs.tar.gz"/>
+              </group>
           </group>
           <download name="browse download area" href="jakarta/hivemind/" directory="true"/>
       </downloads>

Modified: jakarta/site/xdocs/stylesheets/news2content.xsl
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/stylesheets/news2content.xsl?rev=373295&r1=373294&r2=373295&view=diff
==============================================================================
--- jakarta/site/xdocs/stylesheets/news2content.xsl (original)
+++ jakarta/site/xdocs/stylesheets/news2content.xsl Sun Jan 29 00:54:03 2006
@@ -31,7 +31,7 @@
         <!-- Apply templates to generate a content file for each group. -->
         <xsl:apply-templates select="news/group"/>
         <!-- RSS output -->
-        <rss version="0.92">
+        <rss version="2.0">
             <channel>
                 <title>Apache Jakarta Project</title>
                 <link>http://jakarta.apache.org/</link>
@@ -57,9 +57,7 @@
             <!-- The file is name news-{group id}.html -->
             <link>http://jakarta.apache.org/site/news/news-<xsl:value-of select="../@id"/>.html#<xsl:value-of
                     select="@id"/></link>
-            <description>
-                <xsl:apply-templates mode="rss"/>
-            </description>
+            <xsl:copy-of select="*"/>
         </item>
     </xsl:template>
     <xsl:template match="item" mode="rss">
@@ -71,7 +69,7 @@
             <link>http://jakarta.apache.org/site/news/news-<xsl:value-of select="../@id"/>.html#<xsl:value-of
                     select="@id"/></link>
             <description>
-                <xsl:apply-templates mode="rss"/>
+                <xsl:copy-of select="*"/>
             </description>
         </item>
     </xsl:template>
@@ -128,30 +126,13 @@
             <h3 xml:space="preserve"><xsl:call-template name="output-date"/> - <xsl:value-of select="@product"/> released </h3>
         </a>
         <!-- Copy content -->
-        <xsl:apply-templates/>
+        <xsl:copy-of select="*"/>
     </xsl:template>
     <xsl:template match="item">
         <a name="{@id}">
             <h3 xml:space="preserve"><xsl:call-template name="output-date"/> - <xsl:value-of select="@title"/></h3>
         </a>
         <!-- Copy content -->
-        <xsl:apply-templates/>
-    </xsl:template>
-    <xsl:template match="a" mode="rss">
-        <xsl:copy>
-            <xsl:apply-templates select="@*"/>
-            <xsl:apply-templates select="node()" mode="rss"/>
-        </xsl:copy>
-    </xsl:template>
-    <xsl:template match="text()" mode="rss">
-        <xsl:copy>
-            <xsl:apply-templates mode="rss"/>
-        </xsl:copy>
-    </xsl:template>
-    <!-- A catch all copy nodes and attributes rule -->
-    <xsl:template match="node()|@*">
-        <xsl:copy>
-            <xsl:apply-templates select="node()|@*"/>
-        </xsl:copy>
+        <xsl:copy-of select="*"/>
     </xsl:template>
 </xsl:stylesheet>



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