/
com/planet_ink/coffee_mud/Abilities/
com/planet_ink/coffee_mud/Abilities/Common/
com/planet_ink/coffee_mud/Abilities/Diseases/
com/planet_ink/coffee_mud/Abilities/Druid/
com/planet_ink/coffee_mud/Abilities/Fighter/
com/planet_ink/coffee_mud/Abilities/Prayers/
com/planet_ink/coffee_mud/Abilities/Properties/
com/planet_ink/coffee_mud/Abilities/Skills/
com/planet_ink/coffee_mud/Abilities/Songs/
com/planet_ink/coffee_mud/Abilities/Spells/
com/planet_ink/coffee_mud/Abilities/Thief/
com/planet_ink/coffee_mud/Abilities/Traps/
com/planet_ink/coffee_mud/Areas/interfaces/
com/planet_ink/coffee_mud/Behaviors/
com/planet_ink/coffee_mud/CharClasses/interfaces/
com/planet_ink/coffee_mud/Commands/
com/planet_ink/coffee_mud/Commands/interfaces/
com/planet_ink/coffee_mud/Exits/interfaces/
com/planet_ink/coffee_mud/Items/Armor/
com/planet_ink/coffee_mud/Items/Basic/
com/planet_ink/coffee_mud/Items/MiscMagic/
com/planet_ink/coffee_mud/Items/Software/
com/planet_ink/coffee_mud/Items/Weapons/
com/planet_ink/coffee_mud/Libraries/interfaces/
com/planet_ink/coffee_mud/Locales/
com/planet_ink/coffee_mud/Locales/interfaces/
com/planet_ink/coffee_mud/MOBS/
com/planet_ink/coffee_mud/MOBS/interfaces/
com/planet_ink/coffee_mud/Races/
com/planet_ink/coffee_mud/Races/interfaces/
com/planet_ink/coffee_mud/WebMacros/
com/planet_ink/coffee_mud/WebMacros/interfaces/
com/planet_ink/coffee_mud/application/
com/planet_ink/coffee_mud/core/smtp/
com/planet_ink/siplet/applet/
lib/
resources/examples/
resources/fakedb/
resources/quests/delivery/
resources/quests/diseased/
resources/quests/drowning/
resources/quests/gobwar/
resources/quests/holidays/
resources/quests/robbed/
resources/quests/smurfocide/
resources/quests/stolen/
resources/quests/templates/
resources/quests/treasurehunt/
resources/quests/vengeance/
web/
web/admin.templates/
web/admin/images/
web/pub.templates/
web/pub/images/mxp/
web/pub/sounds/
#-----------------------------------------------------
# this .ini file is loaded by all web servers -
#  a property that is defined in their server.ini
# will override one defined here.
#-----------------------------------------------------

#optional
# defaults to 6
BACKLOG=10

#required
#DEFAULTFILE=index.html
DEFAULTFILE=index.cmvp

#required
#virtual page extension
#you MUST provide a mime type for this, or it will default to binary!
# also, it must begin with a leading '.' because I'm lazy
VIRTUALPAGEEXTENSION=.CMVP

#-----------------------------------------------------
# mount points (virtual paths)
#  format is MOUNT(xxx)=yyy
# where
#  xxx is a relative path from the server base directory
#  yyy is an relative path from the coffeemud root.
#
# neither should be terminated with /
#
# define virtual paths here that you want all servers
#  to share.
#-----------------------------------------------------

#this makes the player guides available for all servers with the URL path /guides
MOUNT/guides=guides


#-----------------------------------------------------
# mime types
#  format is 'MIME.extension=mimetype'
# defined here so all servers can share
#-----------------------------------------------------

# virtual page extension - should usually be text/html
MIME.CMVP=text/html

# html
MIME.HTML=text/html
MIME.HTM=text/html

# style-sheets
MIME.CSS=text/css

# text
MIME.TEXT=text/plain
MIME.TXT=text/plain
MIME.ASCII=text/plain
MIME.ASC=text/plain

# applets
MIME.CLASS=application/octet-stream
MIME.CLA=application/octet-stream

# javascript
MIME.JS=application/x-javascript

# images (standard html types)
MIME.GIF=image/gif
MIME.JPEG=image/jpeg
MIME.JPG=image/jpeg
MIME.JPE=image/jpeg

# more image types
MIME.BMP=image/bmp
MIME.PNG=image/png
MIME.TIF=image/tiff
MIME.TIFF=image/tiff

# audio
MIME.AU=audio/basic
MIME.MIDI=audio/midi
MIME.MID=audio/midi
MIME.SND=audio/basic
MIME.WAV=audio/x-wav

# compressed files
MIME.GTAR=application/x-gtar
MIME.GZ=application/x-gzip
# (not too sure about these two)
MIME.LHA=application/octet-stream
MIME.LZH=application/octet-stream
MIME.TAR=application/x-tar
MIME.ZIP=application/zip

# document types
MIME.DOC=application/msword
MIME.PDF=application/pdf

# misc file types
MIME.XML=text/xml
MIME.SWF=application/x-shockwave-flash
MIME.BIN=application/octet-stream
MIME.EXE=application/octet-stream