Provided imformation on how to upgrade a class of objects,
including the case where there are new init() attributes on the new
class, thus requiring an upgrade then a seperate set-method call of some
kind, probably to a temporary set-method.
Add objectName or whatever to the verb record info.
Example verb creation, including the method.
Examples of 'fun' objects (meep, wind-up ducky, tame falcon).
Some documentation on Parsing.oz, or a pointer to it
Put a list of articles somewhere.
Document the standard arguments to verb methods.
Note somewhere that an init method should always be able to
accept nothing but "ozName" and "storageRef", because upgrades will
pass only those (and fill them with nil, expecting fromRecord to fix
them).
Describe all the different export and featExport types (or,
rather, copy this info from the design doc).