luci-mod-network: fix look and feel for DNSMASQ IP-Sets generation
[project/luci.git] / docs / README.md
1 # LuCI Documentation
2
3 See Wiki [LuCI Technical Reference](https://openwrt.org/docs/techref/luci)
4
5 ## API Reference
6
7 - [Client side JavaScript APIs](jsapi/)
8 - [How to i18n your module](i18n): internationalization via \*.po and \*.pot files
9 - [How to make LuCI JS Modules](https://github.com/openwrt/luci/tree/master/applications/luci-app-example): see the luci-app-example in the repo
10 - [How to use the JSON-RPC](JsonRpcHowTo)
11 - [How to make themes](ThemesHowTo)
12 - [LuCI Modules Reference](Modules): can be JS based or Lua (deprecated)
13
14 ## Deprecated API Reference (older Lua based APIs)
15
16 - [CBI models reference](CBI):CBI models are Lua files describing the structure of an UCI config file and the resulting HTML form to be evaluated by the CBI parser
17 - [How to make LuCI Lua Modules](ModulesHowTo): No new Lua modules for client side display are accepted, but some server side things are still done in Lua
18 - [LMO - Lua Machine Objects](LMO): to pack language strings into a more efficient form for Lua
19 - [Server side Lua APIs](api/index.html)
20 - [Templates](Templates): template processor which parses HTML-files to Lua functions and allows to store precompiled template files
21
22 ## Archived
23
24 - [LuCI-0.10](LuCI-0.10): No longer used, but useful reference if you encounter older LuCI versions.