1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
$NetBSD: patch-ai,v 1.1 1999/08/27 10:11:03 agc Exp $
Update for PNG support
--- doc/index.html 1999/08/27 09:51:38 1.1
+++ doc/index.html 1999/08/27 09:55:43
@@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
- <title>GIFs on the fly
+ <title>PNGs on the fly
</title>
<link rev="made" href="mailto:gleeson@unimelb.edu.au">
<meta name="description"
- content="fly: a program to create GIF images from within any program.">
+ content="fly: a program to create PNG images from within any program.">
<meta name="keywords"
- content="fly, GIF, creation, images, program">
+ content="fly, PNG, creation, images, program">
</head>
<body bgcolor="#FFFFFF">
@@ -15,10 +15,10 @@
<hr size="2" noshade>
<table border="0" width="100%" cellpadding="5" cellspacing="3">
<tr align="center" valign="middle">
- <td><h1>fly: create GIF images on the fly</h1>
+ <td><h1>fly: create PNG images on the fly</h1>
</td>
<td><a href="http://www.unimelb.edu.au/fly/"><img
- src="fly-logo.gif" border="0" hspace="5" vspace="5"
+ src="fly-logo.png" border="0" hspace="5" vspace="5"
alt=" [fly] " width="157" height="52"></a>
</td>
</tr>
@@ -31,11 +31,11 @@
</p>
<!-- ====================================================================== -->
<hr size="1" noshade>
-<p> <b>fly</b> is a C program that creates GIF images on
+<p> <b>fly</b> is a C program that creates PNG images on
the fly from CGI and other programs. Using Thomas Boutell's
<a href="http://www.boutell.com/gd/">gd</a> graphics library
- for fast GIF creation, it provides a command-file interface for
- creating and modifying GIF images.
+ for fast PNG creation, it provides a command-file interface for
+ creating and modifying PNG images.
</p>
<p> <strong>Current version: 1.6.5</strong> <em>15th January 1999</em>
</p>
@@ -79,13 +79,13 @@
<!-- ===================================================================== -->
<hr size="2" noshade>
- <p align="center"><a href="index.html"><img src="nav-home.gif" border="0"
+ <p align="center"><a href="index.html"><img src="nav-home.png" border="0"
alt="[Home]" width="52" height="24"></a> <a
- href="documentation.html"><img src="nav-docs.gif" border="0"
+ href="documentation.html"><img src="nav-docs.png" border="0"
alt="[Documentation]" width="120" height="24"></a> <a
- href="copyright.html"><img src="nav-copyright.gif" border="0"
+ href="copyright.html"><img src="nav-copyright.png" border="0"
alt="[Copyright]" width="86" height="24"></a> <a href="feedback.html"><img
- src="nav-feedback.gif" border="0" alt="[Feedback]" width="80"
+ src="nav-feedback.png" border="0" alt="[Feedback]" width="80"
height="24"></a>
</p>
|