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 2 new sites to the users page
macournoyer (author)
Sun Feb 24 06:47:39 -0800 2008
commit  a3ff2e5c7570557b4c5da1a992847d566a6d6f96
tree    6ba4e026e42a9a9159573f3143ebc6b0e88dbcb8
parent  b21e9003cddb8726eb143106a93d8b259b187163
...
201
202
203
 
 
204
205
206
...
201
202
203
204
205
206
207
208
0
@@ -201,6 +201,8 @@
0
       li { a "moonitor.org", :href => 'http://moonitor.org' }
0
       li { a "Daniel Fischer's Blog", :href => 'http://www.danielfischer.com/' }
0
       li { a "RoundHaus", :href => 'http://www.roundhaus.com/' }
0
+ li { a "Socks and Sandals", :href => 'http://blog.cbcg.net/' }
0
+ li { a "indiagoes", :href => 'http://www.indiagoes.com/' }
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.