]> git.cworth.org Git - sup/blob - www/index.html
Merge branch 'master' into next
[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;Finally a mail client that does what we want, how we want it.&rdquo;
15                 </blockquote>
16
17                 <blockquote>
18                 &ldquo;Every other client we've tried is intolerable.&rdquo;
19                 </blockquote>
20
21                 <blockquote>
22                 &ldquo;It's just what I wanted, but I hadn't realized what I wanted until I saw it.&rdquo;
23                 </blockquote>
24
25                 <blockquote>
26                 &ldquo;Sup is almost to the point where I could jump ship from mutt.&rdquo;
27                 </blockquote>
28
29                 <blockquote>
30                 &ldquo;I was previously intrigued by a gmail-styled
31                 mutt-killer written in Ruby, but having actually spent a few
32                 hours reading the docs, and trying out all the keys, and
33                 reading the docs again, and trying the keys out again, and then
34                 actually engaging in a bunch of practice usage runs, I now
35                 officially can't fucking wait for the future of this thing; it
36                 has my full attention.&rdquo;
37                 </blockquote>
38
39                         <p>
40    Sup is a console-based email client for people with a lot of email.
41    It supports tagging, very fast full-text search, automatic contact-
42    list management, custom code insertion via a hook system, and more.
43    If you're the type of person who treats email as an extension of your
44    long-term memory, Sup is for you.
45                 </p>
46
47                 <p>
48                 Sup makes it easy to:
49                 </p>
50
51                 <ul>
52                         <li>
53                         Handle massive amounts of email.
54                         </li>
55
56                         <li>
57                         Mix email from different sources: mbox files, IMAP folders,
58             and Maildirs, across multiple machines.</li>
59
60                         <li>
61                         Instantaneously search over your entire email collection.
62                         Search over body text, or use a query language to combine
63                         search predicates in any way.
64                         </li>
65
66                         <li>
67                         Handle multiple accounts. Replying to email sent to a
68                         particular account will use the correct SMTP server, signature,
69                         and from address.
70                         </li>
71
72                         <li>
73                         Add custom code to handle certain types of messages or to
74                         handle certain types of text within messages.
75                         </li>
76
77                         <li>
78                         Organize email with user-defined labels, automatically track
79                         recent contacts, and much more!
80                         </li>
81                 </ul>
82
83                 <p>
84                 The goal of Sup is to become the email client of choice for nerds
85                 everywhere.
86                 </p>
87
88                 <h2>Screenshots</h2>
89
90                 <ul id="screenshots">
91                         <li><a href="ss1.png"><img src="ss1-small.png" alt="Sup screenshot 1" /></a></li>
92                         <li><a href="ss2.png"><img src="ss2-small.png" alt="Sup screenshot 2" /></a></li>
93                         <li><a href="ss3.png"><img src="ss3-small.png" alt="Sup screenshot 3" /></a></li>
94                         <li><a href="ss4.png"><img src="ss4-small.png" alt="Sup screenshot 4" /></a></li>
95                         <li><a href="ss5.png"><img src="ss5-small.png" alt="Sup screenshot 5" /></a></li>
96                         <li><a href="ss6.png"><img src="ss6-small.png" alt="Sup screenshot 6" /></a></li>
97                 </ul>
98
99                 <h2>Documentation</h2>
100
101                 <p>
102                 Please read the <a href="README.txt">README</a>, the <a
103                         href="FAQ.txt">FAQ</a>, the <a href="NewUserGuide.txt">new user guide</a>
104                 and the <a href="Philosophy.txt">philosophical statement</a>.
105                 </p>
106
107                 <p> Please also read and contribute to the <a href="http://sup.rubyforge.org/wiki/wiki.pl">Sup wiki</a>. </p>
108
109                 <h2>Status</h2>
110
111                 <p>
112                 The current version of Sup is 0.8, released 2009-06-05. This is a
113                 beta release. It supports mbox, IMAP, IMAPS, and Maildir mailstores.
114                 </p>
115
116         <!-- <p>Issue and release status is available on the <a href="ditz/">Sup ditz page</a>.</p> -->
117         <p>Sup news can often be see on <a href="http://all-thing.net/label/sup/">William's blog</a>.</p>
118
119                 <h2>Getting it</h2>
120
121                 <p>
122                 You can download Sup releases from the <a
123                         href="http://rubyforge.org/projects/sup/">Sup RubyForge page</a>.
124                 If you have RubyGems installed, simply command your computer to "gem
125                 install sup".
126                 </p>
127
128                 <p>
129                 If you're interested in development, you can clone the git repository like so: <code>git clone git://gitorious.org/sup/mainline.git</code>. You can also browse the <a
130                         href="http://gitorious.org/projects/sup">Sup Gitorious
131                         repository</a>.
132                 </p>
133
134                 <h2>Bug reports</h2>
135
136                 <p>
137                 Please post bug reports, feature requests, and any comments or discussion topics
138                 to the <a
139                         href="http://rubyforge.org/mailman/listinfo/sup-talk">sup-talk mailing list</a> (<a href="http://rubyforge.org/pipermail/sup-talk/">archives</a>).
140                 </p>
141
142                 <h2>Credit</h2>
143
144                 <p>
145                 Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a> and the following honorable contributors:
146         <ul>
147 <li>Nicolas Pouillard &lt;nicolas.pouillard at the gmail dot coms&gt;</li>
148 <li>Mike Stipicevic &lt;stipim at the rpi dot edus&gt;</li>
149 <li>Marcus Williams &lt;marcus-sup at the bar-coded dot nets&gt;</li>
150 <li>Lionel Ott &lt;white.magic at the gmx dot des&gt;</li>
151 <li>Ingmar Vanhassel &lt;ingmar at the exherbo dot orgs&gt;</li>
152 <li>Mark Alexander &lt;marka at the pobox dot coms&gt;</li>
153 <li>Christopher Warrington &lt;chrisw at the rice dot edus&gt;</li>
154 <li>Richard Brown &lt;rbrown at the exherbo dot orgs&gt;</li>
155 <li>Ben Walton &lt;bwalton at the artsci.utoronto dot cas&gt;</li>
156 <li>Marc Hartstein &lt;marc.hartstein at the alum.vassar dot edus&gt;</li>
157 <li>Grant Hollingworth &lt;grant at the antiflux dot orgs&gt;</li>
158 <li>Steve Goldman &lt;sgoldman at the tower-research dot coms&gt;</li>
159 <li>Decklin Foster &lt;decklin at the red-bean dot coms&gt;</li>
160 <li>Ismo Puustinen &lt;ismo at the iki dot fis&gt;</li>
161 <li>Jeff Balogh &lt;its.jeff.balogh at the gmail dot coms&gt;</li>
162 <li>Alex Vandiver &lt;alexmv at the mit dot edus&gt;</li>
163 <li>Giorgio Lando &lt;patroclo7 at the gmail dot coms&gt;</li>
164 <li>Israel Herraiz &lt;israel.herraiz at the gmail dot coms&gt;</li>
165 <li>Ian Taylor &lt;ian at the lorf dot orgs&gt;</li>
166 <li>Stefan Lundström &lt;lundst at the snabb.(none)&gt;</li>
167 <li>Rich Lane &lt;rlane at the club.cc.cmu dot edus&gt;</li>
168 <li>Kirill Smelkov &lt;kirr at the landau.phys.spbu dot rus&gt;</li>
169         </ul>
170         </p>
171
172                 <p>
173                 Sup is made possible by the hard work of <a
174                         href="http://www.davebalmain.com/">Dave Balmain</a> and his
175                 tragically abandoned IR engine <a
176                         href="http://ferret.davebalmain.com/trac/">Ferret</a>, and by that of <a
177                         href="http://www.lickey.com/">Matt Armstrong</a> and his
178                 tagically abandoned <a href="http://www.rfc20.org/rubymail/">RubyMail</a>
179                 package.
180                 </p>
181         </body>
182 </html>