public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Update announcement email template
macournoyer (author)
Tue Jul 01 19:26:21 -0700 2008
commit  72cb7e0bcc79bc2777e566986f1bf18c18f949d7
tree    f86bcdcfe1026d50b73faebc2d5e1f2d998b1881
parent  c0324bfe08bd003b2bf3bb88d03728fcbba2177c
...
219
220
221
 
222
223
224
...
219
220
221
222
223
224
225
0
@@ -219,6 +219,7 @@ class Thin < Atchoum::Website
0
       li { a "p0pulist", :href => 'http://p0pulist.com/'}
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
     end
0
     
0
     p { "If you'd like to have your site listed here, #{a 'drop me an email', :href => 'mailto:macournoyer@gmail.com'}" }
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 require 'erb'
0
 
0
 MSG_TEMPLATE = File.dirname(__FILE__) + '/email.erb'
0
-SEND_TO = %w(thin-ruby@googlegroups.com eventmachine-talk@rubyforge.org ruby-talk@ruby-lang.org montreal-on-rails@googlegroups.com)
0
+SEND_TO = %w(thin-ruby@googlegroups.com ruby-talk@ruby-lang.org)
0
 
0
 desc 'Generate a template for the new version annoucement'
0
 task :ann do
...
15
16
17
18
19
20
21
22
23
24
...
15
16
17
 
 
 
 
18
19
20
0
@@ -15,10 +15,6 @@ Install Thin from RubyForge:
0
 Or using my mirror:
0
 
0
  gem install thin --source http://code.macournoyer.com
0
-
0
-To use Thin with UNIX domain sockets you need EventMachine 0.11.0 from my gem server:
0
-
0
- gem install eventmachine --source http://code.macournoyer.com
0
 
0
 == Contribute
0
 

Comments

    No one has commented yet.