* index.html: update

This commit is contained in:
Dirk-Jan C. Binnema 2010-01-16 15:29:04 +02:00
parent a07cafd112
commit 76eeb370bf
1 changed files with 19 additions and 20 deletions

View File

@ -25,8 +25,9 @@ a.menu:hover {color: #ff0000; text-decoration: underline; }
<body> <body>
<table width="100%" bgcolor="#666666"> <table width="100%" bgcolor="#666666">
<tr><td><img src="mu-small.png" align="left"> <tr>
<td align="right" class="menu"> <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="#welcome" >welcome</a> |
<a class="menu" href="#news" >news</a> | <a class="menu" href="#news" >news</a> |
<a class="menu" href="#features" >features</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="#repo" >repository</a> |
<a class="menu" href="#building" >building</a> | <a class="menu" href="#building" >building</a> |
<a class="menu" href="#license" >license</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>
<table width="800" align="center" bgcolor="#cccccc"> <table width="800" align="center" bgcolor="#cccccc">
<tr><td> <tr><td>
<!-- <img src="mu.jpg" align="left"> --> <!-- <img src="mu.jpg" align="left"> -->
<img src="mu.jpg" align="right"> <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> <h2><a name="welcome">welcome to mu</a></h2>
E-mail is the 'flow' in the work flow of many people. Consequently, one spends <p>E-mail is the 'flow' in the work flow of many people. Consequently,
a <em>lot</em> of time searching for old e-mails, to dig up some important one spends a <em>lot</em> of time searching for old e-mails, to dig up
piece of information. With people having tens of thousands of e-mails (or some important piece of information. With people having tens of
more), this is becoming harder and harder. How to find that one e-mail in an thousands of e-mails (or more), this is becoming harder and
evergrowing haystack? 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 <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 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 learn (in the author's humble opinion); the mu manpage discusses
syntax and usage, and contains examples. syntax and usage, and contains examples.
<p><strong>mu</strong> is <em>Free Software</em> (GPLv3), runs on Unix/Linux-based <p><strong>mu</strong> is <em>Free Software</em> (GPLv3), runs on
systems, and combines the power of the <a href="http://sqlite.org" >SQLite</a> Unix/Linux-based systems, and uses the <a href="http://www.xapian.org"
database and the <a href="http://www.xapian.org" >Xapian</a> text indexing >Xapian</a> text indexing engine. <strong>Important</strong>: for mu
engine. <strong>Important</strong>: for mu to work, your mails must be stored in a to work, your mails must be stored in a set of <a
set of <a href="http://www.qmail.org/qmail-manual-html/man5/maildir.html" href="http://www.qmail.org/qmail-manual-html/man5/maildir.html"
>maildirs</a> >maildirs</a>
<h2><a name="news" >news</a></h2> <h2><a name="news" >news</a></h2>
@ -147,7 +149,7 @@ License</a> (GPL), version 3 or later.
<P> <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: The mu source code is available in Gitorious; get it from there:
<pre> <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 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 relation to my employer. <p>You can send e-mail to
djcb-at-djcbsoftware-dot-nl. djcb-at-djcbsoftware-dot-nl.
</td>
<p>Or, if you're interested, you can read my <a </tr>
href="http://www.djcbsoftware.nl/ChangeLog" >Dutch blog</a> or <a
href="http://djcbflux.blogspot.com" >English blog</a>.
</table> </table>
<p> <p>
<div align="right" class="mine"> <div align="right" class="mine">