Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.
This pass brought to you by loving, painstaking hand editing.
The text2html function marks up plain text as HTML. By default it
converts HTML metacharacters into the corresponding entities. More
sophisticated transformations, such as splitting the text into
paragraphs or marking up bulleted lists, can be carried out by
setting the appropriate options.
PR: 44903
Submitted by: Seamus Venasse <svenasse@polaris.ca>