]> git.cworth.org Git - sup/blob - www/index.html
updated "getting it" section
[sup] / www / index.html
1 <html>
2 <head>
3 <title>Sup</title>
4 </head>
5
6 <body>
7
8 <h1>Sup</h1>
9
10 <p>
11 Sup is an attempt to take the UI innovations of web-based email
12 readers (ok, really just GMail) and to combine them with the
13 traditional wholesome goodness of a console-based email client.
14 </p>
15 <p>
16 Sup is designed to work with massive amounts of email, potentially
17 spread out across different mbox files, IMAP folders, and GMail
18 accounts, and to pull them all together into a single interface.
19 </p>
20 <p>
21 The goal of Sup is to become the email client of choice for nerds
22 everywhere.
23 </p>
24
25 <h2>Screenshots</h2>
26
27 <a href="ss1.png"><img src="ss1-small.png"></a>
28 <a href="ss2.png"><img src="ss2-small.png"></a>
29 <a href="ss3.png"><img src="ss3-small.png"></a>
30 <a href="ss4.png"><img src="ss4-small.png"></a>
31 <a href="ss5.png"><img src="ss5-small.png"></a>
32 <a href="ss6.png"><img src="ss6-small.png"></a>
33
34 <h2>Documentation</h2>
35
36 Please read the <a href="README.txt">README</a>, the <a
37 href="FAQ.txt">FAQ</a>, and the <a
38 href="Philosophy.txt">philosophical statement</a>.
39
40 <h2>Status</h2>
41
42 <p>The current version of Sup is 0.0.1, released November 28th, 2006.
43 This is an alpha release. It is unix-centric, mbox-specific, and has
44 no i18n support. I plan to fix all of these problems.</p>
45
46 <p>Other than those limitations, it works great. I use it for my
47 everyday email.</p>
48
49 <h2>Getting it</h2>
50
51 <p> You can download Sup releases from the <a href="http://rubyforge.org/projects/sup/">Sup RubyForge page</a>. If you have RubyGems installed, simply say "gem install sup".
52 </p>
53
54 <h2>Credit</h2>
55
56 Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a>.
57
58 Sup is made possible only by the hard work of <a
59 href="http://www.davebalmain.com/">Dave Balmain</a> and his fantastic IR engine
60 <a href="http://ferret.davebalmain.com/trac/">Ferret</a>, and by
61 <a href="http://www.lickey.com/">Matt Armstrong</a>'s tragically abandoned
62 <a href="http://www.lickey.com/rubymail/">RubyMail</a> package.
63
64 </body>
65 </html>