diff options
Diffstat (limited to 'design-notes.html')
-rw-r--r-- | design-notes.html | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/design-notes.html b/design-notes.html index 134f0066..ef2c3b93 100644 --- a/design-notes.html +++ b/design-notes.html @@ -1,4 +1,4 @@ -<!doctype HTML public "-//W3O//DTD W3 HTML 2.0//EN"> +<!doctype HTML public "-//W3O//DTD W3 HTML 3.2//EN"> <HTML> <HEAD> <TITLE>Design notes on fetchmail</TITLE> @@ -7,12 +7,15 @@ <meta name="keywords" content="fetchmail, POP, POP2, POP3, IMAP, remote mail"> </HEAD> <BODY> -<H1><center>Design Notes On Fetchmail</center></H1> - -Back to <A HREF="index.html">Fetchmail Home Page</A>. -<hr> +<table width="100%" cellpadding=0><tr> +<td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> +<td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a> +<td width="30%" align=right>$Date: 1997/08/05 04:09:18 $ +</table> +<HR> +<H1 ALIGN=CENTER>Design Notes On Fetchmail</H1> -This notes are for the benefit of future hackers and maintainers. +These notes are for the benefit of future hackers and maintainers. The following sections are both functional and narrative, read from beginning to end.<P> @@ -377,7 +380,12 @@ all shaped the design in one way or another.<P> </DL> <HR> -Back to <A HREF="index.html">Fetchmail Home Page</A>.<P> -<ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> +<table width="100%" cellpadding=0><tr> +<td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> +<td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a> +<td width="30%" align=right>$Date: 1997/08/05 04:09:18 $ +</table> + +<P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> </BODY> </HTML> |