threadr.lostcave.ddnss.de/threadr/README.md

32 lines
943 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Short documentation of each file
### [DIR] about
contains the about us page
### [DIR] board
contains the files needed to display a board
### [DIR] boards
contains the files for the board list
### [DIR] img
the directory that contains images that are part of the WebSite itself (no user content)
### [DIR] login
everything that is needed to log in a user
### [DIR] logout
the logout process
### [DIR] news
a page displaying a special board that is write-protected and shows updates about ThreadR
### [DIR] profile
profile pages and profile settings
### [DIR] signup
the signup process
### [DIR] userhome
the users feed
### 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
the homepage
### README.md
this file
### style.css
the stylesheet used on every ThreadR site