cleaned up readme

This commit is contained in:
Samuel Ryan 2013-08-01 04:03:44 +01:00
parent f84eb76ebd
commit 6f3740b46b

View File

@ -43,22 +43,4 @@ For example 404 is stored in 4.json, along with all other 4xx codes.
JSON should be formatted as above using four space tab and \r\n for new lines in
descriptions. There is no validation on the output and the only processing is
turning new lines into line breaks, if you wish to include HTML that's fine
(preferably only links though and code tags).
## to do
- clean up the HTML and CSS
- Add some sort of "global reference" system, where a code reference can be
added that applies to all status codes based on a property, eg: adding an http
status cats (http://httpcats.herokuapp.com/) link to each code page
- configure httpstatuses.com to redirect
- Decide on whether or not to add a method to return a specific class of error
codes, eg: 4xx, 5xx. Not sure if httpstatus.es/{class} makes sense (eg:
httpstatus.es/5) or httpstatus.es/{class}xx (eg: httpstatus.es/5xx)
- Some sort of templating, why have I got the (uniform) head in 3 separate views!
- Languages?
## notes
httpstatus.es is built with [klein.php](https://raw.github.com/chriso/klein.php)
and designed by myself. This is my first attempt at open sourcing anything that
I have made.
(preferably only links though and code tags).