The muf Den

Files

UltraEdit syntax definition

A ProtoMUCK MUF syntax for UltraEdit by Skye. Add this section to the end of your wordfile.txt, changing the number after "/L" (here "8") to the next number after the last one in your wordfile.txt.

TextPad syntax definition

A syntax highlighting definition for the Textpad text editor.

Ear-gear MUF icon

A 32x32 icon for MUF (or MPI) program files, as seen in The muf Den's logo image.

detab.pl

A quick script for normalizing whitespace in a MUF program file, for uploading readably to a MUCK.

whitespace.pl

This is a Perl 5 script for counting up how much text, whitespace, and comments are in a MUF program. It reads from stdin and writes to stdout, so using it should be something like: ./whitespace.pl < myprogram.muf . Try Perl.com for information on Perl.