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 2017/02/25 07:51:10 UTC

svn commit: r1784354 - in /attic/site: docs/projects/directmemory.html xdocs/projects/directmemory.xml

Author: bayard
Date: Sat Feb 25 07:51:10 2017
New Revision: 1784354

URL: http://svn.apache.org/viewvc?rev=1784354&view=rev
Log:
Moving to resource table

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

Modified: attic/site/docs/projects/directmemory.html
URL: http://svn.apache.org/viewvc/attic/site/docs/projects/directmemory.html?rev=1784354&r1=1784353&r2=1784354&view=diff
==============================================================================
--- attic/site/docs/projects/directmemory.html (original)
+++ attic/site/docs/projects/directmemory.html Sat Feb 25 07:51:10 2017
@@ -52,9 +52,48 @@
 <div class="section-content">
 <p><a href="http://directmemory.apache.org">Apache DirectMemory</a> moved into the Attic in July 2015. 
   DirectMemory was an off-heap cache for the Java Virtual Machine. </p>
-<p>The user mailing list, website, downloads and issue tracker all remain open, though 
-     the issue tracker is read-only. See the website at 
-     <a href="http://directmemory.apache.org/">http://directmemory.apache.org</a> for more information on DirectMemory. </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://directmemory.apache.org/">directmemory.apache.org/</a></td>
+    </tr>
+    <tr>
+      <td>Mailing List Archives</td>
+      <td>
+        <a href="http://mail-archives.apache.org/mod_mbox/directmemory-dev/">dev</a>
+        | <a href="http://mail-archives.apache.org/mod_mbox/directmemory-commits/">commits</a>
+        | <a href="http://mail-archives.apache.org/mod_mbox/directmemory-user/">user</a>
+      </td>
+    </tr>
+    <tr>
+      <td>Issue Tracker</td>
+      <td><a href="https://issues.apache.org/jira/browse/directmemory/">JIRA</a></td>
+    </tr>
+    <tr>
+      <td>Wiki</td>
+      <td><a href="https://cwiki.apache.org/confluence/display/directmemory/">cwiki.apache.org: directmemory</a></td>
+    </tr>
+    <tr>
+      <td>SVN</td>
+      <td><a href="http://svn.apache.org/viewvc/directmemory/">svn.apache.org/repos/asf/directmemory/</a></td>
+    </tr>
+    <tr>
+      <td>Board Reports</td>
+      <td><a href="https://whimsy.apache.org/board/minutes/directmemory.html">Minutes</a></td>
+    </tr>
+    <tr>
+      <td>Downloads</td>
+      <td><a href="http://archive.apache.org/dist/directmemory/">archive.apache.org/dist/directmemory/</a> 
+      | <a href="http://archive.apache.org/dist/directmemory/KEYS">KEYS</a>
+      </td>
+    </tr>
+  </table>
+
 <p>As with any project in the Attic - if you should choose to fork DirectMemory outside of Apache, 
      please let us know so we can link to your project. </p>
 <p>Archived versions of the DirectMemory may be downloaded from the 

Modified: attic/site/xdocs/projects/directmemory.xml
URL: http://svn.apache.org/viewvc/attic/site/xdocs/projects/directmemory.xml?rev=1784354&r1=1784353&r2=1784354&view=diff
==============================================================================
--- attic/site/xdocs/projects/directmemory.xml (original)
+++ attic/site/xdocs/projects/directmemory.xml Sat Feb 25 07:51:10 2017
@@ -30,9 +30,13 @@
   <p><a href="http://directmemory.apache.org">Apache DirectMemory</a> moved into the Attic in July 2015. 
   DirectMemory was an off-heap cache for the Java Virtual Machine. </p>
      
-  <p>The user mailing list, website, downloads and issue tracker all remain open, though 
-     the issue tracker is read-only. See the website at 
-     <a href="http://directmemory.apache.org/">http://directmemory.apache.org</a> for more information on DirectMemory. </p>
+  <resource_table project="directmemory">
+    <mail name="commits"/>
+    <mail name="user"/>
+    <jira/>
+    <cwiki/>
+    <svn/>
+  </resource_table>
 
   <p>As with any project in the Attic - if you should choose to fork DirectMemory outside of Apache, 
      please let us know so we can link to your project. </p>