You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2012/01/19 01:29:24 UTC

svn commit: r1233137 - in /pivot/site/trunk: www/faq.xml www/index.xml www/news.xml xsl/html.xsl xsl/project.xml

Author: smartini
Date: Thu Jan 19 00:29:24 2012
New Revision: 1233137

URL: http://svn.apache.org/viewvc?rev=1233137&view=rev
Log:
updates to site for the 2.0.1 release, and small fix for the Trademark issue (PIVOT-750)

Modified:
    pivot/site/trunk/www/faq.xml
    pivot/site/trunk/www/index.xml
    pivot/site/trunk/www/news.xml
    pivot/site/trunk/xsl/html.xsl
    pivot/site/trunk/xsl/project.xml

Modified: pivot/site/trunk/www/faq.xml
URL: http://svn.apache.org/viewvc/pivot/site/trunk/www/faq.xml?rev=1233137&r1=1233136&r2=1233137&view=diff
==============================================================================
--- pivot/site/trunk/www/faq.xml (original)
+++ pivot/site/trunk/www/faq.xml Thu Jan 19 00:29:24 2012
@@ -77,7 +77,7 @@ limitations under the License.
         </ul>
 
         <h2>How does Pivot compare to JavaFX?</h2>
-        <p>Pivot primarily differentiates itself from the current version of JavaFX by allowing developers to build applications in Java rather than the JavaFX scripting language. However, at the Java One conference in September, 2010, Oracle announced that it would be dropping support for JavaFX Script in future versions. JavaFX 2.0 is tenatively scheduled for release in late 2011.</p>
+        <p>Pivot primarily differentiates itself from the current version of JavaFX by allowing developers to build applications in Java rather than the JavaFX scripting language. However, at the Java One conference in September, 2010, Oracle announced that it would be dropping support for JavaFX Script in future versions. JavaFX 2.0 is scheduled for release in late 2011.</p>
 
         <h2>How does Pivot compare to the Google Widget Toolkit (GWT)?</h2>
         <p>While GWT allows developers to use the Java language to write web-based applications, the runtime enviroment for a GWT application is the browser itself, not a JVM. This has a number of drawbacks:</p>

Modified: pivot/site/trunk/www/index.xml
URL: http://svn.apache.org/viewvc/pivot/site/trunk/www/index.xml?rev=1233137&r1=1233136&r2=1233137&view=diff
==============================================================================
--- pivot/site/trunk/www/index.xml (original)
+++ pivot/site/trunk/www/index.xml Thu Jan 19 00:29:24 2012
@@ -96,6 +96,18 @@ limitations under the License.
                 <h2>Latest Updates</h2>
                 <ul class="newsItems">
                     <li>
+                        <a href="download.cgi#{$version}">
+                            <strong>Pivot 2.0.1 Released</strong>
+                            <em>January 16, 2012</em>
+                            <p>The latest version of Pivot is now available for download.</p>
+                        </a>
+
+                        <a href="http://cwiki.apache.org/confluence/display/PIVOT/News">
+                            <strong>Pivot Subprojects under Apache-Extras</strong>
+                            <em>December, 2011</em>
+                            <p>Moved all official Pivot Subprojects under Apache-Extras</p>
+                        </a>
+
                         <a href="svn.html#Git%20Mirrors">
                             <strong>Git Mirrors Now Available</strong>
                             <em>August 18, 2011</em>
@@ -117,7 +129,6 @@ limitations under the License.
 
                     </li>
                 </ul>
-                <!-- <div class="btnNewsArchive"><a href="news.html"><span>News archive</span></a></div> -->
             </div>
         </div>
     </body>

Modified: pivot/site/trunk/www/news.xml
URL: http://svn.apache.org/viewvc/pivot/site/trunk/www/news.xml?rev=1233137&r1=1233136&r2=1233137&view=diff
==============================================================================
--- pivot/site/trunk/www/news.xml (original)
+++ pivot/site/trunk/www/news.xml Thu Jan 19 00:29:24 2012
@@ -22,5 +22,8 @@ limitations under the License.
     </properties>
 
     <body>
+<!--
+Note that this page is deprecated: to simplify News manage, they are now in the Wiki 
+//-->
     </body>
 </document>

Modified: pivot/site/trunk/xsl/html.xsl
URL: http://svn.apache.org/viewvc/pivot/site/trunk/xsl/html.xsl?rev=1233137&r1=1233136&r2=1233137&view=diff
==============================================================================
--- pivot/site/trunk/xsl/html.xsl (original)
+++ pivot/site/trunk/xsl/html.xsl Thu Jan 19 00:29:24 2012
@@ -182,6 +182,11 @@ limitations under the License.
                         </xsl:for-each>
                     </ul>
                 </div>
+
+                <!-- Trademark on name -->
+                <div class="footerLinks">
+                	Apache Pivot is a trademark of the Apache Software Foundation
+                </div>
             </div>
         </div>
     </xsl:template>

Modified: pivot/site/trunk/xsl/project.xml
URL: http://svn.apache.org/viewvc/pivot/site/trunk/xsl/project.xml?rev=1233137&r1=1233136&r2=1233137&view=diff
==============================================================================
--- pivot/site/trunk/xsl/project.xml (original)
+++ pivot/site/trunk/xsl/project.xml Thu Jan 19 00:29:24 2012
@@ -20,7 +20,7 @@ limitations under the License.
     <title>Apache Pivot</title>
     <tagline>Rich Internet Applications in Java</tagline>
     <copyright>
-        <message>Copyright (c) 1999-2011</message>
+        <message>Copyright (c) 1999-2012</message>
         <message>The Apache Software Foundation.</message>
     </copyright>
 
@@ -68,7 +68,10 @@ limitations under the License.
         <document-group id="related">
             <title>Related</title>
             <documents>
-                <document href="http://code.google.com/p/pivot-jfree/">JFreeChart Provider</document>
+                <document href="http://code.google.com/a/apache-extras.org/p/pivot-jfree/">JFreeChart Provider</document>
+                <document href="http://code.google.com/a/apache-extras.org/p/pivot-common/">Pivot-Common</document>
+                <document href="http://code.google.com/a/apache-extras.org/p/pivot-contrib/">Pivot-Contrib</document>
+                <document href="http://code.google.com/a/apache-extras.org/p/pivot-multilang/">Pivot-Multilang</document>
             </documents>
         </document-group>
 
@@ -77,7 +80,8 @@ limitations under the License.
             <documents>
                 <document href="who-we-are.html">Who We Are</document>
                 <document href="contact.html">Contact</document>
-                <document href="news.html">News</document>
+                <!--  <document href="news.html">News</document>  //-->
+                <document href="http://cwiki.apache.org/confluence/display/PIVOT/News">News</document>
                 <document href="legal.html">Legal/License</document>
                 <document href="http://www.apache.org/foundation/sponsorship.html" footer="false">Sponsorship</document>
                 <document href="http://www.apache.org/foundation/thanks.html" footer="false">Thanks</document>
@@ -86,21 +90,11 @@ limitations under the License.
     </document-groups>
 
     <external-demos>
-        <demo id="charting" href="http://ixnay.biz/pivot-jfree-demos/charts_demo.html">
+        <demo id="charting" href="http://cwiki.apache.org/confluence/display/PIVOT/Other+Demos">
             <properties>
                 <title>Charting</title>
                 <description>
-                    Demonstrates charting in Pivot using the JFreeChart chart provider (hosted at
-                    http://ixnay.biz/).
-                </description>
-            </properties>
-        </demo>
-        <demo id="ticker-slideshow" href="http://www.satelliteconsulting.com/">
-            <properties>
-                <title>News Ticker/Slide Show</title>
-                <description>
-                    Demonstrates Pivot used in a real-world context, used to show a news feed and
-                    a slide show of client logos (hosted at http://www.satelliteconsulting.com/).
+                    Demonstrates charting in Pivot using the JFreeChart chart provider.
                 </description>
             </properties>
         </demo>
@@ -116,7 +110,7 @@ limitations under the License.
         <demo id="kitchen-sink" screenshot="images/demos_feat_kitchen.jpg"/>
         <demo id="stock-tracker" screenshot="images/demos_feat_stock.jpg"/>
         <demo id="itunes-search" screenshot="images/demos_feat_itunes.jpg"/>
-        <demo id="charting" screenshot="images/demos_feat_chart.jpg"/>
+<!--         <demo id="charting" screenshot="images/demos_feat_chart.jpg"/> -->
         <demo id="decorators" screenshot="images/demos_feat_deco.jpg"/>
     </featured-demos>
 </project>