Renames project from "httpstatus.es" to "httpstatuses" with the domain "httpstatuses.com"

This commit is contained in:
Samuel Ryan 2015-11-08 00:13:13 +00:00
parent c5da79082d
commit d4f2b4ddcf
10 changed files with 35 additions and 24 deletions

View File

@ -1,7 +1,15 @@
# [httpstatus.es](http://httpstatus.es)
# [httpstatuses.com][5]
[httpstatus.es](http://httpstatus.es) is an easy to reference database of HTTP Status Codes
with their definitions and helpful code references.
[httpstatuses.com][5] is an easy to reference database of
HTTP Status Codes with their definitions and helpful code references.
## httpstatus.es
Previously the project was known as [httpstatus.es][6] but
[as per this GitHub issue][7] we have migrated to [httpstatuses.com][5] for
SEO reasons. The httpstatus.es domain will remain available long term but
use of httpstatuses.com is preferred, everything 301's to
https://httpstatuses.com.
## Contributing
@ -26,7 +34,10 @@ changes to the status codes please be mindful of the following:
* If the description references a section in the current RFC, always add the RFC
identifier. For example "Section 6.6" should become "RFC1234 Section 6.6"
[1]: <https://github.com/citricsquid/httpstatus.es/issues>
[1]: <https://github.com/citricsquid/httpstatuses/issues>
[2]: <https://daringfireball.net/projects/markdown/syntax#link>
[3]: <http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml>
[4]: <http://www.slate.com/articles/technology/technology/2011/01/space_invaders.html>
[5]: <https://httpstatuses.com>
[6]: <https://httpstatus.es>
[7]: <https://github.com/citricsquid/httpstatuses/issues/29>

View File

@ -1,12 +1,12 @@
{
"name": "httpstatus.es",
"name": "httpstatuses",
"description": "An easy to reference directory of HTTP Status Codes",
"main": "build.js",
"authors": [
"Samuel Ryan <sam@samryan.co.uk>"
],
"license": "MIT",
"homepage": "https://github.com/citricsquid/httpstatus.es",
"homepage": "https://github.com/citricsquid/httpstatuses",
"moduleType": [],
"private": true,
"ignore": [

View File

@ -12,4 +12,4 @@ proxy.
Source: [unknown?][1]
[1]: <https://github.com/citricsquid/httpstatus.es/issues/22>
[1]: <https://github.com/citricsquid/httpstatuses/issues/22>

View File

@ -8,8 +8,8 @@ layout: page.jade
This isn't a page to explain a status code, it's an actual 404.
The page you have requested can't be found. If you didn't expect to see
this error please
[create an issue via GitHub](https://github.com/citricsquid/httpstatus.es/issues).
[create an issue via GitHub](https://github.com/citricsquid/httpstatuses/issues).
If you want to learn more about what a 404 is, visit [/404](/404)!
[&larr; Return to httpstatus.es](/)
[&larr; Return to httpstatuses.com](/)

View File

@ -8,8 +8,8 @@ layout: page.jade
This isn't a page to explain a status code, it's an actual 500, an Internal Server
Error. The page you have requested couldn't be delivered for an unknown reason.
If you didn't expect to see this error please
[create an issue via GitHub](https://github.com/citricsquid/httpstatus.es/issues).
[create an issue via GitHub](https://github.com/citricsquid/httpstatuses/issues).
If you want to learn more about what a 500 is, visit [/500](/500)!
[&larr; Return to httpstatus.es](/)
[&larr; Return to httpstatuses.com](/)

View File

@ -5,10 +5,10 @@ layout: index.jade
# HTTP Status Codes
httpstatus.es is an easy to reference database of HTTP Status Codes with their
httpstatuses.com is an easy to reference database of HTTP Status Codes with their
definitions and helpful code references all in one place. Visit an individual
status code via `httpstatus.es/code` or browse the list below.
status code via `httpstatuses.com/code` or browse the list below.
Hosting sponsored by [Runscope](https://www.runscope.com/t/httpstatuses),
source code available on
[GitHub](https://github.com/citricsquid/httpstatus.es).
[GitHub](https://github.com/citricsquid/httpstatuses).

View File

@ -1,7 +1,7 @@
build="build-${CIRCLE_BUILD_NUM}"
sudo mkdir ~/${build}
sudo cp -R ~/httpstatus.es/build/. ~/${build}
sudo cp -R ~/httpstatuses.com/build/. ~/${build}
echo "Deploying ${build} to ${DEPLOY_TARGET}"
rsync -r -l ~/${build} ${DEPLOY_TARGET}:/srv/www/httpstatus.es
ssh ${DEPLOY_TARGET} "ln -sfn /srv/www/httpstatus.es/${build} /srv/www/httpstatus.es/live"
rsync -r -l ~/${build} ${DEPLOY_TARGET}:/srv/www/httpstatuses.com
ssh ${DEPLOY_TARGET} "ln -sfn /srv/www/httpstatuses.com/${build} /srv/www/httpstatuses.com/live"
echo "Build deployed and pushed live"

View File

@ -1,5 +1,5 @@
{
"name": "httpstatus.es",
"name": "httpstatuses",
"version": "1.0.0",
"description": "An easy to reference directory of HTTP Status Codes",
"main": "build.js",
@ -9,14 +9,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/citricsquid/httpstatus.es.git"
"url": "git+https://github.com/citricsquid/httpstatuses.git"
},
"author": "Samuel Ryan <sam@samryan.co.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/citricsquid/httpstatus.es/issues"
"url": "https://github.com/citricsquid/httpstatuses/issues"
},
"homepage": "https://github.com/citricsquid/httpstatus.es#readme",
"homepage": "https://github.com/citricsquid/httpstatuses#readme",
"dependencies": {
"bower": "^1.6.5",
"jade": "^1.11.0",

View File

@ -1,7 +1,7 @@
extends layout.jade
block title
title !{code} !{title} &mdash; httpstatus.es
title !{code} !{title} &mdash; httpstatuses.com
block contents
.code
@ -13,4 +13,4 @@ block contents
h1 #[span !{code}] Code References
each value, key in references
p !{key} #[code !{value}]
a(href='/') &larr; Return to httpstatus.es
a(href='/') &larr; Return to httpstatuses.com

View File

@ -2,7 +2,7 @@ doctype html
html(lang="en")
head
block title
title #{title} &mdash; httpstatus.es
title #{title} &mdash; httpstatuses.com
link(rel='shortcut icon', href='/' + fingerprint['favicon.ico'], type='image/x-icon')
link(rel='stylesheet', href='/' + fingerprint['style.css'])
link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Source+Code+Pro:700', type='text/css')