Author: bayard
Date: Sun Feb 26 06:01:38 2017
New Revision: 1784425

URL: http://svn.apache.org/viewvc?rev=1784425&view=rev
Log:
Adding resource table

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

Modified: attic/site/docs/projects/hivemind.html
URL: 
http://svn.apache.org/viewvc/attic/site/docs/projects/hivemind.html?rev=1784425&r1=1784424&r2=1784425&view=diff
==============================================================================
--- attic/site/docs/projects/hivemind.html (original)
+++ attic/site/docs/projects/hivemind.html Sun Feb 26 06:01:38 2017
@@ -54,16 +54,53 @@
      HiveMind was a services and configuration microkernel. Its features are 
also referred to as 
      Inversion of Control (IoC) Container or Lightweight Container.
      Closely linked to Tapestry 4, it lost activity when Tapestry 5 moved to a 
new IoC container. </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://hivemind.apache.org/";>http://hivemind.apache.org</a> for 
more information on HiveMind. </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://hivemind.apache.org/";>hivemind.apache.org/</a></td>
+    </tr>
+    <tr>
+      <td>Mailing List Archives</td>
+      <td>
+        <a 
href="http://mail-archives.apache.org/mod_mbox/hivemind-dev/";>dev</a>
+        | <a 
href="http://mail-archives.apache.org/mod_mbox/hivemind-commits/";>commits</a>
+        | <a 
href="http://mail-archives.apache.org/mod_mbox/hivemind-user/";>user</a>
+      </td>
+    </tr>
+    <tr>
+      <td>Issue Tracker</td>
+      <td><a 
href="https://issues.apache.org/jira/browse/hivemind/";>JIRA</a></td>
+    </tr>
+    <tr>
+      <td>Wiki</td>
+      <td><a 
href="http://wiki.apache.org/hivemind/";>wiki.apache.org/hivemind/</a></td>
+    </tr>
+    <tr>
+      <td>Source Code (Subversion)</td>
+      <td><a 
href="http://svn.apache.org/viewvc/hivemind/";>svn.apache.org/repos/asf/hivemind/</a></td>
+    </tr>
+    <tr>
+      <td>Board Reports</td>
+      <td><a 
href="https://whimsy.apache.org/board/minutes/hivemind.html";>Minutes</a></td>
+    </tr>
+    <tr>
+      <td>Downloads</td>
+      <td><a 
href="http://archive.apache.org/dist/hivemind/";>archive.apache.org/dist/hivemind/</a>
 
+      | <a href="http://archive.apache.org/dist/hivemind/KEYS";>KEYS</a>
+      </td>
+    </tr>
+  </table>
+
 <p><a href="http://markmail.org/thread/hb46sg2nolnntnnz";>Discussion on the 
mailing list</a> 
      indicated that <a 
href="http://tapestry.apache.org/tapestry5/tapestry-ioc/";>Tapestry IoC</a>
      was the natural successor to HiveMind. </p>
 <p>As with any project in the Attic - if you should choose to fork HiveMind 
outside of Apache, 
      please let us know so we can link to your project. </p>
-<p>Archived versions of HiveMind may be downloaded from the 
-     <a href="http://archive.apache.org/dist/hivemind/";>Apache Archives</a>. 
</p>
 <p>One fork that has been created is Gaderian at <a 
href="http://gaderian.ops4j.org/";>http://gaderian.ops4j.org/</a>. </p>
 </div>
          </div>

Modified: attic/site/xdocs/projects/hivemind.xml
URL: 
http://svn.apache.org/viewvc/attic/site/xdocs/projects/hivemind.xml?rev=1784425&r1=1784424&r2=1784425&view=diff
==============================================================================
--- attic/site/xdocs/projects/hivemind.xml (original)
+++ attic/site/xdocs/projects/hivemind.xml Sun Feb 26 06:01:38 2017
@@ -32,9 +32,13 @@
      Inversion of Control (IoC) Container or Lightweight Container.
      Closely linked to Tapestry 4, it lost activity when Tapestry 5 moved to a 
new IoC container. </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://hivemind.apache.org/";>http://hivemind.apache.org</a> for 
more information on HiveMind. </p>
+  <resource_table project="hivemind">
+    <mail name="commits"/>
+    <mail name="user"/>
+    <jira/>
+    <moin/>
+    <svn/>
+  </resource_table>
 
   <p><a href="http://markmail.org/thread/hb46sg2nolnntnnz";>Discussion on the 
mailing list</a> 
      indicated that <a 
href="http://tapestry.apache.org/tapestry5/tapestry-ioc/";>Tapestry IoC</a>
@@ -43,9 +47,6 @@
   <p>As with any project in the Attic - if you should choose to fork HiveMind 
outside of Apache, 
      please let us know so we can link to your project. </p>
 
-  <p>Archived versions of HiveMind may be downloaded from the 
-     <a href="http://archive.apache.org/dist/hivemind/";>Apache Archives</a>. 
</p>
-
   <p>One fork that has been created is Gaderian at <a 
href="http://gaderian.ops4j.org/";>http://gaderian.ops4j.org/</a>. </p>
 
 </section>


Reply via email to