(no commit message)
[project/luci.git] / README
diff --git a/README b/README
index 05c4eb8..a6d7b4c 100644 (file)
--- 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
@@ -54,3 +61,9 @@ HTTP-Abstraction and Formvalue validation support
 
        > See src/ffluci/http.lua for details
        > See src/ffluci/controller/public/example-action.lua for examples
+
+       
+Known issues:
+       There is a bug in older versions of busybox-httpd (as those in Kamikaze 7.09)
+       that do not handle Status-headers correctly making valid HTTP-Redirects impossible.
+       Using a newer version of Kamikaze should fix this.
\ No newline at end of file