fluffos/docs/archive
2018-12-30 17:03:14 -08:00
..
defines Move to /docs folder 2018-12-30 17:03:14 -08:00
driver Move to /docs folder 2018-12-30 17:03:14 -08:00
platforms Move to /docs folder 2018-12-30 17:03:14 -08:00
Artistic.README Move to /docs folder 2018-12-30 17:03:14 -08:00
Bugs Move to /docs folder 2018-12-30 17:03:14 -08:00
ChangeLog.alpha Move to /docs folder 2018-12-30 17:03:14 -08:00
ChangeLog.beta Move to /docs folder 2018-12-30 17:03:14 -08:00
ChangeLog.fluffos Move to /docs folder 2018-12-30 17:03:14 -08:00
ChangeLog.fluffos-2.x Move to /docs folder 2018-12-30 17:03:14 -08:00
ChangeLog.mudos Move to /docs folder 2018-12-30 17:03:14 -08:00
convert.sh Move to /docs folder 2018-12-30 17:03:14 -08:00
Credits.docs Move to /docs folder 2018-12-30 17:03:14 -08:00
Credits.LPmud Move to /docs folder 2018-12-30 17:03:14 -08:00
Credits.MudOS Move to /docs folder 2018-12-30 17:03:14 -08:00
Email Move to /docs folder 2018-12-30 17:03:14 -08:00
FTP Move to /docs folder 2018-12-30 17:03:14 -08:00
History.MudOS Move to /docs folder 2018-12-30 17:03:14 -08:00
Ideas Move to /docs folder 2018-12-30 17:03:14 -08:00
INSTALL Move to /docs folder 2018-12-30 17:03:14 -08:00
Install.MudOS Move to /docs folder 2018-12-30 17:03:14 -08:00
IT_CRASHED Move to /docs folder 2018-12-30 17:03:14 -08:00
man2ascii.sh Move to /docs folder 2018-12-30 17:03:14 -08:00
Performance Move to /docs folder 2018-12-30 17:03:14 -08:00
Platforms.MudOS Move to /docs folder 2018-12-30 17:03:14 -08:00
README Move to /docs folder 2018-12-30 17:03:14 -08:00
README.MudOS Move to /docs folder 2018-12-30 17:03:14 -08:00
Running.MudOS Move to /docs folder 2018-12-30 17:03:14 -08:00

This is the MudOS documentation directory.

It has the following contents:

Credits.docs    Credits those that helped write the documentation
History.MudOS   Brief history of the development of MudOS 
Install.MudOS   Installation and Unpacking guide for MudOS
Platforms.MudOS Platforms that MudOS has been ported to and tested on
Running.MudOS   Guide on how to run MudOS
Email           Email addresses for bug reports and discussion of MudOS.
FTP             (incomplete) list of ftp sites for MudOS driver and mudlibs
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)


Additional documentation appears in the /src directory:

Artistic
Artistic.README
Copyright       These three files discuss copyright, re-distribution, etc
Credits.MudOS
Credits.LPmud   These two files give credit to significant contributors
ChangeLog.*     List of changes
Bugs            List of known bugs at this patchlevel
Ideas           A ToDo list
Config.Example  Sample configuration file
Install         Brief installation notes
IT_CRASHED      Notes on debugging crashes
Performance     Notes on improving performance