#720134 Missing but documented option: --monochrome

Package:
netrik
Source:
netrik
Description:
text mode WWW browser with vi like keybindings
Submitter:
"Trent W. Buck"
Date:
2014-12-03 12:18:16 UTC
Severity:
minor
#720134#5
Date:
2013-08-19 04:18:30 UTC
From:
To:
I was looking at alternatives to lynx --dump to turn text/plain into
text/html.  The manpage describes using TERM=ansi, but since I didn't
want *any* escape sequences, I tried TERM=dumb.  That tells me to pass
--monochrome, but netrik doesn't accept --monochrome.

    $ date >x
    $ TERM=dumb netrik --monochrome --dump x
    netrik: unrecognized option '--monochrome'
    Can't get color capabilities -- starting in monochrome mode.

    If this is what you want, use --monochrome option to suppress this warning. Otherwise, please check your $TERM environment variable. (See README for details.)

    Press <return> to continue.


    Monday 19 August 14:16:09 EST 2013
    $

#720134#10
Date:
2014-11-20 22:26:00 UTC
From:
To:
tags 720134 + patch
tags 720134 + confirmed
tags 720134 + upstream
stop
----------------------------------------------------------------------


Hello,

A user of netrik reported this bug :

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720134

and I have made a patch to fix embedded documentation in screen.c for
--monochrome / --bw option.

Can you integrated it please ?

Thanks for yours help.

Regards,

#720134#15
Date:
2014-11-20 22:28:54 UTC
From:
To:
Hello Trent,

I have sent a patch to upstream to correct netrik documentation.

You can use --bw option instead of --monochrome.

Regards,

#720134#24
Date:
2014-11-20 22:28:54 UTC
From:
To:
Hello Trent,

I have sent a patch to upstream to correct netrik documentation.

You can use --bw option instead of --monochrome.

Regards,

#720134#33
Date:
2014-12-02 04:01:55 UTC
From:
To:
Hi,

I committed the fix to netrik CVS (eek!) -- let me know if a tarball
release would be helpful...

BTW, when using --dump --bw, the output is guaranteed to be plain text
-- no need to set $TERM in this case. (This was mentioned in some of the
documentation, but it was missing in the main man page... I fixed that
too.)