]> git.cworth.org Git - sup/blob - www/index.html
doc tweaks for 0.1 release
[sup] / www / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4         <head>
5                 <title>Sup</title>
6                 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7                 <link rel="stylesheet" href="main.css" type="text/css" />
8         </head>
9
10         <body>
11                 <h1>Sup</h1>
12
13                 <p>
14    Sup is a console-based email client for people with a lot of email.
15    It supports tagging, very fast full-text search, automatic
16    contact-list management, and more. If you're the type of person
17    who treats email as an extension of your long-term memory, Sup is
18    for you.
19                 </p>
20
21                 <p>
22                 Sup makes it easy to:
23                 </p>
24
25                 <ul>
26                         <li>
27                         Handle massive amounts of email.
28                         </li>
29
30                         <li>
31                         Mix email from different sources: mbox files (even across
32                         different machines), IMAP folders, POP accounts, and Gmail
33                         accounts.
34                         </li>
35
36                         <li>
37                         Instantaneously search over your entire email collection.
38                         Search over body text, or use a query language to combine
39                         search predicates in any way.
40                         </li>
41
42                         <li>
43                         Handle multiple accounts. Replying to email sent to a
44                         particular account will use the correct SMTP server, signature,
45                         and from address.
46                         </li>
47
48                         <li>
49                         Add custom code to handle certain types of messages or to
50                         handle certain types of text within messages.
51                         </li>
52
53                         <li>
54                         Organize email with user-defined labels, automatically track
55                         recent contacts, and much more!
56                         </li>
57                 </ul>
58
59                 <p>
60                 The goal of Sup is to become the email client of choice for nerds
61                 everywhere.
62                 </p>
63
64                 <h2>Screenshots</h2>
65
66                 <ul id="screenshots">
67                         <li><a href="ss1.png"><img src="ss1-small.png" alt="Sup screenshot 1" /></a></li>
68                         <li><a href="ss2.png"><img src="ss2-small.png" alt="Sup screenshot 2" /></a></li>
69                         <li><a href="ss3.png"><img src="ss3-small.png" alt="Sup screenshot 3" /></a></li>
70                         <li><a href="ss4.png"><img src="ss4-small.png" alt="Sup screenshot 4" /></a></li>
71                         <li><a href="ss5.png"><img src="ss5-small.png" alt="Sup screenshot 5" /></a></li>
72                         <li><a href="ss6.png"><img src="ss6-small.png" alt="Sup screenshot 6" /></a></li>
73                 </ul>
74
75                 <h2>Documentation</h2>
76
77                 <p>
78                 Please read the <a href="README.txt">README</a>, the <a
79                         href="FAQ.txt">FAQ</a>, the <a href="UserGuide.txt">user guide</a>
80                 and the <a href="Philosophy.txt">philosophical statement</a>.
81                 </p>
82
83                 <h2>Status</h2>
84
85                 <p>
86                 The current version of Sup is 0.1, released 2007-07-17. This is a
87                 beta release. It supportsm box, mbox over ssh, IMAP, IMAPS, and Maildir. It does not support POP
88                 or Gmail accounts yet.
89                 </p>
90
91                 <p>
92                 There are a few known bugs, but overall it works great! I use it for my everyday
93                 email, and it makes dealing with 85,000 messages a breeze.
94                 </p>
95
96                 <h2>Getting it</h2>
97
98                 <p>
99                 You can download Sup releases from the <a
100                         href="http://rubyforge.org/projects/sup/">Sup RubyForge page</a>.
101                 If you have RubyGems installed, simply command your computer to "gem
102                 install sup".
103                 </p>
104
105                 <p>
106                 If you're interested in development, please read the <a
107                         href="http://rubyforge.org/scm/?group_id=2603">Sup anonymous SVN
108                         access instructions</a>. You can also <a
109                         href="http://rubyforge.org/viewvc?root=sup">browse the SVN
110                         repository</a>.
111                 </p>
112
113                 <h2>Bug reports</h2>
114
115                 <p>
116                 Please post bug reports, feature requests, and any comments or discussion topics
117                 to the <a
118                         href="http://rubyforge.org/mailman/listinfo/sup-talk">sup-talk mailing list</a> (<a href="http://rubyforge.org/pipermail/sup-talk/">archives</a>).
119                 </p>
120
121                 <h2>Credit</h2>
122
123                 <p>
124                 Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a>.
125                 </p>
126
127                 <p>
128                 Sup is made possible by the hard work of <a
129                         href="http://www.davebalmain.com/">Dave Balmain</a> and his
130                 fantastic IR engine <a
131                         href="http://ferret.davebalmain.com/trac/">Ferret</a>, and by <a
132                         href="http://www.lickey.com/">Matt Armstrong</a>'s tragically
133                 abandoned <a href="http://www.lickey.com/rubymail/">RubyMail</a>
134                 package.
135                 </p>
136         </body>
137 </html>