1README_PERL
2
3'groffer' is written in the programming language Perl.
4
5
6Compatibility
7
8It was written in Linux, but due to Free Software under GNU it is
9available for each operating system.
10
11For testing, 'groffer.pl' may be used directly without a Makefile.  By
12'make', this file will be transformed into the file 'groffer' that will
13be installed.
14
15
16Temporary files
17
18The 'file' and 'so' temporaries are numbered and the files with .so
19request are copied.  All .so requests are handled; this is an
20extension to 'man' that deals only with the first .so request.
21
22
23####### License
24
25Copyright (C) 2003-2018 Free Software Foundation, Inc.
26Written by Bernd Warken <groff-bernd.warken-72@web.de>.
27
28This file is part of 'groffer', which is part of 'groff'.
29
30'groff' is free software; you can redistribute it and/or modify it
31under the terms of the GNU General Public License as published by
32the Free Software Foundation, either version 2 of the License, or
33(at your option) any later version.
34
35'groff' is distributed in the hope that it will be useful, but WITHOUT
36ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
37FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
38for more details.
39
40You should have received a copy of the GNU General Public License
41along with this program.  If not, see
42<http://www.gnu.org/licenses/gpl-2.0.html>.
43
44
45####### Emacs settings
46
47Local Variables:
48mode: text
49End:
50