Skip to content

Commit

Permalink
Update announcement email template
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Jul 2, 2008
1 parent c0324bf commit 72cb7e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions site/thin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ def users_page
li { a "p0pulist", :href => 'http://p0pulist.com/'}
li { a "pickhost.eu", :href => 'http://pickhost.eu'}
li { a "HowFlow", :href => 'http://howflow.com/'}
li { a "boo-widgets", :href => 'http://widgets.boo-box.com/widgets/demo/3'}
end

p { "If you'd like to have your site listed here, #{a 'drop me an email', :href => 'mailto:macournoyer@gmail.com'}" }
Expand Down
2 changes: 1 addition & 1 deletion tasks/announce.rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'erb'

MSG_TEMPLATE = File.dirname(__FILE__) + '/email.erb'
SEND_TO = %w(thin-ruby@googlegroups.com eventmachine-talk@rubyforge.org ruby-talk@ruby-lang.org montreal-on-rails@googlegroups.com)
SEND_TO = %w(thin-ruby@googlegroups.com ruby-talk@ruby-lang.org)

desc 'Generate a template for the new version annoucement'
task :ann do
Expand Down
4 changes: 0 additions & 4 deletions tasks/email.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ Install Thin from RubyForge:
Or using my mirror:

gem install thin --source http://code.macournoyer.com

To use Thin with UNIX domain sockets you need EventMachine 0.11.0 from my gem server:

gem install eventmachine --source http://code.macournoyer.com

== Contribute

Expand Down

0 comments on commit 72cb7e0

Please sign in to comment.