Convert readme to markdown

This commit is contained in:
Bartek Fabiszewski 2017-03-16 12:46:22 +01:00
parent 4fbfe7b585
commit a7a04754db

View File

@ -1,15 +1,17 @@
This is a web application for real-time collection of geolocation data, tracks viewing and management. # μlogger
Together with a dedicated μlogger mobile client it may be used as a complete self hosted serverclient solution for logging and monitoring users' geolocation.
Live demo: This is a web application for real-time collection of geolocation data, tracks viewing and management.
Together with a dedicated [μlogger mobile client](https://github.com/bfabiszewski/ulogger-android) it may be used as a complete self hosted serverclient solution for logging and monitoring users' geolocation.
## Live demo:
- http://flaa.fabiszewski.net/ulogger/ - http://flaa.fabiszewski.net/ulogger/
Requirements: ## Requirements:
- PHP 5.5 - PHP 5.5
- MYSQL 4.1 - MYSQL 4.1
- browser with javascript enabled, cookies for authentication and saving preferences - browser with javascript enabled, cookies for authentication and saving preferences
Features: ## Features:
- simple - simple
- allows live tracking - allows live tracking
- track statistics - track statistics
@ -20,14 +22,15 @@ Features:
- OpenLayers v2 (OpenStreet and other layers) - OpenLayers v2 (OpenStreet and other layers)
- ajax - ajax
- user preferences stored in cookies - user preferences stored in cookies
- simple admin menu
Todo ## Todo
- install script - install script
- custom icons - custom icons
- admin menu (users management) - improve admin menu
- track editing - track editing
- track display filters (accurracy, provider) - track display filters (accurracy, provider)
License ## License
- GPL - GPL
- μlogger is a fork of phpTrackme - tracks viewer I wrote for TrackMe app - μlogger is a fork of phpTrackme - tracks viewer I wrote for TrackMe app