Fix 8-bit Telnet with Py3K
[mudpy.git] / README
1 ============= 
2  about mudpy
3 ============= 
4
5 :Copyright: (c) 2004-2010 Jeremy Stanley <fungi@yuggoth.org>. Permission
6             to use, copy, modify, and distribute this software is
7             granted under terms provided in the LICENSE file distributed
8             with this software.
9
10 The mudpy project aims to create a simple, generic, cross-platform,
11 freely-redistributable MUD core engine which can be easily understood
12 and extended. It is written in pure Python (currently compatible with
13 2.5 and later 2.x versions) and has no prerequisite dependencies beyond
14 Python and its built-in modules. All configuration and data are stored
15 in consistently-formatted plain text files for ease of administration.
16 The core engine is unicode-clean internally and supports UTF-8 encoding
17 for input and output of extended text characters.
18
19 The mudpy program and sample content are released under a free and open
20 license, and any bug reports, criticisms, ideas, patches, content
21 submissions or other offers of collaboration are wholeheartedly welcome.
22
23 Please review the other documentation files distributed with this
24 software, or visit http://mudpy.org/res/src/mudpy/doc/ for additional
25 information.