Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Work on automatic build of demo site and javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjardine committed Feb 24, 2016
1 parent 095e70c commit b922974
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
26 changes: 20 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
<dependency>
Expand All @@ -13,8 +14,21 @@ To use the widgets defined here, you will need to add this dependency.
<scope>provided</scope>
</dependency>
```
##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)

0 comments on commit b922974

Please sign in to comment.