From: Artur Signell Date: Mon, 12 Apr 2010 13:42:19 +0000 (+0000) Subject: Removed superfluous "also":s and changed sampler text X-Git-Tag: 6.7.0.beta1~1711^2~51 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=53bedd57538ea19ba2ac49c4dc49678159ac8c23;p=vaadin-framework.git Removed superfluous "also":s and changed sampler text svn changeset:12479/svn branch:6.3 --- 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 @@

Sampler

-

See all Vaadin core components and their features in action in the Sampler with example source code available for to get you started quickly with your own project.

+

See all Vaadin core components and their features in action in the Sampler! Sources for all samples are available for you to see and use.

Start Sampler » @@ -230,9 +230,9 @@
Portlet support
-

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.

+

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.

Google App Engine
-

The same servlet and portlet Vaadin applications can also be deployed to Google App Engine. This requires that all application classes are serializable.

+

The same servlet and portlet Vaadin applications can be deployed to Google App Engine. This requires that all application classes are serializable.

@@ -249,17 +249,17 @@
Maven
-

Vaadin is also in the central Maven repository, providing archetypes for creating Vaadin projects and a widgetset compilation plugin for Maven.

+

Vaadin is in the central Maven repository, providing archetypes for creating Vaadin projects and a widgetset compilation plugin for Maven.


Ant
-

Ant integration is also provided for users of other IDEs and for automatic builds.

+

Ant integration is provided for users of other IDEs and for automatic builds.

  • -

    Free for everybody

    +

    Free for everybody

    Apache2

    Vaadin is licensed under the Apache2 license which means you can use it both for non-commercial and commercial projects free of charge.