File: TODO

package info (click to toggle)
man2html 1.6f%2Brepack-1%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,416 kB
  • ctags: 2,894
  • sloc: ansic: 9,558; sh: 2,301; makefile: 343; perl: 335; awk: 305; lisp: 171; cs: 170
file content (26 lines) | stat: -rw-r--r-- 801 bytes parent folder | download
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
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\";")'
]