summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-04-11 18:31:39 +0000
committerSteven Barth <steven@midlink.org>2008-04-11 18:31:39 +0000
commitaf87e148976c40b7e28235552e19cc422a8371b8 (patch)
treea23eed1b011a6c531a92e481ba722fabf712773c /README
parentc66cc9f47cd803fd85b503e9e6a03e55eb4ee334 (diff)
* Update information files
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 0 insertions, 19 deletions
diff --git a/README b/README
index a6d7b4c125..422eddf2ff 100644
--- a/README
+++ b/README
@@ -7,9 +7,6 @@ It consists of several parts:
MVC Dispatcher
Simple PATH_INFO based dispatching mechanism using Lua modules
-
- > See src/ffluci/dispatcher.lua for a detailed description
- > See src/ffluci/controller for example controllers
Template engine
@@ -22,46 +19,30 @@ Template engine
<%~uci.short.cut%>
Predefined variables for controller dir and media dir
-
- > 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
Simple multi-language per-module internationalization support
-
- > See src/ffluci/i18n.lua for details
- > See src/i18n/ for examples
UCI wrapper support
Lua UCI-Wrapper adapting the CLI of the uci binary
- > See src/model/uci.lua for details
-
Menu Building support
Supports menu building for modules and exported actions
- > See src/ffluci/menu.lua for details
- > See src/ffluci/view/menu.htm, src/ffluci/controller for examples
-
HTTP-Abstraction and Formvalue validation support
HTTP-Redirect, Statuscode, Content-Type abstraction
Dynamic formvalue validation support including varaible type and
value range validation
- > 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)