* src/preproc/html/pre-html.cpp (make_message): Make it work for
[s-roff.git] / contrib / groffer / TODO
blob5dd9b253b93008b1771e1a2daa32476fdc819b41
1 TODO file for `groffer'
3 File position: <groff-source>/contrib/groffer/TODO
6 ####### TODO
8 Optimization:
9 - Optimize man path determination in manpath_add_lang_sys() for speed
10   by building-up the man path only by and by as far as necessary
11   (not trivial).
12 - To increase the running speed write part of the groffer shell script
13   in C/C++.
14 - Split the groffer.sh shell script into several files for better tests
15   of the shell compatibility.
17 Features:
18 - Revise option handling of `grog'.
19 - `gxditview' needs a complete shower.
21 Revision:
22 - Revise the `--all' feature to better reflect GNU man.
23 - The debug function stack is buggy (no effect on normal operation).
25 Documentation:
26 - Improve the documentation of the search algorithm for man pages in
27   both the groffer script and the man page `groffer.man'.
28 - In `groff.man', add more documentation for parts that were taken over
29   from GNU `man'.
30 - The documentation in the headers for some function definitions in
31   `groffer.sh' needs to be updated.
34 ####### License
36 Copyright (C) 2003,2004 Free Software Foundation, Inc.
37 Written by Bernd Warken
39 This file is part of groffer, which is part of groff.
41 groff is free software; you can redistribute it and/or modify it
42 under the terms of the GNU General Public License as published by
43 the Free Software Foundation; either version 2, or (at your option)
44 any later version.
46 groff is distributed in the hope that it will be useful, but WITHOUT
47 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
48 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
49 License for more details.
51 You should have received a copy of the GNU General Public License
52 along with groff; see the files COPYING and LICENSE in the top
53 directory of the groff source.  If not, write to the Free Software
54 Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.