I support Alain's idea, in what regards having the HTML output
forward, now that FreeDOS has an HTML reader (and does not have
"standard" readers for other formats, rather than TXT).
Besides, reading those HTML Help packages as text won't bother you
much, they basically open the "literal text" tag,
"Alain M." wrote:
> > I think, you didn't get the point: Reading even the smallest manual
> > would always require HTMLHELP then. Yes, you could also use "type" or
> > "more", but HTML tag can be very annoying. So I don't like the idea.
>
> I don't understand why you disagree...
I told you above
Robert Riebisch escreveu:
>> Most of the tme I use DOSEMU, so I can use Firefox, but I once tested
>> the htmlhelp for some freedos docs and it is good enough!
>
> I think, you didn't get the point: Reading even the smallest manual
> would always require HTMLHELP then. Yes, you could also use "ty
"Alain M." wrote:
> Most of the tme I use DOSEMU, so I can use Firefox, but I once tested
> the htmlhelp for some freedos docs and it is good enough!
I think, you didn't get the point: Reading even the smallest manual
would always require HTMLHELP then. Yes, you could also use "type" or
"more", b
Robert Riebisch escreveu:
> "Alain M." wrote:
>
2. groff has an option to generate html output (not sure if djgpp's
groff can do this, though.) So I suppose you could process the man
files using groff's html output generator, and include those as "html
Help" pages.
>>> Please
"Alain M." wrote:
> >> 2. groff has an option to generate html output (not sure if djgpp's
> >> groff can do this, though.) So I suppose you could process the man
> >> files using groff's html output generator, and include those as "html
> >> Help" pages.
> >
> > Please find a consensus now with E
Just tested it on my Linux system (don't have FreeDOS loaded at the mo') using
groff -man -Thtml .1 > .html
..then viewing with elinks (text-only web browser.) You get a table of
contents at the top of the page, but the page itself is very readable.
Looks great.
-jh
On Wed, Apr 9, 2
Robert Riebisch escreveu:
>
>> 2. groff has an option to generate html output (not sure if djgpp's
>> groff can do this, though.) So I suppose you could process the man
>> files using groff's html output generator, and include those as "html
>> Help" pages.
>
> Please find a consensus now with E
Eric Auer wrote:
> > Is fritz.mueller [at] mail.com still valid?
>
> Yes, but why not ask off-list?
In contrast to you, I don't like off-list discussions. ;-)
> > What zip contents?
>
> HTMLHELP can show HTML pages directly while they are still in a ZIP.
> But of course you can override by put
> Is fritz.mueller [at] mail.com still valid?
Yes, but why not ask off-list?
> What zip contents?
HTMLHELP can show HTML pages directly while they are still in a ZIP.
But of course you can override by putting unzipped HTMLs on disk.
> > be okay to have the ASCII version in doc/PACKAGENAME/*.tx
Jim Hall wrote:
> 1. process the man files using roff, with output as text. I wouldn't
> strip linefeeds - instead, I'd convert the ^H output so that bold and
Sorry, my mistake: I don't want to strip (CR)LF line feeds, but reverse
line feeds (control characters).
> underlined text appear as norm
Eric Auer wrote:
> > AFAIK FreeDOS doesn't come with a man page reader. So what's
> > the best method to make documentation accessible to DOS users?
>
> We have the HTMLHELP system. You should contact Fritz Mueller
Is fritz.mueller [at] mail.com still valid?
> to have your pages integrated into
I think you have two options:
1. process the man files using roff, with output as text. I wouldn't
strip linefeeds - instead, I'd convert the ^H output so that bold and
underlined text appear as normal text (the FreeDOS MORE program and
other DOS "pager" programs do not interpret ^H backspacing to
Hi Robert,
> Of course, all have documentation in standard man pages. ;-)
That is not standard, that is Unix ;-)
> AFAIK FreeDOS doesn't come with a man page reader. So what's
> the best method to make documentation accessible to DOS users?
We have the HTMLHELP system. You should contact Fritz
Hi!
I'm porting some small tools to (Free)DOS using latest Open Watcom
C/C++. Of course, all have documentation in standard man pages. ;-)
AFAIK FreeDOS doesn't come with a man page reader. So what's the best
method to make documentation accessible to DOS users?
My idea is to put original groff f
15 matches
Mail list logo