public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
Add Kevin's blog to the users page
macournoyer (author)
Fri Jan 11 04:57:11 -0800 2008
commit  145c4183336c43279767a1a61a1c7f34db3692b7
tree    a5b85b7ad74c0d9ee9a98a86906f6088f31bf653
parent  415624b6151060d9ae89ad4633040f44a22e4174
...
133
134
135
136
 
137
 
138
139
140
...
133
134
135
 
136
137
138
139
140
141
0
@@ -133,8 +133,9 @@
0
     p "Who's using Thin ?"
0
     
0
     ul do
0
- li { a 'refactormycode.com', :href => 'http://refactormycode.com/' }
0
+ li { a 'RefactorMyCode.com', :href => 'http://refactormycode.com/' }
0
       li { a "Joao Pedrosa's Blog", :href => 'http://www.deze9.com/jp/blog/post?p=enabling-thin-support-for-this-site-replacing' }
0
+ li { a "Kevin Williams Blog", :href => 'http://www.almostserio.us/ }
0
     end
0
     
0
     p { "If you'd like to have your site listed here, #{a 'drop me an email', :href => 'mailto:macournoyer@gmail.com'}" }

Comments

    No one has commented yet.