Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Commit c1be2a2

Browse files
committed
Update with 1.3.0 release, fix broken links/redirects, remove gem mirror, don't ask for patches/bug reports on the mailing list.
1 parent 1692f6d commit c1be2a2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ <h1>Rack: a Ruby Webserver Interface</h1>
113113
<h2>News</h2>
114114

115115
<dl>
116+
<dt>May 23rd, 2011<dt>
117+
<dd><strong>Rack 1.3.0</strong> has been <a href="http://groups.google.com/group/rack-devel/browse_thread/thread/7dce0d9b17ec9cb3">released</a>!</dd>
118+
116119
<dt>June 13th, 2010</dt><dd>
117120
<strong>Rack 1.2.0</strong> has been <a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/364270">released</a>!</dd>
118121

@@ -132,19 +135,19 @@ <h2>News</h2>
132135

133136
<dt>December 24th, 2008</dt><dd><a href="http://groups.google.com/group/rack-devel/browse_thread/thread/a5f156a8c592ab1c">Introducing the Rack Core Team</a></dd>
134137

135-
<dt>December 23rd, 2008</dt><dd><a href="http://www.heise.de/newsticker/Rails-Erfinder-stellt-Rails-Metal-vor--/meldung/120849">Rack is mentioned on <a href="http://www.heise.de/newsticker/Rails-Erfinder-stellt-Rails-Metal-vor--/meldung/120849">heise.de</a>!</a></dd>
138+
<dt>December 23rd, 2008</dt><dd><a href="http://www.heise.de/newsticker/Rails-Erfinder-stellt-Rails-Metal-vor--/meldung/120849">Rack is mentioned on heise.de</a>!</dd>
136139

137140
<dt>December 5th, 2008</dt><dd><a href="http://weblog.rubyonrails.org/2008/12/5/this-week-in-edge-rails">The tighter integration of Rails with Rack continues.</a></dd>
138141

139142
<dt>August 21st, 2008</dt><dd><strong>Rack 0.4</strong> has been <a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/312148">released</a>!</dd>
140143

141-
<dt>May 31st, 2008</dt><dd>Rack development <a href="http://github.com/chneukirchen/rack/tree/master">moves to Git</a>.</dd>
144+
<dt>May 31st, 2008</dt><dd>Rack development <a href="https://github.com/rack/rack">moves to Git</a>.</dd>
142145

143146
<dt>May 24th, 2008</dt><dd>There now is a Google Group on <a href="http://groups.google.com/group/rack-devel">Rack Development</a>.</dd>
144147

145148
<dt>February 26th, 2008</dt><dd><strong>Rack 0.3</strong> has been <a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/292557">released</a>!</dd>
146149

147-
<dt>November 10th, 2007</dt><dd>Rack has been presented at the <a href="http://euruko.com/">Euruko 2007</a>. Slides and a paper are available at <a href="http://chneukirchen.org/talks/#introducingrack">http://chneukirchen.org/talks/</a>.</dd>
150+
<dt>November 10th, 2007</dt><dd>Rack has been presented at the Euruko 2007.</dd>
148151

149152
<dt>October 2007</dt><dd>Ryan Allen gave a <a href="http://yeahnah.org/files/rack-presentation-oct-07.pdf">presentation on Rack</a> (PDF).</dd>
150153

@@ -180,6 +183,8 @@ <h2>Get it!</h2>
180183
Releases:
181184
</p>
182185
<dl>
186+
<dt>Rack 1.3.0</dt>
187+
<dd><a href="http://chneukirchen.org/releases/rack-1.3.0.tar.gz">rack-1.3.0.tar.gz</a> (<tt>214a3af03896e9b1fbddbe647b796426d930edd8</tt>)</dd>
183188
<dt>Rack 1.2.0</dt>
184189
<dd><a href="http://chneukirchen.org/releases/rack-1.2.0.tar.gz">rack-1.2.0.tar.gz</a> (<tt>c69b0a120b249832f9701e6a9fe6692e6728940f</tt>)</dd>
185190
<dd><a href="http://rubyforge.org/frs/download.php/71197/rack-1.2.0.tar.gz">rack-1.2.0.tar.gz (Rubyforge)</a></dd>
@@ -216,9 +221,6 @@ <h2>Get it!</h2>
216221
Or, via Gems:
217222
</p>
218223
<pre><code>gem install rack
219-
</code></pre>
220-
Mirror, may be more recent:
221-
<pre><code>gem install rack --source http://chneukirchen.org/releases/gems/
222224
</code></pre>
223225

224226
<p>Currently, bleeding-edge Rack is available
@@ -227,13 +229,13 @@ <h2>Get it!</h2>
227229
<pre><code>git clone git://github.com/rack/rack.git
228230
</code></pre>
229231

230-
<p>The respository is <a href="http://github.com/rack/rack/tree/master">browsable
232+
<p>The repository is <a href="https://github.com/rack/rack">browsable
231233
online</a>,
232234
too.</p>
233235

234236
<h2>Contact</h2>
235237

236-
<p>Send patches, questions or bugs
238+
<p>Send questions or suggestions
237239
to <a href="mailto:[email protected]">[email protected]</a>
238240
(<a href="http://groups.google.com/group/rack-devel">archives</a>), or
239241
visit the Rack IRC channel <code>#rack</code>

0 commit comments

Comments
 (0)