]> Pileus Git - ~andy/fetchmail/blobdiff - indexgen.sh
Anticipate the IDLE extension.
[~andy/fetchmail] / indexgen.sh
index 60c022c788a125cad8c93926488de28dcc90d9b0..9416d5fb58046de98da1b64c807de261cb24d56b 100755 (executable)
@@ -2,8 +2,8 @@
 #
 # indexgen.sh -- generate current version of fetchmail home page.
 #
-goldvers="5.0.0"
-goldname="5.0.0"
+goldvers="5.1.0"
+goldname="5.1.0"
 version=`sed -n <Makefile.in "/VERSION *= */s/VERSION *= *\([^         ]*\)/\1/p"`
 date=`date "+%d %b %Y"`
 
@@ -11,6 +11,9 @@ set -- `timeseries | grep -v "%" | head -1`
 subscribers=$4
 set -- `ls -ks fetchmail`
 fetchmailsize=$1
+set -- `(cd /lib; ls libc-*)`
+glibc=`echo $1 | sed 's/libc-\(.*\)\.so/\1/'`
+glibc="glibc-$glibc"
 
 rm -f index.html
 
@@ -42,7 +45,7 @@ cat >index.html <<EOF
 <table width="100%" cellpadding=0><tr>
 <td width="30%">Back to
 <a href="http://$WWWVIRTUAL/~esr/software.html">Software</a>
-<td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a>
+<td width="30%" align=center>Up to <a href="http://$WWWVIRTUAL/~esr/sitemap.html">Site Map</a>
 <td width="30%" align=right>$date
 </table>
 <HR>
@@ -74,10 +77,11 @@ It allows all your system MTA's filtering, forwarding, and aliasing
 facilities to work just as they would on normal mail.<P>
 
 Fetchmail offers better security than any other Unix remote-mail
-client.  It supports APOP, KPOP, OTP, Compuserve RPA, and IMAP RFC1731
-encrypted authentication methods to avoid sending passwords en
-clair. It can be configured to support end-to-end encryption via
-tunneling with <a href="http://www.cs.hut.fi/ssh/">ssh, the Secure Shell</a><p>
+client.  It supports APOP, KPOP, OTP, Compuserve RPA, Microsoft NTLM,
+and IMAP RFC1731 encrypted authentication methods to avoid sending
+passwords en clair. It can be configured to support end-to-end
+encryption via tunneling with <a href="http://www.cs.hut.fi/ssh/">ssh,
+the Secure Shell</a><p>
 
 Fetchmail can be used as a POP/IMAP-to-SMTP gateway for an entire DNS
 domain, collecting mail from a single drop box on an ISP and
@@ -107,6 +111,10 @@ assurance of quality and reliability.<P>
 See the <a href="fetchmail-features.html">Fetchmail Feature List</a> for more
 about what fetchmail does.<p>
 
+See the on-line <a href="fetchmail-man.html">manual page</a> for
+basics. (Sorry about the flat presentation, but 
+the man2html shipped with RH6.0 chokes and dies on the fetchmail man page.<p>
+
 See the <a href="fetchmail-FAQ.html">HTML Fetchmail FAQ</A> for
 troubleshooting help.<p>
 
@@ -120,7 +128,7 @@ You can get any of the following leading-edge resources here:
 <LI> <a href="fetchmail-$version.tar.gz">
        Gzipped source archive of fetchmail $version</a>
 <LI> <a href="fetchmail-$version-1.i386.rpm">
-       Intel binary RPM of fetchmail $version (uses glibc)</a>
+       Intel binary RPM of fetchmail $version (uses $glibc)</a>
 <LI> <a href="fetchmail-$version-1.src.rpm">
        Source RPM of fetchmail $version</a>
 </UL>
@@ -149,13 +157,14 @@ EOF
 fi
 
 cat >>index.html <<EOF
-(Note that the RPMs don't have the POP2, OTP, IPv6, Kerberos, GSSAPI,
-Compuserve RPA, or GNU gettext internationalization support compiled
-in.  To get any of these you will have to build from sources.)<p>
+(Note that the binary RPMs don't have the POP2, OTP, IPv6, Kerberos,
+GSSAPI, Compuserve RPA, Microsoft NTLM, or GNU gettext
+internationalization support compiled in.  To get any of these you
+will have to build from sources.)<p>
 
 The latest version of fetchmail is also carried in the 
-<a href="http://sunsite.unc.edu/pub/Linux/system/mail/pop/!INDEX.html">
-Sunsite remote mail tools directory</a>.
+<a href="http://metalab.unc.edu/pub/Linux/system/mail/pop/!INDEX.html">
+Metalab remote mail tools directory</a>.
 
 <H1>Getting help with fetchmail:</H1>
 
@@ -179,23 +188,24 @@ tend to get the same three newbie questions over and over again.  The
 FAQ covers them like a blanket.<P>
 
 Fetchmail was written and is maintained by <a
-href="../index.html">Eric S. Raymond</a>.  <a
-href="mailto:funk+@osu.edu">Rob Funk</a>, <a
-href="mailto:alberty@apexxtech.com">Al Youngwerth</a> and <a
-href="mailto:imdave@mcs.net">Dave Bodenstab</a> are fetchmail's
-designated backup maintainers.  Other backup maintainers may be added
-in the future, in order to ensure continued support should Eric S.
-Raymond drop permanently off the net for any reason.<P>
+href="../index.html">Eric S. Raymond</a>.  There are some designated
+backup maintainers (<a href="mailto:funk+@osu.edu">Rob Funk</a>, <a
+href="mailto:alberty@apexxtech.com">Al Youngwerth</a>, <a
+href="mailto:imdave@mcs.net">Dave Bodenstab</a>).  Other backup
+maintainers may be added in the future, in order to ensure continued
+support should Eric S.  Raymond drop permanently off the net for any
+reason.<P>
 
 <H1>Who uses fetchmail:</H1>
 
-Fetchmail entered full production status with the 2.0 version in
+Fetchmail entered full production status with the 2.0.0 version in
 November 1996 after about five months of evolution from the ancestral
 <IT>popclient</IT> utility. It has since come into extremely wide use
 in the Internet/Unix/Linux community.  The Red Hat, Debian and
-S.u.S.e. Linux distributions include it.  A customized version is used
-at Whole Earth 'Lectronic Link. Several large ISPs are known to
-recommend it to Unix-using SLIP and PPP customers.<p>
+S.u.S.e. Linux distributions and their derivatives all include it.  A
+customized version is used at Whole Earth 'Lectronic Link. Several
+large ISPs are known to recommend it to Unix-using SLIP and PPP
+customers.<p>
 
 Over seven hundred people have participated on the fetchmail beta list
 (at time of current release there were $subscribers on the friends and
@@ -206,7 +216,7 @@ customer base, and (c) the volume of fetchmail-related talk on USENET.
 These estimates suggest that daily fetchmail users number well into
 the tens of thousands, and possibly over a hundred thousand.<p>
 
-<H1>The fetchmail paper:</H1>
+<H1>The sociology of fetchmail:</H1>
 
 The fetchmail development project was a sociological experiment as well
 as a technical effort.  I ran it as a test of some theories about why the
@@ -215,9 +225,14 @@ Linux development model works.<P>
 I wrote a paper, <A
 HREF="http://www.tuxedo.org/~esr/writings/cathedral-bazaar/">The
 Cathedral And The Bazaar</A>, about these theories and the project.
-The paper became quite popular and (to my continuing astonishment) may
+I developed the line of analysis it suggested in two later essays.
+These papers became quite popular and (to my continuing astonishment) may
 have actually helped change the world.  Chase the title link, above,
-to its page.<P>
+for links to all three papers.<P>
+
+I have done some analysus on the information in the project NEWS file.
+You can view a <a href="history.html">statistical history</a> showing
+levels of participation and release frequency over time.<p>
 
 <H1>Recent releases and where fetchmail is going:</H1>
 
@@ -281,11 +296,16 @@ home site, just the current sources and RPM) in Japan at
 <a href="ftp://ftp.win.or.jp/pub/network/mail/fetchmail">
 ftp://ftp.win.or.jp/pub/network/mail/fetchmail</a>.<P>
 
+<H1>Reviews and Awards</H1>
+
+Fetchmail was DaveCentral's Best Of Linux winner for
+<a href="http://linux.davecentral.com/bol_19990630.html">June 30 1999</a>.
+
 <HR>
 <table width="100%" cellpadding=0><tr>
 <td width="30%">Back to 
 <a href="http://$WWWVIRTUAL/~esr/software.html">Software</a>
-<td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a>
+<td width="30%" align=center>Up to <a href="http://$WWWVIRTUAL/~esr/sitemap.html">Site Map</a>
 <td width="30%" align=right>$date
 </table>