commit 3fca8661307a98b8ecf152f39a727f294e3dbd09 parent 176262f2000a85776753efc174609f979ca8af7d Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250> Date: Tue, 26 Dec 2006 17:17:35 +0000 general improvments git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@95 5c8cc53c-5e98-4d25-b20a-d8db53a31250 Diffstat:
| M | www/index.html | | | 89 | +++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------- |
1 file changed, 58 insertions(+), 31 deletions(-) diff --git a/www/index.html b/www/index.html @@ -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> Add custom code to handle certain types of messages or to handle + certain types of text within messages. </p> + +<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,39 +51,49 @@ 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>, and the <a href="Philosophy.txt">philosophical +statement</a>. <h2>Status</h2> -<p>The current version of Sup is 0.0.2, released December 10th, 2006. -This is an alpha release. It is unix-centric, mbox-specific, and has -no i18n support. It supports only mbox and IMAP, not POP or GMail. I -plan to fix all of these problems.</p> +<p> The current version of Sup is 0.0.2, released December 10th, 2006. + This is an alpha release. It is unix-centric, mbox-specific, and + has no i18n support. It supports only mbox 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.</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> 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 SVM + access instructions</a>. </p> -<h2> Bug reports </h2> +<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> 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 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>