You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/10/14 21:49:01 UTC

svn commit: r464002 - in /tapestry/tapestry-site/trunk: maven-skin/src/main/resources/css/maven-theme.css src/site/apt/unsubscribe.apt src/site/site.xml src/site/xdoc/community.xml

Author: jkuhnert
Date: Sat Oct 14 12:49:00 2006
New Revision: 464002

URL: http://svn.apache.org/viewvc?view=rev&rev=464002
Log:
Fixed css with dt definitions and added a new link specifically for community projects.

Added:
    tapestry/tapestry-site/trunk/src/site/xdoc/community.xml   (with props)
Removed:
    tapestry/tapestry-site/trunk/src/site/apt/unsubscribe.apt
Modified:
    tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css
    tapestry/tapestry-site/trunk/src/site/site.xml

Modified: tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css?view=diff&rev=464002&r1=464001&r2=464002
==============================================================================
--- tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css (original)
+++ tapestry/tapestry-site/trunk/maven-skin/src/main/resources/css/maven-theme.css Sat Oct 14 12:49:00 2006
@@ -147,7 +147,8 @@
 dt {
     padding: 4px 4px 4px 24px;
     color: #333333;
-    background-color: #ccc;
+    background-color: #efefef;
+    border-bottom:1px solid #ccc;
     font-weight: bold;
     font-size: 14px;
     background-image: url(../images/h3.jpg);
@@ -173,15 +174,13 @@
     color: #003300;
 }
 
-/*
-#banner {
-	height: 93px;
-	background: url(../images/banner.jpg);
+DIV#banner {
+	height: 106px;
 }
-*/
+
 #bannerLeft img {
     padding-top: 4px;
-    padding-bottom: 4px;
+    padding-bottom: 6px;
     padding-left: 4px;
 }
 

Modified: tapestry/tapestry-site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/site.xml?view=diff&rev=464002&r1=464001&r2=464002
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/site.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/site.xml Sat Oct 14 12:49:00 2006
@@ -35,16 +35,17 @@
             <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="Unsubscribe" href="unsubscribe.html"/>
+            <item name="Extensions" href="/community.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"/>
-            <item name="Tapestry 4.1 (unstable)" href="http://tapestry.apache.org/tapestry4.1"/>
-            <item name="Tapestry 5 (unreleased)" href="http://tapestry.apache.org/tapestry5"/>
         </menu>
         <menu name="Support">
             <item name="Tapestry Support" href="/support.html"/>
         </menu>
-        ${reports} </body>
+        ${reports} 
+   </body>
 </project>

Added: tapestry/tapestry-site/trunk/src/site/xdoc/community.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/xdoc/community.xml?view=auto&rev=464002
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/community.xml (added)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/community.xml Sat Oct 14 12:49:00 2006
@@ -0,0 +1,165 @@
+<?xml version="1.0"?>
+<document>
+  <properties>
+    <title>Extensions / Integration</title>
+    <author email="jkuhnert@apache.org">Jesse Kuhnert</author>
+  </properties>
+  <body>
+    <section name="Community Projects">
+        <p>
+            The biggest measure of any open source project's success is in the community that 
+            supports and uses it. Tapestry is no exception.
+        </p>
+        
+        <section name="Additional Components">
+            <p> Additional libraries of Tapestry components by third parties. </p>
+            
+            <table>
+                <tr>
+                    <td>
+                        <a href="http://beanform.sourceforge.net">BeanForm</a>
+                    </td>
+                    <td> All-in-one, flexible bean editor. </td>
+                </tr>
+                <tr>
+                    <td>
+                        <a href="http://tacos.sourceforge.net">Tacos</a>
+                    </td>
+                    <td> Suite of Ajax-enabled components. </td>
+                </tr>
+                <tr>
+                    <td>
+                        <a href="http://tapestrycomponents.org">Tassle</a>
+                    </td>
+                    <td> Library of community donated components, majority are for Tapestry 3. </td>
+                </tr>
+            </table>
+        </section>
+        
+        <section name="Tapestry Extensions">
+            
+            <p> This section lists common Tapestry extensions that have been created by third parties. </p>
+            
+            <table>
+                
+                <tr>
+                    <td>
+                        <a href="http://www.thelabllc.com">Cognition</a>
+                    </td>
+                    <td> Eclipse plugin that enables graphical creation of database-driven Tapestry applications. </td>
+                </tr>
+                <tr>
+                    <td>
+                        <a href="http://honeycomb.javaforge.com/">Honeycomb</a>
+                    </td>
+                    <td> Hibernate integration, supports transaction-per-request and transaction-per-conversation. </td>
+                </tr>
+                <tr>
+                    <td>
+                        <a href="http://howardlewisship.com/tapestry-javaforge/tapestry-spring/">tapestry-spring</a>
+                    </td>
+                    <td>Easy integration with Spring; inject Spring beans directly into pages.</td>
+                </tr>
+                <tr>
+                    <td>
+                        <a href="http://www.erinors.com/product/tapdoc/">TapDoc</a>
+                    </td>
+                    <td>Generate component documentation automatically.</td>
+                </tr>
+                <tr>
+                    <td>
+                        <a href="http://www.carmanconsulting.com/tapernate">Tapernate</a>
+                    </td>
+                    <td> Hibernate integration; manages transactions and persistent entity objects. </td>
+                </tr>
+                <tr>
+                    <td>
+                        <a href="http://www.carmanconsulting.com/tapestry-acegi">tapestry-acegi</a>
+                    </td>
+                    <td> Integration with the <a href="http://www.acegisecurity.org/">Acegi</a> security framework.
+                    </td>
+                </tr>
+                <tr>
+                    <td>
+                        <a href="http://howardlewisship.com/tapestry-javaforge/tapestry-flash/">tapestry-flash</a>
+                    </td>
+                    <td> Short term property storage modelled on Rail's "flash". </td>
+                </tr>
+                <tr>
+                    <td>
+                        <a href="http://howardlewisship.com/tapestry-javaforge/tapestry-prop/">tapestry-prop</a>
+                    </td>
+                    <td> Non-reflective property access, replacement for "ognl:" (in some circumstances). </td>
+                </tr>
+                <tr>
+                    <td>
+                        <a href="http://howardlewisship.com/tapestry-javaforge/tapestry-testng/">tapestry-testng</a>
+                    </td>
+                    <td> Base classes for testing Tapestry components with JDK 1.5. </td>
+                </tr>
+                <tr>
+                    <td>
+                        <strong>
+                            <a href="http://www.trailsframework.org/">Trails</a>
+                        </strong>
+                    </td>
+                    <td> Domain driven application development environment, modeled on Rails and Naked Objects. </td>
+                </tr>
+            </table>
+        </section>
+        
+        <section name="IDE Integration">
+            
+            <p> These open-source, third party extensions allow you to more easily develop your Tapestry applications
+                using popular IDEs. </p>
+            
+            <table>
+                <tr>
+                    <td> Eclipse </td>
+                    <td>
+                        <a href="http://www.thelabllc.com">Cognition</a>
+                    </td>
+                    <td> Visual builder for database applications, driven by database object model. </td>
+                </tr>
+                <tr>
+                    <td/>
+                    <td>
+                        <a href="http://ezingbuilder.sourceforge.net/cms/">eZing Builder</a>
+                    </td>
+                    <td> Visual editor for HTML with Tapestry extensions. </td>
+                </tr>
+                <tr>
+                    <td/>
+                    <td>
+                        <a href="http://spindle.sourceforge.net">Spindle</a>
+                    </td>
+                    <td> Integrated editting and simple refactoring. Stable version is Tapestry 3 only. </td>
+                </tr>
+                <tr>
+                    <td/>
+                    <td>
+                        <a href="http://tapestrypalette.sourceforge.net">Palette</a>
+                    </td>
+                    <td> Extends Spindle with palette-based drag and drop editting. </td>
+                </tr>
+                <tr>
+                    <td>IDEA</td>
+                    <td>
+                        <a href="http://tapidea.javaforge.com">TapIDEA</a>
+                    </td>
+                    <td>Based on part of the Spindle code base.</td>
+                </tr>
+                <tr>
+                    <td>NetBeans</td>
+                    <td>
+                        <a href="https://nbtapestrysupport.dev.java.net/">nbtapestrysupport</a>
+                    </td>
+                    <td>Wizards for creating new Tapestry files and elements within files.</td>
+                </tr>
+            </table>
+            
+        </section>
+        
+    </section>
+  </body>
+</document>

Propchange: tapestry/tapestry-site/trunk/src/site/xdoc/community.xml
------------------------------------------------------------------------------
    svn:eol-style = native