IBM Generalized Markup Language

Generalized Markup Language (GML) is a set of macros that implement intent-based (procedural) markup tags for the IBM text formatter, SCRIPT. SCRIPT/VS is the main component of IBM's Document Composition Facility (DCF). A starter set of tags in GML is provided with the DCF product.

IBM Generalized Markup Language
Developed byIBM
Extended toSGML

Characteristics

GML was developed in 1969 and the early 1970s by Charles Goldfarb, Edward Mosher and Raymond Lorie (whose surname initials were used by Goldfarb to make up the term GML).[1]

Using GML, a document is marked up with tags that define what the text is, in terms of paragraphs, headers, lists, tables, and so forth. The document can then be automatically formatted for various devices simply by specifying a profile for the device. For example, it is possible to format a document for a laser printer or a line (dot matrix) printer or for a screen simply by specifying a profile for the device without changing the document itself.

The Standard Generalized Markup Language (SGML), an ISO-standard technology for defining generalized markup languages for documents, is descended from GML.[1] The Extensible Markup Language (XML) was initially a streamlined and simplified development of SGML, but has outgrown its parent in terms of worldwide acceptance and support.

A GML script example

   :h1.Chapter 1:  Introduction
   :p.GML supported hierarchical containers, such as
   :ol.
   :li.Ordered lists (like this one),
   :li.Unordered lists, and
   :li.Definition lists
   :eol.
   as well as simple structures.
   :p.Markup minimization (later generalized and formalized in SGML),
   allowed the end-tags to be omitted for the "h1" and "p" elements.

In the early 1980s, IBM developed a dedicated publishing tool called Information Structure Identification Language (ISIL) based on GML. ISIL was used to generate much of IBM documentation for the IBM PC and other products at this time. In the late 1980s, a commercial product called BookMaster was developed, based mostly on ISIL.

During the early 1980s, Don Williams at IBM developed DWScript to use the SCRIPT/VS on the IBM PC.[2] In 1986, he developed a PC version of ISIL called DWISIL. These products were used only internally at IBM.

gollark: There *may* be a god of some kind who rewards you for believing in them and their afterlife and such, but there is an infinity of possible gods including ones like "allocates you to heaven or hell entirely at random", "entirely indistinguishable from no god", "sends you to hell if you believe in the *other* god", "incomprehensible eldritch abomination" or "literal bees".
gollark: PASACL'S WAGER BAD
gollark: ÆÆÆÆÆÆÆÆÆÆÆÆÆÆÆÆÆÆÆÆÆÆÆÆÆÆÆA
gollark: Whether there *is*... some supernatural thing after death, such as an afterlife... is pretty much independent of whether you believe it or not, and while the exact form of that *may* depend on your beliefs about it, that makes a LOT of presumptions about god or who/what created the system which are not supported.
gollark: Pascal's Wager BAD.

See also

References

  1. Charles F. Goldfarb (1996). "The Roots of SGML - A Personal Recollection". Retrieved 2007-07-07.
  2. DWScript - Document Composition Facility for the IBM Personal Computer Version 4.6 Updates, DW-04167, Nov 8th, 1985
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.