2020-03-10 23:11:34 +01:00
|
|
|
|
# Short documentation of each file
|
2021-08-31 02:30:03 +02:00
|
|
|
|
### [DIR] about
|
2020-03-10 23:11:34 +01:00
|
|
|
|
contains the about us page
|
2021-08-31 02:30:03 +02:00
|
|
|
|
### [DIR] board
|
2020-03-10 23:11:34 +01:00
|
|
|
|
contains the files needed to display a board
|
2021-08-31 02:30:03 +02:00
|
|
|
|
### [DIR] boards
|
2020-03-10 23:11:34 +01:00
|
|
|
|
contains the files for the board list
|
2021-08-31 02:30:03 +02:00
|
|
|
|
### [DIR] img
|
2020-03-10 23:11:34 +01:00
|
|
|
|
the directory that contains images that are part of the WebSite itself (no user content)
|
2021-08-31 02:30:03 +02:00
|
|
|
|
### [DIR] login
|
2020-03-10 23:11:34 +01:00
|
|
|
|
everything that is needed to log in a user
|
2021-08-31 02:30:03 +02:00
|
|
|
|
### [DIR] logout
|
2020-03-10 23:11:34 +01:00
|
|
|
|
the logout process
|
2021-08-31 02:30:03 +02:00
|
|
|
|
### [DIR] news
|
2020-03-10 23:11:34 +01:00
|
|
|
|
a page displaying a special board that is write-protected and shows updates about ThreadR
|
2021-08-31 02:30:03 +02:00
|
|
|
|
### [DIR] profile
|
2020-03-10 23:11:34 +01:00
|
|
|
|
profile pages and profile settings
|
2021-08-31 02:30:03 +02:00
|
|
|
|
### [DIR] signup
|
2020-03-10 23:11:34 +01:00
|
|
|
|
the signup process
|
2021-08-31 02:30:03 +02:00
|
|
|
|
### [DIR] userhome
|
2020-03-10 23:11:34 +01:00
|
|
|
|
the user’s feed
|
|
|
|
|
### accept_cookie.php
|
2021-08-18 20:29:34 +02:00
|
|
|
|
redirect immediately back to where the user came from but sets a cookie that says 'You accept cookies.'
|
2020-03-10 23:11:34 +01:00
|
|
|
|
$_GET variables:
|
|
|
|
|
* from: the url the user came from after urlencode() was used on it
|
|
|
|
|
### index.php
|
|
|
|
|
the homepage
|
|
|
|
|
### README.md
|
|
|
|
|
this file
|
|
|
|
|
### style.css
|
|
|
|
|
the stylesheet used on every ThreadR site
|