diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-01-16 15:29:04 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-01-16 15:29:04 +0200 |
| commit | 76eeb370bf5263dba8b08783dea30fcb2f50c254 (patch) | |
| tree | 29ddd643a0035ad91cb841cb2c46731d7722bf43 | |
| parent | a07cafd11211ff61cf6b32b468c91942f4c3708e (diff) | |
* index.html: updatev0.6-beta
| -rw-r--r-- | www/index.html | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/www/index.html b/www/index.html index 39a1ebe..d5af692 100644 --- a/www/index.html +++ b/www/index.html @@ -25,8 +25,9 @@ a.menu:hover {color: #ff0000; text-decoration: underline; } <body> <table width="100%" bgcolor="#666666"> -<tr><td><img src="mu-small.png" align="left"> -<td align="right" class="menu"> +<tr> + <td><img src="mu-small.png" align="left"> </td> + <td align="right" class="menu"> <a class="menu" href="#welcome" >welcome</a> | <a class="menu" href="#news" >news</a> | <a class="menu" href="#features" >features</a> | @@ -34,21 +35,22 @@ a.menu:hover {color: #ff0000; text-decoration: underline; } <a class="menu" href="#repo" >repository</a> | <a class="menu" href="#building" >building</a> | <a class="menu" href="#license" >license</a> | - <a class="menu" href="#contact" >contact</a> + <a class="menu" href="#contact" >contact</a></td> +</tr> </table> <table width="800" align="center" bgcolor="#cccccc"> <tr><td> <!-- <img src="mu.jpg" align="left"> --> <img src="mu.jpg" align="right"> - <!-- <img src="mu.png" align="right"> --> +<!-- <img src="mu.png" align="right"> --> <h2><a name="welcome">welcome to mu</a></h2> -E-mail is the 'flow' in the work flow of many people. Consequently, one spends -a <em>lot</em> of time searching for old e-mails, to dig up some important -piece of information. With people having tens of thousands of e-mails (or -more), this is becoming harder and harder. How to find that one e-mail in an -evergrowing haystack? +<p>E-mail is the 'flow' in the work flow of many people. Consequently, +one spends a <em>lot</em> of time searching for old e-mails, to dig up +some important piece of information. With people having tens of +thousands of e-mails (or more), this is becoming harder and +harder. How to find that one e-mail in an evergrowing haystack? <p>Enter <strong>mu</strong>. 'mu' is a set of command-line tools for Linux/Unix that enable you to quickly find the e-mails you are looking @@ -78,11 +80,11 @@ The way to express the searches is a bit cryptic at first, but easy to learn (in the author's humble opinion); the mu manpage discusses syntax and usage, and contains examples. -<p><strong>mu</strong> is <em>Free Software</em> (GPLv3), runs on Unix/Linux-based -systems, and combines the power of the <a href="http://sqlite.org" >SQLite</a> -database and the <a href="http://www.xapian.org" >Xapian</a> text indexing -engine. <strong>Important</strong>: for mu to work, your mails must be stored in a -set of <a href="http://www.qmail.org/qmail-manual-html/man5/maildir.html" +<p><strong>mu</strong> is <em>Free Software</em> (GPLv3), runs on +Unix/Linux-based systems, and uses the <a href="http://www.xapian.org" +>Xapian</a> text indexing engine. <strong>Important</strong>: for mu +to work, your mails must be stored in a set of <a +href="http://www.qmail.org/qmail-manual-html/man5/maildir.html" >maildirs</a> <h2><a name="news" >news</a></h2> @@ -147,7 +149,7 @@ License</a> (GPL), version 3 or later. <P> -<h2><a name="repo" repository</a></h2> +<h2><a name="repo">repository</a></h2> The mu source code is available in Gitorious; get it from there: <pre> @@ -189,11 +191,8 @@ them in the <a href="http://code.google.com/p/mu0/issues/list" >issue list</a> C. Binnema</strong>, as a hobby project for my copious free time. It has no relation to my employer. <p>You can send e-mail to djcb-at-djcbsoftware-dot-nl. - -<p>Or, if you're interested, you can read my <a -href="http://www.djcbsoftware.nl/ChangeLog" >Dutch blog</a> or <a -href="http://djcbflux.blogspot.com" >English blog</a>. - +</td> +</tr> </table> <p> <div align="right" class="mine"> |
