Logging utility for several meters & sensors
Find a file
2011-02-25 20:02:25 +01:00
etc cosmetics (indent) 2011-02-24 17:15:06 +01:00
htdocs fixed overlay and zoom issue 2011-02-25 17:52:32 +01:00
lib fixed bug for logging data 2011-02-25 20:02:25 +01:00
misc added universal format routine for all output modes 2011-02-25 00:16:55 +01:00
.gitignore closes #39 (new directory structure) 2010-12-27 16:06:03 +01:00
.gitmodules added submodule for fnordlicht frontend 2011-02-02 12:51:31 +01:00
.htaccess closes #39 (new directory structure) 2010-12-27 16:06:03 +01:00
README fifth dummy commit, fixes #16 2011-02-24 14:45:28 +01:00

This are the scripts running on volkszaehler.org
Feel free to setup your own installation and protect your privacy!

volkszaehler.org/
 |_ htdocs/			static files accessible through the web
 |   |_ backend.php		backend bootstrapping
 |   \_ frontend		web frontend
 |
 |_ etc/			configuration files
 |_ var/			SQLite database (optional)
 |_ lib/			backend libraries
 |_ misc/
     |_ controller/
     |   |_ php/		simple reference implemenation of controllers
     |   \_ ethersex		ethersex fork optimized for volkszaehler.org
     |
     |_ docs/			documentation
     |_ frontend/		
     |_ graphics/		several graphics for docs, etc..
     |_ sql/			database schema dumps
     |   \_ demo/		demo data
     |
     |_ tools/			scripts for imports, installation etc.
     |_ tests/			simple tests for backend classes
     \_ website/		our main webpage on http://volkszaehler.org

Wiki: http://wiki.volkszaehler.org
Other: http://volkszaehler.org
Or contact our mailing list: volkszaehler-dev@lists.volkszaehler.org