Translated using Weblate (Japanese)
[oweals/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.
25
26  - [Server side Lua APIs](http://openwrt.github.io/luci/api/index.html)
27  - [Client side JavaScript APIs](http://openwrt.github.io/luci/jsapi/index.html)
28
29 ## Development
30
31 Documentation for developing and extending LuCI can be found [in the Wiki](https://github.com/openwrt/luci/wiki)
32
33 ## License
34
35 See [LICENSE](LICENSE) file.
36  
37 ## Package Guidelines
38
39 See [CONTRIBUTING.md](CONTRIBUTING.md) file.
40
41 ## Translation status
42
43 [![Translation status](https://hosted.weblate.org/widgets/openwrt/-/multi-auto.svg)](https://hosted.weblate.org/engage/openwrt/?utm_source=widget)