Logging utility for several meters & sensors
Find a file
2011-06-26 02:22:24 -07:00
etc updated year 2010 -> 2011 2011-04-07 00:01:41 +02:00
htdocs rearranged buttons (closes #79) 2011-06-25 23:41:44 +02:00
lib removed cost property from "powersensor" entity because we cannot determine the comsumption with SensorInterpreter atm 2011-06-26 00:50:04 +02:00
misc removed some garbage 2011-06-14 15:49:23 +02:00
.gitignore closes #39 (new directory structure) 2010-12-27 16:06:03 +01:00
.gitmodules removed submodule ethersex 2011-05-25 21:39:31 +02:00
.htaccess allow access to non htdocs directory from localhost for development purpuses 2011-03-07 15:35:30 +01:00
CHANGELOG moved standard files to project root (step toward official debian package) 2011-06-09 16:27:42 +02:00
COPYING moved standard files to project root (step toward official debian package) 2011-06-09 16:27:42 +02:00
INSTALL moved standard files to project root (step toward official debian package) 2011-06-09 16:27:42 +02:00
README removed entry "website" from readme (has been taken from the directory a while ago already) 2011-06-26 02:22:24 -07: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
 |   |_ middleware.php		middleware bootstrapping
 |   \_ frontend		web frontend
 |
 |_ etc/			configuration files
 |_ var/			SQLite database (optional)
 |_ lib/			middleware 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 middleware classes

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