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:

+ + + +

If you believe this to be in error, e-mail .

diff --git a/input/error/404.html b/input/error/404.html index ac7780c..1ea7643 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:

+ +
diff --git a/input/error/429.html b/input/error/429.html new file mode 100644 index 0000000..5f4e32a --- /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:

+ + + +

Please try again later.

+
diff --git a/input/error/500.html b/input/error/500.html new file mode 100644 index 0000000..264c55c --- /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:

+ + + +

Please try again later, or check here for further information.

+
diff --git a/input/error/502.html b/input/error/502.html index 46c27ab..8a094d5 100644 --- a/input/error/502.html +++ b/input/error/502.html @@ -3,6 +3,15 @@

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:

+ + + +

Please try again later, or check here for further information.

diff --git a/input/error/504.html b/input/error/504.html index 98b81e9..700ed22 100644 --- a/input/error/504.html +++ b/input/error/504.html @@ -3,6 +3,15 @@

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:

+ + + +

Please try again later, or check here for further information.