Initial commit master
authorBrian Flowers <git-admn@bsflowers.net>
Sat, 24 Apr 2021 03:00:43 +0000 (23:00 -0400)
committerBrian Flowers <git-admn@bsflowers.net>
Sat, 24 Apr 2021 03:00:43 +0000 (23:00 -0400)
commit226e63c9e55fd01aab9ac035c9fc5aa0413cf79e
tree3dbc48ba6021645341f9d7ea17da7567dce6505f
Initial commit
28 files changed:
COPYING [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
appinfo/app.php [new file with mode: 0644]
appinfo/info.xml [new file with mode: 0644]
appinfo/routes.php [new file with mode: 0644]
composer.json [new file with mode: 0644]
css/admin.css [new file with mode: 0644]
css/style.css [new file with mode: 0644]
img/app.svg [new file with mode: 0644]
js/.admin.js.swp [new file with mode: 0644]
js/admin.js [new file with mode: 0644]
js/admin.js.save [new file with mode: 0644]
js/script.js [new file with mode: 0644]
lib/Controller/PageController.php [new file with mode: 0644]
lib/Service/ConfigService.php [new file with mode: 0644]
lib/Settings/Admin.php [new file with mode: 0644]
lib/Settings/Section.php [new file with mode: 0644]
phpunit.integration.xml [new file with mode: 0644]
phpunit.xml [new file with mode: 0644]
preview.png [new file with mode: 0644]
templates/content/index.php [new file with mode: 0644]
templates/index.php [new file with mode: 0644]
templates/navigation/index.php [new file with mode: 0644]
templates/settings.php [new file with mode: 0644]
tests/Integration/AppTest.php [new file with mode: 0644]
tests/Unit/Controller/PageControllerTest.php [new file with mode: 0644]
tests/bootstrap.php [new file with mode: 0644]