diff --git a/Makefile b/Makefile index f4cccb9..54bc74f 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,5 @@ all: scp manifest.json wtf_eg@wtf-eg.de:~/httpdocs/ scp *.png wtf_eg@wtf-eg.de:~/httpdocs/ scp -r assets wtf_eg@wtf-eg.de:~/httpdocs/ + scp -r dokumente wtf_eg@wtf-eg.de:~/httpdocs/ + scp -r error_docs wtf_eg@wtf-eg.de:~/ diff --git a/dokumente/index.html b/dokumente/index.html new file mode 100644 index 0000000..efbe24a --- /dev/null +++ b/dokumente/index.html @@ -0,0 +1,41 @@ + + + + + + + WTF Kooperative eG + + + + + + + + + +
+ +
+

Dokumente

+

Liste der hier verfĂĽgbaren Dokumente der WTF Kooperative eG:

+ + + + + + + +
Satzung:wtf-satzung.pdf
+
+
+ + diff --git a/assets/download/wtf-satzung.pdf b/dokumente/wtf-satzung.pdf similarity index 100% rename from assets/download/wtf-satzung.pdf rename to dokumente/wtf-satzung.pdf diff --git a/error_docs/bad_gateway.html b/error_docs/bad_gateway.html new file mode 100644 index 0000000..ac0a81f --- /dev/null +++ b/error_docs/bad_gateway.html @@ -0,0 +1,27 @@ + + + + + + + 502 Bad Gateway + + + +
+
+

Server Error

+
502
+

Bad Gateway

+

Web server received an invalid response while acting as a gateway or proxy server.

+
+

That's what you can do

+ +
+
+ + diff --git a/error_docs/bad_request.html b/error_docs/bad_request.html new file mode 100644 index 0000000..fc9bf3e --- /dev/null +++ b/error_docs/bad_request.html @@ -0,0 +1,27 @@ + + + + + + + 400 Bad Request + + + +
+
+

Server Error

+
400
+

Bad Request

+

Your browser sent a request that this server could not understand. Client sent malformed Host header.

+
+

That's what you can do

+ +
+
+ + diff --git a/error_docs/forbidden.html b/error_docs/forbidden.html new file mode 100644 index 0000000..81c82a8 --- /dev/null +++ b/error_docs/forbidden.html @@ -0,0 +1,27 @@ + + + + + + + 403 Forbidden + + + +
+
+

Server Error

+
403
+

Forbidden

+

You do not have permission to access this document.

+
+

That's what you can do

+ +
+
+ + diff --git a/error_docs/internal_server_error.html b/error_docs/internal_server_error.html new file mode 100644 index 0000000..f2fc534 --- /dev/null +++ b/error_docs/internal_server_error.html @@ -0,0 +1,31 @@ + + + + + + + 500 Internal Server Error + + + +
+
+

Server Error

+
500
+

Internal Server Error

+

+ The server encountered an internal error or misconfiguration and was unable to complete your request. + Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error. + More information about this error may be available in the server error log. +

+
+

That's what you can do

+ +
+
+ + diff --git a/error_docs/maintenance.html b/error_docs/maintenance.html new file mode 100644 index 0000000..6c4b00a --- /dev/null +++ b/error_docs/maintenance.html @@ -0,0 +1,27 @@ + + + + + + + 503 Service Temporarily Unavailable + + + +
+
+

Server Error

+
503
+

Service Temporarily Unavailable

+

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

+
+

That's what you can do

+ +
+
+ + diff --git a/error_docs/method_not_allowed.html b/error_docs/method_not_allowed.html new file mode 100644 index 0000000..94d62e3 --- /dev/null +++ b/error_docs/method_not_allowed.html @@ -0,0 +1,28 @@ + + + + + + + 405 Method Not Allowed + + + +
+
+

Server Error

+
405
+

Method Not Allowed

+

The HTTP verb used to access this page is not allowed.

+
+

That's what you can do

+ +
+
+ + + diff --git a/error_docs/not_acceptable.html b/error_docs/not_acceptable.html new file mode 100644 index 0000000..db7893b --- /dev/null +++ b/error_docs/not_acceptable.html @@ -0,0 +1,27 @@ + + + + + + + 406 Not Acceptable + + + +
+
+

Server Error

+
406
+

Not Acceptable

+

Client browser does not accept the MIME type of the requested page.

+
+

That's what you can do

+ +
+
+ + diff --git a/error_docs/not_found.html b/error_docs/not_found.html new file mode 100644 index 0000000..7fd9bdb --- /dev/null +++ b/error_docs/not_found.html @@ -0,0 +1,27 @@ + + + + + + + 404 Not Found + + + +
+
+

Server Error

+
404
+

Page Not Found

+

This page either doesn't exist, or it moved somewhere else.

+
+

That's what you can do

+ +
+
+ + diff --git a/error_docs/not_implemented.html b/error_docs/not_implemented.html new file mode 100644 index 0000000..a7ab468 --- /dev/null +++ b/error_docs/not_implemented.html @@ -0,0 +1,27 @@ + + + + + + + 501 Not Implemented + + + +
+
+

Server Error

+
501
+

Not Implemented

+

The page you are looking for cannot be displayed because a header value in the request does not match certain configuration settings on the Web server.

+
+

That's what you can do

+ +
+
+ + diff --git a/error_docs/precondition_failed.html b/error_docs/precondition_failed.html new file mode 100644 index 0000000..8f5aaeb --- /dev/null +++ b/error_docs/precondition_failed.html @@ -0,0 +1,30 @@ + + + + + + + 412 Precondition Failed + + + +
+
+

Server Error

+
412
+

Precondition Failed

+

+ The request was not completed due to preconditions that are set in the request header. + Preconditions prevent the requested method from being applied to a resource other than the one intended. +

+
+

That's what you can do

+ +
+
+ + diff --git a/error_docs/proxy_authentication_required.html b/error_docs/proxy_authentication_required.html new file mode 100644 index 0000000..07e1294 --- /dev/null +++ b/error_docs/proxy_authentication_required.html @@ -0,0 +1,27 @@ + + + + + + + 407 Proxy Authentication Required + + + +
+
+

Server Error

+
407
+

Proxy Authentication Required

+

You must be authenticated by a proxy server before the Web server can execute your request.

+
+

That's what you can do

+ +
+
+ + diff --git a/error_docs/request-uri_too_long.html b/error_docs/request-uri_too_long.html new file mode 100644 index 0000000..2acd01a --- /dev/null +++ b/error_docs/request-uri_too_long.html @@ -0,0 +1,27 @@ + + + + + + + 414 Request-URI Too Long + + + +
+
+

Server Error

+
414
+

Request-URI Too Long

+

The Web server is refusing to service the request because the requested URL address is too long.

+
+

That's what you can do

+ +
+
+ + diff --git a/error_docs/unauthorized.html b/error_docs/unauthorized.html new file mode 100644 index 0000000..50e050f --- /dev/null +++ b/error_docs/unauthorized.html @@ -0,0 +1,29 @@ + + + + + + + 401 Authorization Required + + + +
+
+

Server Error

+
401
+

Authorization Required

+
+

This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.

+
+
+

That's what you can do

+ +
+
+ + diff --git a/error_docs/unsupported_media_type.html b/error_docs/unsupported_media_type.html new file mode 100644 index 0000000..a80fbfc --- /dev/null +++ b/error_docs/unsupported_media_type.html @@ -0,0 +1,27 @@ + + + + + + + 415 Unsupported Media Type + + + +
+
+

Server Error

+
415
+

Unsupported Media Type

+

The Web server cannot service the request because the requested file is in a format that the server is configured not to download.

+
+

That's what you can do

+ +
+
+ +