source: git/doc/t2h_standalone.init @ 528cab

spielwiese
Last change on this file since 528cab was d36c18, checked in by Hans Schoenemann <hannes@…>, 4 years ago
http://www.singular.uni-kl.de -> https
  • Property mode set to 100644
File size: 592 bytes
RevLine 
[e3663f1]1# -*-perl-*-
2######################################################################
[75f460]3#
[e3663f1]4# File: t2h_standalone.init init file for generation of standalone
5# html files
6#
7
[b8661e0]8$T2H_print_page_foot = \&T2H_STANDALONE_print_page_foot;
[e3663f1]9# footer of page
[b8661e0]10sub T2H_STANDALONE_print_page_foot
[e3663f1]11{
12  my $fh = shift;
13  print $fh <<EOT;
14<FONT SIZE="-1">
[d36c18]15&nbsp;<A HREF="https://www.singular.uni-kl.de/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE},
[e3663f1]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.