Author: bayard
Date: Sun Feb 28 08:55:46 2016
New Revision: 1732705
URL: http://svn.apache.org/viewvc?rev=1732705&view=rev
Log:
Adding resource tables
Modified:
attic/site/docs/projects/harmony.html
attic/site/docs/projects/onami.html
attic/site/xdocs/projects/harmony.xml
attic/site/xdocs/projects/onami.xml
Modified: attic/site/docs/projects/harmony.html
URL:
http://svn.apache.org/viewvc/attic/site/docs/projects/harmony.html?rev=1732705&r1=1732704&r2=1732705&view=diff
==============================================================================
--- attic/site/docs/projects/harmony.html (original)
+++ attic/site/docs/projects/harmony.html Sun Feb 28 08:55:46 2016
@@ -60,9 +60,43 @@
<div class="section-content">
<p>In November 2011, Apache Harmony was retired. </p>
-<p>The old Harmony website is available online <a
href="http://harmony.apache.org/">here</a>
- for archival purposes only.</p>
-<p>Software may be downloaded from the <a
href="http://archive.apache.org/dist/harmony/">Archives</a>. </p>
+<p>Harmony software was a modular Java runtime with class libraries and
associated tools. </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://harmony.apache.org/">harmony.apache.org/</a></td>
+ </tr>
+ <tr>
+ <td>Mailing List Archives</td>
+ <td>
+ <a href="http://mail-archives.apache.org/mod_mbox/harmony-dev/">dev</a>
+ | <a
href="http://mail-archives.apache.org/mod_mbox/harmony-alerts/">alerts</a>
+ | <a
href="http://mail-archives.apache.org/mod_mbox/harmony-commits/">commits</a>
+ </td>
+ </tr>
+ <tr>
+ <td>Issue Tracker</td>
+ <td><a
href="https://issues.apache.org/jira/browse/harmony/">JIRA</a></td>
+ </tr>
+ <tr>
+ <td>Wiki</td>
+ <td><a
href="http://wiki.apache.org/harmony/">wiki.apache.org/harmony/</a></td>
+ </tr>
+ <tr>
+ <td>Board Reports</td>
+ <td><a
href="https://whimsy.apache.org/board/minutes/harmony.html">Minutes</a></td>
+ </tr>
+ <tr>
+ <td>Downloads</td>
+ <td><a
href="http://archive.apache.org/dist/harmony/">archive.apache.org/dist/harmony/</a>
| <a href="http://archive.apache.org/dist/harmony/KEYS">KEYS</a></td>
+ </tr>
+ </table>
+
</div>
</div>
<div class="column span-8 last">
Modified: attic/site/docs/projects/onami.html
URL:
http://svn.apache.org/viewvc/attic/site/docs/projects/onami.html?rev=1732705&r1=1732704&r2=1732705&view=diff
==============================================================================
--- attic/site/docs/projects/onami.html (original)
+++ attic/site/docs/projects/onami.html Sun Feb 28 08:55:46 2016
@@ -62,13 +62,40 @@
<p><a href="http://onami.apache.org">Apache Onami</a> moved into the Attic in
January 2016.
Apache Onami was a project focused on the development and maintenance of a
set of Google Guice extensions not provided out of the box by the library
itself.
</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://onami.apache.org/">http://onami.apache.org</a> for more
information on Onami. </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://onami.apache.org/">onami.apache.org/</a></td>
+ </tr>
+ <tr>
+ <td>Mailing List Archives</td>
+ <td>
+ <a href="http://mail-archives.apache.org/mod_mbox/onami-dev/">dev</a>
+ | <a
href="http://mail-archives.apache.org/mod_mbox/onami-user/">user</a>
+ | <a
href="http://mail-archives.apache.org/mod_mbox/onami-commits/">commits</a>
+ </td>
+ </tr>
+ <tr>
+ <td>Issue Tracker</td>
+ <td><a href="https://issues.apache.org/jira/browse/onami/">JIRA</a></td>
+ </tr>
+ <tr>
+ <td>Board Reports</td>
+ <td><a
href="https://whimsy.apache.org/board/minutes/onami.html">Minutes</a></td>
+ </tr>
+ <tr>
+ <td>Downloads</td>
+ <td><a
href="http://archive.apache.org/dist/onami/">archive.apache.org/dist/onami/</a>
| <a href="http://archive.apache.org/dist/onami/KEYS">KEYS</a></td>
+ </tr>
+ </table>
+
<p>As with any project in the Attic - if you should choose to fork Onami
outside of Apache,
please let us know so we can link to your project. </p>
-<p>Archived versions of Onami may be downloaded from the
- <a href="http://archive.apache.org/dist/onami/">Apache Archives</a>. </p>
</div>
</div>
<div class="column span-8 last">
Modified: attic/site/xdocs/projects/harmony.xml
URL:
http://svn.apache.org/viewvc/attic/site/xdocs/projects/harmony.xml?rev=1732705&r1=1732704&r2=1732705&view=diff
==============================================================================
--- attic/site/xdocs/projects/harmony.xml (original)
+++ attic/site/xdocs/projects/harmony.xml Sun Feb 28 08:55:46 2016
@@ -27,10 +27,14 @@ limitations under the License.
<p>In November 2011, Apache Harmony was retired. </p>
- <p>The old Harmony website is available online <a
href="http://harmony.apache.org/">here</a>
- for archival purposes only.</p>
+ <p>Harmony software was a modular Java runtime with class libraries and
associated tools. </p>
- <p>Software may be downloaded from the <a
href="http://archive.apache.org/dist/harmony/">Archives</a>. </p>
+ <resource_table project="harmony">
+ <mail name='alerts'/>
+ <mail name='commits'/>
+ <jira/>
+ <moin/>
+ </resource_table>
</section>
Modified: attic/site/xdocs/projects/onami.xml
URL:
http://svn.apache.org/viewvc/attic/site/xdocs/projects/onami.xml?rev=1732705&r1=1732704&r2=1732705&view=diff
==============================================================================
--- attic/site/xdocs/projects/onami.xml (original)
+++ attic/site/xdocs/projects/onami.xml Sun Feb 28 08:55:46 2016
@@ -31,16 +31,15 @@
Apache Onami was a project focused on the development and maintenance of a
set of Google Guice extensions not provided out of the box by the library
itself.
</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://onami.apache.org/">http://onami.apache.org</a> for more
information on Onami. </p>
+ <resource_table project="onami">
+ <mail name='user'/>
+ <mail name='commits'/>
+ <jira/>
+ </resource_table>
<p>As with any project in the Attic - if you should choose to fork Onami
outside of Apache,
please let us know so we can link to your project. </p>
- <p>Archived versions of Onami may be downloaded from the
- <a href="http://archive.apache.org/dist/onami/">Apache Archives</a>. </p>
-
</section>
</body>