Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 171
- Log:
Initial import of Beast 0.9 from downloaded Tarball. Beast is a Ruby
On Rails based forum application. The original tarball came from the
following location:http://s3.amazonaws.com/beast-forum/beast-0.9.tar.gz
The forum post which announced this version's availability was at:
http://beast.caboo.se/forums/1/topics/446
- Author:
- rool
- Date:
- Fri Mar 02 15:51:55 +0000 2007
- Size:
- 1097 Bytes
1 | <html> |
2 | <head> |
3 | <title>Beast Error</title> |
4 | <link href="/stylesheets/display.css" media="screen" rel="Stylesheet" type="text/css" /> |
5 | </head> |
6 | |
7 | <body> |
8 | |
9 | <div id="header"> |
10 | <ul id="nav"> |
11 | <li><a href="/" rel="home">Forums</a></li> |
12 | <li><a href="/users">Users</a></li> |
13 | </ul> |
14 | |
15 | <h1><a href="/">Beast</a></h1> |
16 | </div> |
17 | |
18 | <div id="container"> |
19 | <div id="content"> |
20 | |
21 | <div class="crumbs"> |
22 | <a href="/">Index</a> <span class="arrow">→</span> |
23 | </div> |
24 | |
25 | <h1 id="topic-title" style="margin-top:0.5em;">Beast System Error</h1> |
26 | |
27 | <p>Oops! It looks like there was an error.</p> |
28 | |
29 | </div> |
30 | |
31 | <br style="clear:both;" /> |
32 | |
33 | </div> |
34 | |
35 | <div id="footer"> |
36 | <!-- |
37 | <p class="legal"> |
38 | <a href="/legal/" style="color:#369;">Legal</a> |
39 | </p> |
40 | --> |
41 | <p class="disclaim"> |
42 | <strong>Two's company. Three's a forum. More's a Beast.</strong> |
43 | </p> |
44 | <p class="credit"> |
45 | Powered by <a href="http://beast.caboo.se/">Beast</a><br /> |
46 | |
47 | © 2006 <a href="mailto:josh@dwgsolutions.com" class="subtle">Josh Goebel</a> and <a href="http://weblog.techno-weenie.net" class="subtle">Rick Olson</a> |
48 | </p> |
49 | <br style="clear:both;" /> |
50 | </div> |
51 | </body> |
52 | </html> |