public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* msman - view MSDN docs as man pages
@ 2001-12-12 20:56 Nick Duffek
  2001-12-13 14:53 ` Nick Duffek
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Duffek @ 2001-12-12 20:56 UTC (permalink / raw)
  To: cygwin

Hi,

I've released msman 0.2, a free Perl script that downloads MSDN web pages,
converts them to local UNIX-style man pages, and optionally displays them.

Sample usage: "msman CreateFile" displays documentation for the Win32
CreateFile() function, downloading and converting it first if needed.

It's still beta quality, but it works on the pages I've tried so far.

Download:  http://nick.duffek.com/software/msman
Requires:  Perl and either pod2man or nsgmls with docbook2man-spec.pl

Nick
--
Nick Duffek
nick@duffek.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: msman - view MSDN docs as man pages
  2001-12-12 20:56 msman - view MSDN docs as man pages Nick Duffek
@ 2001-12-13 14:53 ` Nick Duffek
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Duffek @ 2001-12-13 14:53 UTC (permalink / raw)
  To: cygwin

A couple of updates to my announcement of msman:

>Download:  http://nick.duffek.com/software/msman

Until a short while ago, Internet Explorer was downloading that as a .tar
file.  I've changed the MIME type to prevent that.

>Requires:  Perl and either pod2man or nsgmls with docbook2man-spec.pl

It also requires the LWP::UserAgent Perl module, which isn't installed by
default in many Perl distributions, including Cygwin's.  To install it,
you can run:

   perl -MCPAN -e shell

from the shell prompt and then:

   force install LWP

from the "cpan>" prompt after answering any questions it asks.

Nick

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-13 22:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-12 20:56 msman - view MSDN docs as man pages Nick Duffek
2001-12-13 14:53 ` Nick Duffek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).