]> git.cworth.org Git - sup/blob - www/index.html
bump version number in webpage
[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.5, released 2008-04-22. This is a
113                 beta release. It supports mbox, mbox over ssh, IMAP, IMAPS, and Maildir mailstores. (<a href="http://rubyforge.org/frs/shownotes.php?group_id=2603&release_id=18438">Release notes</a>)
114                 </p>
115
116                 <h2>Getting it</h2>
117
118                 <p>
119                 You can download Sup releases from the <a
120                         href="http://rubyforge.org/projects/sup/">Sup RubyForge page</a>.
121                 If you have RubyGems installed, simply command your computer to "gem
122                 install sup".
123                 </p>
124
125                 <p>
126                 If you're interested in development, you can clone the git repository like so: <code>git clone git://repo.or.cz/sup.git</code>. You can also <a
127                         href="http://repo.or.cz/w/sup.git?a=shortlog">browse the git
128                         repository</a>.
129                 </p>
130
131                 <h2>Bug reports</h2>
132
133                 <p>
134                 Please post bug reports, feature requests, and any comments or discussion topics
135                 to the <a
136                         href="http://rubyforge.org/mailman/listinfo/sup-talk">sup-talk mailing list</a> (<a href="http://rubyforge.org/pipermail/sup-talk/">archives</a>).
137                 </p>
138
139                 <h2>Credit</h2>
140
141                 <p>
142                 Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a>.
143                 </p>
144
145                 <p>
146                 Sup is made possible by the hard work of <a
147                         href="http://www.davebalmain.com/">Dave Balmain</a> and his
148                 fantastic IR engine <a
149                         href="http://ferret.davebalmain.com/trac/">Ferret</a>, and by <a
150                         href="http://www.lickey.com/">Matt Armstrong</a>'s tragically
151                 abandoned <a href="http://www.rfc20.org/rubymail/">RubyMail</a>
152                 package (note: possibly no longer abandoned).
153                 </p>
154         </body>
155 </html>