Lua Configuration Interface (mirror)

Sergey Ponomarev 03ce59a8a1 Update CONTRIBUTING.md пре 5 година
applications 98cde82e4d Merge pull request #2342 from dibdot/fw пре 5 година
build 36b1c60efc luci-app-statistics: remove old deprecated rrdtool po files пре 5 година
collections 391e82d6a3 luci-mod-system: replace builtin opkg support with luci-app-opkg пре 5 година
contrib c04b889cc7 community-profiles: create profile for Fürstenwalde пре 5 година
documentation 401382a459 treewide: Fix typos in comments пре 5 година
libs 4bbe32548c luci-lib-ipkg: move out of luci-base пре 5 година
modules a92c94df32 luci-mod-system: fix IE10/Edge rendering quirk on SSH keys page пре 5 година
protocols f4212285d4 luci-proto-vpnc: expose defaultroute option in proto_vpnc.lua пре 5 година
themes 9a6e584449 luci-theme-bootstrap, luci-theme-openwrt: allow dynlist item content to wrap пре 5 година
.buildpath 3f5de3273c * new project: ff-luci - Freifunk Lua Configuration Interface пре 16 година
.cproject 9c260769a5 More C-Functions (luci.cutil.instanceof, luci.cutil.pcdata) пре 15 година
.gitignore 17690f2d73 build: add build option to minify *.js files пре 5 година
.project 40639695cb LuCI Core C-Rewrite: First steps пре 15 година
CONTRIBUTING.md 03ce59a8a1 Update CONTRIBUTING.md пре 5 година
LICENSE 3f5de3273c * new project: ff-luci - Freifunk Lua Configuration Interface пре 16 година
NOTICE 41d2b33087 Update my email addresses in the license headers пре 9 година
README.md 592352d0f8 docs: link to the developer wiki documentation пре 7 година
THANKYOU dc00b42e6d * luci: replace all "OpenWRT" occurences with "OpenWrt" пре 15 година
luci.mk 17690f2d73 build: add build option to minify *.js files пре 5 година

README.md

OpenWrt luci feed

Description

This is the OpenWrt "luci"-feed containing LuCI - OpenWrt Configuration Interface.

Usage

This feed is enabled by default. Your feeds.conf.default (or feeds.conf) should contain a line like:

src-git luci https://github.com/openwrt/luci.git

To install all its package definitions, run:

./scripts/feeds update luci
./scripts/feeds install -a -p luci

API Reference

You can browse the generated API documentation directly on Github.

Development

Documentation for developing and extending LuCI can be found in the Wiki

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.