You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2011/01/05 23:12:03 UTC

svn commit: r1055663 - in /pivot/site/trunk: www/images/tagline.png www/index.xml xsl/html.xsl

Author: gbrown
Date: Wed Jan  5 22:12:03 2011
New Revision: 1055663

URL: http://svn.apache.org/viewvc?rev=1055663&view=rev
Log:
Update site branding and verbiage.

Removed:
    pivot/site/trunk/www/images/tagline.png
Modified:
    pivot/site/trunk/www/index.xml
    pivot/site/trunk/xsl/html.xsl

Modified: pivot/site/trunk/www/index.xml
URL: http://svn.apache.org/viewvc/pivot/site/trunk/www/index.xml?rev=1055663&r1=1055662&r2=1055663&view=diff
==============================================================================
--- pivot/site/trunk/www/index.xml (original)
+++ pivot/site/trunk/www/index.xml Wed Jan  5 22:12:03 2011
@@ -24,9 +24,10 @@ limitations under the License.
     <body>
         <div id="stage">
             <p>
-                Apache Pivot is an open-source platform for building rich Internet applications in
-                Java. It combines the enhanced productivity and usability features of a modern RIA
-                toolkit with the robustness of the Java platform.
+                Apache Pivot is an open-source platform for building installable Internet 
+                applications (IIAs). It combines the enhanced productivity and usability features 
+                of a modern user interface toolkit with the robustness of the industry-standard 
+                Java platform.
             </p>
 
             <ul class="stageBtn">
@@ -48,17 +49,17 @@ limitations under the License.
         <div id="featured" class="group">
             <div class="homeCol1">
                 <h2>Why Pivot?</h2>
-                <p>
-                    Pivot is the only RIA framework that enables developers to build applications
-                    for the Java platform using Java or any other JVM language, such as
-                    JavaScript, Groovy, or Scala. Pivot is also the only truly open RIA framework:
-                    it is completely open source, and is driven entirely by the software
-                    development community.<br/><br/>
+                <p>                
+                    Pivot allows developers to easily construct visually-engaging, cross-platform, 
+                    connected applications in Java or any other JVM language, such as JavaScript, 
+                    Groovy, or Scala. Pivot is also the only truly open IIA framework: it is 
+                    completely open source, and is driven entirely by the software development 
+                    community.<br/><br/>
                 </p>
 
-                <p>
-                    Pivot allows developers to work with the tools and APIs they already know,
-                    reducing technology sprawl and streamlining solution technology stacks.
+                <p>                
+                    Pivot enables developers to build solutions using the tools they already know 
+                    and love, decreasing delivery time and reducing technology sprawl.
                 </p>
                 <!-- <div class="btnMore"><a href="about.html"><span>More about Pivot</span></a></div> -->
             </div>

Modified: pivot/site/trunk/xsl/html.xsl
URL: http://svn.apache.org/viewvc/pivot/site/trunk/xsl/html.xsl?rev=1055663&r1=1055662&r2=1055663&view=diff
==============================================================================
--- pivot/site/trunk/xsl/html.xsl (original)
+++ pivot/site/trunk/xsl/html.xsl Wed Jan  5 22:12:03 2011
@@ -92,7 +92,7 @@ limitations under the License.
 
                     <!-- Tagline -->
                     <div class="tagline">
-                        <img src="{$root}images/tagline.png" alt="{$project/tagline}"/>
+                        <!-- <img src="{$root}images/tagline.png" alt="{$project/tagline}"/> -->
                     </div>
 
                     <!-- Global navigation -->