From 1e6155042f3c26a5703b8df20e3e6793df014755 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Thu, 12 Mar 2020 23:51:03 +0100 Subject: [PATCH] =?UTF-8?q?Yeeeeee!=20It=E2=80=99s=20done.=20All=20files?= =?UTF-8?q?=20have=20a=20short=20description=20now.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/about/README.md | 2 ++ threadr/boards/README.md | 5 +++++ threadr/img/README.md | 2 ++ threadr/login/README.md | 7 +++++++ threadr/logout/README.md | 2 ++ threadr/news/README.md | 5 +++++ threadr/profile/README.md | 10 ++++++++++ threadr/signup/README.md | 7 +++++++ threadr/signup/verify-email/README.md | 7 +++++++ threadr/userhome/README.md | 4 +++- 10 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 threadr/boards/README.md create mode 100644 threadr/login/README.md create mode 100644 threadr/news/README.md create mode 100644 threadr/profile/README.md create mode 100644 threadr/signup/README.md create mode 100644 threadr/signup/verify-email/README.md diff --git a/threadr/about/README.md b/threadr/about/README.md index 47aa55d..86272bd 100644 --- a/threadr/about/README.md +++ b/threadr/about/README.md @@ -1,3 +1,5 @@ # Short documentation of all files ### index.php Self-Explanatory +### README.md +this file diff --git a/threadr/boards/README.md b/threadr/boards/README.md new file mode 100644 index 0000000..f129d88 --- /dev/null +++ b/threadr/boards/README.md @@ -0,0 +1,5 @@ +# Short description of each file +### index.php +obvious, hopefully +### README.md +this file diff --git a/threadr/img/README.md b/threadr/img/README.md index 597e34c..0e2640c 100644 --- a/threadr/img/README.md +++ b/threadr/img/README.md @@ -3,3 +3,5 @@ This is my usual nope.html to prevent kiddies from poking at my files. It just redirects. There is no real security benefit to it though as it does not even prevent `wget -r`. ### *.{svg,png,jpg} images that are used on the page +### README.md +this file diff --git a/threadr/login/README.md b/threadr/login/README.md new file mode 100644 index 0000000..7867362 --- /dev/null +++ b/threadr/login/README.md @@ -0,0 +1,7 @@ +# A short description of each file +### index.php +should be obvious, accepts a $_GET variable to display error messages: error= +### README.md +this file +### redirect.php +does some tasks for login and redirects to the user’s personal feed page diff --git a/threadr/logout/README.md b/threadr/logout/README.md index 47aa55d..86272bd 100644 --- a/threadr/logout/README.md +++ b/threadr/logout/README.md @@ -1,3 +1,5 @@ # Short documentation of all files ### index.php Self-Explanatory +### README.md +this file diff --git a/threadr/news/README.md b/threadr/news/README.md new file mode 100644 index 0000000..ae2dbc0 --- /dev/null +++ b/threadr/news/README.md @@ -0,0 +1,5 @@ +# Short description of each file +### index.php +Well, guess what? +### README.md +this file diff --git a/threadr/profile/README.md b/threadr/profile/README.md new file mode 100644 index 0000000..87c38db --- /dev/null +++ b/threadr/profile/README.md @@ -0,0 +1,10 @@ +# Short documentation of each file +### index.php +Fairly obvious, if you ask me. +Accepts a $_GET variable: action=<[not present]|edit> +### default.php +shown by default, loaded via include() +### edit.php +profile edit page, loaded via include() +### README.md +this file diff --git a/threadr/signup/README.md b/threadr/signup/README.md new file mode 100644 index 0000000..86b052b --- /dev/null +++ b/threadr/signup/README.md @@ -0,0 +1,7 @@ +# Short description for each file +### verify-email [DIR] the folder containing the email verification page +### index.php +You can figure that out on your own. +Interesting fact about this page: Will force-logout the user without notice. +### README.md +this file diff --git a/threadr/signup/verify-email/README.md b/threadr/signup/verify-email/README.md new file mode 100644 index 0000000..8a62ac1 --- /dev/null +++ b/threadr/signup/verify-email/README.md @@ -0,0 +1,7 @@ +# Files +### index.php +obvious +### redirect.php +activates the user after the email has been verified +### README.md +this file diff --git a/threadr/userhome/README.md b/threadr/userhome/README.md index 47aa55d..5ecaf53 100644 --- a/threadr/userhome/README.md +++ b/threadr/userhome/README.md @@ -1,3 +1,5 @@ -# Short documentation of all files +## Short documentation of all files ### index.php Self-Explanatory +### README.md +this file