diff options
| author | Luc Donnet | 2013-05-28 09:35:14 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2013-05-28 09:35:14 +0200 | 
| commit | 45e0d4f528ed820ddc2efdd1d699bf8009b76726 (patch) | |
| tree | 3b5838645c73a46f6ee9610b24d3de70d1253d5f /README.md | |
| parent | c17a941eaf1b379e4442e8107729a62e84a816bf (diff) | |
| download | chouette-core-45e0d4f528ed820ddc2efdd1d699bf8009b76726.tar.bz2 | |
Add link to the demo web site in documentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 | 
1 files changed, 10 insertions, 2 deletions
@@ -1,13 +1,21 @@  # Chouette2 [](http://travis-ci.org/dryade/chouette2?branch=master) [](https://gemnasium.com/dryade/chouette2) [](https://codeclimate.com/github/dryade/chouette2) -Chouette2 is a web project in Ruby/Rails. It's designed as an [SaaS](http://en.wikipedia.org/wiki/Software_as_a_service) platform and can : +Chouette2 is an open source web project in Ruby/Rails to edit and view transport offer. It's designed as an [SaaS](http://en.wikipedia.org/wiki/Software_as_a_service) platform and can :  * Exchange transport data : [Neptune](http://www.chouette.mobi/spip.php?rubrique61), [GTFS](https://developers.google.com/transit/gtfs/reference?hl=fr), [NeTEx](http://www.kizoom.com/standards/netex/), CSV  * Edit transport data  * Validate transport data -* Offer a Restful API in read-only +* Offer a [Restful API](https://en.wikipedia.org/wiki/Representational_state_transfer) in read-only  * Import and Export Data asynchronously  * Use [multi-tenancy database](http://en.wikipedia.org/wiki/Multitenancy) +It uses java library from another git project to import and export various transport data [chouette](http://github.com/dryade/chouette) + +Feel free to test and access to the demonstration web site at [http://www.chouette.mobi](http://www.chouette.mobi/chouette2/users/sign_in). Two types of access are granted :  +* A demo organisation with a set of data +  * login : demo@chouette.mobi +  * password : chouette +* Create your own organisation : Must follow the link "Sign up" ("S'inscrire") +  Requirements  ------------  | 
