prod setup

This commit is contained in:
Joey Kimsey
2025-01-14 05:09:01 -05:00
parent 9d53ddbd94
commit 58b4ffe3af
29 changed files with 772 additions and 35 deletions

View File

@ -1,7 +1,14 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<h2 class="text-center mb-4">Welcome to {SITENAME}</h2>
<p class="lead">
{SITENAME} was built out of a need to create and manage my own web applications.
{SITENAME} was built out of a need to create and manage web applications.
At the time, I had used wordpress but I didn't want or even need any of the blog functionality.
No matter what plugins you add, no matter how you customize layout, wordpress is still a blog at its core.
There is nothing inherently wrong with a blog, but when you start from a blog, everything is a post, or a plugin.
Under the hood, wordpress is going to run how wordpress wants, as a web interface for accessing text records.
</p>
<p>
The Tempus Project was always intended to be a web application, not a blog.
</p>
<p class="text-muted">
Right now, this entire system was built and managed by myself. As stated, I have used my own version of this for years, but translating it to a publicly available product is not a 1-to-1 job. There may be bugs or issues encountered while you use the product. I can't guarantee a fix for every need in every case immediately, but I do actively keep track of bugs and work hard to ensure everyone has a great experience using the app.

View File

@ -0,0 +1,9 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<h2 class="text-center mb-4">Bedrock Changes</h2>
<p class="lead">
Here you can find a simple list of the important changes made to the Bedrock library.
</p>
<p class="text-muted">
Not all changes may be addressed individually on this page.
</p>
</div>

View File

@ -0,0 +1,9 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<h2 class="text-center mb-4">Canary Changes</h2>
<p class="lead">
Here you can find a simple list of the important changes made to the Canary library.
</p>
<p class="text-muted">
Not all changes may be addressed individually on this page.
</p>
</div>

View File

@ -0,0 +1,9 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<h2 class="text-center mb-4">Hermes Changes</h2>
<p class="lead">
Here you can find a simple list of the important changes made to the Hermes library.
</p>
<p class="text-muted">
Not all changes may be addressed individually on this page.
</p>
</div>

View File

@ -0,0 +1,9 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<h2 class="text-center mb-4">Houdini Changes</h2>
<p class="lead">
Here you can find a simple list of the important changes made to the Houdini library.
</p>
<p class="text-muted">
Not all changes may be addressed individually on this page.
</p>
</div>

View File

@ -0,0 +1,27 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<div class="container col-xxl-8">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="{ROOT_URL}images/bedrock.jpg" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">Bedrock</h1>
<p class="lead">
Bedrock, as the name may suggest, is the core functionality the project is built on.
From Basic text checks to the core functionality behind models and controllers, bedrock handles it all.
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="/bedrock/git" class="btn btn-primary btn-lg px-4 me-sm-3">
Git
</a>
<a href="/bedrock/packagist" class="btn btn-outline-primary btn-lg px-4">
Packagist
</a>
</div>
</div>
</div>
</div>
<p class="text-muted">
For a list of recent changes, please check <a href="/bedrock/changes">here</a>.
</p>
</div>

View File

@ -0,0 +1,27 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<div class="container col-xxl-8">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="{ROOT_URL}images/canary.jpg" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">Canary</h1>
<p class="lead">
Canary is a library that allows {SITENAME} to add logs during execution.
The resulting logs can be printed to the browser console in real-time, saved to a log file, or even used on-page for debugging.
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="/canary/git" class="btn btn-primary btn-lg px-4 me-sm-3">
Git
</a>
<a href="/canary/packagist" class="btn btn-outline-primary btn-lg px-4">
Packagist
</a>
</div>
</div>
</div>
</div>
<p class="text-muted">
For a list of recent changes, please check <a href="/canary/changes">here</a>.
</p>
</div>

View File

@ -0,0 +1,27 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<div class="container col-xxl-8">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="{ROOT_URL}images/hermes.jpg" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">Hermes</h1>
<p class="lead">
Hermes is a simple library that provides a small set of commonly used helper functions.
These functions primarily help with navigating the url or file systems in a consistent way across several libraries and projects.
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="/hermes/git" class="btn btn-primary btn-lg px-4 me-sm-3">
Git
</a>
<a href="/hermes/packagist" class="btn btn-outline-primary btn-lg px-4">
Packagist
</a>
</div>
</div>
</div>
</div>
<p class="text-muted">
For a list of recent changes, please check <a href="/hermes/changes">here</a>.
</p>
</div>

View File

@ -0,0 +1,27 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<div class="container col-xxl-8">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="{ROOT_URL}images/houdini.jpg" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">Houdini</h1>
<p class="lead">
Houdini is where the front-end magic happens and it serves as the primary front-end html generator.
It handles the storage and applications of frontend components, all the views, templates, and several other critical features of the front-end.
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="/houdini/git" class="btn btn-primary btn-lg px-4 me-sm-3">
Git
</a>
<a href="/houdini/packagist" class="btn btn-outline-primary btn-lg px-4">
Packagist
</a>
</div>
</div>
</div>
</div>
<p class="text-muted">
For a list of recent changes, please check <a href="/houdini/changes">here</a>.
</p>
</div>

47
app/views/deps/index.html Normal file
View File

@ -0,0 +1,47 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<h2 class="text-center mb-4">{SITENAME} Libraries</h2>
<p class="lead">
{SITENAME} uses a number of libraries developed in conjunction with the main project. Here you can find a list of these libraries with more information on each.
</p>
<hr>
<div class="container px-4 py-5" id="custom-cards">
<div class="row row-cols-1 row-cols-lg-3 align-items-stretch g-4 py-5">
<div class="col">
<a href="/bedrock" class="text-decoration-none">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('{ROOT_URL}images/bedrock.jpg');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">Bedrock</h3>
</div>
</div>
</a>
</div>
<div class="col">
<a href="/canary" class="text-decoration-none">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('{ROOT_URL}images/canary.jpg');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">Canary</h3>
</div>
</div>
</a>
</div>
<div class="col">
<a href="/hermes" class="text-decoration-none">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('{ROOT_URL}images/hermes.jpg');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">Hermes</h3>
</div>
</div>
</a>
</div>
<div class="col">
<a href="/houdini" class="text-decoration-none">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('{ROOT_URL}images/houdini.jpg');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">Houdini</h3>
</div>
</div>
</a>
</div>
</div>
</div>
</div>

145
app/views/landing.html Normal file
View File

@ -0,0 +1,145 @@
<div class="px-4 py-5 my-5 text-center">
<img class="d-block mx-auto mb-4" src="{root_URL}images/logoWhite.png" alt="" width="72" height="57">
<h1 class="display-5 fw-bold">The Tempus Project</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">
{SITENAME} allows you to quickly develop, design, and customize responsive mobile-first web applications.
</p>
</div>
<div class="b-example-divider"></div>
<div class="py-5">
<p>
Utilizing our in-house <a href="/home/libraries" class="text-decoration-none">libraries</a>, {SITENAME} provides a very basic PHP web application utilizing the MVC (Model View Controller) pattern, paired with Bootstrap for a robust front-end experience. {SITENAME} can be deployed on most server architecture in seconds and can be installed and customized within minutes. Paired with Bootstrap, the world's most popular front-end open source toolkit, you have a great platform to build just about anything.
</p>
</div>
<div class="b-example-divider"></div>
<div class="container px-4 py-5" id="hanging-icons">
<h2 class="pb-2 border-bottom">Includes many systems right oout of the box</h2>
<div class="row g-4 py-5 row-cols-1 row-cols-lg-3">
<div class="col d-flex align-items-start">
<div
class="icon-square text-bg-light d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<i class="fa-solid fa-user"></i>
</div>
<div>
<h3 class="fs-2">User Management</h3>
<p>From new user registrations to forgotten password recovery and everything in-between, the included authentication and authorization controls can handle all your needs and include groups with highly customizable permissions systems.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div
class="icon-square text-bg-light d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<i class="fa-solid fa-screwdriver-wrench"></i>
</div>
<div>
<h3 class="fs-2">Administration</h3>
<p>
Everything from your sitename and timezone to notifications and emails are a breeze with the included Admin panel. Out of the box you will have direct control over most of your application and you can easily expand or add new controls as you need.
</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div
class="icon-square text-bg-light d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<i class="fa-regular fa-folder-open"></i>
</div>
<div>
<h3 class="fs-2">Plugins</h3>
<p>
One of the best features of {SITENAME} is the plugin functionality. Much of the system has been modeled to work as self-contained applications that work together. Many of the features available here are plugins aty their core.
</p>
</div>
</div>
</div>
</div>
<div class="b-example-divider"></div>
<div class="container px-4 py-5" id="icon-grid">
<h2 class="pb-2 border-bottom">Plugins</h2>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 g-4 py-5">
<div class="col d-flex align-items-start">
<i class="fa-solid fa-pen-nib fa-3x"></i>
<div>
<h3 class="fw-bold mb-0 fs-4">Blog</h3>
<p>Whether its the companies transparency or your own need to share, our blog plugin makes it simple.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<i class="fa-solid fa-bug fa-3x"></i>
<div>
<h3 class="fw-bold mb-0 fs-4">Bug Reports</h3>
<p>An unfortunate reality iis that every application has bugs, never leave your users without the ability to report them to you.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<i class="fa-solid fa-comment fa-3x"></i>
<div>
<h3 class="fw-bold mb-0 fs-4">Comments</h3>
<p>Allowing users the opportunity to share feedback is crucial. Our comments plugin not only integrates with the blog, but many other plugins to enable users to comment on any content you want.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<i class="fa-solid fa-envelope fa-3x"></i>
<div>
<h3 class="fw-bold mb-0 fs-4">Contact</h3>
<p>A contact form is another simple but essential tool for your business or website.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<i class="fa-solid fa-file fa-3x"></i>
<div>
<h3 class="fw-bold mb-0 fs-4">Resume</h3>
<p>Whether you're looking for a new gig or just want an easy way for others to see your work, our resume plugin might be the key.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<i class="fa-solid fa-inbox fa-3x"></i>
<div>
<h3 class="fw-bold mb-0 fs-4">Subscribe</h3>
<p>Building your list should always be a part of your application and services and it made as simple as can be with this plugin.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<i class="fa-solid fa-list fa-3x"></i>
<div>
<h3 class="fw-bold mb-0 fs-4">WIP (Work in Progress)</h3>
<p>A light-weight and simple plugin that allows you to keep a running list of works in progress to share with site visitors..</p>
</div>
</div>
<div class="col d-flex align-items-start">
<i class="fa-brands fa-stripe fa-3x"></i>
<div>
<h3 class="fw-bold mb-0 fs-4">Memberships / Payments</h3>
<p>Our membership plugin integrates with Stripe to allow incredibly simple membership setup and can be easily expanded to sell any of your products.</p>
</div>
</div>
</div>
</div>
<div class="b-example-divider"></div>
<h2 class="pb-2 border-bottom py-5">Light / Dark Modes</h2>
<div class="d-md-flex flex-md-equal my-md-3 ps-md-3">
<div class="text-bg-dark text-white col-6 text-center overflow-hidden">
<div class="my-3 py-3">
<h2 class="display-5">When you stick with the light</h2>
<p class="lead">everything looks great.</p>
</div>
<div class="bg-light shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;">
</div>
</div>
<div class="bg-light text-dark col-6 text-center overflow-hidden">
<div class="my-3 py-3">
<h2 class="display-5">But when you go to the dark side</h2>
<p class="lead">everything is just a bit better.</p>
</div>
<div class="bg-dark shadow-sm mx-auto" style="width: 80%; height: 300px; border-radius: 21px 21px 0 0;">
</div>
</div>
</div>
</div>

23
app/views/start.html Normal file
View File

@ -0,0 +1,23 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<h2 class="text-center mb-4">Getting Started with {SITENAME}</h2>
<p class="lead">
{SITENAME} has been open source for many years now. The hopes and intentions for it were always to give others a leg-up to get started building web-apps like i wish i had as a kid.
There were so many tutorials and ideas, expansions and plans for the project.
Unfortunately no person is given unlimited time to accomplish their dreams and over the years the idea for a huge repository for learning and education has taken a back seat.
</p>
<p>
At this time, the best recommendation available is to contact us for more information.
The site here is actively maintained so feel free to utilize any of our available resources for contact.
In addition to the site here, you can contact the lead developer (me) directly through <a href="https://joeykimsey.com">JoeyKimsey.com</a>.
</p>
<p class="text-muted">
Right now, this entire system was built and managed by myself. As stated, I have used my own version of this for years, but translating it to a publicly available product is not a 1-to-1 job. There may be bugs or issues encountered while you use the product. I can't guarantee a fix for every need in every case immediately, but I do actively keep track of bugs and work hard to ensure everyone has a great experience using the app.
</p>
<p>
If you encounter any bugs, feel free to report them <a href="/bugreport" class="text-decoration-none">here</a>. Likewise, there are forms for feedback, reviews, suggestions, and a general contact form. Thanks for taking the time to check out the product!
</p>
<div class="text-center mt-4 pb-4">
{loggedin}<a href="/bugreport" class="btn btn-primary btn-lg px-5">Report a Bug</a>{/loggedin}
<a href="/contact" class="btn btn-outline-secondary btn-lg px-5 ms-3">Contact Us</a>
</div>
</div>