You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2006/06/09 07:09:52 UTC

svn commit: r412930 - in /tapestry/tapestry-site/trunk/src/site: site.xml xdoc/index.xml

Author: jkuhnert
Date: Thu Jun  8 22:09:52 2006
New Revision: 412930

URL: http://svn.apache.org/viewvc?rev=412930&view=rev
Log:
Added analytics

Modified:
    tapestry/tapestry-site/trunk/src/site/site.xml
    tapestry/tapestry-site/trunk/src/site/xdoc/index.xml

Modified: tapestry/tapestry-site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/site.xml?rev=412930&r1=412929&r2=412930&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/site.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/site.xml Thu Jun  8 22:09:52 2006
@@ -17,7 +17,7 @@
     </skin>
 
     <publishDate format="dd MMM yyyy" />
-    
+
     <body>
         <links>
             <item name="Tapestry" href="http://tapestry.apache.org" />
@@ -25,31 +25,36 @@
             <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="Download" href="/download.html" />
-        </menu>       
-       
+        </menu>
+
         <menu name="Versions">
             <item name="Tapestry 5 - (unreleased)" href="http://tapestry.apache.org/tapestry5" />
             <item name="Tapestry 4 - current stable" href="http://tapestry.apache.org/tapestry4" />
             <item name="Tapestry 3" href="http://tapestry.apache.org/tapestry3" />
         </menu>
-        
+
         <menu name="Integration">
             <item name="Eclipse" href="http://spindle.sourceforge.net" />
             <item name="IDEA" href="http://tapidea.javaforge.com" />
             <item name="Cognition (Eclipse)" href="http://www.thelabllc.com" />
             <item name="Palette (Eclipse)" href="http://tapestrypalette.sourceforge.net" />
         </menu>
-        
+
         <menu name="Related Projects">
             <item name="Hivemind" href="http://jakarta.apache.org/hivemind" />
             <item name="Tapernate (hibernate)" href="http://www.carmanconsulting.com/tapernate" />
             <item name="howardlewisship.com" href="http://howardlewisship.com/tapestry-javaforge" />
             <item name="Tacos (ajax)" href="http://tacos.sourceforge.net" />
         </menu>
-        
+
         ${reports}
     </body>
 </project>

Modified: tapestry/tapestry-site/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/xdoc/index.xml?rev=412930&r1=412929&r2=412930&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/index.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/index.xml Thu Jun  8 22:09:52 2006
@@ -16,6 +16,7 @@
                     </a>
                     Tapestry 4.0.2
                 </p>
+                
                 <!--
                     <ul>
                     <li>
@@ -59,7 +60,6 @@
                     fact, it should provide useful diagnostics
                 </li>
             </ul>
-            
             <p>
                 <h4>Design</h4>
             </p>
@@ -77,9 +77,7 @@
                 realizing these principles. Structuring the framework and your application around
                 components makes it possible to move all the boring plumbing code out of your
                 application and into the framework. You write less code, you write simpler code,
-                sometimes you write
-                <em>no</em>
-                code. Tapestry picks up the slack.
+                sometimes you write <em>no</em> code. Tapestry picks up the slack.
             </p>
         </section>
     </body>