Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #307

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
##GwtChosen
## GwtChosen
[Chosen](https://github.com/harvesthq/chosen) is a javascript plugin (for jQuery and Prototype) _that makes long, unwieldy select boxes much more user-friendly._ GwtChosen is a port of the jquery version of Chosen for GWT Web Toolkit. It is not a wrapper but a complete rewrite using the GWT standards. It is available as a GwtQuery plugin or as a widget.

##Documentation
## Documentation
* [For documentation and examples](http://dev.arcbees.com/gwtchosen/)

##Stable version
## Stable version
* [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ccom.arcbees.gwtchosen)

##Maven Configuration
## Maven Configuration

### Release:
```xml
Expand Down Expand Up @@ -37,33 +37,33 @@
</dependency>
```

#Contributor
# Contributor

##IDE Setup
## IDE Setup
* Create a git clone.
* Import the project using Maven.
* General IDEA and Eclipse project import instructions can be found [here](http://c.gwt-examples.com/home/maven/ide-import).
* If using Eclipse double check the GwtChosen GPE plugin and see if GWT is enabled.

##Debugging integration tests locally
## Debugging integration tests locally
1. `cd integration-test`
2. `mvn gwt:run -Pintegration-test`
3. Open your browser to `http://127.0.0.1:8080/#{test case token}`

##Uploading docs and demos
## Uploading docs and demos
0. Add your Github credentials to `~/.m2/settings.xml`
1. `cd sample`
2. `mvn clean install site`

This will upload the docs site to branch `gh-pages` to be served at `http://arcbees.github.io/gwtchosen`.

##Credits
## Credits
* The initial chosen javascript plugin was built by [Harvest](http://www.getharvest.com/).
* Concept and development by [Patrick Filler](http://patrickfiller.com/).
* Design and CSS by [Matthew Lettini](http://matthewlettini.com/)
* The GWT port of Chosen was built by [Julien Dramaix](https://plus.google.com/u/0/103916508880440628637)

##Thanks to
## Thanks to
[![Arcbees.com](http://i.imgur.com/HDf1qfq.png)](http://arcbees.com)

[![Atlassian](http://i.imgur.com/BKkj8Rg.png)](https://www.atlassian.com/)
Expand Down