Make our README less backwards
Getting Started & Documentation should go before Community/Support
This commit is contained in:
parent
adc5038259
commit
182a82315f
1 changed files with 28 additions and 20 deletions
48
README.md
48
README.md
|
|
@ -23,23 +23,17 @@ wanted a client that will
|
|||
|
||||
|
||||
|
||||
## Community
|
||||
|
||||
[Monger has a mailing list](https://groups.google.com/forum/#!forum/clojure-mongodb). Feel free to join it and ask any questions you may have.
|
||||
|
||||
To subscribe for announcements of releases, important changes and so on, please follow [@ClojureWerkz](https://twitter.com/#!/clojurewerkz) on Twitter.
|
||||
|
||||
|
||||
## Project Maturity
|
||||
|
||||
Monger is not a young project: started in July 2011, it is over 1 year old with active production use from week 1.
|
||||
|
||||
Monger is not a young project: started in July 2011, it is over 2
|
||||
years old with active production use from week 1.
|
||||
|
||||
|
||||
## Artifacts
|
||||
|
||||
Monger artifacts are [released to Clojars](https://clojars.org/com.novemberain/monger). If you are using Maven, add the following repository
|
||||
definition to your `pom.xml`:
|
||||
Monger artifacts are [released to
|
||||
Clojars](https://clojars.org/com.novemberain/monger). If you are using
|
||||
Maven, add the following repository definition to your `pom.xml`:
|
||||
|
||||
``` xml
|
||||
<repository>
|
||||
|
|
@ -54,7 +48,6 @@ With Leiningen:
|
|||
|
||||
[com.novemberain/monger "1.6.0"]
|
||||
|
||||
|
||||
With Maven:
|
||||
|
||||
<dependency>
|
||||
|
|
@ -67,23 +60,39 @@ With Maven:
|
|||
|
||||
## Getting Started
|
||||
|
||||
Please refer to our [Getting Started guide](http://clojuremongodb.info/articles/getting_started.html). Don't hesitate to join our [mailing list](https://groups.google.com/forum/#!forum/clojure-mongodb) and ask questions, too!
|
||||
|
||||
|
||||
Please refer to our [Getting Started
|
||||
guide](http://clojuremongodb.info/articles/getting_started.html). Don't
|
||||
hesitate to join our [mailing
|
||||
list](https://groups.google.com/forum/#!forum/clojure-mongodb) and ask
|
||||
questions, too!
|
||||
|
||||
|
||||
## Documentation & Examples
|
||||
|
||||
Please see our [documentation guides site](http://clojuremongodb.info/) and [API reference](http://reference.clojuremongodb.info).
|
||||
Please see our [documentation guides
|
||||
site](http://clojuremongodb.info/) and [API
|
||||
reference](http://reference.clojuremongodb.info).
|
||||
|
||||
Our [test suite](https://github.com/michaelklishin/monger/tree/master/test/monger/test) also has many code examples.
|
||||
Our [test
|
||||
suite](https://github.com/michaelklishin/monger/tree/master/test/monger/test)
|
||||
also has many code examples.
|
||||
|
||||
|
||||
## Community
|
||||
|
||||
[Monger has a mailing
|
||||
list](https://groups.google.com/forum/#!forum/clojure-mongodb). Feel
|
||||
free to join it and ask any questions you may have.
|
||||
|
||||
To subscribe for announcements of releases, important changes and so
|
||||
on, please follow [@ClojureWerkz](https://twitter.com/#!/clojurewerkz)
|
||||
on Twitter.
|
||||
|
||||
|
||||
## Supported Clojure versions
|
||||
|
||||
Monger is built from the ground up for Clojure 1.3 and up. The most recent
|
||||
stable releaseis recommended.
|
||||
Monger requires Clojure 1.3 or later. The most recent
|
||||
stable release is highly recommended.
|
||||
|
||||
|
||||
## Continuous Integration Status
|
||||
|
|
@ -92,7 +101,6 @@ stable releaseis recommended.
|
|||
|
||||
|
||||
|
||||
|
||||
## Monger Is a ClojureWerkz Project
|
||||
|
||||
Monger is part of the [group of Clojure libraries known as ClojureWerkz](http://clojurewerkz.org), together with
|
||||
|
|
|
|||
Loading…
Reference in a new issue