From 07de896d1da9ae349bbad209052c95bd6a61cc86 Mon Sep 17 00:00:00 2001 From: Joey Kimsey Date: Tue, 10 Dec 2024 09:04:42 -0500 Subject: [PATCH] cleanup --- app/controllers/alpha.php | 35 -------- app/controllers/plugins.php | 3 - app/plugins/feedback/views/feedback.html | 27 ------ app/views/alpha/certification.html | 0 app/views/alpha/crashcourse.html | 0 app/views/alpha/index.html | 30 ------- app/views/copy.html | 5 -- app/views/debug.html | 16 ---- app/views/dump.html | 9 -- app/views/hashtags.html | 1 - app/views/switches.html | 52 ------------ app/views/test.html | 1 - app/views/wysiwyg.html | 104 ----------------------- 13 files changed, 283 deletions(-) delete mode 100644 app/controllers/alpha.php delete mode 100644 app/controllers/plugins.php delete mode 100644 app/plugins/feedback/views/feedback.html delete mode 100644 app/views/alpha/certification.html delete mode 100644 app/views/alpha/crashcourse.html delete mode 100644 app/views/alpha/index.html delete mode 100644 app/views/copy.html delete mode 100644 app/views/debug.html delete mode 100644 app/views/dump.html delete mode 100644 app/views/hashtags.html delete mode 100644 app/views/switches.html delete mode 100644 app/views/test.html delete mode 100644 app/views/wysiwyg.html diff --git a/app/controllers/alpha.php b/app/controllers/alpha.php deleted file mode 100644 index 1f6c806..0000000 --- a/app/controllers/alpha.php +++ /dev/null @@ -1,35 +0,0 @@ - - * @link https://TheTempusProject.com - * @license https://opensource.org/licenses/MIT [MIT LICENSE] - */ -namespace TheTempusProject\Controllers; - -use TheTempusProject\Classes\Controller; -use TheTempusProject\Houdini\Classes\Views; - -class Alpha extends Controller { - public function index() { - self::$title = 'Friends and Family Alpha'; - self::$pageDescription = 'The Tempus Project friends and family alpha has begun. Please join me and take part in bringing a dream to reality.'; - Views::view( 'alpha.index' ); - } - - public function crashcourse() { - self::$title = 'Friends and Family Crash-Course'; - self::$pageDescription = 'The Tempus Project runs not only this site, but it can be used and deployed for any number of sites. This crash course is intended to give you all the knowledge you will need to start building your own applications powered by The Tempus Project.'; - Views::view( 'alpha.crashcourse' ); - } - - public function certification() { - self::$title = 'Friends and Family Certification'; - self::$pageDescription = 'The Tempus Project runs not only this site, but it can be used and deployed for any number of sites. This certification course is intended to give experienced users all the information they will need to start building your own applications powered by The Tempus Project.'; - Views::view( 'alpha.certification' ); - } -} diff --git a/app/controllers/plugins.php b/app/controllers/plugins.php deleted file mode 100644 index c2970ff..0000000 --- a/app/controllers/plugins.php +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/app/plugins/feedback/views/feedback.html b/app/plugins/feedback/views/feedback.html deleted file mode 100644 index cfdab0b..0000000 --- a/app/plugins/feedback/views/feedback.html +++ /dev/null @@ -1,27 +0,0 @@ -
- Feedback -

Here at {SITENAME} we highly value your feedback. We constantly strive to provide our users with the highest level of quality in everything we do.

-

If you would like to provide any suggestions or comments on our service, we ask that you please fill out the quick form below and let us know what's on your mind.

-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
-
\ No newline at end of file diff --git a/app/views/alpha/certification.html b/app/views/alpha/certification.html deleted file mode 100644 index e69de29..0000000 diff --git a/app/views/alpha/crashcourse.html b/app/views/alpha/crashcourse.html deleted file mode 100644 index e69de29..0000000 diff --git a/app/views/alpha/index.html b/app/views/alpha/index.html deleted file mode 100644 index a56d78b..0000000 --- a/app/views/alpha/index.html +++ /dev/null @@ -1,30 +0,0 @@ -
-
-
-
-
-

Welcome to The Tempus-Project Friends and Family Alpha.

-
-

This project is now entering its third official version and nearly its tenth year of development. What a long journey it has been to get here.

-

With that being said, I won't waste your time with a journey down memory road. If you have been sent this page, clearly I trust you, or one of our mutual friends is an asshole. Both equally possible... The main purpose of inviting you was to ask for your help.

-

What I need

-

With any application, there are bugs. The best developers I have had the pleasure of working with make mundane every day mistakes just like everyone else. This obviously includes myself. With any project you spend years working on, you will develop blind spots, or places where even if something was broken, you would skip right past it and never notice.

-

I would like your help in identifying these such blind spots.

-

What you can do to help.

-

Currently there is a bug-report form at the bottom, usable by anyone with a registered account. I have also built an administrator system that allows me to track progress of these bugs and ensure they get fixed. In addition to tracking bugs, there is a public suggestions system and a publicly viewable to-do list.

-

I will need some users to help test very specific things like permissions for various groups. I will need some trusted users to act as administrators and test features. I will also just need some people to use and interact with the site to ensure they aren't encountering any bugs.

-

There are a ton of things you can do to help!

-
    -
  • Report any bugs!!! ( there is a bug-report link at the bottom of every page )
  • -
  • Register an account
  • -
  • Subscribe to the mailing list
  • -
  • Browse blog posts
  • -
  • Make suggestions for improvements or new features
  • -
  • Leave comments on the blog and other features.
  • -
  • Keep an eye out for email or messages requesting specific help.
  • -
-
-
-
-
-
diff --git a/app/views/copy.html b/app/views/copy.html deleted file mode 100644 index ea124f3..0000000 --- a/app/views/copy.html +++ /dev/null @@ -1,5 +0,0 @@ -
-
-

Powered by The Tempus Project.

-
-
\ No newline at end of file diff --git a/app/views/debug.html b/app/views/debug.html deleted file mode 100644 index 0e3739c..0000000 --- a/app/views/debug.html +++ /dev/null @@ -1,16 +0,0 @@ - -
-
-

Debug Log:

- -
-
- {DEBUGGING_LOG} -
-
- \ No newline at end of file diff --git a/app/views/dump.html b/app/views/dump.html deleted file mode 100644 index ca16e83..0000000 --- a/app/views/dump.html +++ /dev/null @@ -1,9 +0,0 @@ - -
- -
-
{DUMP}
-
-
\ No newline at end of file diff --git a/app/views/hashtags.html b/app/views/hashtags.html deleted file mode 100644 index 412bab0..0000000 --- a/app/views/hashtags.html +++ /dev/null @@ -1 +0,0 @@ -

Hey there, it looks like you found our hastags! Unfortunately I haven't finished building them out just yet. Check back soon!

\ No newline at end of file diff --git a/app/views/switches.html b/app/views/switches.html deleted file mode 100644 index 8d314d1..0000000 --- a/app/views/switches.html +++ /dev/null @@ -1,52 +0,0 @@ -
-
- -
Material Design Switch Demos
- - -
    -
  • - Bootstrap Switch Default -
    - - -
    -
  • -
  • - Bootstrap Switch Primary -
    - - -
    -
  • -
  • - Bootstrap Switch Success -
    - - -
    -
  • -
  • - Bootstrap Switch Info -
    - - -
    -
  • -
  • - Bootstrap Switch Warning -
    - - -
    -
  • -
  • - Bootstrap Switch Danger -
    - - -
    -
  • -
-
-
\ No newline at end of file diff --git a/app/views/test.html b/app/views/test.html deleted file mode 100644 index 884c524..0000000 --- a/app/views/test.html +++ /dev/null @@ -1 +0,0 @@ -lul, testing \ No newline at end of file diff --git a/app/views/wysiwyg.html b/app/views/wysiwyg.html deleted file mode 100644 index a9cc13c..0000000 --- a/app/views/wysiwyg.html +++ /dev/null @@ -1,104 +0,0 @@ -
-
-
-
- - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - -
-
- - - -
-
-
-
- - - - - - -
-
- - - - - - -
-
- - - -
-
-
-
-
-

Welcome to my WYSIWYG Editor (What you see is what you get)!

-

It's only made of HTML5, CSS3 and pure JavaScript, no framework!

-
-

See for yourself! 😃

-

Tutorial available here! 😋

-
- -
-
- \ No newline at end of file