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/26 05:50:47 UTC

svn commit: r1784419 - in /attic/site: docs/projects/click.html xdocs/projects/click.xml

Author: bayard
Date: Sun Feb 26 05:50:47 2017
New Revision: 1784419

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

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

Modified: attic/site/docs/projects/click.html
URL: http://svn.apache.org/viewvc/attic/site/docs/projects/click.html?rev=1784419&r1=1784418&r2=1784419&view=diff
==============================================================================
--- attic/site/docs/projects/click.html (original)
+++ attic/site/docs/projects/click.html Sun Feb 26 05:50:47 2017
@@ -56,6 +56,60 @@
 <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://click.apache.org/">http://click.apache.org</a> for more information on Click. </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://click.apache.org/">click.apache.org/</a></td>
+    </tr>
+    <tr>
+      <td>Mailing List Archives</td>
+      <td>
+        <a href="http://mail-archives.apache.org/mod_mbox/click-dev/">dev</a>
+        | <a href="http://mail-archives.apache.org/mod_mbox/click-commits/">commits</a>
+        | <a href="http://mail-archives.apache.org/mod_mbox/click-user/">user</a>
+      </td>
+    </tr>
+    <tr>
+      <td>Issue Tracker</td>
+      <td><a href="https://issues.apache.org/jira/browse/click/">JIRA</a></td>
+    </tr>
+    <tr>
+      <td>Issue Tracker</td>
+      <td><a href="https://bz.apache.org/bugzilla/buglist.cgi?product=click">Bugzilla</a></td>
+    </tr>
+    <tr>
+      <td>Wiki</td>
+      <td><a href="http://wiki.apache.org/click/">wiki.apache.org/click/</a></td>
+    </tr>
+    <tr>
+      <td>Wiki</td>
+      <td><a href="https://cwiki.apache.org/confluence/display/click/">cwiki.apache.org: click</a></td>
+    </tr>
+    <tr>
+      <td>Source Code (Subversion)</td>
+      <td><a href="http://svn.apache.org/viewvc/click/">svn.apache.org/repos/asf/click/</a></td>
+    </tr>
+    <tr>
+      <td>Source Code (Git)</td>
+      <td><a href="https://git-wip-us.apache.org/repos/asf?p=click.git">git-wip-us.apache.org/repos/asf?p=click.git</a></td>
+    </tr>
+    <tr>
+      <td>Board Reports</td>
+      <td><a href="https://whimsy.apache.org/board/minutes/click.html">Minutes</a></td>
+    </tr>
+    <tr>
+      <td>Downloads</td>
+      <td><a href="http://archive.apache.org/dist/click/">archive.apache.org/dist/click/</a> 
+      | <a href="http://archive.apache.org/dist/click/KEYS">KEYS</a>
+      </td>
+    </tr>
+  </table>
+
 <p>As with any project in the Attic - if you should choose to fork Click outside of Apache, 
      please let us know so we can link to your project. </p>
 <p>Archived versions of Click may be downloaded from the 

Modified: attic/site/xdocs/projects/click.xml
URL: http://svn.apache.org/viewvc/attic/site/xdocs/projects/click.xml?rev=1784419&r1=1784418&r2=1784419&view=diff
==============================================================================
--- attic/site/xdocs/projects/click.xml (original)
+++ attic/site/xdocs/projects/click.xml Sun Feb 26 05:50:47 2017
@@ -31,9 +31,13 @@
     Apache Click was a JEE web application framework, providing a natural rich client style programming model.
   </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://click.apache.org/">http://click.apache.org</a> for more information on Click. </p>
+  <resource_table project="click">
+    <mail name="commits"/>
+    <mail name="user"/>
+    <jira key="CLK"/>
+    <cwiki/>
+    <svn/>
+  </resource_table>
 
   <p>As with any project in the Attic - if you should choose to fork Click outside of Apache, 
      please let us know so we can link to your project. </p>