Scribe to HTML: Making Scribe produce HTML

Producing HTML Documents with Scribe

(Prev) (Next)

2. Making Scribe produce HTML

In the simplest case, you have a short Scribe document that you want to use to produce a single HTML file. Two things need to be done:

  1. Specify @device(HTML) at the beginning of your document, or use the appropriate command-line switch.
  2. If your document uses @description, you must post-process the .html output file with the awk script html-post.awk[See Section 11.]. This adds the HTML <DD> tags inside the description body. If you omit this step, your @description environments will be incorrectly formatted.

Not all Scribe environments can be successfully translated into HTML. The following limitations exist:

The HTML device type provides the basic formatting into HTML. The features described in the remaining sections are only available by including the library file HTML.


Copyright (C) 1993, 1994 Digital Equipment Corporation
Glenn Trewitt, trewitt@pa.dec.com