File: TODO

package info (click to toggle)
man2html 1.6g-7
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,620 kB
  • ctags: 3,191
  • sloc: ansic: 9,637; sh: 2,322; perl: 335; makefile: 327; awk: 305; lisp: 171; cs: 170; xml: 119
file content (28 lines) | stat: -rw-r--r-- 854 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Resuming regular releases after Grad School hiatus.

Improvements and reviews of internationalization/localization.

----> The localization and platform support are being addressed in the
upcoming minor releases. Comments and patches welcome.

----> UTF-8 support is in the works as well. Comments and patches welcome.

hman does not use LANG; review coherence of ENV use.

Review support under HP-UX, Irix, Solaris, AIX, OS-X and other *NIXes. 

Add support for missing macros in man2html. 

Are there security problems in the present setup?

-----------------------------------------------------------
MANPL gives page length - undocumented; may disappear again

[But brobison@ecst.csuchico.edu likes it and says:
it allows one to do something like:

export LINES
export MANPAGER='less -i'
export MANPL='$(perl -e "print ($LINES - 1) / 6, \"i\";")'
]