You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@attic.apache.org by ba...@apache.org on 2016/02/29 00:10:43 UTC

svn commit: r1732818 - in /attic/site: docs/projects/jakarta.html xdocs/projects/jakarta.xml

Author: bayard
Date: Sun Feb 28 23:10:42 2016
New Revision: 1732818

URL: http://svn.apache.org/viewvc?rev=1732818&view=rev
Log:
Adding resource table to jakarta page, with hidden keys

Modified:
    attic/site/docs/projects/jakarta.html
    attic/site/xdocs/projects/jakarta.xml

Modified: attic/site/docs/projects/jakarta.html
URL: http://svn.apache.org/viewvc/attic/site/docs/projects/jakarta.html?rev=1732818&r1=1732817&r2=1732818&view=diff
==============================================================================
--- attic/site/docs/projects/jakarta.html (original)
+++ attic/site/docs/projects/jakarta.html Sun Feb 28 23:10:42 2016
@@ -61,7 +61,38 @@
 <div class="section-content">
 <p>Founded in 1999, the Jakarta Project housed a diverse set of popular open source Java solutions. </p>
 <p>In December 2011, Jakarta was retired as all of its subprojects had either become their own projects or been retired. </p>
-<p>Software may be downloaded from the <a href="http://archive.apache.org/dist/jakarta/">Archives</a>. </p>
+
+  <table style="margin-left: auto; margin-right:auto; width:90%">
+    <tr>
+      <th>Read-only Resource</th>
+      <th>Link(s)</th>
+    </tr>
+    <tr>
+      <td>Website</td>
+      <td><a href="http://jakarta.apache.org/">jakarta.apache.org/</a></td>
+    </tr>
+    <tr>
+      <td>Mailing List Archives</td>
+      <td>
+        <a href="http://mail-archives.apache.org/mod_mbox/jakarta-dev/">dev</a>
+        | <a href="http://mail-archives.apache.org/mod_mbox/jakarta-announcements/">announcements</a>
+        | <a href="http://mail-archives.apache.org/mod_mbox/jakarta-general/">general</a>
+        | <a href="http://mail-archives.apache.org/mod_mbox/jakarta-site-cvs/">site-cvs</a>
+        | <a href="http://mail-archives.apache.org/mod_mbox/jakarta-notifications/">notifications</a>
+      </td>
+    </tr>
+    <tr>
+      <td>Board Reports</td>
+      <td><a href="https://whimsy.apache.org/board/minutes/jakarta.html">Minutes</a></td>
+    </tr>
+    <tr>
+      <td>Downloads</td>
+      <td><a href="http://archive.apache.org/dist/jakarta/">archive.apache.org/dist/jakarta/</a> 
+      <!-- hiding KEYS -->
+      </td>
+    </tr>
+  </table>
+
 </div>
          </div>
     <div class="column span-8 last">

Modified: attic/site/xdocs/projects/jakarta.xml
URL: http://svn.apache.org/viewvc/attic/site/xdocs/projects/jakarta.xml?rev=1732818&r1=1732817&r2=1732818&view=diff
==============================================================================
--- attic/site/xdocs/projects/jakarta.xml (original)
+++ attic/site/xdocs/projects/jakarta.xml Sun Feb 28 23:10:42 2016
@@ -29,7 +29,13 @@ limitations under the License.
 
     <p>In December 2011, Jakarta was retired as all of its subprojects had either become their own projects or been retired. </p>
 
-    <p>Software may be downloaded from the <a href="http://archive.apache.org/dist/jakarta/">Archives</a>. </p>
+    <resource_table project="jakarta" hide_keys="true">
+      <mail name="announcements"/>
+      <mail name="general"/>
+      <mail name="site-cvs"/>
+      <mail name="notifications"/>
+    </resource_table>
+
 
   </section>