summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-03-26 20:55:14 +0000
committerSteven Barth <steven@midlink.org>2008-03-26 20:55:14 +0000
commit68d142e79287e9b5e9f980f37b546070a38fc478 (patch)
tree8d165ffd6e50795b7f140efb0e7ed7f103d2e47d /README
parent5f9910566de7165f4bb0ee62bc3ace53c708a94e (diff)
* CBI update
* Added some configuration pages * Introduced contact site * Introduced luci UCI config file
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 8 insertions, 1 deletions
diff --git a/README b/README
index 8ce5faf42..a6d7b4c12 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
FFLuCI - Freifunk Lua Configuration Interface
-This is a leightweight MVC-Webframework for small embedded device.
+This is a leightweight MVC-Webframework for small embedded devices.
It uses the the Lua programming language and relies on Haserl.
It consists of several parts:
@@ -25,6 +25,13 @@ Template engine
> See src/ffluci/template.lua for details
> See src/view/ for examples
+
+
+Configuration Bind Interface (CBI)
+ Generates and validates XHTML-Forms out of an UCI model description
+ Makes it very easy to create webinterface pages that manipulate UCI files
+
+ > See src/ffluci/cbi.lua
i18n Translation support