From: wmorgan Date: Thu, 3 May 2007 19:13:16 +0000 (+0000) Subject: website updates courtesy of Brian Lewis X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=f5c776927cf4de6a5256f43e3a2d016b73a2fc62;p=sup website updates courtesy of Brian Lewis git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@386 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/Rakefile b/Rakefile index 955dee4..993caaf 100644 --- a/Rakefile +++ b/Rakefile @@ -23,7 +23,7 @@ rule 'ss?.png' => 'ss?-small.png' do |t| end ## is there really no way to make a rule for this? -WWW_FILES = %w(www/index.html README.txt doc/Philosophy.txt doc/FAQ.txt doc/UserGuide.txt) +WWW_FILES = %w(www/index.html README.txt doc/Philosophy.txt doc/FAQ.txt doc/UserGuide.txt www/main.css) SCREENSHOTS = FileList["www/ss?.png"] SCREENSHOTS_SMALL = [] diff --git a/www/index.html b/www/index.html index 0439d96..c9a2ae4 100644 --- a/www/index.html +++ b/www/index.html @@ -1,103 +1,136 @@ - - -Sup - - - - -

Sup

- -

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.

- -

Screenshots

- - - - - - - - -

Documentation

- -Please read the README, the FAQ, the user guide and -the philosophical statement. - -

Status

- -

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.

- -

Getting it

- -

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.

- -

Bug reports

- -

You can email me at wmorgan dash sup at masanjin dot nets, but I - would prefer that you post something to the sup forums. -

- -

Credit

- -

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 + + + + + +

Sup

+ +

+ 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. +

+ +

Screenshots

+ + + +

Documentation

+ +

+ Please read the README, the FAQ, the user guide + and the philosophical statement. +

+ +

Status

+ +

+ 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. +

+ +

Getting it

+ +

+ 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. +

+ +

Bug reports

+ +

+ You can email me at wmorgan dash sup at masanjin dot nets, but I would + prefer that you post something to the sup forums. +

+ +

Credit

+ +

+ 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; +}