fixed folder_structure.md
This commit is contained in:
parent
719a482c12
commit
c14005d9bd
@ -1,46 +1,46 @@
|
|||||||
# Folder structure
|
# Folder structure
|
||||||
**Not final product**
|
**Not final product**
|
||||||
abcdefghijklmnopqrstuvwxyz //reminder of the order of the alphabet beacause i am stupid
|
abcdefghijklmnopqrstuvwxyz //reminder of the order of the alphabet beacause i am stupid
|
||||||
-/admin/
|
- /admin/
|
||||||
-index.php
|
- index.php
|
||||||
-/b/
|
- /b/
|
||||||
-index.php //all actual data is stored in /boards/b this is just so that example.com/b/ works without needing to write example.com/board/b/
|
- index.php //all actual data is stored in /boards/b this is just so that example.com/b/ works without needing to write example.com/board/b/
|
||||||
|
|
||||||
-/board/
|
- /board/
|
||||||
-/b/ //anything in the board folder is controllable by board administrators
|
- /b/ //anything in the board folder is controllable by board administrators
|
||||||
-/etc/
|
- /etc/
|
||||||
-/includes/
|
- /includes/
|
||||||
-footer.php
|
- footer.php
|
||||||
-header.php
|
- header.php
|
||||||
-/styling/
|
- /styling/
|
||||||
-style.css
|
- style.css
|
||||||
|
|
||||||
-/etc/
|
- /etc/
|
||||||
-/board_templates/ //when a new board is created the files from here are copied over
|
- /board_templates/ //when a new board is created the files from here are copied over
|
||||||
-/etc/
|
- /etc/
|
||||||
-/includes/
|
- /includes/
|
||||||
-footer.php
|
- footer.php
|
||||||
-header.php
|
- header.php
|
||||||
-/styling/
|
- /styling/
|
||||||
-style.css
|
- style.css
|
||||||
-/cgi/ //form data is handeled by these scripts
|
- /cgi/ //form data is handeled by these scripts
|
||||||
-login.php
|
- login.php
|
||||||
-register.php
|
- register.php
|
||||||
-/global_includes/ //this is global and cannot be changed by individual boards and users. These files are embedded into pages
|
- /global_includes/ //this is global and cannot be changed by individual boards and users. These files are embedded into pages
|
||||||
-footer.php
|
- footer.php
|
||||||
-header.php
|
- header.php
|
||||||
-/user_templates/ //default settings for the user, can be changed by the user. Used if you are not logged in
|
- /user_templates/ //default settings for the user, can be changed by the user. Used if you are not logged in
|
||||||
-board_index.php
|
- board_index.php
|
||||||
-/page_includes/ //used by pages that are not part of a board or a user page.
|
- /page_includes/ //used by pages that are not part of a board or a user page.
|
||||||
-style.css
|
- style.css
|
||||||
|
|
||||||
-index.php
|
- index.php
|
||||||
|
|
||||||
-/pages/ //form data is sent to scripts in /etc/cgi
|
- /pages/ //form data is sent to scripts in /etc/cgi
|
||||||
-login.php //login page
|
- login.php //login page
|
||||||
-register.php //register page
|
- register.php //register page
|
||||||
|
|
||||||
-/user/
|
- /user/
|
||||||
-/username/
|
- /username/
|
||||||
-username.json
|
- username.json
|
||||||
-board_index.php
|
- board_index.php
|
||||||
|
Loading…
Reference in New Issue
Block a user