diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6dfffe4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/output
+/suo
+/*.sh
diff --git a/input/error/403.html b/input/error/403.html
index 6da0a5b..a610ad4 100644
--- a/input/error/403.html
+++ b/input/error/403.html
@@ -1,10 +1,17 @@
-[//]: # "Title: Access unauthorised"
+[//]: # "Title: Access Unauthorised"
[//]: # "Summary: Access to this resource has been prohibited."
Access Unauthorised
-
Access to this resource has been prohibited, because either
- you have insufficient permissions to access this resource; or
- the ip address you're connecting from has been prohibited
- access to this server.
+
Access to this resource has been prohibited.
+
+
There could be a few reasons for this:
+
+
+ - Insufficient permission to access this resource;
+ - Connecting from a blocked network, or;
+ - A network associated with malicious traffic.
+
+
+
If you believe this to be in error, e-mail .
diff --git a/input/error/404.html b/input/error/404.html
index ac7780c..b8ec695 100644
--- a/input/error/404.html
+++ b/input/error/404.html
@@ -4,4 +4,11 @@
Not Found
The resource requested not found on this server.
+
+
There could be a few reasons for this:
+
+
+ - The resource requested is no longer available, or;
+ - There might be an error in the address provided.
+
diff --git a/input/error/429.html b/input/error/429.html
new file mode 100644
index 0000000..7b3d53f
--- /dev/null
+++ b/input/error/429.html
@@ -0,0 +1,17 @@
+[//]: # "Title: Too Many Reqests"
+[//]: # "Summary: Access to this resource has been throttled."
+
+
+
Too Many Requests
+
Access to this resource has been throttled.
+
+
There could be a few reasons for this:
+
+
+ - The rate limit for this resource has been exhausted, or;
+ - An excessive amount of traffic to this resource is
+ originating from malicious traffic on your network.
+
+
+
Please try again later.
+
diff --git a/input/error/500.html b/input/error/500.html
new file mode 100644
index 0000000..9abe973
--- /dev/null
+++ b/input/error/500.html
@@ -0,0 +1,16 @@
+[//]: # "Title: Internal Server Error"
+[//]: # "Summary: An internal server error has occurred."
+
+
+
Internal Server Error
+
An internal server error has occurred.
+
+
There could be a few reasons for this:
+
+
+ - An internal misconfiguration of this resource, or;
+ - Maintenance of this resource is occurring.
+
+
+
Please try again later, or check here for further information.
+
diff --git a/input/error/502.html b/input/error/502.html
index 46c27ab..4dca978 100644
--- a/input/error/502.html
+++ b/input/error/502.html
@@ -1,8 +1,17 @@
[//]: # "Title: Bad Gateway"
[//]: # "Summary: The upstream resource is unavailable."
-
+
Bad Gateway
-
The upstream resource is unavailable.
- Please try again later, or check here for further information.
+
The upstream resource is unavailable.
+
+
There could be a few reasons for this:
+
+
+ - Maintenance of this resource is occurring;
+ - The upstream resource is unresponsive, or;
+ - The upstream service is simply not available.
+
+
+
Please try again later, or check here for further information.
diff --git a/input/error/504.html b/input/error/504.html
index 98b81e9..36fa84b 100644
--- a/input/error/504.html
+++ b/input/error/504.html
@@ -1,8 +1,17 @@
[//]: # "Title: Gateway Timeout"
[//]: # "Summary: The upstream resource is unavailable."
-
+
Gateway Timeout
-
The upstream resource is unavailable.
- Please try again later, or check here for further information.
+
The upstream resource is unavailable.
+
+
There could be a few reasons for this:
+
+
+ - Maintenance of this resource is occurring;
+ - The upstream resource is unresponsive, or;
+ - The upstream service is simply not available.
+
+
+
Please try again later, or check here for further information.