summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2017-01-15 05:57:19 -0500
committerMalf Furious <m@lfurio.us>2017-01-15 05:57:19 -0500
commit0d53041fc67e13fc53cca0c993ec1a7a31a5a16e (patch)
treec2d3c6a43aa3ba16fe2207f76c4c0a3ce4033772 /examples
parentfeb61662d2359414837787111cf0f37e1f57fb5f (diff)
downloadscrott-0d53041fc67e13fc53cca0c993ec1a7a31a5a16e.tar.gz
scrott-0d53041fc67e13fc53cca0c993ec1a7a31a5a16e.zip
Reorganize examples/ directory
Diffstat (limited to 'examples')
-rw-r--r--examples/assets/css/bootstrap.min.css (renamed from examples/app/assets/css/bootstrap.min.css)0
-rw-r--r--examples/assets/fonts/glyphicons-halflings-regular.eot (renamed from examples/app/assets/fonts/glyphicons-halflings-regular.eot)bin20127 -> 20127 bytes
-rw-r--r--examples/assets/fonts/glyphicons-halflings-regular.svg (renamed from examples/app/assets/fonts/glyphicons-halflings-regular.svg)0
-rw-r--r--examples/assets/fonts/glyphicons-halflings-regular.ttf (renamed from examples/app/assets/fonts/glyphicons-halflings-regular.ttf)bin45404 -> 45404 bytes
-rw-r--r--examples/assets/fonts/glyphicons-halflings-regular.woff (renamed from examples/app/assets/fonts/glyphicons-halflings-regular.woff)bin23424 -> 23424 bytes
-rw-r--r--examples/assets/fonts/glyphicons-halflings-regular.woff2 (renamed from examples/app/assets/fonts/glyphicons-halflings-regular.woff2)bin18028 -> 18028 bytes
-rw-r--r--examples/assets/img/gpl.png (renamed from examples/app/assets/img/gpl.png)bin2666 -> 2666 bytes
-rw-r--r--examples/assets/img/heads/null.jpg (renamed from examples/app/assets/img/heads/null.jpg)bin8483 -> 8483 bytes
-rw-r--r--examples/assets/js/bootstrap.min.js (renamed from examples/app/assets/js/bootstrap.min.js)0
-rw-r--r--examples/assets/js/jquery.min.js (renamed from examples/app/assets/js/jquery.min.js)0
-rw-r--r--examples/assets/js/scrott.js (renamed from examples/app/assets/js/scrott.js)0
-rw-r--r--examples/class/controller.class.php (renamed from examples/app/class/controller.class.php)0
-rw-r--r--examples/class/database.iface.php (renamed from examples/app/class/database.iface.php)0
-rw-r--r--examples/class/externuser.class.php (renamed from examples/app/class/externuser.class.php)0
-rw-r--r--examples/class/form.class.php (renamed from examples/app/class/form.class.php)0
-rw-r--r--examples/class/framework.class.php (renamed from examples/app/class/framework.class.php)0
-rw-r--r--examples/class/group.class.php (renamed from examples/app/class/group.class.php)0
-rw-r--r--examples/class/issue.class.php (renamed from examples/app/class/issue.class.php)0
-rw-r--r--examples/class/message.class.php (renamed from examples/app/class/message.class.php)0
-rw-r--r--examples/class/model.class.php (renamed from examples/app/class/model.class.php)0
-rw-r--r--examples/class/mysql.class.php (renamed from examples/app/class/mysql.class.php)0
-rw-r--r--examples/class/object.class.php (renamed from examples/app/class/object.class.php)0
-rw-r--r--examples/class/pad.class.php (renamed from examples/app/class/pad.class.php)0
-rw-r--r--examples/class/setting.class.php (renamed from examples/app/class/setting.class.php)0
-rw-r--r--examples/class/stage.class.php (renamed from examples/app/class/stage.class.php)0
-rw-r--r--examples/class/user.class.php (renamed from examples/app/class/user.class.php)0
-rw-r--r--examples/controller/auth.control.php (renamed from examples/app/controller/auth.control.php)0
-rw-r--r--examples/controller/dashboard.control.php (renamed from examples/app/controller/dashboard.control.php)0
-rw-r--r--examples/controller/deauth.control.php (renamed from examples/app/controller/deauth.control.php)0
-rw-r--r--examples/controller/deleteacct.control.php (renamed from examples/app/controller/deleteacct.control.php)0
-rw-r--r--examples/controller/except.control.php (renamed from examples/app/controller/except.control.php)0
-rw-r--r--examples/controller/obj.control.php (renamed from examples/app/controller/obj.control.php)0
-rw-r--r--examples/controller/root.control.php (renamed from examples/app/controller/root.control.php)0
-rw-r--r--examples/controller/sysconf.control.php (renamed from examples/app/controller/sysconf.control.php)0
-rw-r--r--examples/file.php (renamed from examples/app/file.php)0
-rw-r--r--examples/index.php (renamed from examples/app/index.php)0
-rw-r--r--examples/model/auth.mod.php (renamed from examples/app/model/auth.mod.php)0
-rw-r--r--examples/model/common.mod.php (renamed from examples/app/model/common.mod.php)0
-rw-r--r--examples/model/dashboard.mod.php (renamed from examples/app/model/dashboard.mod.php)0
-rw-r--r--examples/model/deauth.mod.php (renamed from examples/app/model/deauth.mod.php)0
-rw-r--r--examples/model/deleteacct.mod.php (renamed from examples/app/model/deleteacct.mod.php)0
-rw-r--r--examples/model/except.mod.php (renamed from examples/app/model/except.mod.php)0
-rw-r--r--examples/model/master.mod.php (renamed from examples/app/model/master.mod.php)0
-rw-r--r--examples/model/obj.mod.php (renamed from examples/app/model/obj.mod.php)0
-rw-r--r--examples/model/sysconf.mod.php (renamed from examples/app/model/sysconf.mod.php)0
-rw-r--r--examples/view/auth/default.view.php (renamed from examples/app/view/auth/default.view.php)0
-rw-r--r--examples/view/common/foot.view.php (renamed from examples/app/view/common/foot.view.php)0
-rw-r--r--examples/view/common/group.setting.modal.view.php (renamed from examples/app/view/common/group.setting.modal.view.php)0
-rw-r--r--examples/view/common/head.view.php (renamed from examples/app/view/common/head.view.php)0
-rw-r--r--examples/view/common/newgroup.modal.view.php (renamed from examples/app/view/common/newgroup.modal.view.php)0
-rw-r--r--examples/view/common/ownership.setting.modal.view.php (renamed from examples/app/view/common/ownership.setting.modal.view.php)0
-rw-r--r--examples/view/common/permissions.setting.modal.view.php (renamed from examples/app/view/common/permissions.setting.modal.view.php)0
-rw-r--r--examples/view/common/setting.modal.view.php (renamed from examples/app/view/common/setting.modal.view.php)0
-rw-r--r--examples/view/common/topp.view.php (renamed from examples/app/view/common/topp.view.php)0
-rw-r--r--examples/view/dashboard/default.view.php (renamed from examples/app/view/dashboard/default.view.php)0
-rw-r--r--examples/view/deleteacct/default.view.php (renamed from examples/app/view/deleteacct/default.view.php)0
-rw-r--r--examples/view/except/default.view.php (renamed from examples/app/view/except/default.view.php)0
-rw-r--r--examples/view/master/foot.view.php (renamed from examples/app/view/master/foot.view.php)0
-rw-r--r--examples/view/master/head.view.php (renamed from examples/app/view/master/head.view.php)0
-rw-r--r--examples/view/master/topp.view.php (renamed from examples/app/view/master/topp.view.php)0
-rw-r--r--examples/view/obj/group.view.php (renamed from examples/app/view/obj/group.view.php)0
-rw-r--r--examples/view/sysconf/default.view.php (renamed from examples/app/view/sysconf/default.view.php)0
-rw-r--r--examples/view/sysconf/group.modal.view.php (renamed from examples/app/view/sysconf/group.modal.view.php)0
-rw-r--r--examples/view/sysconf/issue.modal.view.php (renamed from examples/app/view/sysconf/issue.modal.view.php)0
-rw-r--r--examples/view/sysconf/message.modal.view.php (renamed from examples/app/view/sysconf/message.modal.view.php)0
-rw-r--r--examples/view/sysconf/pad.modal.view.php (renamed from examples/app/view/sysconf/pad.modal.view.php)0
-rw-r--r--examples/view/sysconf/stage.modal.view.php (renamed from examples/app/view/sysconf/stage.modal.view.php)0
-rw-r--r--examples/view/sysconf/user.modal.view.php (renamed from examples/app/view/sysconf/user.modal.view.php)0
68 files changed, 0 insertions, 0 deletions
diff --git a/examples/app/assets/css/bootstrap.min.css b/examples/assets/css/bootstrap.min.css
index d65c66b..d65c66b 100644
--- a/examples/app/assets/css/bootstrap.min.css
+++ b/examples/assets/css/bootstrap.min.css
diff --git a/examples/app/assets/fonts/glyphicons-halflings-regular.eot b/examples/assets/fonts/glyphicons-halflings-regular.eot
index b93a495..b93a495 100644
--- a/examples/app/assets/fonts/glyphicons-halflings-regular.eot
+++ b/examples/assets/fonts/glyphicons-halflings-regular.eot
Binary files differ
diff --git a/examples/app/assets/fonts/glyphicons-halflings-regular.svg b/examples/assets/fonts/glyphicons-halflings-regular.svg
index 94fb549..94fb549 100644
--- a/examples/app/assets/fonts/glyphicons-halflings-regular.svg
+++ b/examples/assets/fonts/glyphicons-halflings-regular.svg
diff --git a/examples/app/assets/fonts/glyphicons-halflings-regular.ttf b/examples/assets/fonts/glyphicons-halflings-regular.ttf
index 1413fc6..1413fc6 100644
--- a/examples/app/assets/fonts/glyphicons-halflings-regular.ttf
+++ b/examples/assets/fonts/glyphicons-halflings-regular.ttf
Binary files differ
diff --git a/examples/app/assets/fonts/glyphicons-halflings-regular.woff b/examples/assets/fonts/glyphicons-halflings-regular.woff
index 9e61285..9e61285 100644
--- a/examples/app/assets/fonts/glyphicons-halflings-regular.woff
+++ b/examples/assets/fonts/glyphicons-halflings-regular.woff
Binary files differ
diff --git a/examples/app/assets/fonts/glyphicons-halflings-regular.woff2 b/examples/assets/fonts/glyphicons-halflings-regular.woff2
index 64539b5..64539b5 100644
--- a/examples/app/assets/fonts/glyphicons-halflings-regular.woff2
+++ b/examples/assets/fonts/glyphicons-halflings-regular.woff2
Binary files differ
diff --git a/examples/app/assets/img/gpl.png b/examples/assets/img/gpl.png
index ba78d4c..ba78d4c 100644
--- a/examples/app/assets/img/gpl.png
+++ b/examples/assets/img/gpl.png
Binary files differ
diff --git a/examples/app/assets/img/heads/null.jpg b/examples/assets/img/heads/null.jpg
index a78f946..a78f946 100644
--- a/examples/app/assets/img/heads/null.jpg
+++ b/examples/assets/img/heads/null.jpg
Binary files differ
diff --git a/examples/app/assets/js/bootstrap.min.js b/examples/assets/js/bootstrap.min.js
index 133aeec..133aeec 100644
--- a/examples/app/assets/js/bootstrap.min.js
+++ b/examples/assets/js/bootstrap.min.js
diff --git a/examples/app/assets/js/jquery.min.js b/examples/assets/js/jquery.min.js
index 49990d6..49990d6 100644
--- a/examples/app/assets/js/jquery.min.js
+++ b/examples/assets/js/jquery.min.js
diff --git a/examples/app/assets/js/scrott.js b/examples/assets/js/scrott.js
index c376117..c376117 100644
--- a/examples/app/assets/js/scrott.js
+++ b/examples/assets/js/scrott.js
diff --git a/examples/app/class/controller.class.php b/examples/class/controller.class.php
index 0ab1a69..0ab1a69 100644
--- a/examples/app/class/controller.class.php
+++ b/examples/class/controller.class.php
diff --git a/examples/app/class/database.iface.php b/examples/class/database.iface.php
index b1427a4..b1427a4 100644
--- a/examples/app/class/database.iface.php
+++ b/examples/class/database.iface.php
diff --git a/examples/app/class/externuser.class.php b/examples/class/externuser.class.php
index 73c41bd..73c41bd 100644
--- a/examples/app/class/externuser.class.php
+++ b/examples/class/externuser.class.php
diff --git a/examples/app/class/form.class.php b/examples/class/form.class.php
index 8bb6506..8bb6506 100644
--- a/examples/app/class/form.class.php
+++ b/examples/class/form.class.php
diff --git a/examples/app/class/framework.class.php b/examples/class/framework.class.php
index 802c821..802c821 100644
--- a/examples/app/class/framework.class.php
+++ b/examples/class/framework.class.php
diff --git a/examples/app/class/group.class.php b/examples/class/group.class.php
index 246276a..246276a 100644
--- a/examples/app/class/group.class.php
+++ b/examples/class/group.class.php
diff --git a/examples/app/class/issue.class.php b/examples/class/issue.class.php
index 10b1661..10b1661 100644
--- a/examples/app/class/issue.class.php
+++ b/examples/class/issue.class.php
diff --git a/examples/app/class/message.class.php b/examples/class/message.class.php
index ac8444c..ac8444c 100644
--- a/examples/app/class/message.class.php
+++ b/examples/class/message.class.php
diff --git a/examples/app/class/model.class.php b/examples/class/model.class.php
index 7d74b36..7d74b36 100644
--- a/examples/app/class/model.class.php
+++ b/examples/class/model.class.php
diff --git a/examples/app/class/mysql.class.php b/examples/class/mysql.class.php
index f8f456a..f8f456a 100644
--- a/examples/app/class/mysql.class.php
+++ b/examples/class/mysql.class.php
diff --git a/examples/app/class/object.class.php b/examples/class/object.class.php
index 0c02176..0c02176 100644
--- a/examples/app/class/object.class.php
+++ b/examples/class/object.class.php
diff --git a/examples/app/class/pad.class.php b/examples/class/pad.class.php
index 32994e5..32994e5 100644
--- a/examples/app/class/pad.class.php
+++ b/examples/class/pad.class.php
diff --git a/examples/app/class/setting.class.php b/examples/class/setting.class.php
index c0965a3..c0965a3 100644
--- a/examples/app/class/setting.class.php
+++ b/examples/class/setting.class.php
diff --git a/examples/app/class/stage.class.php b/examples/class/stage.class.php
index 1a2aadb..1a2aadb 100644
--- a/examples/app/class/stage.class.php
+++ b/examples/class/stage.class.php
diff --git a/examples/app/class/user.class.php b/examples/class/user.class.php
index b8143a9..b8143a9 100644
--- a/examples/app/class/user.class.php
+++ b/examples/class/user.class.php
diff --git a/examples/app/controller/auth.control.php b/examples/controller/auth.control.php
index 5be1e4b..5be1e4b 100644
--- a/examples/app/controller/auth.control.php
+++ b/examples/controller/auth.control.php
diff --git a/examples/app/controller/dashboard.control.php b/examples/controller/dashboard.control.php
index 40d3678..40d3678 100644
--- a/examples/app/controller/dashboard.control.php
+++ b/examples/controller/dashboard.control.php
diff --git a/examples/app/controller/deauth.control.php b/examples/controller/deauth.control.php
index 5867168..5867168 100644
--- a/examples/app/controller/deauth.control.php
+++ b/examples/controller/deauth.control.php
diff --git a/examples/app/controller/deleteacct.control.php b/examples/controller/deleteacct.control.php
index 5dc91b5..5dc91b5 100644
--- a/examples/app/controller/deleteacct.control.php
+++ b/examples/controller/deleteacct.control.php
diff --git a/examples/app/controller/except.control.php b/examples/controller/except.control.php
index 8b5e1b5..8b5e1b5 100644
--- a/examples/app/controller/except.control.php
+++ b/examples/controller/except.control.php
diff --git a/examples/app/controller/obj.control.php b/examples/controller/obj.control.php
index 2154d16..2154d16 100644
--- a/examples/app/controller/obj.control.php
+++ b/examples/controller/obj.control.php
diff --git a/examples/app/controller/root.control.php b/examples/controller/root.control.php
index 7e4d1ab..7e4d1ab 100644
--- a/examples/app/controller/root.control.php
+++ b/examples/controller/root.control.php
diff --git a/examples/app/controller/sysconf.control.php b/examples/controller/sysconf.control.php
index 6379d42..6379d42 100644
--- a/examples/app/controller/sysconf.control.php
+++ b/examples/controller/sysconf.control.php
diff --git a/examples/app/file.php b/examples/file.php
index ceee9f7..ceee9f7 100644
--- a/examples/app/file.php
+++ b/examples/file.php
diff --git a/examples/app/index.php b/examples/index.php
index 692756c..692756c 100644
--- a/examples/app/index.php
+++ b/examples/index.php
diff --git a/examples/app/model/auth.mod.php b/examples/model/auth.mod.php
index 000db95..000db95 100644
--- a/examples/app/model/auth.mod.php
+++ b/examples/model/auth.mod.php
diff --git a/examples/app/model/common.mod.php b/examples/model/common.mod.php
index 6cba871..6cba871 100644
--- a/examples/app/model/common.mod.php
+++ b/examples/model/common.mod.php
diff --git a/examples/app/model/dashboard.mod.php b/examples/model/dashboard.mod.php
index 00fb759..00fb759 100644
--- a/examples/app/model/dashboard.mod.php
+++ b/examples/model/dashboard.mod.php
diff --git a/examples/app/model/deauth.mod.php b/examples/model/deauth.mod.php
index 8991606..8991606 100644
--- a/examples/app/model/deauth.mod.php
+++ b/examples/model/deauth.mod.php
diff --git a/examples/app/model/deleteacct.mod.php b/examples/model/deleteacct.mod.php
index 0178c95..0178c95 100644
--- a/examples/app/model/deleteacct.mod.php
+++ b/examples/model/deleteacct.mod.php
diff --git a/examples/app/model/except.mod.php b/examples/model/except.mod.php
index fb81315..fb81315 100644
--- a/examples/app/model/except.mod.php
+++ b/examples/model/except.mod.php
diff --git a/examples/app/model/master.mod.php b/examples/model/master.mod.php
index 5aaafa8..5aaafa8 100644
--- a/examples/app/model/master.mod.php
+++ b/examples/model/master.mod.php
diff --git a/examples/app/model/obj.mod.php b/examples/model/obj.mod.php
index 159c962..159c962 100644
--- a/examples/app/model/obj.mod.php
+++ b/examples/model/obj.mod.php
diff --git a/examples/app/model/sysconf.mod.php b/examples/model/sysconf.mod.php
index cfbed42..cfbed42 100644
--- a/examples/app/model/sysconf.mod.php
+++ b/examples/model/sysconf.mod.php
diff --git a/examples/app/view/auth/default.view.php b/examples/view/auth/default.view.php
index 9d4c9b4..9d4c9b4 100644
--- a/examples/app/view/auth/default.view.php
+++ b/examples/view/auth/default.view.php
diff --git a/examples/app/view/common/foot.view.php b/examples/view/common/foot.view.php
index 977ac04..977ac04 100644
--- a/examples/app/view/common/foot.view.php
+++ b/examples/view/common/foot.view.php
diff --git a/examples/app/view/common/group.setting.modal.view.php b/examples/view/common/group.setting.modal.view.php
index d0e11ca..d0e11ca 100644
--- a/examples/app/view/common/group.setting.modal.view.php
+++ b/examples/view/common/group.setting.modal.view.php
diff --git a/examples/app/view/common/head.view.php b/examples/view/common/head.view.php
index 76880a6..76880a6 100644
--- a/examples/app/view/common/head.view.php
+++ b/examples/view/common/head.view.php
diff --git a/examples/app/view/common/newgroup.modal.view.php b/examples/view/common/newgroup.modal.view.php
index 3dd631c..3dd631c 100644
--- a/examples/app/view/common/newgroup.modal.view.php
+++ b/examples/view/common/newgroup.modal.view.php
diff --git a/examples/app/view/common/ownership.setting.modal.view.php b/examples/view/common/ownership.setting.modal.view.php
index 3f7c382..3f7c382 100644
--- a/examples/app/view/common/ownership.setting.modal.view.php
+++ b/examples/view/common/ownership.setting.modal.view.php
diff --git a/examples/app/view/common/permissions.setting.modal.view.php b/examples/view/common/permissions.setting.modal.view.php
index 55e4157..55e4157 100644
--- a/examples/app/view/common/permissions.setting.modal.view.php
+++ b/examples/view/common/permissions.setting.modal.view.php
diff --git a/examples/app/view/common/setting.modal.view.php b/examples/view/common/setting.modal.view.php
index 2217805..2217805 100644
--- a/examples/app/view/common/setting.modal.view.php
+++ b/examples/view/common/setting.modal.view.php
diff --git a/examples/app/view/common/topp.view.php b/examples/view/common/topp.view.php
index d9e0df0..d9e0df0 100644
--- a/examples/app/view/common/topp.view.php
+++ b/examples/view/common/topp.view.php
diff --git a/examples/app/view/dashboard/default.view.php b/examples/view/dashboard/default.view.php
index caf78da..caf78da 100644
--- a/examples/app/view/dashboard/default.view.php
+++ b/examples/view/dashboard/default.view.php
diff --git a/examples/app/view/deleteacct/default.view.php b/examples/view/deleteacct/default.view.php
index 852a37e..852a37e 100644
--- a/examples/app/view/deleteacct/default.view.php
+++ b/examples/view/deleteacct/default.view.php
diff --git a/examples/app/view/except/default.view.php b/examples/view/except/default.view.php
index 01cf123..01cf123 100644
--- a/examples/app/view/except/default.view.php
+++ b/examples/view/except/default.view.php
diff --git a/examples/app/view/master/foot.view.php b/examples/view/master/foot.view.php
index 6279b05..6279b05 100644
--- a/examples/app/view/master/foot.view.php
+++ b/examples/view/master/foot.view.php
diff --git a/examples/app/view/master/head.view.php b/examples/view/master/head.view.php
index 3e4e110..3e4e110 100644
--- a/examples/app/view/master/head.view.php
+++ b/examples/view/master/head.view.php
diff --git a/examples/app/view/master/topp.view.php b/examples/view/master/topp.view.php
index 9a0b0fe..9a0b0fe 100644
--- a/examples/app/view/master/topp.view.php
+++ b/examples/view/master/topp.view.php
diff --git a/examples/app/view/obj/group.view.php b/examples/view/obj/group.view.php
index dde4df1..dde4df1 100644
--- a/examples/app/view/obj/group.view.php
+++ b/examples/view/obj/group.view.php
diff --git a/examples/app/view/sysconf/default.view.php b/examples/view/sysconf/default.view.php
index 90e5441..90e5441 100644
--- a/examples/app/view/sysconf/default.view.php
+++ b/examples/view/sysconf/default.view.php
diff --git a/examples/app/view/sysconf/group.modal.view.php b/examples/view/sysconf/group.modal.view.php
index c0641d9..c0641d9 100644
--- a/examples/app/view/sysconf/group.modal.view.php
+++ b/examples/view/sysconf/group.modal.view.php
diff --git a/examples/app/view/sysconf/issue.modal.view.php b/examples/view/sysconf/issue.modal.view.php
index 694dd47..694dd47 100644
--- a/examples/app/view/sysconf/issue.modal.view.php
+++ b/examples/view/sysconf/issue.modal.view.php
diff --git a/examples/app/view/sysconf/message.modal.view.php b/examples/view/sysconf/message.modal.view.php
index 14cca2d..14cca2d 100644
--- a/examples/app/view/sysconf/message.modal.view.php
+++ b/examples/view/sysconf/message.modal.view.php
diff --git a/examples/app/view/sysconf/pad.modal.view.php b/examples/view/sysconf/pad.modal.view.php
index 2fbf26b..2fbf26b 100644
--- a/examples/app/view/sysconf/pad.modal.view.php
+++ b/examples/view/sysconf/pad.modal.view.php
diff --git a/examples/app/view/sysconf/stage.modal.view.php b/examples/view/sysconf/stage.modal.view.php
index 11e517f..11e517f 100644
--- a/examples/app/view/sysconf/stage.modal.view.php
+++ b/examples/view/sysconf/stage.modal.view.php
diff --git a/examples/app/view/sysconf/user.modal.view.php b/examples/view/sysconf/user.modal.view.php
index 034dc04..034dc04 100644
--- a/examples/app/view/sysconf/user.modal.view.php
+++ b/examples/view/sysconf/user.modal.view.php