Skip to main content

document handler

Discworld room help

document handler

Name

Document handler - a place to store and read documents

Syntax

list [documents]
view [document] <id>
add [document] {plain|html} called "<title>"
delete [document] <id>

Description

This room keeps track of a bunch of documents and allows you to view and change them. These documents can be in html or plain text format, only a subset of the html codes are used to control the formatting.

The recognised html tags are: <ul> </ul> <ol> </ol> <dl> <dd> <dt> </dl> <p> <li> <br> <pre> </pre> <b> </b> <i> </i> <code> </code> <center> </center>

See Also

Nothing