]> git.cworth.org Git - sup/blobdiff - www/index.html
Merge branch 'labels-before-subj'
[sup] / www / index.html
index 89a58d4ede67e56ce27fd5078c0ad0c0aafe2897..272abc02536c045a4b2218ecc7537a54fb4a4a16 100644 (file)
-<html>
-<head>
-<title>Sup</title>
-</head>
-
-<body>
-
-<h1>Sup</h1>
-
-<p> Sup is a console-based email client that combines the best
-    features of GMail, mutt, and emacs. Sup matches the power of GMail
-    with the speed and simplicity of a console interface.
-</p>
-
-<p> Sup makes it easy to:
-
-<ul>
-
-<li> Handle massive amounts of email. </li>
-
-<li> Mix email from different sources: mbox files (even across
-     different machines), IMAP folders, POP accounts, and GMail
-     accounts. </li>
-
-<li> Instantaneously search over your entire email collection. Search
-     over body text, or use a query language to combine search
-     predicates in any way. </li>
-
-<li> Handle multiple accounts. Replying to email sent to a particular
-     account will use the correct SMTP server, signature, and from
-     address. </li>
-
-<li> Add custom code to handle certain types of messages or to handle
-     certain types of text within messages. </li>
-
-<li> Organize email with user-defined labels, automatically track
-     recent contacts, and much more! </li> </ul> </p>
-
-<p> The goal of Sup is to become the email client of choice for nerds
-    everywhere. </p>
-
-<h2>Screenshots</h2>
-
-<a href="ss1.png"><img src="ss1-small.png"></a>
-<a href="ss2.png"><img src="ss2-small.png"></a>
-<a href="ss3.png"><img src="ss3-small.png"></a>
-<a href="ss4.png"><img src="ss4-small.png"></a>
-<a href="ss5.png"><img src="ss5-small.png"></a>
-<a href="ss6.png"><img src="ss6-small.png"></a>
-
-<h2>Documentation</h2>
-
-Please read the <a href="README.txt">README</a>, the <a
-href="FAQ.txt">FAQ</a>, the <a href="UserGuide.txt">user guide</a> and
-the <a href="Philosophy.txt">philosophical statement</a>.
-
-<h2>Status</h2>
-
-<p> The current version of Sup is 0.0.4, released January 3rd, 2007.
-    This is a beta release. It is unix-centric and has no i18n
-    support. It supports only mbox, mbox+ssh, and IMAP, not POP or
-    GMail. I plan to fix all of these problems. </p>
-
-<p> Other than those limitations, it works great! I use it for my
-    everyday email, and it makes dealing with 85,000 messages a
-    breeze. </p>
-
-<h2>Getting it</h2>
-
-<p> You can download Sup releases from the <a
-    href="http://rubyforge.org/projects/sup/">Sup RubyForge
-    page</a>. If you have RubyGems installed, simply command your
-    computer to "gem install sup". </p>
-
-<p> If you're interested in development, please read the <a
-    href="http://rubyforge.org/scm/?group_id=2603">Sup anonymous SVN
-    access instructions</a>. You can also <a
-    href="http://rubyforge.org/viewvc?root=sup">browse the SVN
-    repository</a>.</p>
-
-<h2>Bug reports</h2>
-
-<p> You can email me at wmorgan dash sup at masanjin dot nets, but I
-    would prefer that you post something to the <a
-    href="http://rubyforge.org/forum/?group_id=2603">sup forums</a>.
-</p>
-
-<h2>Credit</h2>
-
-<p> Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a>. </p>
-
-<p> Sup is made possible by the hard work of <a
-    href="http://www.davebalmain.com/">Dave Balmain</a> and his
-    fantastic IR engine <a
-    href="http://ferret.davebalmain.com/trac/">Ferret</a>, and by <a
-    href="http://www.lickey.com/">Matt Armstrong</a>'s tragically
-    abandoned <a href="http://www.lickey.com/rubymail/">RubyMail</a>
-    package.
-</p>
-
-</body>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+       <head>
+               <title>Sup</title>
+               <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+               <link rel="stylesheet" href="main.css" type="text/css" />
+       </head>
+
+       <body>
+               <h1>Sup</h1>
+
+               <blockquote>
+               &ldquo;Finally a mail client that does what we want, how we want it.&rdquo;
+               </blockquote>
+
+               <blockquote>
+               &ldquo;Every other client we've tried is intolerable.&rdquo;
+               </blockquote>
+
+               <blockquote>
+               &ldquo;It's just what I wanted, but I hadn't realized what I wanted until I saw it.&rdquo;
+               </blockquote>
+
+               <blockquote>
+               &ldquo;Sup is almost to the point where I could jump ship from mutt.&rdquo;
+               </blockquote>
+
+               <blockquote>
+               &ldquo;I was previously intrigued by a gmail-styled
+               mutt-killer written in Ruby, but having actually spent a few
+               hours reading the docs, and trying out all the keys, and
+               reading the docs again, and trying the keys out again, and then
+               actually engaging in a bunch of practice usage runs, I now
+               officially can't fucking wait for the future of this thing; it
+               has my full attention.&rdquo;
+               </blockquote>
+
+                       <p>
+   Sup is a console-based email client for people with a lot of email.
+   It supports tagging, very fast full-text search, automatic contact-
+   list management, custom code insertion via a hook system, and more.
+   If you're the type of person who treats email as an extension of your
+   long-term memory, Sup is for you.
+               </p>
+
+               <p>
+               Sup makes it easy to:
+               </p>
+
+               <ul>
+                       <li>
+                       Handle massive amounts of email.
+                       </li>
+
+                       <li>
+                       Mix email from different sources: mbox files, IMAP folders,
+            and Maildirs, across multiple machines.</li>
+
+                       <li>
+                       Instantaneously search over your entire email collection.
+                       Search over body text, or use a query language to combine
+                       search predicates in any way.
+                       </li>
+
+                       <li>
+                       Handle multiple accounts. Replying to email sent to a
+                       particular account will use the correct SMTP server, signature,
+                       and from address.
+                       </li>
+
+                       <li>
+                       Add custom code to handle certain types of messages or to
+                       handle certain types of text within messages.
+                       </li>
+
+                       <li>
+                       Organize email with user-defined labels, automatically track
+                       recent contacts, and much more!
+                       </li>
+               </ul>
+
+               <p>
+               The goal of Sup is to become the email client of choice for nerds
+               everywhere.
+               </p>
+
+               <h2>Screenshots</h2>
+
+               <ul id="screenshots">
+                       <li><a href="ss1.png"><img src="ss1-small.png" alt="Sup screenshot 1" /></a></li>
+                       <li><a href="ss2.png"><img src="ss2-small.png" alt="Sup screenshot 2" /></a></li>
+                       <li><a href="ss3.png"><img src="ss3-small.png" alt="Sup screenshot 3" /></a></li>
+                       <li><a href="ss4.png"><img src="ss4-small.png" alt="Sup screenshot 4" /></a></li>
+                       <li><a href="ss5.png"><img src="ss5-small.png" alt="Sup screenshot 5" /></a></li>
+                       <li><a href="ss6.png"><img src="ss6-small.png" alt="Sup screenshot 6" /></a></li>
+               </ul>
+
+               <h2>Documentation</h2>
+
+               <p>
+               Please read the <a href="README.txt">README</a>, the <a
+                       href="FAQ.txt">FAQ</a>, the <a href="NewUserGuide.txt">new user guide</a>
+               and the <a href="Philosophy.txt">philosophical statement</a>.
+               </p>
+
+                <p> Please also read and contribute to the <a href="http://sup.rubyforge.org/wiki/wiki.pl">Sup wiki</a>. </p>
+
+               <h2>Status</h2>
+
+               <p>
+               The current version of Sup is 0.8.1, released 2009-06-15. This is a
+               beta release. It supports mbox, IMAP, IMAPS, and Maildir mailstores.
+               </p>
+
+        <p>To be notified by email of Sup releases, subscribe to the
+           <a href="http://rubyforge.org/mailman/listinfo/sup-announce">sup-announce mailing list</a>. One email per release.
+        </p>
+
+        <!-- <p>Issue and release status is available on the <a href="ditz/">Sup ditz page</a>.</p> -->
+        <p>Sup news can often be see on <a href="http://all-thing.net/label/sup/">William's blog</a>.</p>
+
+               <h2>Getting it</h2>
+
+               <p>
+               You can download Sup releases from the <a
+                       href="http://rubyforge.org/projects/sup/">Sup RubyForge page</a>.
+               If you have RubyGems installed, simply command your computer to "gem
+               install sup".
+               </p>
+
+               <p>
+               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
+                       href="http://gitorious.org/projects/sup">Sup Gitorious
+                       repository</a>.
+               </p>
+
+               <h2>Bug reports</h2>
+
+               <p>
+               Please post bug reports, feature requests, and any comments or discussion topics
+               to the <a
+                       href="http://rubyforge.org/mailman/listinfo/sup-talk">sup-talk mailing list</a> (<a href="http://rubyforge.org/pipermail/sup-talk/">archives</a>).
+               </p>
+
+               <h2>Credit</h2>
+
+               <p>
+               Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a> and the following honorable contributors:
+        <ul>
+<li>Nicolas Pouillard </li>
+<li>Mike Stipicevic </li>
+<li>Marcus Williams </li>
+<li>Lionel Ott </li>
+<li>Ingmar Vanhassel </li>
+<li>Mark Alexander </li>
+<li>Christopher Warrington </li>
+<li>Richard Brown </li>
+<li>Ben Walton </li>
+<li>Marc Hartstein </li>
+<li>Grant Hollingworth </li>
+<li>Steve Goldman </li>
+<li>Decklin Foster </li>
+<li>Ismo Puustinen </li>
+<li>Jeff Balogh </li>
+<li>Alex Vandiver </li>
+<li>Giorgio Lando </li>
+<li>Israel Herraiz </li>
+<li>Ian Taylor </li>
+<li>Stefan Lundström </li>
+<li>Rich Lane </li>
+<li>Kirill Smelkov </li>
+        </ul>
+        </p>
+
+               <p>
+               Sup is made possible by the hard work of <a
+                       href="http://www.davebalmain.com/">Dave Balmain</a> and his
+               tragically abandoned IR engine <a
+                       href="http://ferret.davebalmain.com/trac/">Ferret</a>, and by that of <a
+                       href="http://www.lickey.com/">Matt Armstrong</a> and his
+               tagically abandoned <a href="http://www.rfc20.org/rubymail/">RubyMail</a>
+               package.
+               </p>
+       </body>
 </html>