humans.txt, robots.txt, todo

This commit is contained in:
Samuel Ryan 2012-08-12 01:18:32 +01:00
parent 79e845f8c5
commit 332a1114c1
6 changed files with 18 additions and 0 deletions

View File

@ -68,6 +68,8 @@ status cats (http://httpcats.herokuapp.com/) link to each code page
- 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)
- Favicon (maybe someone else will donate one? :-))
- Some sort of templating, why have I got the (uniform) head in 3 separate views!
## notes

13
humans.txt Normal file
View File

@ -0,0 +1,13 @@
/* TEAM */
Captain: Samuel Ryan
Site: sam@samryan.co.uk
Twitter: citricsquid
Location: Brighton, England
/* SITE */
Last update: 2012-08-12
Doctype: HTML5
Languages: PHP5
Frameworks: Klein.php
IDE: Netbeans
Repository: https://github.com/citricsquid/httpstatus.es

0
robots.txt Normal file
View File

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<title>404real &mdash; httpstatus.es</title>
<link rel="author" href="humans.txt" />
<link rel="stylesheet" href="assets/css/style.min.css" type="text/css" />
<script type="text/javascript">

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<title>HTTP Status Codes &mdash; httpstatus.es</title>
<link rel="author" href="humans.txt" />
<link rel="stylesheet" href="assets/css/style.min.css" type="text/css" />
<script type="text/javascript">

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<title><?php echo $this->code; ?> &mdash; httpstatus.es</title>
<link rel="author" href="humans.txt" />
<link rel="stylesheet" href="assets/css/style.min.css" type="text/css" />
<script type="text/javascript">