mues.rb

Path: lib/mues.rb  (CVS)
Last Update: Sat Aug 18 22:54:10 -0700 2007

The Multi-User Environment Server.

This module provides a collection of modules, functions, and base classes for the Multi-User Environment Server. Requiring it loads all the subordinate modules necessary to start the server.

Synopsis

  require "mues"

  config = MUES::Config::new( "muesconfig.xml" )
  MUES::Engine::instance.start( config )

Subversion ID

$Id$

Authors

  • Michael Granger <ged@FaerieMUD.org>

Copyright

Copyright (c) 2000-2003 The FaerieMUD Consortium. All rights reserved.

This module is free software. You may use, modify, and/or redistribute this software under the terms of the Perl Artistic License. (See language.perl.com/misc/Artistic.html)

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Required files

rbconfig   mues/engine  

[Validate]