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)
committerPaul Donald <newtwen@gmail.com>
Mon, 4 Dec 2023 22:57:09 +0000 (23:57 +0100)
commitd99328700ecbcc49113c27f6861b5e09f03dee43
treed89f9660d667763511310abbdc005641456e2ff6
parentcf8f08ec981dba2816915510716b92924b82801d
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

(cherry picked from commit 28f805b2e5f95e04515bd7d045a103cc3a366c2c)
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]