diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-04-12 13:04:22 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-04-12 13:04:22 +0000 |
commit | a6180d2bf1479c8ef0b25d893b259800a5823041 (patch) | |
tree | 2e4404519c7480d5a4e7590af68e411c7bed2b58 /WebContent | |
parent | 5474ae205b7fcbf88347696da9327a938b92014f (diff) | |
download | vaadin-framework-a6180d2bf1479c8ef0b25d893b259800a5823041.tar.gz vaadin-framework-a6180d2bf1479c8ef0b25d893b259800a5823041.zip |
License, community
svn changeset:12476/svn branch:6.3
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index ac480e4c42..d43558d8d1 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -258,6 +258,31 @@ </div> </li> + <li id="License" class="tab"> + <h4 title="License">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> + <li id="Community" class="tab"> + <h4 title="Community">Be a part of the Vaadin community</h4> + <div class="col2"> + <h5>Forums</h5> + <p>The forums are very active and a good place to ask questions, help others, discuss your latest ideas or just share what you have done.</p> + <ul><li><a href="http://vaadin.com/forum">Start discussing</a></li></ul><br/> + <h5>Wiki</h5> + <p>The Vaadin wiki is a place where you can find out the best way to use Vaadin, how to integrate it with various other systems such as Spring or JEE6. Read what others have done or write down how you do things.</p> + <ul><li><a href="http://vaadin.com/wiki">Vaadin wiki</a></li></ul><br/> + </div> + <div class="col2"> + <h5>Vaadin Directory</h5> + <p>Add-ons for Vaadin are distributed through Vaadin Directory. See what others have done, get ideas or create and share your own.</p> + <ul><li><a href="http://vaadin.com/directory">Vaadin Directory</a></li></ul><br/> + <h5>Bug tracker</h5> + <p>Found a problem in Vaadin? Maybe you fixed it yourself already? Report it through the Vaadin bug tracker so everybody else also can benefit from your findings.</p> + <ul><li><a href="http://dev.vaadin.com/">Vaadin bug tracker</a></li></ul><br/> + </div> + </li> + </ul> </div> <!-- /content --> |