source: git/doc/t2h_standalone.init @ f051930

spielwiese
Last change on this file since f051930 was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 591 bytes
Line 
1# -*-perl-*-
2######################################################################
3#
4# File: t2h_standalone.init init file for generation of standalone
5# html files
6#
7
8$T2H_print_page_foot = \&T2H_STANDALONE_print_page_foot;
9# footer of page
10sub T2H_STANDALONE_print_page_foot
11{
12  my $fh = shift;
13  print $fh <<EOT;
14<FONT SIZE="-1">
15&nbsp;<A HREF="http://www.singular.uni-kl.de/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE},
16generated by <A HREF="$T2H_HOMEPAGE"><I>texi2html</I></A>.
17</FONT>
18$T2H_PRE_BODY_CLOSE
19</BODY>
20</HTML>
21EOT
22}
23
241;      # This must be the last line
Note: See TracBrowser for help on using the repository browser.