diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-05-13 06:40:40 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-05-13 06:40:40 +0000 |
commit | 25b8f4a7dab44291733576dedd85679f18cc4cb8 (patch) | |
tree | 1c1abf88cf02d95fb4fc11360d39e80d59aaae6a /indexgen.sh | |
parent | 196e3cb55652454d6d8bccddc121e19050e17d7f (diff) | |
download | fetchmail-25b8f4a7dab44291733576dedd85679f18cc4cb8.tar.gz fetchmail-25b8f4a7dab44291733576dedd85679f18cc4cb8.tar.bz2 fetchmail-25b8f4a7dab44291733576dedd85679f18cc4cb8.zip |
*** empty log message ***
svn path=/trunk/; revision=1770
Diffstat (limited to 'indexgen.sh')
-rwxr-xr-x | indexgen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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> |