man2html (1.5-25.99woody.1) unstable; urgency=low
* HTML-escape arguments.
-- Philippe Troin Fri, 11 Oct 2019 18:51:57 -0700
man2html (1.5-25.99woody) unstable; urgency=low
* Build-depends on debhelper 4.0 (was 4.1).
* Disabled support for debconf, since it requires po-debconf, which is not
in woody.
* Removed versionned dependency on mandb.
* Woody backport.
-- Philippe Troin Thu, 23 Jan 2003 15:38:35 -0800
man2html (1.5-26) unstable; urgency=low
* man2html.c:
+ cgi queries where decoded twice: in querystring2argv() and then while
parsing arguments in main().
+ added CSS styles for and
tags.
* mansearch:
+ do not try to parse options, they are valid for glimpse, but not for
swish++.
+ remove debbuging output (closes: #177656).
+ improve urldecode() function, so we don't double decode cgi queries.
+ correct url for swish++ download.
* Convert postinst question to debconf.
* Added Polish translation of debconf template.
* debian/control: added dependency on man-db, because manwhatis needs whatis
command and man2html needs /etc/manpath.config file.
-- Robert Luberda Tue, 21 Jan 2003 22:52:52 +0100
man2html (1.5-25) unstable; urgency=low
* Moved debian/{mansearch.html.swish++,mansearch.swish++} back to
dist/{mansearch.html,mansearch}. Also moved debian/swish++.conf
to dist/.
* Added file utils.c, with querystrign2argv(), urldecode(), urlencode()
functions.
* mansearch:
+ if called without arguments, check QUERY_STRING environment variable
+ added urldecode() function
+ now we use non-awk-standard strtonum(), so switch to gawk:
- this, according to bug submitter, also closes: #49220.
- debian/control: added gawk dependancy
+ really fix `invalid range end' gawk error
+ fix broken regular expression.
* man2html.c:
+ call querystring2argv().
+ while parsing .TH lines, all `"' were changed to `\a' and those `\a' was
outputed into html. Remove all those `\a'.
+ change `file:/path/to/file' references into `file:///path/to/file', so
they are undesrtood by links now.
* manwhatis.c:
+ call querystring2argv().
+ do better parse of `whatis' output (closes: #144906). All generated
links should be valid now, but if you find in index any manpage, which
you think shouldn't be there, please check output of `whatis' command
and than file a bug against package which contains the manpage (or
against man-db, if you think it's whatis bug)
+ call urlencode() on generated links
+ html-encode '<', '&', '>' on output
+ add missing html tags, like , etc.
+ free allocated memory.
* Now, with the above changes, we can drop using of tag, which
is deprecated, and not supported for example by links and opera. We can
use