]> git.cworth.org Git - sup/blob - www/index.html
updates for 0.0.2
[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.2, released December 10th, 2006.
43 This is an alpha release. It is unix-centric, mbox-specific, and has
44 no i18n support. It supports only mbox and IMAP, not POP or GMail. I
45 plan to fix all of these problems.</p>
46
47 <p>Other than those limitations, it works great! I use it for my
48 everyday email.</p>
49
50 <h2>Getting it</h2>
51
52 <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 command your computer to "gem install sup".
53 </p>
54
55 <h2> Bug reports </h2>
56
57 <p> You can email me at wmorgan dash sup at masanjin dot nets, but I would
58     prefer that you post something to the <a href="http://rubyforge.org/forum/?group_id=2603">sup forums</a>.
59 </p>
60
61 <h2>Credit</h2>
62
63 <p> Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a>. </p>
64
65 <p> Sup is made possible only by the hard work of <a
66 href="http://www.davebalmain.com/">Dave Balmain</a> and his fantastic IR engine
67 <a href="http://ferret.davebalmain.com/trac/">Ferret</a>, and by
68 <a href="http://www.lickey.com/">Matt Armstrong</a>'s tragically abandoned
69 <a href="http://www.lickey.com/rubymail/">RubyMail</a> package.
70 </p>
71
72 </body>
73 </html>