]> git.cworth.org Git - sup/blob - www/index.html
697e1373c784831ac716ac7749759ab00d72b7aa
[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                 <blockquote>
14                 &ldquo;I was previously intrigued by a gmail-styled
15                 mutt-killer written in Ruby, but having actually spent a few
16                 hours reading the docs, and trying out all the keys, and
17                 reading the docs again, and trying the keys out again, and then
18                 actually engaging in a bunch of practice usage runs, I now
19                 officially can't fucking wait for the future of this thing; it
20                 has my full attention.&rdquo;
21                 </blockquote>
22
23                 <blockquote>
24                 &ldquo;Every other client we've tried is intolerable.&rdquo;
25                 </blockquote>
26
27                 <p>
28    Sup is a console-based email client for people with a lot of email.
29    It supports tagging, very fast full-text search, automatic
30    contact-list management, and more. If you're the type of person
31    who treats your email client as an extension of your long-term memory,
32    Sup is for you.
33                 </p>
34
35                 <p>
36                 Sup makes it easy to:
37                 </p>
38
39                 <ul>
40                         <li>
41                         Handle massive amounts of email.
42                         </li>
43
44                         <li>
45                         Mix email from different sources: mbox files (even across
46                         different machines), IMAP folders, POP accounts, and Gmail
47                         accounts.
48                         </li>
49
50                         <li>
51                         Instantaneously search over your entire email collection.
52                         Search over body text, or use a query language to combine
53                         search predicates in any way.
54                         </li>
55
56                         <li>
57                         Handle multiple accounts. Replying to email sent to a
58                         particular account will use the correct SMTP server, signature,
59                         and from address.
60                         </li>
61
62                         <li>
63                         Add custom code to handle certain types of messages or to
64                         handle certain types of text within messages.
65                         </li>
66
67                         <li>
68                         Organize email with user-defined labels, automatically track
69                         recent contacts, and much more!
70                         </li>
71                 </ul>
72
73                 <p>
74                 The goal of Sup is to become the email client of choice for nerds
75                 everywhere.
76                 </p>
77
78                 <h2>Screenshots</h2>
79
80                 <ul id="screenshots">
81                         <li><a href="ss1.png"><img src="ss1-small.png" alt="Sup screenshot 1" /></a></li>
82                         <li><a href="ss2.png"><img src="ss2-small.png" alt="Sup screenshot 2" /></a></li>
83                         <li><a href="ss3.png"><img src="ss3-small.png" alt="Sup screenshot 3" /></a></li>
84                         <li><a href="ss4.png"><img src="ss4-small.png" alt="Sup screenshot 4" /></a></li>
85                         <li><a href="ss5.png"><img src="ss5-small.png" alt="Sup screenshot 5" /></a></li>
86                         <li><a href="ss6.png"><img src="ss6-small.png" alt="Sup screenshot 6" /></a></li>
87                 </ul>
88
89                 <h2>Documentation</h2>
90
91                 <p>
92                 Please read the <a href="README.txt">README</a>, the <a
93                         href="FAQ.txt">FAQ</a>, the <a href="UserGuide.txt">user guide</a>
94                 and the <a href="Philosophy.txt">philosophical statement</a>.
95                 </p>
96
97                 <h2>Status</h2>
98
99                 <p>
100                 The current version of Sup is 0.1, released 2007-07-17. This is a
101                 beta release. It supportsm box, mbox over ssh, IMAP, IMAPS, and Maildir. It does not support POP
102                 or Gmail accounts yet.
103                 </p>
104
105                 <p>
106                 There are a few known bugs, but overall it works great! I use it for my everyday
107                 email, and it makes dealing with 85,000 messages a breeze.
108                 </p>
109
110                 <h2>Getting it</h2>
111
112                 <p>
113                 You can download Sup releases from the <a
114                         href="http://rubyforge.org/projects/sup/">Sup RubyForge page</a>.
115                 If you have RubyGems installed, simply command your computer to "gem
116                 install sup".
117                 </p>
118
119                 <p>
120                 If you're interested in development, please read the <a
121                         href="http://rubyforge.org/scm/?group_id=2603">Sup anonymous SVN
122                         access instructions</a>. You can also <a
123                         href="http://rubyforge.org/viewvc?root=sup">browse the SVN
124                         repository</a>.
125                 </p>
126
127                 <h2>Bug reports</h2>
128
129                 <p>
130                 Please post bug reports, feature requests, and any comments or discussion topics
131                 to the <a
132                         href="http://rubyforge.org/mailman/listinfo/sup-talk">sup-talk mailing list</a> (<a href="http://rubyforge.org/pipermail/sup-talk/">archives</a>).
133                 </p>
134
135                 <h2>Credit</h2>
136
137                 <p>
138                 Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a>.
139                 </p>
140
141                 <p>
142                 Sup is made possible by the hard work of <a
143                         href="http://www.davebalmain.com/">Dave Balmain</a> and his
144                 fantastic IR engine <a
145                         href="http://ferret.davebalmain.com/trac/">Ferret</a>, and by <a
146                         href="http://www.lickey.com/">Matt Armstrong</a>'s tragically
147                 abandoned <a href="http://www.lickey.com/rubymail/">RubyMail</a>
148                 package.
149                 </p>
150         </body>
151 </html>