public
Rubygem
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Click here to lend your support to: thin and make a donation at www.pledgie.com !
Add BigCity to users page
macournoyer (author)
Thu Aug 14 19:26:17 -0700 2008
commit  7ae3774fd1d12cb5b3f04630468088ea1de5e666
tree    522f761c848e3fe3260c49738ea898146f82c5cd
parent  cc8f4cff129f03d09c75c55ff020f70f69036beb
...
220
221
222
 
223
224
225
...
220
221
222
223
224
225
226
0
@@ -220,6 +220,7 @@ class Thin < Atchoum::Website
0
       li { a "pickhost.eu", :href => 'http://pickhost.eu'}
0
       li { a "HowFlow", :href => 'http://howflow.com/'}
0
       li { a "boo-widgets", :href => 'http://widgets.boo-box.com/widgets/demo/3'}
0
+      li { a "BigCity.cz", :href => 'http://www.bigcity.cz/'}
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