mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
c880392f2284ceb2624c99b2cf5f9d563a17e6e1
LuCI Documentation
See Wiki LuCI Technical Reference
API Reference
- Client side JavaScript APIs
- How to i18n your module: internationalization via *.po and *.pot files
- How to make LuCI JS Modules: see the luci-app-example in the repo
- How to use the JSON-RPC
- How to make themes
- LuCI Modules Reference: can be JS based or Lua (deprecated)
Deprecated API Reference (older Lua based APIs)
- CBI models reference: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
- How to make LuCI Lua Modules: No new Lua modules for client side display are accepted, but some server side things are still done in Lua
- LMO - Lua Machine Objects: to pack language strings into a more efficient form for Lua
- Server side Lua APIs
- Templates: template processor which parses HTML-files to Lua functions and allows to store precompiled template files
Archived
- LuCI-0.10: No longer used, but useful reference if you encounter older LuCI versions.
Description
Languages
JavaScript
65.1%
C
17.3%
Lua
6.6%
CSS
3.7%
UnrealScript
3%
Other
4.2%