From 9ab93e34d82e5bdc77e079326c1716fb93fc4d50 Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Fri, 16 Apr 2010 01:24:36 +0200 Subject: [PATCH] gen: populate README file --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index e69de29..c4d23be 100644 --- a/README +++ b/README @@ -0,0 +1,8 @@ +This repository holds the code for the community metering project called Flukso and is split into following subsections: +- web/drupal: theme and modules that turn a stock Drupal installation into www.flukso.net +- web/api: our Erlang/Webmachine-based JSON/REST code for api.flukso.net +- openwrt: contains openwrt packages/patches/make menuconfig to tweak a stock openwrt kamikaze build into a Fluksometer +- uc: the microcontroller code that is loaded onto the sensor board's AVR. + +Enjoy! +Bart.