Changeset b8661e0 in git


Ignore:
Timestamp:
Mar 31, 2000, 1:09:03 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
734b9acb05dbbde0e4bb71cbea3b018cee888b7c
Parents:
a823a85a54863975790d069bfd0857f42a4fa293
Message:
* update


git-svn-id: file:///usr/local/Singular/svn/trunk@4243 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/README_ftp.texi

    ra823a8 rb8661e0  
    11@comment -*-texinfo-*-
    2 @comment $Id: README_ftp.texi,v 1.7 2000-02-04 13:21:15 obachman Exp $
     2@comment $Id: README_ftp.texi,v 1.8 2000-03-31 11:09:03 obachman Exp $
    33@c FILE: README_download.texi
    44@c PURPOSE: This should reside as README file in the main directory of the
     
    2525new release version 2-0 (should be there at the beginning of
    26262000).
     27
     28So far, there are only version for Linux, HPUX, and SunOS. There is
     29@strong{no} Windows port, yet.
    2730
    2831@macro nref{name,url}
  • doc/t2h_standalone.init

    ra823a8 rb8661e0  
    66#
    77
     8$T2H_print_page_foot = \&T2H_STANDALONE_print_page_foot;
    89# footer of page
    9 sub t2h_print_page_foot
     10sub T2H_STANDALONE_print_page_foot
    1011{
    1112  my $fh = shift;
    1213  print $fh <<EOT;
    1314<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},
     15&nbsp;<A HREF="http://www.singular.uni-kl.de/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE},
    1516generated by <A HREF="$T2H_HOMEPAGE"><I>texi2html</I></A>.
    1617</FONT>
Note: See TracChangeset for help on using the changeset viewer.