diff --git a/.travis.yml b/.travis.yml index cdcd3a59..138b631e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,4 @@ script: after_success: - .utility/deploy.sh - .utility/update_site_apidocs.sh -- .utility/update_site_demo.sh +- .utility/update_demo_site.sh diff --git a/.utility/update_site_demo.sh b/.utility/update_demo_site.sh similarity index 100% rename from .utility/update_site_demo.sh rename to .utility/update_demo_site.sh diff --git a/README.md b/README.md index 96f6a4d6..adc0ae9f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ [![Build Status](https://travis-ci.org/gwtbootstrap3/gwtbootstrap3-extras.svg?branch=master)](https://travis-ci.org/gwtbootstrap3/gwtbootstrap3-extras) -This is the Extra (third party) components for [GwtBootstrap3](https://github.com/gwtbootstrap3/gwtbootstrap3). -Checkout the [demo](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/) for more information. +##About +GWTBootstrap3-Extras is a collection of wrappers based on the [GwtBootstrap3](https://github.com/gwtbootstrap3/gwtbootstrap3) for 3rd party extensions of [Twitter Bootstrap](http://getbootstrap.com/), which helps you develop responsive, mobile first HTML, CSS, and JS projects on the web using Java and Google Web Toolkit (GWT). -To use the widgets defined here, you will need to add this dependency. +##Add GWTBootstrap3-Extras to your project +You can easily add GWTBootstrap3-Extras to your project by including the library as a Maven dependency. ```xml @@ -13,8 +14,21 @@ To use the widgets defined here, you will need to add this dependency. provided ``` +##Current Release +* 0.9.3 - Released on 24 February 2016. + * Based on GwtBootstrap v0.9.3 +* [Demo](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/) - The GWTBootstrap3 0.9.3 Demo. +* [API Docs](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/extra-apidocs) - The GWTBootstrap3-Extras 0.9.3 API Javadoc. -* Want to see the demo as the v1.0-SNAPSHOT is worked on? Visit the 1.0-SNAPSHOT demo [here](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/snapshot). -* The API docs for the v1.0-SNAPSHOT can be found [here](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/snapshot/apidocs) as well. +##Current Snapshot +* 1.0-SNAPSHOT +* [Snapshot Demo](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/snapshot) - GWTBootstrap3 v1.0-SNAPSHOT Demo. (Updated after every commit) +* [API Docs](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/snapshot/extras-apidocs) - GWTBootstrap3-Extras v1.0-SNAPSHOT Javadoc. (Updated after every commit) -If you have any questions, please ask them on our [Google Group](https://groups.google.com/forum/?fromgroups#!forum/gwtbootstrap3) +##Resources +* [Project Wiki](https://github.com/gwtbootstrap3/gwtbootstrap3-extras/wiki) - Help with getting started and other useful project help. +* [GwtBootstrap3 Google Group](https://groups.google.com/forum/?fromgroups#!forum/gwtbootstrap3) - Ask questions here. +* [Issues](https://github.com/gwtbootstrap3/gwtbootstrap3-extras/issues) - File bugs here. +* [Contributing](https://github.com/gwtbootstrap3/gwtbootstrap3/wiki/Contributing) - Want to help by writing code? **Awesome!!** Please read [this](https://github.com/gwtbootstrap3/gwtbootstrap3/wiki/Contributing) first. + +[![Join the chat at https://gitter.im/gwtbootstrap3/gwtbootstrap3](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gwtbootstrap3/gwtbootstrap3?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)