source: git/doc/t2h_standalone.init @ c84d678

spielwiese
Last change on this file since c84d678 was a89a22c, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* as we go along git-svn-id: file:///usr/local/Singular/svn/trunk@3929 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 540 bytes
Line 
1# -*-perl-*-
2######################################################################
3#
4# File: t2h_standalone.init init file for generation of standalone
5# html files
6#
7
8# footer of page
9sub t2h_print_page_foot
10{
11  my $fh = shift;
12  print $fh <<EOT;
13<FONT SIZE="-1">
14&nbsp;<A HREF="http://www.mathematik.uni-kl.de/~zca/Singular/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE},
15generated by <A HREF="$T2H_HOMEPAGE"><I>texi2html</I></A>.
16</FONT>
17$T2H_PRE_BODY_CLOSE
18</BODY>
19</HTML>
20EOT
21}
22
231;      # This must be the last line
Note: See TracBrowser for help on using the repository browser.