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/12/17 00:12:02 UTC

svn commit: r487910 - in /tapestry/tapestry-site/trunk/src/site: resources/css/site.css xdoc/index.xml xdoc/news.xml

Author: jkuhnert
Date: Sat Dec 16 15:12:02 2006
New Revision: 487910

URL: http://svn.apache.org/viewvc?view=rev&rev=487910
Log:
Updated styling of downloads box on home page.

Updated news text for Tapestry 101.

Added Andreas NetBeans interview article link.

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

Modified: tapestry/tapestry-site/trunk/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/resources/css/site.css?view=diff&rev=487910&r1=487909&r2=487910
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/resources/css/site.css (original)
+++ tapestry/tapestry-site/trunk/src/site/resources/css/site.css Sat Dec 16 15:12:02 2006
@@ -24,7 +24,7 @@
 }
 
 #downloadbox p {
-  margin-top: 1em;
+  margin-top: 0.4em;
   margin-bottom: 0;
 }
 
@@ -34,12 +34,14 @@
 }
 
 #downloadbox ul {
-  margin-top: 0;
-  margin-bottom: 1em;
-  list-style-type: disc;
+  margin-top: 0.4em;
+  margin-left:0;
+  padding-left:0;
+  margin-bottom: 0;
+  list-style-type: none;
 }
 
 #downloadbox li {
-  font-size: smaller;
+    font-size: 0.85em;
+    padding-bottom:0.15em;
 }
-

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?view=diff&rev=487910&r1=487909&r2=487910
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/index.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/index.xml Sat Dec 16 15:12:02 2006
@@ -36,30 +36,12 @@
 
                 <!-- Leave the last few news items here -->
 
-                <h5>New! Tapestry 101</h5>
-                <p>
-                    <a href="news.html#Tapestry 101 book released"> Tapestry 101 book released </a>
-                </p>
-
-                <!--
-                    <ul>
-                    <li>
-                    <a href="download.html#requirements">System Requirements</a>
-                    </li>
-                    <li>
-                    <a href="download.html#installation">Installation Instructions</a>
-                    </li>
-                    <li>
-                    <a href="release-notes.html">Release Notes</a>
-                    </li>                         
-                    <li>
-                    <a href="guides/getting-started/index.html">Getting Started</a>
-                    </li>
-                    <li>
-                    <a href="guides/index.html">Documentation</a>
-                    </li>          
-                    </ul>
-                -->
+                <h5>New!</h5>
+                <ul style="list-style:none">
+                    <li><a href="news.html#Tapestry 101 book released"> Tapestry 101 book released </a></li>
+                    <li><a href="news.html#Tapestry NetBeans interview"> Tapestry NetBeans interview </a></li>
+                </ul>
+                
             </div>
             <p> Tapestry is an open-source framework for creating dynamic, robust, highly scalable web applications in
                 Java. Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet

Modified: tapestry/tapestry-site/trunk/src/site/xdoc/news.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/src/site/xdoc/news.xml?view=diff&rev=487910&r1=487909&r2=487910
==============================================================================
--- tapestry/tapestry-site/trunk/src/site/xdoc/news.xml (original)
+++ tapestry/tapestry-site/trunk/src/site/xdoc/news.xml Sat Dec 16 15:12:02 2006
@@ -8,6 +8,21 @@
     <section name="General">
       <p>Keep up to date with the latest events in the Tapestry world.</p>
       
+      <subsection name="Tapestry NetBeans interview">
+        <a href="http://platform.netbeans.org/articles/nbm_interview_andreas.html">
+            Tapestry NetBeans interview
+        </a>
+            <br/>
+        <p>
+           One of the Tapestry developers - <a href="http://andyhot.di.uoa.gr">Andreas Andreou</a> - was recently intervieed for his great work
+           on the <a href="https://nbtapestrysupport.dev.java.net/">Tapestry NetBeans</a> module. 
+        </p>
+        <p>Go check it out <a href="http://platform.netbeans.org/articles/nbm_interview_andreas.html">here</a>.</p>
+        <a href="http://platform.netbeans.org/articles/nbm_interview_andreas.html">
+            <img src="images/netbeans-autocomplete.png" alt="Tapestry NetBeans" />
+        </a>
+      </subsection>
+      
       <subsection name="Tapestry 101 book released">
         <a href="http://sourcebeat.com/books/tapestrylive.html">
             <img src="images/tapestry101.jpg" alt="Tapestry 101" style="float:right" />
@@ -23,7 +38,7 @@
             filling in the gaps in people's Tapestry knowlege.
         </p>
         <p>
-            It's available <em>right now</em> as a <a href="http://sourcebeat.com/books/tapestrylive.html">downloadable PDF</a>.
+           It's available for purchase <em>right now</em> as a <a href="http://sourcebeat.com/books/tapestrylive.html">downloadable PDF</a>.
         </p>
       </subsection>