From 6f3740b46b4e9279c4215bfe11b86ebd209109f0 Mon Sep 17 00:00:00 2001 From: Samuel Ryan Date: Thu, 1 Aug 2013 04:03:44 +0100 Subject: [PATCH] cleaned up readme --- README.markdown | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README.markdown b/README.markdown index 52c23a7..24e1dc1 100644 --- a/README.markdown +++ b/README.markdown @@ -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. \ No newline at end of file +(preferably only links though and code tags). \ No newline at end of file