Skip to content

Commit

Permalink
Adds /robots.txt and /humans.txt files
Browse files Browse the repository at this point in the history
git-svn-id: svn://cherokee-project.com/web/branches/beta-ctk@6582 5dc97367-97f1-0310-9951-d761b3857238
  • Loading branch information
alobbs committed May 5, 2011
1 parent 7a80b21 commit 3e06e23
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 1 deletion.
1 change: 0 additions & 1 deletion PageCommunity.py
Expand Up @@ -66,5 +66,4 @@ def __call__ (self):
return CTK.HTTP_Cacheable (60, body=page.Render())



CTK.publish (URL_BASE, PageCommunity)
5 changes: 5 additions & 0 deletions cherokee.conf
Expand Up @@ -11,6 +11,11 @@ vserver!1!document_root = /Library/WebServer/Documents
vserver!1!error_writer!filename = /var/log/cherokee.error
vserver!1!error_writer!type = stderr
vserver!1!nick = default
vserver!1!rule!5!match = fullpath
vserver!1!rule!5!match!fullpath!1 = /humans.txt
vserver!1!rule!5!match!fullpath!2 = /robots.txt
vserver!1!rule!5!document_root = /change/static/text
vserver!1!rule!5!handler = file
vserver!1!rule!4!document_root = /change/CTK
vserver!1!rule!4!handler = file
vserver!1!rule!4!match = directory
Expand Down
32 changes: 32 additions & 0 deletions static/text/humans.txt
@@ -0,0 +1,32 @@
As it couldn't be otherwise, this website is based on technology
developed by the Cherokee Project.

- Web Infrastructure Stack:
* Web Server
* Load Balancing facilities
* Caching Mechanism

- CTK (Cherokee ToolKit)


/* TEAM */
Chef: Alvaro Lopez Ortega
Contact: alvaro@octality.com
Twitter: @alobbs
LinkedIn: http://linkedin.com/in/alobbs
From: Madrid, Spain

Web design: Jonathan Hernandez
Contact: jonathan@octality.com
Twitter: @ion
LinkedIn: http://linkedin.com/in/ionmx
From: Chihuahua, Mexico

/* SITE */
Language: English
Web Technology: Cherokee and CTK

Twitter: @webserver
Facebook: http://www.facebook.com/cherokee.project
LinkedIn: http://www.linkedin.com/groups/Cherokee-Web-Server-1819726
Source: http://svn.cherokee-project.com/
1 change: 1 addition & 0 deletions static/text/robots.txt
@@ -0,0 +1 @@
User-agent: *
1 change: 1 addition & 0 deletions theme.html
Expand Up @@ -10,6 +10,7 @@
<meta name="Keywords" content="cherokee web server httpd http" />
<meta name="Description" content="Cherokee is a flexible, very fast, lightweight Web server. It is implemented entirely in C, and has no dependencies beyond a standard C library. It is embeddable and extensible with plug-ins. It supports on-the-fly configuration, TLS/SSL, virtual hosts, authentication, cache friendly features, PHP, custom error management, several load balancing policies, database balancing, and much more." />
%(head)s
<link rel="author" href="humans.txt" />
<link rel="stylesheet" type="text/css" href="/static/css/cherokee.css" />
<script type="text/javascript" src="/CTK/js/jquery-1.3.2.min.js"></script>
</head>
Expand Down

0 comments on commit 3e06e23

Please sign in to comment.