diff options
-rw-r--r-- | fetchmail-FAQ.html | 8 | ||||
-rwxr-xr-x | indexgen.sh | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 6a1cb4de..3407717b 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@ <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 1998/05/08 19:56:48 $ +<td width="30%" align=right>$Date: 1998/05/13 06:36:21 $ </table> <HR> <H1>Frequently Asked Questions About Fetchmail</H1> @@ -308,7 +308,7 @@ enables some significant performance optimizations.<P> You can find sources for IMAP software at <a href="http://www.imap.org"> The IMAP Connection</a>; we like the -freeware UW IMAP and Cyrus products. UW IMAP is the reference +open-source UW IMAP and Cyrus products. UW IMAP is the reference implementation of IMAP.<P> <hr> @@ -1840,7 +1840,7 @@ you issue the end-of-session QUIT command. Fetchmail cannot fix this, it takes cooperation from the. server. There are two possible remedies:<P> -One is to switch to qpopper (the freeware POP3 server from Qualcomm, +One is to switch to qpopper (the free POP3 server from Qualcomm, the Eudora people). The qpopper software violates the POP3 RFCs by doing an expunge (removing deleted messages) on a line hangup, as well as on processing a QUIT command.<P> @@ -1916,7 +1916,7 @@ Re-ordering messages is a user-agent function, anyway.<P> <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 1998/05/08 19:56:48 $ +<td width="30%" align=right>$Date: 1998/05/13 06:36:21 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> diff --git a/indexgen.sh b/indexgen.sh index e0db12fd..2384c4d2 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -17,7 +17,7 @@ cat >index.html <<EOF <BODY> <table width="100%" cellpadding=0><tr> <td width="30%">Back to -<a href="http://www.ccil.org/~esr/software.html">Software</a> +<a href="http://$WWWHOST/~esr/software.html">Software</a> <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a> <td width="30%" align=right>$date </table> @@ -224,7 +224,7 @@ ftp://ftp.win.or.jp/pub/network/mail/fetchmail</a>.<P> <HR> <table width="100%" cellpadding=0><tr> <td width="30%">Back to -<a href="http://www.ccil.org/~esr/software.html">Software</a> +<a href="http://$WWWHOST/~esr/software.html">Software</a> <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a> <td width="30%" align=right>$date </table> |