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 more sites to users page
macournoyer (author)
Tue Oct 21 20:10:50 -0700 2008
commit  3cddf37bdfd515c976bbeca5a47a3251c878570a
tree    aa921b707b9e26d55957d60153b43de6984faae4
parent  3ffced68bd37defac3aebca75682562249c08e41
...
188
189
190
191
 
192
 
193
194
195
...
197
198
199
200
201
202
203
 
204
205
206
...
226
227
228
 
 
 
 
 
 
 
229
230
231
...
188
189
190
 
191
192
193
194
195
196
...
198
199
200
 
201
202
203
204
205
206
207
...
227
228
229
230
231
232
233
234
235
236
237
238
239
0
@@ -188,8 +188,9 @@ class Thin < Atchoum::Website
0
     
0
     ul do
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 "Standout Jobs", :href => 'http://standoutjobs.com/'}
0
       li { a "Kevin Williams Blog", :href => 'http://www.almostserio.us/articles/tag/thin' }
0
+      li { a "Gitorious", :href => 'http://gitorious.org/' }
0
       li { a "Dinooz", :href => 'http://www.nicomoayudarte.com/' }
0
       li { a "Mobile Dyne Systems", :href => 'http://www.mobiledyne.com/' }
0
       li { a "feelfree.homelinux.com", :href => 'http://feelfree.homelinux.com' }
0
@@ -197,10 +198,10 @@ class Thin < Atchoum::Website
0
       li { a "James on Software", :href => 'http://jamesgolick.com/' }
0
       li { a "FlashDen", :href => 'http://flashden.net/' }
0
       li { a "Calico Web Development", :href => 'http://www.calicowebdev.com/' }
0
-      li { a "Gitorious", :href => 'http://gitorious.org/' }
0
       li { a "Cornerstone Web", :href => 'http://www.cornerstoneweb.org/' }
0
       li { a "Osmos", :href => 'http://www.getosmos.com/' }
0
       li { a "Lipomics", :href => 'http://www.lipomics.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 "RaPlanet", :href => 'http://planet.zhekov.net/' }
0
       li { a "Ninja Hideout blog", :href => 'http://blog.ninjahideout.com/' }
0
       li { a "Hoodows Blog", :href => 'http://blog.hoodow.de/articles/2008/02/09/thin' }
0
@@ -226,6 +227,13 @@ class Thin < Atchoum::Website
0
       li { a "Hacknight", :href => 'http://hacknight.gangplankhq.com/'}
0
       li { a "Sizzix", :href => 'http://www.sizzix.com/'}
0
       li { a "Ellison Retailers", :href => 'http://www.ellisonretailers.com/'}
0
+      li { a "ShareMeme", :href => 'http://sharememe.com/'}
0
+      li { a "ylastic", :href => 'http://ylastic.com/'}
0
+      li { a "hello2morrow", :href => 'http://www.hello2morrow.com/'}
0
+      li { a "TimmyOnTime", :href => 'http://www.timmyontime.com/'}
0
+      li { a "Generous", :href => 'http://generous.org.uk/'}
0
+      li { a "Catapult Magazine", :href => 'http://www.catapultmagazine.com/'}
0
+      li { a "Good-Tutorials", :href => 'http://www.good-tutorials.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