luci-app-example: Update with more documentation, more examples (#6503)
authorDuncan Hill <github.com@cricalix.net>
Mon, 4 Dec 2023 21:12:28 +0000 (21:12 +0000)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 21:12:28 +0000 (22:12 +0100)
commit28f805b2e5f95e04515bd7d045a103cc3a366c2c
tree4c52498b38b97efdc3660c404a0341027d391518
parenta5786b5f2f68596b2ea8441fc8ad8ad7cf2ce2a9
luci-app-example: Update with more documentation, more examples (#6503)

* luci-app-example: Update with more documentation, examples
* Update translations file
* Move more YAML support to .md file, improve README
* luci-app-example: Update with more documentation, examples
* luci-app-example: Fix missed call to load_sample_yaml
* Format with tabs by using jsbeautify
15 files changed:
applications/luci-app-example/BUILDING.md [new file with mode: 0644]
applications/luci-app-example/Makefile
applications/luci-app-example/README.md
applications/luci-app-example/YAML.md [new file with mode: 0644]
applications/luci-app-example/htdocs/luci-static/resources/view/example/form.js
applications/luci-app-example/htdocs/luci-static/resources/view/example/htmlview.js
applications/luci-app-example/htdocs/luci-static/resources/view/example/rpc-jsonmap-tablesection.js [new file with mode: 0644]
applications/luci-app-example/htdocs/luci-static/resources/view/example/rpc-jsonmap-typedsection.js [new file with mode: 0644]
applications/luci-app-example/htdocs/luci-static/resources/view/example/rpc.js [new file with mode: 0644]
applications/luci-app-example/po/templates/example.pot
applications/luci-app-example/root/etc/uci-defaults/80_example
applications/luci-app-example/root/usr/libexec/rpcd/luci.example [new file with mode: 0755]
applications/luci-app-example/root/usr/share/luci/menu.d/luci-app-example.json
applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json
applications/luci-app-example/structure.md [new file with mode: 0644]