README: use correct weblate badge and add status
[project/luci.git] / README.md
1 # OpenWrt luci feed
2
3 [![Translation status](https://hosted.weblate.org/widgets/openwrt/-/svg-badge.svg)](https://hosted.weblate.org/engage/openwrt/?utm_source=widget)
4
5 ## Description
6
7 This is the OpenWrt "luci"-feed containing LuCI - OpenWrt Configuration Interface.
8
9 ## Usage
10
11 This feed is enabled by default. Your feeds.conf.default (or feeds.conf) should contain a line like:
12 ```
13 src-git luci https://github.com/openwrt/luci.git
14 ```
15
16 To install all its package definitions, run:
17 ```
18 ./scripts/feeds update luci
19 ./scripts/feeds install -a -p luci
20 ```
21
22 ## API Reference
23
24 You can browse the generated API documentation [directly on Github](http://htmlpreview.github.io/?http://raw.githubusercontent.com/openwrt/luci/master/documentation/api/index.html).
25
26 ## Development
27
28 Documentation for developing and extending LuCI can be found [in the Wiki](https://github.com/openwrt/luci/wiki)
29
30 ## License
31
32 See [LICENSE](LICENSE) file.
33
34 ## Package Guidelines
35
36 See [CONTRIBUTING.md](CONTRIBUTING.md) file.
37
38 ## Translation status
39
40 [![Translation status](https://hosted.weblate.org/widgets/openwrt/-/multi-auto.svg)](https://hosted.weblate.org/engage/openwrt/?utm_source=widget)