* new project: ff-luci - Freifunk Lua Configuration Interface
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 2 Mar 2008 21:52:58 +0000 (21:52 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 2 Mar 2008 21:52:58 +0000 (21:52 +0000)
commit3f5de3273c9e103b4909802e339db06fe0b53312
tree793ef66c9456665f7b472e214d79b1078fccebe8
* new project: ff-luci - Freifunk Lua Configuration Interface
33 files changed:
.buildpath [new file with mode: 0644]
.project [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
contrib/ffluci [new file with mode: 0755]
contrib/index.cgi [new file with mode: 0755]
contrib/package/ffluci/Makefile [new file with mode: 0644]
contrib/package/ffluci/ipkg/ffluci.postinst [new file with mode: 0755]
contrib/package/ffluci/src [new symlink]
contrib/package/haserl-devel/Makefile [new file with mode: 0644]
contrib/package/luafilesystem/Makefile [new file with mode: 0644]
src/ffluci/config.lua [new file with mode: 0644]
src/ffluci/controller/admin/index.lua [new file with mode: 0644]
src/ffluci/controller/public/example-action.lua [new file with mode: 0644]
src/ffluci/controller/public/example-simpleview.lua [new file with mode: 0644]
src/ffluci/controller/public/index.lua [new file with mode: 0644]
src/ffluci/dispatcher.lua [new file with mode: 0644]
src/ffluci/fs.lua [new file with mode: 0644]
src/ffluci/http.lua [new file with mode: 0644]
src/ffluci/i18n.lua [new file with mode: 0644]
src/ffluci/i18n/example-simpleview.de [new file with mode: 0644]
src/ffluci/init.lua [new file with mode: 0644]
src/ffluci/menu.lua [new file with mode: 0644]
src/ffluci/model/uci.lua [new file with mode: 0644]
src/ffluci/template.lua [new file with mode: 0644]
src/ffluci/util.lua [new file with mode: 0644]
src/ffluci/view/example-simpleview/foo.htm [new file with mode: 0755]
src/ffluci/view/example-simpleview/index.htm [new file with mode: 0755]
src/ffluci/view/footer.htm [new file with mode: 0644]
src/ffluci/view/header.htm [new file with mode: 0644]
src/ffluci/view/hello.htm [new file with mode: 0644]
src/ffluci/view/menu.htm [new file with mode: 0644]