| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0569f8d commit 12bb095
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | The MIT License (X11 License) | |
| 2 | 2 | ||
| 3 | - Copyright (c) 2014-2018 Andi Dittrich | ||
| 3 | + Copyright (c) 2014-2019 Andi Dittrich | ||
| 4 | 4 | ||
| 5 | 5 | Permission is hereby granted, free of charge, to any person | |
| 6 | 6 | obtaining a copy of this software and associated documentation | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ | |||
| 8 | 8 | # Simple HttpErrorPages # | |
| 9 | 9 | Simple HTTP Error Page Generator. Create a bunch of custom error pages - suitable to use with Lighttpd, Nginx, expressjs, koajs ,Apache-Httpd or any other Webserver. | |
| 10 | 10 | ||
| 11 | -  | ||
| 11 | +  | ||
| 12 | 12 | ||
| 13 | 13 | ## Features ## | |
| 14 | 14 | ||
@@ -19,29 +19,29 @@ Simple HTTP Error Page Generator. Create a bunch of custom error pages - suitabl | |||
| 19 | 19 | * Native [koa.js](http://koajs.com/) middleware | |
| 20 | 20 | ||
| 21 | 21 | ## Demo ## | |
| 22 | - * [HTTP400](https://andidittrich.github.io/HttpErrorPages/HTTP400.html) | ||
| 23 | - * [HTTP401](https://andidittrich.github.io/HttpErrorPages/HTTP401.html) | ||
| 24 | - * [HTTP403](https://andidittrich.github.io/HttpErrorPages/HTTP403.html) | ||
| 25 | - * [HTTP404](https://andidittrich.github.io/HttpErrorPages/HTTP404.html) | ||
| 26 | - * [HTTP500](https://andidittrich.github.io/HttpErrorPages/HTTP500.html) | ||
| 27 | - * [HTTP501](https://andidittrich.github.io/HttpErrorPages/HTTP501.html) | ||
| 28 | - * [HTTP502](https://andidittrich.github.io/HttpErrorPages/HTTP502.html) | ||
| 29 | - * [HTTP503](https://andidittrich.github.io/HttpErrorPages/HTTP503.html) | ||
| 30 | - * [HTTP520](https://andidittrich.github.io/HttpErrorPages/HTTP520.html) | ||
| 31 | - * [HTTP521](https://andidittrich.github.io/HttpErrorPages/HTTP521.html) | ||
| 22 | + * [HTTP400](https://httperrorpages.github.io/HttpErrorPages/HTTP400.html) | ||
| 23 | + * [HTTP401](https://httperrorpages.github.io/HttpErrorPages/HTTP401.html) | ||
| 24 | + * [HTTP403](https://httperrorpages.github.io/HttpErrorPages/HTTP403.html) | ||
| 25 | + * [HTTP404](https://httperrorpages.github.io/HttpErrorPages/HTTP404.html) | ||
| 26 | + * [HTTP500](https://httperrorpages.github.io/HttpErrorPages/HTTP500.html) | ||
| 27 | + * [HTTP501](https://httperrorpages.github.io/HttpErrorPages/HTTP501.html) | ||
| 28 | + * [HTTP502](https://httperrorpages.github.io/HttpErrorPages/HTTP502.html) | ||
| 29 | + * [HTTP503](https://httperrorpages.github.io/HttpErrorPages/HTTP503.html) | ||
| 30 | + * [HTTP520](https://httperrorpages.github.io/HttpErrorPages/HTTP520.html) | ||
| 31 | + * [HTTP521](https://httperrorpages.github.io/HttpErrorPages/HTTP521.html) | ||
| 32 | 32 | ||
| 33 | 33 | ## Download ## | |
| 34 | 34 | Just clone/download the git repository **or** use the prebuild packages (only the generated html files are included) | |
| 35 | 35 | ||
| 36 | 36 | ## Download Prebuild Packages (Pages only, en_US) ## | |
| 37 | 37 | ||
| 38 | 38 | **Direct Download** | |
| 39 | - * [Download TAR Archive](https://raw.githubusercontent.com/AndiDittrich/HttpErrorPages/master/dist/pages.tar) | ||
| 39 | + * [Download TAR Archive](https://raw.githubusercontent.com/HttpErrorPages/HttpErrorPages/master/dist/pages.tar) | ||
| 40 | 40 | ||
| 41 | 41 | **Shell/Bash** | |
| 42 | 42 | ```shell | |
| 43 | 43 | # TAR Archive | |
| 44 | - wget https://raw.githubusercontent.com/AndiDittrich/HttpErrorPages/master/dist/pages.tar | ||
| 44 | + wget https://raw.githubusercontent.com/HttpErrorPages/HttpErrorPages/master/dist/pages.tar | ||
| 45 | 45 | ``` | |
| 46 | 46 | ||
| 47 | 47 | ## NGINX Integration ## | |
@@ -231,8 +231,8 @@ Syntax: `Promise _httpErrorPages.koa([options:Object])` | |||
| 231 | 231 | ||
| 232 | 232 | ## Customization ## | |
| 233 | 233 | ||
| 234 | - First of all, [clone](https://github.com/AndiDittrich/HttpErrorPages.git) | ||
| 235 | - or [download](https://github.com/AndiDittrich/HttpErrorPages/archive/master.zip) the http-error-pages repository. | ||
| 234 | + First of all, [clone](https://github.com/HttpErrorPages/HttpErrorPages.git) | ||
| 235 | + or [download](https://github.com/HttpErrorPages/HttpErrorPages/archive/master.zip) the http-error-pages repository. | ||
| 236 | 236 | ||
| 237 | 237 | ### Install Dependencies ### | |
| 238 | 238 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | <!DOCTYPE html> | |
| 2 | 2 | <html lang="en"> | |
| 3 | 3 | <head> | |
| 4 | - <!-- Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages --> | ||
| 4 | + <!-- Simple HttpErrorPages | MIT License | https://github.com/HttpErrorPages --> | ||
| 5 | 5 | <meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| 6 | 6 | <title>We've got some trouble | <%= code %> - <%= title %></title> | |
| 7 | 7 | <style type="text/css"><%- inlinecss %></style> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments