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