]> git.cworth.org Git - sup/blobdiff - www/index.html
updates to 0.0.5
[sup] / www / index.html
index 89335279b80b56bea95351df213f53e9c6e30b1b..58a2687afe17d1e6f857f545e3ee83815a8b9a9a 100644 (file)
@@ -7,21 +7,38 @@
 
 <h1>Sup</h1>
 
-<p>
-Sup is an attempt to take the UI innovations of web-based email
-readers (ok, really just GMail) and to combine them with the
-traditional wholesome goodness of a console-based email client.
-</p>
-<p>
-Sup is designed to work with massive amounts of email, potentially
-spread out across different mbox files, IMAP folders, and GMail
-accounts, and to pull them all together into a single interface.
-</p>
-<p>
-The goal of Sup is to become the email client of choice for nerds
-everywhere.
+<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>
@@ -34,33 +51,52 @@ everywhere.
 <h2>Documentation</h2>
 
 Please read the <a href="README.txt">README</a>, the <a
-href="FAQ.txt">FAQ</a>, and the <a
-href="Philosophy.txt">philosophical statement</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.1, released November 28th, 2006.
-This is an alpha release. It is unix-centric, mbox-specific, and has
-no i18n support. I plan to fix all of these problems.</p>
+<p> The current version of Sup is 0.0.5, released January 5th, 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>
 
-<p>Other than those limitations, it works great. I use it for my
-everyday email.</p>
+<h2>Getting it</h2>
 
-<h3>More info</h3>
+<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> You can download Sup releases from the <a href="http://rubyforge.org/projects/sup/">Sup RubyForge page</a>.
-Feel free to post comments, bug reports and patches to the forums there.
+<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>
 
-<h3>Credits</h3>
+<h2>Credit</h2>
 
-Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a>.
+<p> Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a>. </p>
 
-Sup is made possible only 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> 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>
 </html>