Clients/ConImp.c	     Source to STDIO client
Clients/Makefile.SH	     Source to Makefile for clients
Doc/communication.doc	     Online doc file
Doc/conimp.doc		     Online doc file
Doc/deity.doc		     Online doc file
Doc/files.doc		     Online doc file
Doc/hosting.doc		     Online doc file
Doc/imp.doc		     Online doc file
Doc/impcre.doc		     Online doc file
Doc/impctrl.doc		     Online doc file
Doc/impserv.doc		     Online doc file
Doc/impshut.doc		     Online doc file
Doc/intro.doc		     Online doc file
Doc/items.doc		     Online doc file
Doc/miners.doc		     Online doc file
Doc/security.doc	     Online doc file
Doc/ships.doc		     Online doc file
Doc/society.doc		     Online doc file
Help/accept.hlp		     Online help file
Help/build.hlp		     Online help file
Help/buy.hlp		     Online help file
Help/bye.hlp		     Online help file
Help/census.hlp		     Online help file
Help/change.hlp		     Online help file
Help/chat.hlp		     Online help file
Help/checkpoint.hlp	     Online help file
Help/collect.hlp	     Online help file
Help/commands.hlp	     Online help file
Help/configure.hlp	     Online help file
Help/declare.hlp	     Online help file
Help/discharge.hlp	     Online help file
Help/divvy.hlp		     Online help file
Help/doc.hlp		     Online help file
Help/donate.hlp		     Online help file
Help/dump.hlp		     Online help file
Help/enumerate.hlp	     Online help file
Help/fire.hlp		     Online help file
Help/fleet.hlp		     Online help file
Help/flush.hlp		     Online help file
Help/format.hlp		     Online help file
Help/grant.hlp		     Online help file
Help/headlines.hlp	     Online help file
Help/help.hlp		     Online help file
Help/info.hlp		     Online help file
Help/install.hlp	     Online help file
Help/land.hlp		     Online help file
Help/ledger.hlp		     Online help file
Help/lend.hlp		     Online help file
Help/liftoff.hlp	     Online help file
Help/list.hlp		     Online help file
Help/load.hlp		     Online help file
Help/log.hlp		     Online help file
Help/map.hlp		     Online help file
Help/message.hlp	     Online help file
Help/miner.hlp		     Online help file
Help/name.hlp		     Online help file
Help/navigate.hlp	     Online help file
Help/news.hlp		     Online help file
Help/plate.hlp		     Online help file
Help/player.hlp		     Online help file
Help/power.hlp		     Online help file
Help/price.hlp		     Online help file
Help/program.hlp	     Online help file
Help/propaganda.hlp	     Online help file
Help/race.hlp		     Online help file
Help/read.hlp		     Online help file
Help/realm.hlp		     Online help file
Help/refuel.hlp		     Online help file
Help/refurbish.hlp	     Online help file
Help/remove.hlp		     Online help file
Help/repay.hlp		     Online help file
Help/report.hlp		     Online help file
Help/run.hlp		     Online help file
Help/scan.hlp		     Online help file
Help/sell.hlp		     Online help file
Help/setup.hlp		     Online help file
Help/ships.hlp		     Online help file
Help/show.hlp		     Online help file
Help/status.hlp		     Online help file
Help/telegram.hlp	     Online help file
Help/teleport.hlp	     Online help file
Help/tend.hlp		     Online help file
Help/topics.hlp		     Online help file
Help/unload.hlp		     Online help file
Help/update.hlp		     Online help file
Help/version.hlp	     Online help file
Help/visual.hlp		     Online help file
INSTALL			     Installation instructions
ImpCre/ImpCre.c		     Creates worlds for Imperium
ImpCre/Makefile.SH	     Source to Makefile for ImpCre
ImpCre/bigworld.sh.SH	     Example file of settings to create a big world
ImpCre/default.sh.SH	     Example file of settings for ImpCre
Include/ImpFeMess.h	     Contains messages used by a FE
Include/ImpLib.h	     Header file for Imperium clients
Include/ImpLibSize.c	     Displays the size of various ImpLib objects
Include/ImpSize.c	     Displays the size of various Imperium objects
Include/Imperium.h	     Header file for most Imperium objects
Include/Makefile.SH	     Source to the Makefile for ImpSize & ImpLibSize
Include/README		     Notes on the .c files in this directory
Include/Request.h	     Contains Request_t structure info
Library/Combat.h	     Header file that contains combat info
Library/ImpPrivate.h	     Contains data private to the library internals
Library/Makefile.SH	     Source to the Imperium Library Makefile
Library/Scan.h		     Contains definitions needed to support scan() et all
Library/cmd_action.c	     Code related to ship actions
Library/cmd_edit.c	     Code related to Deity editing commands
Library/cmd_fight.c	     Code related to combat
Library/cmd_general1.c	     General commands
Library/cmd_general2.c	     General commands
Library/cmd_general3.c	     General commands
Library/cmd_map.c	     Code related to map/scan/etc.
Library/cmd_move.c	     Code related to item movement
Library/cmd_naval.c	     Code related to ships
Library/cmd_naval2.c	     (more) Code related to ships
Library/cmd_telep.c	     Code related to the teleport command
Library/cmd_trade.c	     Code related to inter-player trading
Library/cmd_user.c	     Code related to use maintenance
Library/cmd_verify.c	     Code related to cmd_verify()
Library/commands.c	     Top-level command handler
Library/doMake.SH	     Sets up env. vars. for DLL linking.
Library/feSupp.c	     Code related to library support of FE's
Library/jump/__jump.s	     DLL components
Library/jump/jump.funcs	     DLL components
Library/jump/jump.ignore	DLL components
Library/jump/jump.import	DLL components
Library/jump/jump.params	DLL components
Library/jump/jump.undefs	DLL components
Library/jump/jump.vars	     DLL components
Library/jump/size.nm	     DLL components
Library/messages.c	     Code related to player-player messaging
Library/parse.c		     Code that parses lists
Library/scan.c		     Code related to grouping items
Library/startup.c	     Misc. low-level functions, and library entry points
Library/update.c	     Code related to updating objects
Library/util.c		     Misc. utility functions
MANIFEST		     List of files in Imperium package
Makefile.SH		     Source to top-level Makefile
README                       Brief description of Imperium
Servers/FileIO.c	     Handles I/O to all cached files
Servers/ImpCtrl.c	     Client for use in cron scripts
Servers/ImpCtrl.h	     Header file for ImpCtrl.c
Servers/ImpShut.c	     Simple client to shut down the server
Servers/Makefile.SH	     Source to the server directories Makefile
Servers/Server.h	     Header file shared by ServerMain.c & FileIO.c
Servers/ServerMain.c	     Main code module for ImpServ
Servers/ic.allow.SH	     Creates default ic.allow
Servers/is.allow.SH	     Creates default is.allow
TODO			     List of changes to be done for Imperium
Configure		     Portability tool
config_h.SH                  Produces config.h
gSCodes.SH		     Produces gSCodes shell script
ninstall/README		     Notes regarding ninstall
ninstall/ninstall.MAN	     NROFF source to the ninstall man page
ninstall/ninstall.SH	     Creates the ninstall installation tool
ninstall/ninstall.cat	     Pre-generated man page for ninstall
patchlevel.h		     Contains the current revision of Imperium.
