From 02229bd7a8289e1d86d0eb254aff26604009689f Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 19 Mar 2019 17:47:30 -0600 Subject: [PATCH] Update license and readme --- LICENSE.md | 2 +- README.md | 73 ++++-------------------------------------------------- 2 files changed, 6 insertions(+), 69 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 63a11e3..2b1a459 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2018 Netsyms Technologies. +Copyright (c) 2017-2019 Netsyms Technologies. If you modify and redistribute this project, you must replace the branding assets with your own. diff --git a/README.md b/README.md index 5c109cc..bbe2795 100644 --- a/README.md +++ b/README.md @@ -1,70 +1,7 @@ -Business App Template -===================== +Camp Portal +=========== -This is an empty (but fully functional) PHP application. It is designed to -integrate with AccountHub, an account management web interface. AccountHub manages -user credentials and account data, and is accessed by this app via [a simple API](http://docs.netsyms.com/docs/AccountHub/API%20Documentation/). +An online registration system for the Prickly Pear District Cub Scout Day Camp. -[Codacy badge](https://www.codacy.com/app/Netsyms/BusinessAppTemplate?utm_source=github.com&utm_medium=referral&utm_content=Netsyms/BusinessAppTemplate&utm_campaign=Badge_Grade) - -Program Structure ------------------ - -### Folders -* langs - Translations and alert messages. - The language files that are loaded depends on the value of `LANGUAGE` in `settings.php`. - All .json files in a language folder are parsed and loaded into the dictionary (use via `$Strings->get('some key')`). -* lib - A good place to put helper functions that you don't want "in the way". All files that end with `.lib.php` are automatically loaded. -* pages - What it looks like. If you go into `pages.php` and define a page with the name `foo`, there should be a `foo.php` in here. - The app checks before loading, so it will give a friendly 404 error if it doesn't find your page. - Woe to you if you delete `home.php` or `404.php`, as those are assumed to exist for fallback behavior. -* static - CSS, JS, fonts, images... -* vendor - If you don't know what this is about, or you don't have it, you need to read up on Composer. Right now. - -### Files -* settings.template.php - App configuration. Copy to `settings.php` and customize. Documented with inline comments. -* app.php - Handles the web part of the app. If you have problems with too many items on the navbar, change `$navbar_breakpoint`. - To change the navbar colors, find and edit `