diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-05-09 19:12:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-05-09 19:12:23 +0000 |
commit | a5f01074c84696bdf367853b441a77d605192354 (patch) | |
tree | 77574770d84e4c3e6b6374cb989be8569ff85095 | |
parent | 5910eb73624147297a5df6752fceb27f0a24098e (diff) | |
download | fetchmail-a5f01074c84696bdf367853b441a77d605192354.tar.gz fetchmail-a5f01074c84696bdf367853b441a77d605192354.tar.bz2 fetchmail-a5f01074c84696bdf367853b441a77d605192354.zip |
GIF -> PNG.
svn path=/trunk/; revision=2468
-rwxr-xr-x | indexgen.sh | 4 | ||||
-rwxr-xr-x | upload | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/indexgen.sh b/indexgen.sh index 09081ad2..be41a630 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -50,7 +50,7 @@ cat >index.html <<EOF <table border="10"> <tr> <td> -<center><img src="bighand.gif"></center> +<center><img src="bighand.png"></center> </td> </tr> </table> @@ -268,7 +268,7 @@ Rabson's Linux page</a>.<P> If you use fetchmail and like it, here's a nifty fetchmail button you can put on your web page:<P> -<center><img src="fetchmail.gif"></center><P> +<center><img src="fetchmail.png"></center><P> Thanks to <a href="http://www.gl.umbc.edu/~smatus1/">Steve Matuszek</a> for the graphic design. The hand in the button (and the @@ -19,8 +19,8 @@ put fetchmail-features.html put NEWS put design-notes.html #put funny.html -#put fetchmail.gif -#put bighand.gif +#put fetchmail.png +#put bighand.png put checksums put index.html close |