2020-03-10 23:11:34 +01:00
|
|
|
|
# Short documentation of each file
|
2021-08-31 03:21:30 +02:00
|
|
|
|
### [[DIR] about](./about)
|
2020-03-10 23:11:34 +01:00
|
|
|
|
contains the about us page
|
2021-08-31 03:21:30 +02:00
|
|
|
|
### [[DIR] board](./board)
|
2020-03-10 23:11:34 +01:00
|
|
|
|
contains the files needed to display a board
|
2021-08-31 03:21:30 +02:00
|
|
|
|
### [[DIR] boards](./boards)
|
2020-03-10 23:11:34 +01:00
|
|
|
|
contains the files for the board list
|
2021-08-31 03:21:30 +02:00
|
|
|
|
### [[DIR] img](./img)
|
|
|
|
|
the directory that contains images that are part of the website itself (no user content)
|
|
|
|
|
### [[DIR] login](./login)
|
2020-03-10 23:11:34 +01:00
|
|
|
|
everything that is needed to log in a user
|
2021-08-31 03:21:30 +02:00
|
|
|
|
### [[DIR] logout](./logout)
|
2020-03-10 23:11:34 +01:00
|
|
|
|
the logout process
|
2021-08-31 03:21:30 +02:00
|
|
|
|
### [[DIR] news](./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 03:21:30 +02:00
|
|
|
|
### [[DIR] profile](./profile)
|
2020-03-10 23:11:34 +01:00
|
|
|
|
profile pages and profile settings
|
2021-08-31 03:21:30 +02:00
|
|
|
|
### [[DIR] signup](./signup)
|
2020-03-10 23:11:34 +01:00
|
|
|
|
the signup process
|
2021-08-31 03:21:30 +02:00
|
|
|
|
### [[DIR] userhome](./userhome)
|
2020-03-10 23:11:34 +01:00
|
|
|
|
the user’s feed
|
2021-08-31 03:21:30 +02:00
|
|
|
|
### [accept_cookie.php](./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
|
2021-08-31 03:21:30 +02:00
|
|
|
|
### [index.php](./index.php)
|
2020-03-10 23:11:34 +01:00
|
|
|
|
the homepage
|
2021-08-31 03:21:30 +02:00
|
|
|
|
### [README.md](./README.php)
|
2020-03-10 23:11:34 +01:00
|
|
|
|
this file
|
2021-08-31 03:21:30 +02:00
|
|
|
|
### [style.css](./style.css)
|
2020-03-10 23:11:34 +01:00
|
|
|
|
the stylesheet used on every ThreadR site
|