luci-app-example: add app
authorAndreas Bräu <ab@andi95.de>
Sun, 10 Oct 2021 22:22:15 +0000 (00:22 +0200)
committerPaul Spooren <mail@aparcar.org>
Fri, 22 Oct 2021 20:02:53 +0000 (10:02 -1000)
commit02a86624ec02ec797f7156cc7f8b9057975ab34b
tree40156bbff73f68a3d9f37df5af5c8a517d38fa46
parent63034c36073bedf87db18d05d3fe8cca016c6490
luci-app-example: add app

add a minimalistic example app for modern js-based apps

Signed-off-by: Andreas Bräu <ab@andi95.de>
applications/luci-app-example/Makefile [new file with mode: 0644]
applications/luci-app-example/README.md [new file with mode: 0644]
applications/luci-app-example/htdocs/luci-static/resources/view/example/form.js [new file with mode: 0644]
applications/luci-app-example/htdocs/luci-static/resources/view/example/htmlview.js [new file with mode: 0644]
applications/luci-app-example/po/de/example.po [new file with mode: 0644]
applications/luci-app-example/po/en/example.po [new file with mode: 0644]
applications/luci-app-example/po/templates/example.pot [new file with mode: 0644]
applications/luci-app-example/root/etc/uci-defaults/80_example [new file with mode: 0644]
applications/luci-app-example/root/usr/share/luci/menu.d/luci-app-example.json [new file with mode: 0644]
applications/luci-app-example/root/usr/share/rpcd/acl.d/luci-app-example.json [new file with mode: 0644]