/
MudOS_0.9.19/bin/
MudOS_0.9.19/doc/concepts/
MudOS_0.9.19/doc/driver/
MudOS_0.9.19/doc/efuns/bitstrings/
MudOS_0.9.19/doc/efuns/buffers/
MudOS_0.9.19/doc/efuns/communication/
MudOS_0.9.19/doc/efuns/core/
MudOS_0.9.19/doc/efuns/mappings/
MudOS_0.9.19/doc/efuns/math/
MudOS_0.9.19/doc/efuns/security/
MudOS_0.9.19/doc/lpc/constructs/
MudOS_0.9.19/doc/lpc/types/
MudOS_0.9.19/doc/platforms/
MudOS_0.9.19/etc/
MudOS_0.9.19/mudlib/
MudOS_0.9.19/mudlib/lil/
MudOS_0.9.19/mudlib/lil/clone/
MudOS_0.9.19/mudlib/lil/command/
MudOS_0.9.19/mudlib/lil/data/
MudOS_0.9.19/mudlib/lil/etc/
MudOS_0.9.19/mudlib/lil/include/
MudOS_0.9.19/mudlib/lil/inherit/
MudOS_0.9.19/mudlib/lil/inherit/master/
MudOS_0.9.19/mudlib/lil/log/
MudOS_0.9.19/mudlib/lil/single/
MudOS_0.9.19/mudlib/lil/u/
MudOS_0.9.19/src/testsuite/
MudOS_0.9.19/src/testsuite/clone/
MudOS_0.9.19/src/testsuite/command/
MudOS_0.9.19/src/testsuite/data/
MudOS_0.9.19/src/testsuite/etc/
MudOS_0.9.19/src/testsuite/include/
MudOS_0.9.19/src/testsuite/inherit/
MudOS_0.9.19/src/testsuite/inherit/master/
MudOS_0.9.19/src/testsuite/log/
MudOS_0.9.19/src/testsuite/single/
MudOS_0.9.19/src/testsuite/single/efuns/
MudOS_0.9.19/src/testsuite/u/
This is the MudOS documentation directory.

It has the following contents:

Credits         Credits those that helped write the documentation
History.MudOS   Brief history of the development of MudOS 
Install         Installation and Unpacking guide for MudOS
Platforms       Platforms that MudOS has been ported to and tested on
Run             Guide on how to run MudOS
Email           email addresses for bug reports and discussion of MudOS.
man2ascii.sh
convert.sh      These two shell scripts are used to convert the documentation
		        from "man" format to ascii.
applies/	    "man" format files describing the local functions that 
                the MudOS driver depends on being present in various objects
                in your mudlib
defines/        descriptions of the #defines automagically available to LPC
                objects.
concepts/       descriptions of several important fundamental topics
driver/         description of the inner workings of the MudOS/lpmud driver
efuns/          "man" format system function documentation
lpc/            documentation on the language syntax itself
platforms/      tips for compiling MudOS on various platforms


"man page format" documents:

All of our documentation describing efuns and driver "applies" are in
the UNIX "man" format.  To convert them to plain ascii format, from
this directory, type "./man2ascii" and it will convert all of the docs
into plain ascii for you. (and remove the man format files)