From: wmorgan 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.
- Sup makes it easy to:
-
-Sup
-
-
-
-
The goal of Sup is to become the email client of choice for nerds - everywhere.
- -The current version of Sup is 0.0.8, released 2007-04-01. - This is a beta release. It is unix-centric and has no i18n - support. It supports mbox, mbox over ssh, IMAP, and Maildir. It - does not support POP or GMail. I plan to fix all of these - problems.
- -Other than those limitations, it works great! I use it for my - everyday email, and it makes dealing with 85,000 messages a - breeze.
- -You can download Sup releases from the Sup RubyForge - page. If you have RubyGems installed, simply command your - computer to "gem install sup".
- -If you're interested in development, please read the Sup anonymous SVN - access instructions. You can also browse the SVN - repository.
- -You can email me at wmorgan dash sup at masanjin dot nets, but I - would prefer that you post something to the sup forums. -
- -Sup is brought to you by William Morgan.
- -Sup is made possible by the hard work of Dave Balmain and his - fantastic IR engine Ferret, and by Matt Armstrong's tragically - abandoned RubyMail - package. -
- - + + + + ++ 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. +
+ ++ Sup makes it easy to: +
+ ++ The goal of Sup is to become the email client of choice for nerds + everywhere. +
+ ++ Please read the README, the FAQ, the user guide + and the philosophical statement. +
+ ++ The current version of Sup is 0.0.8, released 2007-04-01. This is a + beta release. It is unix-centric and has no i18n support. It supports + mbox, mbox over ssh, IMAP, IMAPS, and Maildir. It does not support POP + or Gmail. I plan to fix all of these problems. +
+ ++ Other than those limitations, it works great! I use it for my everyday + email, and it makes dealing with 85,000 messages a breeze. +
+ ++ You can download Sup releases from the Sup RubyForge page. + If you have RubyGems installed, simply command your computer to "gem + install sup". +
+ ++ If you're interested in development, please read the Sup anonymous SVN + access instructions. You can also browse the SVN + repository. +
+ ++ You can email me at wmorgan dash sup at masanjin dot nets, but I would + prefer that you post something to the sup forums. +
+ ++ Sup is brought to you by William Morgan. +
+ ++ Sup is made possible by the hard work of Dave Balmain and his + fantastic IR engine Ferret, and by Matt Armstrong's tragically + abandoned RubyMail + package. +
+ diff --git a/www/main.css b/www/main.css new file mode 100644 index 0000000..63246fa --- /dev/null +++ b/www/main.css @@ -0,0 +1,36 @@ +body +{ + background: white; + color: #404040; + margin-bottom: 2em; + margin-left: auto; + margin-right: auto; + width: 90%; +} + +a, a:visited +{ + border-bottom: 1px dotted #03c; + background: inherit; + color: #03c; + text-decoration: none; +} + +#screenshots +{ + margin: 0; + padding: 0; +} +#screenshots li +{ + display: inline; + list-style: none; +} +#screenshots a +{ + border-bottom: none; +} +#screenshots img +{ + border: 0; +}