Update readme
This commit is contained in:
parent
35df787547
commit
71347c33f1
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
vendor
|
vendor
|
||||||
settings.php
|
settings.php
|
||||||
nbproject/private
|
nbproject/private
|
||||||
database_model.mwb.bak
|
|
10
README.md
10
README.md
@ -9,19 +9,19 @@ Program Structure
|
|||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
### Folders
|
### Folders
|
||||||
*lang/
|
*lang
|
||||||
...Translations and alert messages.
|
...Translations and alert messages.
|
||||||
...The language file that is loaded depends on the value of `LANGUAGE` in `settings.php`.
|
...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.
|
...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".
|
...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.
|
...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.
|
...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.
|
...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...
|
...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.
|
...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
|
### Files
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user