diff --git a/.gitignore b/.gitignore index 033ef57..42c9c1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ vendor settings.php -nbproject/private -database_model.mwb.bak \ No newline at end of file +nbproject/private \ No newline at end of file diff --git a/README.md b/README.md index 7525597..745ea8c 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,19 @@ Program Structure ----------------- ### Folders -*lang/ +*lang ...Translations and alert messages. ...The language file that is loaded depends on the value of `LANGUAGE` in `settings.php`. ...Translate the values (but not the keys) in `en_us.php` into other languages and save in appropriately named files to add languages. -*lib/ +*lib ...A good place to put helper functions that you don't want "in the way". -*pages/ +*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/ +*static ...CSS, JS, fonts, images... -*vendor/ +*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 diff --git a/database_model.mwb b/database_model.mwb deleted file mode 100644 index db801d5..0000000 Binary files a/database_model.mwb and /dev/null differ