Updated links across the board, and htaccess to allow for githook

This commit is contained in:
Ubergeek 2019-07-07 23:48:21 +00:00
parent 2878927317
commit 4cd8ce9489
9 changed files with 13 additions and 14 deletions

View File

@ -3,5 +3,5 @@
RewriteRule ^index\.php$ wiki.php?page=main [QSA]
RewriteRule ^users$ includes/users.php [QSA,L]
RewriteRule ^server$ includes/server.php [QSA,L]
RewriteCond %{REQUEST_URI} !(/includes/|/media/|tilde.json|humans.txt|/webmail/|/favicon.ico|/~)
RewriteCond %{REQUEST_URI} !(/includes/|/media/|tilde.json|humans.txt|/webmail/|/favicon.ico|/~|/githook.php)
RewriteRule ^([^\d]+)/?$ wiki.php?page=$1 [QSA]

View File

@ -2,9 +2,9 @@
**How do I sign up for an account?**
Simply by going to our [signup page](/signup.php) and filling in the
Simply by going to our [signup page](/signup) and filling in the
form. You can ask for help in \#thunix on tilde.chat, or you can
[contact us](/contact.php), if you run into any difficulties.
[contact us](contact), if you run into any difficulties.
**Who is running thunix?**
@ -63,4 +63,4 @@ You can use the following for your
mail settings (This is Thunderbird's setting screen, but the settings
are the same):
[![](https://thunix.net/images/mail.png)](https://thunix.net/images/mail.png)
![](/media/mail.png)](/media/mail.png)

View File

@ -20,12 +20,12 @@ days.
## How can I request a copy of my data?
You can submit a request at [contact page](/contact.php). We will
You can submit a request at [contact page](/contact). We will
endeavor to provide you a copy of all data we store within 14 days.
## How can I request removal of my information?
You can submit a request at [contact page](/contact.php), and we will
You can submit a request at [contact page](/contact), and we will
endeavor to remove all personal data of yours from our system within 14
days. However, this will include removal of your user account from our
system as well, which will prevent access to most of the services

View File

@ -1 +0,0 @@
<html>Apache is functioning normally</html>

View File

@ -24,7 +24,7 @@ Join us on IRC on irc.tilde.chat/6697 in the #thunix channel, or just
click here for a web client: [![#thunix channel](https://tilde.chat/badges/badge.php?channel=%23thunix)](https://web.tilde.chat/?join=thunix)
If you want to sign up for an account, simply open our [signup
form](/signup.php) and provide us with:
form](/signup) and provide us with:
* Your contact name
* Your email address (so that we can contact you with login details)
@ -47,4 +47,4 @@ thunix will never use proprietary software but users can do that if they
wish. This is something they should avoid however.
If you want to help keep thunix running, please consider
[donating](donate).
[donating](/donate).

View File

@ -40,4 +40,4 @@ irc.tilde.chat/6697, or via a web chat interface located [here]().
Thunix hosts mirrors for several FOSS projects. You can see the full
mirror list in the sidebar link.
<!-- Begin autogen content -->
<!-- Begin autogen content from /includes/server.php -->

View File

@ -45,7 +45,7 @@ copyright law.
If you want to request for content you own the copyright for to be
removed from thunix, please refer to our [abuse reporting
page](/abuse.php). In the email, please identify who you are, if you are
page](/contact). In the email, please identify who you are, if you are
the copyright holder or legally representing them, the exact files you
want removed with links to the files and infringed content, and contact
information such as phone numbers or a reply-to email address.
@ -56,4 +56,4 @@ may be removed immediately. These terms also apply to communication
services such as forums, mailing lists, irc channels, newsgroups, and
any other service either hosted on or used for thunix. If you come
across anything that violates the terms of service, please let us know
with the [abuse reporting page](/abuse.php).
with the [abuse reporting page](/contact).

View File

@ -2,4 +2,4 @@
Below is a list of user web directories:
<!-- Begin Autogen user content from /includes/users.php -->

File diff suppressed because one or more lines are too long