diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-04-12 13:42:19 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-04-12 13:42:19 +0000 |
commit | 53bedd57538ea19ba2ac49c4dc49678159ac8c23 (patch) | |
tree | acbe52e4ffbc5c663a026dcec9842b9069e2e2de /WebContent | |
parent | a6180d2bf1479c8ef0b25d893b259800a5823041 (diff) | |
download | vaadin-framework-53bedd57538ea19ba2ac49c4dc49678159ac8c23.tar.gz vaadin-framework-53bedd57538ea19ba2ac49c4dc49678159ac8c23.zip |
Removed superfluous "also":s and changed sampler text
svn changeset:12479/svn branch:6.3
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index d43558d8d1..0949411fbc 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -56,7 +56,7 @@ <span class="mask"></span> </div> <h2>Sampler</h2> - <p>See all Vaadin <strong>core components</strong> and their <strong>features</strong> in action in the Sampler with example <strong>source code available</strong> for to get you started quickly with your own project.</p> + <p>See all Vaadin <strong>core components</strong> and their <strong>features</strong> in action in the Sampler! <strong>Sources for all samples</strong> are available for you to see and use.</p> <strong class="start">Start Sampler »</strong> <!--<strong class="new"><em>Notable In This Release</em> • Drag'n'drop • Keyboard Shortcuts • AbsoluteLayout • GWT 2.0</strong>--> </a> @@ -230,9 +230,9 @@ </div> <div class="col2"> <h5>Portlet support</h5> - <p>Vaadin applications can also be deployed as portlets in portals such as Liferay. No code modifications are needed to deploy a Vaadin application to a portal and both portlet standards 1.0 (JSR-168) and 2.0 (JSR-286) are supported.</p> + <p>Vaadin applications can be deployed as portlets in portals such as Liferay. No code modifications are needed to deploy a Vaadin application to a portal and both portlet standards 1.0 (JSR-168) and 2.0 (JSR-286) are supported.</p> <h5>Google App Engine</h5> - <p>The same servlet and portlet Vaadin applications can also be deployed to Google App Engine. This requires that all application classes are serializable.</p> + <p>The same servlet and portlet Vaadin applications can be deployed to Google App Engine. This requires that all application classes are serializable.</p> </div> </li> @@ -249,17 +249,17 @@ </div> <div class="col2"> <h5>Maven</h5> - <p>Vaadin is also in the central Maven repository, providing archetypes for creating Vaadin projects and a widgetset compilation plugin for Maven.</p> + <p>Vaadin is in the central Maven repository, providing archetypes for creating Vaadin projects and a widgetset compilation plugin for Maven.</p> <ul><li><a href="http://dev.vaadin.com/wiki/Articles/MavenIntegration">Using Vaadin with Maven</a></li></ul> <br/> <h5>Ant</h5> - <p>Ant integration is also provided for users of other IDEs and for automatic builds.</p> + <p>Ant integration is provided for users of other IDEs and for automatic builds.</p> <ul><li><a href="docs/example-source/build-widgetset.xml">Example widgetset build script</a></li></ul> </div> </li> <li id="License" class="tab"> - <h4 title="License">Free for everybody</h4> + <h4 title="Open Source">Free for everybody</h4> <h5>Apache2</h5> <p>Vaadin is licensed under the Apache2 license which means you can use it both for non-commercial and commercial projects free of charge.</p> </li> |