You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2007/11/11 19:13:46 UTC

svn commit: r593934 - in /tapestry/tapestry-site/trunk/src/site: apt/contributions.apt site.xml xdoc/committers.xml

Author: hlship
Date: Sun Nov 11 10:13:45 2007
New Revision: 593934

URL: http://svn.apache.org/viewvc?rev=593934&view=rev
Log:
Add mandated links to Apache support pages.

Added:
    tapestry/tapestry-site/trunk/src/site/xdoc/committers.xml
Modified:
    tapestry/tapestry-site/trunk/src/site/apt/contributions.apt
    tapestry/tapestry-site/trunk/src/site/site.xml

Modified: tapestry/tapestry-site/trunk/src/site/apt/contributions.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/apt/contributions.apt?rev=593934&r1=593933&r2=593934&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/apt/contributions.apt (original)
+++ tapestry/tapestry-site/trunk/src/site/apt/contributions.apt Sun Nov 11 10:13:45 2007
@@ -4,7 +4,7 @@
 
 Thanks
 
-  The following companies have made generous donations of software / licenses of their products for developing Tapestry.
+  The following companies have furthered the development of Tapestry by making generous donations of software licenses for their products.
 
 * YourKit Profiler
 

Modified: tapestry/tapestry-site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/site.xml?rev=593934&r1=593933&r2=593934&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/site.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/site.xml Sun Nov 11 10:13:45 2007
@@ -1,51 +1,64 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project name="Tapestry">
-    <bannerLeft>
-        <name>Tapestry Web Application Framework</name>
-        <href>http://tapestry.apache.org/</href>
-        <src>images/tapestry_banner.gif</src>
-    </bannerLeft>
-    <bannerRight>
-        <name>Apache Software Foundation</name>
-        <href>http://www.apache.org</href>
-        <src>images/asf_logo_wide.gif</src>
-    </bannerRight>
-    <skin>
-        <groupId>org.apache.tapestry</groupId>
-        <artifactId>maven-skin</artifactId>
-        <version>1.1</version>
-    </skin>
-    
-    <publishDate format="dd MMM yyyy"/>
-    
-    <body>
-        <links>
-            <item name="Tapestry" href="http://tapestry.apache.org/"/>
-            <item name="HiveMind" href="http://hivemind.apache.org/"/>
-            <item name="Apache" href="http://www.apache.org/"/>
-        </links>
-        <head>
-            <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
-            <script type="text/javascript">_uacct = "UA-400821-1"; urchinTracker();</script>
-        </head>
-        <menu name="Quick Links">
-            <item name="Home" href="/index.html"/>
-            <item name="Blog" href="http://tapestryjava.blogspot.com/"/>
-            <item name="Download" href="/download.html"/>
-            <item name="Wiki" href="http://wiki.apache.org/tapestry/"/>
-            <item name="News" href="/news.html"/>
-            <item name="Books and Articles" href="/articles.html" />
-            <item name="Contributions" href="/contributions.html" />
-        </menu>
-        <menu name="Versions">
-            <item name="Tapestry 4.1 (active)" href="http://tapestry.apache.org/tapestry4.1"/>
-            <item name="Tapestry 5 (unreleased)" href="http://tapestry.apache.org/tapestry5"/>
-            <item name="Tapestry 4" href="http://tapestry.apache.org/tapestry4"/>
-            <item name="Tapestry 3" href="http://tapestry.apache.org/tapestry3"/>
-        </menu>
-        <menu name="Support">
-            <item name="Tapestry Support" href="/support.html"/>
-        </menu>
-        ${reports} 
-    </body>
+  <bannerLeft>
+    <name>Tapestry Web Application Framework</name>
+    <href>http://tapestry.apache.org/</href>
+    <src>images/tapestry_banner.gif</src>
+  </bannerLeft>
+  <bannerRight>
+    <name>Apache Software Foundation</name>
+    <href>http://www.apache.org</href>
+    <src>images/asf_logo_wide.gif</src>
+  </bannerRight>
+  <skin>
+    <groupId>org.apache.tapestry</groupId>
+    <artifactId>maven-skin</artifactId>
+    <version>1.1</version>
+  </skin>
+
+  <publishDate format="dd MMM yyyy" />
+
+  <body>
+    <links>
+      <item name="Tapestry" href="http://tapestry.apache.org/" />
+      <item name="HiveMind" href="http://hivemind.apache.org/" />
+      <item name="Apache" href="http://www.apache.org/" />
+    </links>
+    <head>
+      <script src="http://www.google-analytics.com/urchin.js"
+        type="text/javascript">
+      </script>
+      <script type="text/javascript">
+        _uacct = "UA-400821-1"; urchinTracker();
+      </script>
+    </head>
+    <menu name="Quick Links">
+      <item name="Home" href="/index.html" />
+      <item name="Committers" href="/committers.html" />
+      <item name="Blog" href="http://tapestryjava.blogspot.com/" />
+      <item name="Download" href="/download.html" />
+      <item name="Wiki" href="http://wiki.apache.org/tapestry/" />
+      <item name="News" href="/news.html" />
+      <item name="Books and Articles" href="/articles.html" />
+      <item name="Contributions" href="/contributions.html" />
+      <item name="Sponsorship"
+        href="http://www.apache.org/foundation/sponsorship.html" />
+      <item name="Thanks"
+        href="http://www.apache.org/foundation/thanks.html" />
+    </menu>
+    <menu name="Versions">
+      <item name="Tapestry 4.1 (active)"
+        href="http://tapestry.apache.org/tapestry4.1" />
+      <item name="Tapestry 5 (unreleased)"
+        href="http://tapestry.apache.org/tapestry5" />
+      <item name="Tapestry 4"
+        href="http://tapestry.apache.org/tapestry4" />
+      <item name="Tapestry 3"
+        href="http://tapestry.apache.org/tapestry3" />
+    </menu>
+    <menu name="Support">
+      <item name="Tapestry Support" href="/support.html" />
+    </menu>
+    ${reports}
+  </body>
 </project>

Added: tapestry/tapestry-site/trunk/src/site/xdoc/committers.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/xdoc/committers.xml?rev=593934&view=auto
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/committers.xml (added)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/committers.xml Sun Nov 11 10:13:45 2007
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<document>
+  <properties>
+    <title>Tapestry Committers</title>
+
+  </properties>
+  <body>
+    <section name="Committers">
+
+      <table>
+        <tr>
+          <th>Name</th>
+          <th>PMC?</th>
+          <th>Committer Since</th>
+          <th>Notes</th>
+        </tr>
+
+        <!--  Keep this sorted alphabetically -->
+
+        <tr>
+          <td>Dan Adams</td>
+          <td>No</td>
+          <td>Jul 2007</td>
+          <td></td>
+        </tr>
+
+        <tr>
+          <td>Jesse Kuhnert</td>
+          <td>Yes</td>
+          <td>Nov 2005</td>
+          <td>Leads Tapestry 4.1 effort</td>
+        </tr>
+
+
+        <tr>
+          <td>Howard M. Lewis Ship</td>
+          <td>Chair</td>
+          <td>Jan 2000</td>
+          <td>Creator of Tapestry, leads Tapestry 5 effort</td>
+        </tr>
+
+
+      </table>
+
+    </section>
+  </body>
+</document>
\ No newline at end of file