You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2008/04/15 02:26:06 UTC

svn commit: r648077 - in /tapestry/tapestry5/trunk/src/site: apt/index.apt site.xml

Author: hlship
Date: Mon Apr 14 17:26:04 2008
New Revision: 648077

URL: http://svn.apache.org/viewvc?rev=648077&view=rev
Log:
TAPESTRY-2347: Add a "resources" section to T5 home page

Modified:
    tapestry/tapestry5/trunk/src/site/apt/index.apt
    tapestry/tapestry5/trunk/src/site/site.xml

Modified: tapestry/tapestry5/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/index.apt?rev=648077&r1=648076&r2=648077&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/trunk/src/site/apt/index.apt Mon Apr 14 17:26:04 2008
@@ -67,24 +67,29 @@
   * ... but we are all open source developers working on our own time and schedules are hard to pin down.  Please be patient.  Tapestry 5
     is increasingly stable.  Further "stable" with Tapestry usually refers to names of interfaces and methods, not to code quality,
     which is always very, very high.
+
+  * We are now edging towards a release candidate, with most work being documentation, minor bug fixes and modest
+    enhancements.
      
   []
 
-Third Party Libraries
+Third Party Libraries, Tutorials and Resources
 
   Tapestry 5 has inspired a number of people to create third party libraries, providing a mix of new components
   and new and improved integrations.
 
 *--+--+--+
-| <<Library>> | <<Author>> | <<Description>>
+| <<Name>> | <<Author>> | <<Description>>
 *--+--+--+
 | {{{http://equanda.org/equanda-tapestry5/}equanda-tapestry5}} |   Joachim Van der Auwera |      Components useful for building enterprise applications. Includes Accordion, Tabs, Formtraversal. Amongst other things, these focus on easy input of data without the need for a mouse.
 *--+--+--+
 | {{{http://code.google.com/p/gc-tapestry-components/}Godcode Components}} |   Chris Lewis |         A mixed collection of components providing simple but time-saving functionality, as well as more exotic ones; built on top of the prototype and script.aculo.us javascript libraries. |
 *--+--+--+
+| {{{http://files.doublenegative.com.au/jumpstart/}JumpStart}} |   Geoff Callender | A "living tutorial" in the form of a base Tapestry application ready to be expanded and customized. |
+*--+--+--+
 | {{{http://interldap.org}InterLDAP}} | Linagora / Francois Armand | LDAP content management system for non tech users. |
 *--+--+--+
-| {{{http://code.google.com/p/shams/}Shams Examples, Components}} |  Mohammad H. Shamsi |   A set of Tapestry 5 Examples, Tutorials, Components, and Documents for beginners |
+| {{{http://code.google.com/p/shams/}Shams Examples, Components}} |  Mohammad H. Shamsi |   A set of Tapestry 5 Examples, Tutorials, Components, and Documents for beginners. |
 *--+--+--+
 | {{{http://code.google.com/p/tapestry5-components/}T5Components}} | Sven Homburg | Ajax-enabled components based on Prototype and Scriptaculous. |
 *--+--+--+

Modified: tapestry/tapestry5/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/site.xml?rev=648077&r1=648076&r2=648077&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/site.xml (original)
+++ tapestry/tapestry5/trunk/src/site/site.xml Mon Apr 14 17:26:04 2008
@@ -73,11 +73,17 @@
             <item name="WebSphere" href="websphere.html"/>
         </menu>
 
+        <menu name="Resources">
+            <item name="Wiki" href="http://wiki.apache.org/tapestry"/>
+            <item name="Wiki HowTos" href="http://wiki.apache.org/tapestry/Tapestry5HowTos"/>
+        </menu>
+
         <menu name="Developer Info">
             <item name="Environment" href="dev/env.html"/>
             <item name="Release Checklist" href="dev/checklist.html"/>
             <item name="Bible" href="dev/bible.html"/>
         </menu>
+
 
         <menu ref="reports"/>