9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] APE paper
@ 2004-03-05  4:16 David Presotto
  2004-03-05  5:18 ` Rob Pike
  0 siblings, 1 reply; 12+ messages in thread
From: David Presotto @ 2004-03-05  4:16 UTC (permalink / raw)
  To: 9fans

Its clear I had no idea how troff works when I wrote
ms2html.  This isn't going to be fixed any time soon.
It isn't just the APE paper.


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

* Re: [9fans] APE paper
  2004-03-05  4:16 [9fans] APE paper David Presotto
@ 2004-03-05  5:18 ` Rob Pike
  0 siblings, 0 replies; 12+ messages in thread
From: Rob Pike @ 2004-03-05  5:18 UTC (permalink / raw)
  To: 9fans

> Its clear I had no idea how troff works when I wrote
> ms2html.  This isn't going to be fixed any time soon.
> It isn't just the APE paper.

the quality would suffer, but you could easily adapt ms2html to use
troff2html, which knows much more about troff but a lot less about html.

-rob



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

* Re: [9fans] APE paper
  2004-03-05  6:26       ` Kenji Okamoto
@ 2004-03-05 11:56         ` David Presotto
  0 siblings, 0 replies; 12+ messages in thread
From: David Presotto @ 2004-03-05 11:56 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 273 bytes --]

I fixed ms2html somewhat last night and then fixed ape.html.  I went
and read the troff reference manual and figured out what I did
wrong processing macro args.  I still can't make troff.html but I
know why.  I'll have it fixed this morning, ran out of time last
night.

[-- Attachment #2: Type: message/rfc822, Size: 2265 bytes --]

From: Kenji Okamoto <okamoto@granite.cias.osakafu-u.ac.jp>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] APE paper
Date: Fri, 5 Mar 2004 15:26:43 +0900
Message-ID: <1cfc6b127b88a88a5c44a98dbe88f44e@granite.cias.osakafu-u.ac.jp>

> #include <tt>#include &lt;&lt;I&gt;file&lt;/I&gt;&gt;</tt>, displayed
> as #include <<I>file</I>>; later in the same paragraph, 

curiously, I don't see this.   ape.html can be read fine by Links.☺
I also checked of /sys/doc/ape.html of our local version,

--rw-rw-r-- M 9 sys sys  14176 Apr 28  2002 ape.html
--rw-rw-r-- M 9 sys sys  12595 Mar 18  2000 ape.ms
--rw-rw-r-- M 9 sys sys 258779 Jun 13  2000 ape.ps

and all the files looks fine to me.

Kenji

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

* Re: [9fans] APE paper
  2004-03-05  3:52     ` David Tolpin
  2004-03-05  3:08       ` andrey mirtchovski
  2004-03-05  3:59       ` David Presotto
@ 2004-03-05  6:26       ` Kenji Okamoto
  2004-03-05 11:56         ` David Presotto
  2 siblings, 1 reply; 12+ messages in thread
From: Kenji Okamoto @ 2004-03-05  6:26 UTC (permalink / raw)
  To: 9fans

> #include <tt>#include &lt;&lt;I&gt;file&lt;/I&gt;&gt;</tt>, displayed
> as #include <<I>file</I>>; later in the same paragraph, 

curiously, I don't see this.   ape.html can be read fine by Links.☺
I also checked of /sys/doc/ape.html of our local version,

--rw-rw-r-- M 9 sys sys  14176 Apr 28  2002 ape.html
--rw-rw-r-- M 9 sys sys  12595 Mar 18  2000 ape.ms
--rw-rw-r-- M 9 sys sys 258779 Jun 13  2000 ape.ps

and all the files looks fine to me.

Kenji



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

* Re: [9fans] APE paper
  2004-03-05  3:52     ` David Tolpin
  2004-03-05  3:08       ` andrey mirtchovski
@ 2004-03-05  3:59       ` David Presotto
  2004-03-05  6:26       ` Kenji Okamoto
  2 siblings, 0 replies; 12+ messages in thread
From: David Presotto @ 2004-03-05  3:59 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 68 bytes --]

I know, I'm working on ms2html.c now to figure out what's happening.

[-- Attachment #2: Type: message/rfc822, Size: 2652 bytes --]

From: David Tolpin <dvd@davidashen.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] APE paper
Date: Fri, 5 Mar 2004 07:52:40 +0400 (AMT)
Message-ID: <200403050352.i253qeto074116@adat.davidashen.net>

> I'm remaking everything in /sys/doc, just in case.  You might see things
> in transition of you look over the next few minutes.
>

It contains all the text it needs, but something is still wrong.
The second sentence in paragraph about Pcc  contains

#include <tt>#include &lt;&lt;I&gt;file&lt;/I&gt;&gt;</tt>, displayed
as #include <<I>file</I>>; later in the same paragraph, markup formed
by 'tt' tags become unbalanced, with many extraneous <tt> tags inserted,
as one of results, the rest of paragraph after word 'objtype' is
printed in fixed-width font.

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

* Re: [9fans] APE paper
  2004-03-05  1:08   ` David Presotto
@ 2004-03-05  3:52     ` David Tolpin
  2004-03-05  3:08       ` andrey mirtchovski
                         ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: David Tolpin @ 2004-03-05  3:52 UTC (permalink / raw)
  To: 9fans

> I'm remaking everything in /sys/doc, just in case.  You might see things
> in transition of you look over the next few minutes.
>

It contains all the text it needs, but something is still wrong.
The second sentence in paragraph about Pcc  contains

#include <tt>#include &lt;&lt;I&gt;file&lt;/I&gt;&gt;</tt>, displayed
as #include <<I>file</I>>; later in the same paragraph, markup formed
by 'tt' tags become unbalanced, with many extraneous <tt> tags inserted,
as one of results, the rest of paragraph after word 'objtype' is
printed in fixed-width font.


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

* Re: [9fans] APE paper
  2004-03-05  3:52     ` David Tolpin
@ 2004-03-05  3:08       ` andrey mirtchovski
  2004-03-05  3:59       ` David Presotto
  2004-03-05  6:26       ` Kenji Okamoto
  2 siblings, 0 replies; 12+ messages in thread
From: andrey mirtchovski @ 2004-03-05  3:08 UTC (permalink / raw)
  To: 9fans

> It contains all the text it needs, but something is still wrong.
> The second sentence in paragraph about Pcc  contains
> 
> #include <tt>#include &lt;&lt;I&gt;file&lt;/I&gt;&gt;</tt>, displayed
> as #include <<I>file</I>>; later in the same paragraph, markup formed
> by 'tt' tags become unbalanced, with many extraneous <tt> tags inserted,
> as one of results, the rest of paragraph after word 'objtype' is
> printed in fixed-width font.

just page the postscript files from /sys/doc...



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

* Re: [9fans] APE paper
  2004-03-05  0:01 David Tolpin
  2004-03-05  0:23 ` rob pike, esq.
  2004-03-05  1:05 ` David Presotto
@ 2004-03-05  1:28 ` bs
  2 siblings, 0 replies; 12+ messages in thread
From: bs @ 2004-03-05  1:28 UTC (permalink / raw)
  To: 9fans

Looks fine on Mozilla 1.4 on Linux (at 8:28pm EST)...
> Hi,
> 
> The paper about APE at http://www.cs.bell-labs.com/sys/doc/ape.html
> has turned to be much longer than I though it was. I am not saying
> it is a excuse for the story with hypot, but in my browser, it ends
> on the paragraph about BSD_EXTENSION (in Mozilla Firebird).
> 
> It does rightfully so because < and > are not escaped, and 
> <bsd.h> is just an unknown tag with unterminated content.
> 
> I understand it is a feature of ms2html. I would like to try
> to fix it (as soon as I package graphviz -- but dot and neato
> are working already and drawing nice graphs).
> 
> David Tolpin
> 




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

* Re: [9fans] APE paper
  2004-03-05  1:05 ` David Presotto
@ 2004-03-05  1:08   ` David Presotto
  2004-03-05  3:52     ` David Tolpin
  0 siblings, 1 reply; 12+ messages in thread
From: David Presotto @ 2004-03-05  1:08 UTC (permalink / raw)
  To: 9fans

I'm remaking everything in /sys/doc, just in case.  You might see things
in transition of you look over the next few minutes.


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

* Re: [9fans] APE paper
  2004-03-05  0:01 David Tolpin
  2004-03-05  0:23 ` rob pike, esq.
@ 2004-03-05  1:05 ` David Presotto
  2004-03-05  1:08   ` David Presotto
  2004-03-05  1:28 ` bs
  2 siblings, 1 reply; 12+ messages in thread
From: David Presotto @ 2004-03-05  1:05 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 118 bytes --]

I remade ape.html and it comes out right.  I think what was there was the
output of some previous version of ms2html.

[-- Attachment #2: Type: message/rfc822, Size: 2587 bytes --]

From: David Tolpin <dvd@davidashen.net>
To: 9fans@cse.psu.edu
Subject: [9fans] APE paper
Date: Fri, 5 Mar 2004 04:01:11 +0400 (AMT)
Message-ID: <200403050001.i2501BL1073532@adat.davidashen.net>


Hi,

The paper about APE at http://www.cs.bell-labs.com/sys/doc/ape.html
has turned to be much longer than I though it was. I am not saying
it is a excuse for the story with hypot, but in my browser, it ends
on the paragraph about BSD_EXTENSION (in Mozilla Firebird).

It does rightfully so because < and > are not escaped, and 
<bsd.h> is just an unknown tag with unterminated content.

I understand it is a feature of ms2html. I would like to try
to fix it (as soon as I package graphviz -- but dot and neato
are working already and drawing nice graphs).

David Tolpin

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

* Re: [9fans] APE paper
  2004-03-05  0:01 David Tolpin
@ 2004-03-05  0:23 ` rob pike, esq.
  2004-03-05  1:05 ` David Presotto
  2004-03-05  1:28 ` bs
  2 siblings, 0 replies; 12+ messages in thread
From: rob pike, esq. @ 2004-03-05  0:23 UTC (permalink / raw)
  To: 9fans

this is weird. if i build ms2html it does the right thing, but the pages
served by the web are bad.

-rob



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

* [9fans] APE paper
@ 2004-03-05  0:01 David Tolpin
  2004-03-05  0:23 ` rob pike, esq.
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: David Tolpin @ 2004-03-05  0:01 UTC (permalink / raw)
  To: 9fans


Hi,

The paper about APE at http://www.cs.bell-labs.com/sys/doc/ape.html
has turned to be much longer than I though it was. I am not saying
it is a excuse for the story with hypot, but in my browser, it ends
on the paragraph about BSD_EXTENSION (in Mozilla Firebird).

It does rightfully so because < and > are not escaped, and 
<bsd.h> is just an unknown tag with unterminated content.

I understand it is a feature of ms2html. I would like to try
to fix it (as soon as I package graphviz -- but dot and neato
are working already and drawing nice graphs).

David Tolpin



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

end of thread, other threads:[~2004-03-05 11:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-05  4:16 [9fans] APE paper David Presotto
2004-03-05  5:18 ` Rob Pike
  -- strict thread matches above, loose matches on Subject: below --
2004-03-05  0:01 David Tolpin
2004-03-05  0:23 ` rob pike, esq.
2004-03-05  1:05 ` David Presotto
2004-03-05  1:08   ` David Presotto
2004-03-05  3:52     ` David Tolpin
2004-03-05  3:08       ` andrey mirtchovski
2004-03-05  3:59       ` David Presotto
2004-03-05  6:26       ` Kenji Okamoto
2004-03-05 11:56         ` David Presotto
2004-03-05  1:28 ` bs

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 NNTP newsgroup(s).