MakeModules (mamo) consists of a collection of Makefile snippets called modules. Each module defines features for a single or some related common tasks. For instance, the module "C" defines features for generating object files from C sources, the module "Pod" defines features to generate documentation from pod sources, and the module "Install" defines features for installing files in various ways locally or on a remote host. The important module "Subdirectory" defines recursive operation in a directory tree. In no way are tasks limited to programming. For instance, mamo can be used to maintain a Web site.
oil2xsd is a collection of XSLT stylesheets converting an ontology written in OIL to an XML Schema. The input must be provided as an RDFS file extended by the Standard OIL tags. The stylesheets are applied to the input or the output of the previous transformation, respectively, and are accompanied by a small shell script which applies them one after another. While some stylesheets provide basic transformations that are always necessary, other stylesheets may be applied as wanted or may be replaced by customized versions to accomplish special tasks. The result is a XML Schema which may be used to define document structures. Not all features of OIL are transformed into the resulting XML Schema. However, an interesting subset is supported.