diff options
Diffstat (limited to 'documentation/jsapi/index.html')
-rw-r--r-- | documentation/jsapi/index.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/documentation/jsapi/index.html b/documentation/jsapi/index.html new file mode 100644 index 0000000000..d6997c8d82 --- /dev/null +++ b/documentation/jsapi/index.html @@ -0,0 +1,90 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>JSDoc: Home</title> + + <script src="scripts/prettify/prettify.js"> </script> + <script src="scripts/prettify/lang-css.js"> </script> + <!--[if lt IE 9]> + <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> + <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> +</head> + +<body> + +<div id="main"> + + <h1 class="page-title">Home</h1> + + + + + + + + + <h3> </h3> + + + + + + + + + + + + + + + + <section> + <article><h1>OpenWrt luci feed</h1> +<p><a href="https://hosted.weblate.org/engage/openwrt/?utm_source=widget"><img src="https://hosted.weblate.org/widgets/openwrt/-/svg-badge.svg" alt="Translation status"></a></p> +<h2>Description</h2> +<p>This is the OpenWrt "luci"-feed containing LuCI - OpenWrt Configuration Interface.</p> +<h2>Usage</h2> +<p>This feed is enabled by default. Your feeds.conf.default (or feeds.conf) should contain a line like:</p> +<pre class="prettyprint source"><code>src-git luci https://github.com/openwrt/luci.git +</code></pre> +<p>To install all its package definitions, run:</p> +<pre class="prettyprint source"><code>./scripts/feeds update luci +./scripts/feeds install -a -p luci +</code></pre> +<h2>API Reference</h2> +<p>You can browse the generated API documentation <a href="http://htmlpreview.github.io/?http://raw.githubusercontent.com/openwrt/luci/master/documentation/api/index.html">directly on Github</a>.</p> +<h2>Development</h2> +<p>Documentation for developing and extending LuCI can be found <a href="https://github.com/openwrt/luci/wiki">in the Wiki</a></p> +<h2>License</h2> +<p>See <a href="LICENSE">LICENSE</a> file.</p> +<h2>Package Guidelines</h2> +<p>See <a href="CONTRIBUTING.md">CONTRIBUTING.md</a> file.</p> +<h2>Translation status</h2> +<p><a href="https://hosted.weblate.org/engage/openwrt/?utm_source=widget"><img src="https://hosted.weblate.org/widgets/openwrt/-/multi-auto.svg" alt="Translation status"></a></p></article> + </section> + + + + + + +</div> + +<nav> + <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="LuCI.html">LuCI</a></li><li><a href="LuCI.Class.html">Class</a></li><li><a href="LuCI.dom.html">dom</a></li><li><a href="LuCI.fs.html">fs</a></li><li><a href="LuCI.Headers.html">Headers</a></li><li><a href="LuCI.Network.html">Network</a></li><li><a href="LuCI.Network.Device.html">Device</a></li><li><a href="LuCI.Network.Hosts.html">Hosts</a></li><li><a href="LuCI.Network.Protocol.html">Protocol</a></li><li><a href="LuCI.Network.WifiDevice.html">WifiDevice</a></li><li><a href="LuCI.Network.WifiNetwork.html">WifiNetwork</a></li><li><a href="LuCI.Poll.html">Poll</a></li><li><a href="LuCI.Request.html">Request</a></li><li><a href="LuCI.Request.poll.html">poll</a></li><li><a href="LuCI.Response.html">Response</a></li><li><a href="LuCI.rpc.html">rpc</a></li><li><a href="LuCI.uci.html">uci</a></li><li><a href="LuCI.view.html">view</a></li><li><a href="LuCI.XHR.html">XHR</a></li></ul> +</nav> + +<br class="clear"> + +<footer> + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Tue Nov 05 2019 09:33:05 GMT+0100 (Central European Standard Time) +</footer> + +<script> prettyPrint(); </script> +<script src="scripts/linenumber.js"> </script> +</body> +</html>
\ No newline at end of file |