/usr/share/doc/apoo/html/images.pl is in apoo 2.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | # LaTeX2HTML 2002-2-1 (1.71)
# Associate images original text with physical files.
$key = q/{figure}htmlimage{thumbnail=0.5}{centering{{epsfxsize{=400pt{epsfbox{apoo_gtk_interface.eps}{{par{{{{par{{figure};FSF=1.6;AAT/;
$cached_env_img{$key} = q|<A NAME="figure215"
HREF="img2.png"><IMG
WIDTH="200" HEIGHT="247"
SRC="|."$dir".q|Timg2.png"
ALT="\begin{figure}\centering
\epsfxsize =400pt
\epsfbox{apoo_gtk_interface.eps}
\par\par
\end{figure}"></A>|;
$key = q/{figure}{epsfxsize{=350pt{epsfbox{Apoo1.ps}{htmlimage{scale=0.5}{figure};FSF=1.6;AAT/;
$cached_env_img{$key} = q|<IMG
WIDTH="173" HEIGHT="173" BORDER="0"
SRC="|."$dir".q|img1.png"
ALT="\begin{figure}
\epsfxsize =350pt
\epsfbox{Apoo1.ps}
\end{figure}">|;
1;
|