X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=README;h=a6d7b4c12558b72ee712ee34d222340cf207fb46;hb=cdb0b2f0bfaa0e0bb40b1b90581e1376f55fb0df;hp=8ce5faf42bbfdacf988c2e77e34e58b96fc7b97e;hpb=93ede58cfcd4a120c827d217d30bb4bcb53ee44f;p=project%2Fluci.git diff --git a/README b/README index 8ce5faf42b..a6d7b4c125 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