cygnal/README.md

93 lines
3.5 KiB
Markdown
Raw Permalink Normal View History

2018-06-26 15:34:38 +02:00
Cyclassist
==========
2018-06-25 18:29:57 +02:00
2018-06-26 15:34:38 +02:00
> Track and share issues (work, interruption in routes, parked cars) in
> realtime on bike lanes!
2018-06-25 18:29:57 +02:00
2018-06-26 15:34:38 +02:00
This app is made of two parts: a client webapp and a server part to store and
2018-08-03 17:14:53 +02:00
serve the issues. This code is the code running behind https://cyclo.phyks.me/
(the stable and official instance).
2018-06-26 15:34:38 +02:00
2018-08-03 17:14:53 +02:00
**A sandbox instance if you want to try it out without polluting the main instance
is available at https://cyclo-dev.phyks.me**. Please note however this is a
2018-10-16 15:42:55 +02:00
development instance which might be ahead of the official https://cyclo.phyks.me
instance from time to time. It might break from time to time.
2018-08-03 15:36:15 +02:00
As of current version, only the client side part (code running on your local
device) handles your geolocation. **Your precise geolocation is never sent**
to the server or any external resource. However, the map background is
downloaded on demand from [Thunderforest](http://thunderforest.com/) so they
could know the location of the displayed map.
2018-06-26 15:34:38 +02:00
2018-09-11 15:50:51 +02:00
<img src="support/screenshots/webapp.jpg" width="45%"/> <img src="support/screenshots/reportDialog.jpg" width="45%"/>
2018-10-16 15:42:55 +02:00
## OpenData
The data collected by https://cyclo.phyks.me/ is available under an
[ODbL](https://opendatacommons.org/licenses/odbl/) license. You can get the
most up to date JSON dump of available reports at
https://cyclo.phyks.me/api/v1/reports.
Statistics about the instance can be fetched at
https://cyclo.phyks.me/api/v1/stats.
2018-10-16 15:42:55 +02:00
## Documentation
2018-10-16 15:42:55 +02:00
Detailed documentation about this software is available under the
[`doc/`](doc/) folder. This covers setting up your own instance, API, privacy
choices etc.
2018-06-26 15:34:38 +02:00
## Contributing
Check out the [CONTRIBUTING.md](CONTRIBUTING.md) file for all the required doc
2018-10-16 15:42:55 +02:00
and details before contributing :) Any contributions are more than welcome!
2018-07-20 15:12:28 +02:00
2018-06-26 15:34:38 +02:00
## License
This software is licensed under an MIT license, unless explicitly mentionned
otherwise.
2018-06-30 22:54:38 +02:00
Icons are made from the original works:
* [Bike icon](https://commons.wikimedia.org/wiki/File:Ic_directions_bike_48px.svg)
licensed under CC BY on Wikimedia.
* [Car icon](https://commons.wikimedia.org/wiki/File:Car_icon_top.svg)
licensed under CC BY-SA on Wikimedia.
* [Pothole icon](https://commons.wikimedia.org/wiki/File:France_road_sign_A2a.svg)
licensed under CC BY-SA on Wikimedia.
* [Compass icon](https://commons.wikimedia.org/wiki/File:Black_and_white_compass.svg)
licensed in public domain on Wikimedia.
2018-06-30 22:54:38 +02:00
* [Work icons](https://www.vecteezy.com/vector-art/87351-road-traffic-cartoon-icons-vector)
were designed by Vecteezy.
* [Trash icon](https://pixabay.com/en/trash-waste-trashcan-garbage-99257/) is
coming from Pixabay under CC0 license.
* [Accident icon](https://www.flaticon.com/free-icon/car-running-over-a-bicycle_91680) is
coming from Flaticon.
2018-07-20 15:12:28 +02:00
Beep sound is provided under CC0 license and coming from
[freesound.org](https://freesound.org/people/thisusernameis/sounds/426888/).
The map background is using tiles from
[Carto.com](https://carto.com/location-data-services/basemaps/) or
[Thunderforest](http://thunderforest.com/), thanks to [OpenStreetMap
contributors](https://www.openstreetmap.org/copyright) and
[Leaflet](http://leafletjs.com/).
Manual location picking uses the awesome API from [adresse.data.gouv.fr](https://adresse.data.gouv.fr).
Details about the sources and licenses of the opendata imported is available
in the `scripts/opendata/` scripts.
2018-10-17 21:41:56 +02:00
## Thanks
Thanks a lot to all users, contributors and translators for the help on this
software.
Among others, thanks to
* [Quenti](https://framapiaf.org/@Quenti) for the Occitan translation.