source: git/doc/t2h_standalone.init @ f54318c

spielwiese
Last change on this file since f54318c was b8661e0, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* update git-svn-id: file:///usr/local/Singular/svn/trunk@4243 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 592 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.