* Update information files
This commit is contained in:
parent
c66cc9f47c
commit
af87e14897
2 changed files with 1 additions and 20 deletions
2
INSTALL
2
INSTALL
|
@ -20,7 +20,7 @@ TOC:
|
||||||
|
|
||||||
|
|
||||||
2. Kamikaze Packages
|
2. Kamikaze Packages
|
||||||
1. At first make sure you already added "lua" from
|
1. At first make sure you already added "libreadline" from
|
||||||
the OpenWRT Packages repository to your buildroot's "package" directory
|
the OpenWRT Packages repository to your buildroot's "package" directory
|
||||||
|
|
||||||
2. cd to the "package" directory of your kamikaze buildroot
|
2. cd to the "package" directory of your kamikaze buildroot
|
||||||
|
|
19
README
19
README
|
@ -7,9 +7,6 @@ It consists of several parts:
|
||||||
|
|
||||||
MVC Dispatcher
|
MVC Dispatcher
|
||||||
Simple PATH_INFO based dispatching mechanism using Lua modules
|
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
|
Template engine
|
||||||
|
@ -22,46 +19,30 @@ Template engine
|
||||||
<%~uci.short.cut%>
|
<%~uci.short.cut%>
|
||||||
|
|
||||||
Predefined variables for controller dir and media dir
|
Predefined variables for controller dir and media dir
|
||||||
|
|
||||||
> See src/ffluci/template.lua for details
|
|
||||||
> See src/view/ for examples
|
|
||||||
|
|
||||||
|
|
||||||
Configuration Bind Interface (CBI)
|
Configuration Bind Interface (CBI)
|
||||||
Generates and validates XHTML-Forms out of an UCI model description
|
Generates and validates XHTML-Forms out of an UCI model description
|
||||||
Makes it very easy to create webinterface pages that manipulate UCI files
|
Makes it very easy to create webinterface pages that manipulate UCI files
|
||||||
|
|
||||||
> See src/ffluci/cbi.lua
|
|
||||||
|
|
||||||
|
|
||||||
i18n Translation support
|
i18n Translation support
|
||||||
Simple multi-language per-module internationalization support
|
Simple multi-language per-module internationalization support
|
||||||
|
|
||||||
> See src/ffluci/i18n.lua for details
|
|
||||||
> See src/i18n/ for examples
|
|
||||||
|
|
||||||
|
|
||||||
UCI wrapper support
|
UCI wrapper support
|
||||||
Lua UCI-Wrapper adapting the CLI of the uci binary
|
Lua UCI-Wrapper adapting the CLI of the uci binary
|
||||||
|
|
||||||
> See src/model/uci.lua for details
|
|
||||||
|
|
||||||
|
|
||||||
Menu Building support
|
Menu Building support
|
||||||
Supports menu building for modules and exported actions
|
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-Abstraction and Formvalue validation support
|
||||||
HTTP-Redirect, Statuscode, Content-Type abstraction
|
HTTP-Redirect, Statuscode, Content-Type abstraction
|
||||||
Dynamic formvalue validation support including varaible type and
|
Dynamic formvalue validation support including varaible type and
|
||||||
value range validation
|
value range validation
|
||||||
|
|
||||||
> See src/ffluci/http.lua for details
|
|
||||||
> See src/ffluci/controller/public/example-action.lua for examples
|
|
||||||
|
|
||||||
|
|
||||||
Known issues:
|
Known issues:
|
||||||
There is a bug in older versions of busybox-httpd (as those in Kamikaze 7.09)
|
There is a bug in older versions of busybox-httpd (as those in Kamikaze 7.09)
|
||||||
|
|
Loading…
Reference in a new issue