]> git.cworth.org Git - sup/blob - www/index.html
website updates courtesy of Brian Lewis
[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 that combines the best features
15                 of Gmail, mutt, and emacs. Sup matches the power of Gmail with the
16                 speed and simplicity of a console interface.
17                 </p>
18
19                 <p>
20                 Sup makes it easy to:
21                 </p>
22
23                 <ul>
24                         <li>
25                         Handle massive amounts of email.
26                         </li>
27
28                         <li>
29                         Mix email from different sources: mbox files (even across
30                         different machines), IMAP folders, POP accounts, and Gmail
31                         accounts.
32                         </li>
33
34                         <li>
35                         Instantaneously search over your entire email collection.
36                         Search over body text, or use a query language to combine
37                         search predicates in any way.
38                         </li>
39
40                         <li>
41                         Handle multiple accounts. Replying to email sent to a
42                         particular account will use the correct SMTP server, signature,
43                         and from address.
44                         </li>
45
46                         <li>
47                         Add custom code to handle certain types of messages or to
48                         handle certain types of text within messages.
49                         </li>
50
51                         <li>
52                         Organize email with user-defined labels, automatically track
53                         recent contacts, and much more!
54                         </li>
55                 </ul>
56
57                 <p>
58                 The goal of Sup is to become the email client of choice for nerds
59                 everywhere.
60                 </p>
61
62                 <h2>Screenshots</h2>
63
64                 <ul id="screenshots">
65                         <li><a href="ss1.png"><img src="ss1-small.png" alt="Sup screenshot 1" /></a></li>
66                         <li><a href="ss2.png"><img src="ss2-small.png" alt="Sup screenshot 2" /></a></li>
67                         <li><a href="ss3.png"><img src="ss3-small.png" alt="Sup screenshot 3" /></a></li>
68                         <li><a href="ss4.png"><img src="ss4-small.png" alt="Sup screenshot 4" /></a></li>
69                         <li><a href="ss5.png"><img src="ss5-small.png" alt="Sup screenshot 5" /></a></li>
70                         <li><a href="ss6.png"><img src="ss6-small.png" alt="Sup screenshot 6" /></a></li>
71                 </ul>
72
73                 <h2>Documentation</h2>
74
75                 <p>
76                 Please read the <a href="README.txt">README</a>, the <a
77                         href="FAQ.txt">FAQ</a>, the <a href="UserGuide.txt">user guide</a>
78                 and the <a href="Philosophy.txt">philosophical statement</a>.
79                 </p>
80
81                 <h2>Status</h2>
82
83                 <p>
84                 The current version of Sup is 0.0.8, released 2007-04-01. This is a
85                 beta release. It is unix-centric and has no i18n support. It supports
86                 mbox, mbox over ssh, IMAP, IMAPS, and Maildir. It does not support POP
87                 or Gmail. I plan to fix all of these problems.
88                 </p>
89
90                 <p>
91                 Other than those limitations, it works great! I use it for my everyday
92                 email, and it makes dealing with 85,000 messages a breeze.
93                 </p>
94
95                 <h2>Getting it</h2>
96
97                 <p>
98                 You can download Sup releases from the <a
99                         href="http://rubyforge.org/projects/sup/">Sup RubyForge page</a>.
100                 If you have RubyGems installed, simply command your computer to "gem
101                 install sup".
102                 </p>
103
104                 <p>
105                 If you're interested in development, please read the <a
106                         href="http://rubyforge.org/scm/?group_id=2603">Sup anonymous SVN
107                         access instructions</a>. You can also <a
108                         href="http://rubyforge.org/viewvc?root=sup">browse the SVN
109                         repository</a>.
110                 </p>
111
112                 <h2>Bug reports</h2>
113
114                 <p>
115                 You can email me at wmorgan dash sup at masanjin dot nets, but I would
116                 prefer that you post something to the <a
117                         href="http://rubyforge.org/forum/?group_id=2603">sup forums</a>.
118                 </p>
119
120                 <h2>Credit</h2>
121
122                 <p>
123                 Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a>.
124                 </p>
125
126                 <p>
127                 Sup is made possible by the hard work of <a
128                         href="http://www.davebalmain.com/">Dave Balmain</a> and his
129                 fantastic IR engine <a
130                         href="http://ferret.davebalmain.com/trac/">Ferret</a>, and by <a
131                         href="http://www.lickey.com/">Matt Armstrong</a>'s tragically
132                 abandoned <a href="http://www.lickey.com/rubymail/">RubyMail</a>
133                 package.
134                 </p>
135         </body>
136 </html>