Improve humans text

This commit is contained in:
Jina Bolton 2014-07-27 18:46:31 -07:00
parent 4d140facf9
commit 1d1932ce1a
5 changed files with 85 additions and 27 deletions

View File

@ -29,6 +29,7 @@ with_layout :styleguide do
page "/styleguide/*" page "/styleguide/*"
end end
page "/humans.txt", :layout => false
page "/documentation/*", :directory_index => false page "/documentation/*", :directory_index => false

56
data/humans.yml Normal file
View File

@ -0,0 +1,56 @@
team:
- name: Jina
role: design lead, code, content
twitter: jina
- name: Bermon Painter
role: design, code, content
twitter: bermonpainter
- name: Michael Parenteau
role: design, code, content
twitter: parenteau
contributors:
- name: Natalie Weizenbaum
role: code, content
twitter: nex3
- name: Chris Eppstein
role: code, content
twitter: chriseppstein
- name: Hampton Catlin
role: code, content
twitter: hcatlin
- name: Michael Catlin
role: content
twitter: malrase
thanks:
- name: All the people at SassConf that came to help with DNS and server-related issues.
- name: To everyone who has contributed through pull requests.
markup:
- name: HTML5
- name: Haml
- name: Markdown
style:
- name: CSS3
- name: Sass
- name: Compass
- name: Susy
- name: Breakpoint
- name: Normalize
behavior:
- name: Modernizr
- name: jQuery
- name: jQuery UI
- name: Bootstrap.js
- name: Responsive Design Testing
- name: balance-text
misc:
- name: Middleman
- name: HTML5 Boilerplate
- name: GitHub
- name: Heroku
- name: Sublime Text

View File

@ -1,25 +0,0 @@
# humanstxt.org/
# The humans responsible & technology colophon
# TEAM
Jina Bolton -- design lead, code, content -- @jina
Bermon Painter -- design, code, content -- @bermonpainter
Michael Parenteau -- design, code, content -- @parenteau
Chris Eppstein -- code, content -- @chriseppstein
Natalie Weizenbaum -- code, content -- @nex3
Hampton Catlin -- code, content -- @hcatlin
Michael Catlin -- content -- @malrase
# THANKS
All the people at SassConf that came to help with DNS and server-related issues.
To everyone who has contributed through pull requests.
# TECHNOLOGY COLOPHON
HTML5, CSS3
Haml, Markdown
Sass, Compass, Susy, Breakpoint
jQuery, Modernizr
Middleman

24
source/humans.txt.erb Normal file
View File

@ -0,0 +1,24 @@
# humanstxt.org/
# The humans responsible & technology colophon
# TEAM
<% for person in data.humans.team %>
<%= person.name %> -- <%= person.role %> -- @<%= person.twitter %>
<% end %>
# THANKS
<% for person in data.humans.contributors %>
<%= person.name %> -- <%= person.role %> -- @<%= person.twitter %>
<% end %>
<% for person in data.humans.thanks %>
<%= person.name %>
<% end %>
# TECHNOLOGY COLOPHON
<% for tech in data.humans.markup %><%= tech.name %>, <% end %>
<% for tech in data.humans.style %><%= tech.name %>, <% end %>
<% for tech in data.humans.behavior %><%= tech.name %>, <% end %>
<% for tech in data.humans.misc %><%= tech.name %>, <% end %>iTerm

View File

@ -1,3 +1,5 @@
# robotstxt.org/ # www.robotstxt.org/
# Allow crawling of all content
User-agent: * User-agent: *
Disallow: