mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
104 lines
2.4 KiB
ReStructuredText
104 lines
2.4 KiB
ReStructuredText
.. Evennia documentation master file, created by
|
|
sphinx-quickstart on Sat Sep 10 14:19:20 2011.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to Evennia's documentation!
|
|
===================================
|
|
|
|
`Evennia <http://www.evennia.com>`_ is a barebones Python
|
|
MUD/MUX/MU\* server/codebase using modern technologies and offering
|
|
great freedom to design the multi-user online text game of your dreams. You
|
|
code your game using normal Python modules - can't get more flexible
|
|
than that!
|
|
|
|
This Sphinx-based (reST) documentation is built from the `online wiki <http://code.google.com/p/evennia/wiki/Index?tm=6>`_ at regular
|
|
intervals.
|
|
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
|
|
Continue to the Manual <wiki/Index>
|
|
|
|
.. toctree::
|
|
|
|
How to give and get help <wiki/HowToGetAndGiveHelp>
|
|
Resources <wiki/Links>
|
|
|
|
.. Code
|
|
.. -----
|
|
.. .. toctree::
|
|
.. :titlesonly:
|
|
|
|
.. Browse Code <code/modules>
|
|
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
wiki/Index
|
|
wiki/EvenniaIntroduction
|
|
wiki/SoftCode
|
|
wiki/GettingStarted
|
|
wiki/AdminDocs
|
|
wiki/ChoosingAnSQLServer
|
|
wiki/StartStopReload
|
|
wiki/UpdatingYourGame
|
|
wiki/Internationalization
|
|
wiki/ApacheConfig
|
|
wiki/TextEncodings
|
|
wiki/IRC
|
|
wiki/IMC2
|
|
wiki/BuilderDocs
|
|
wiki/DefaultCommandHelp
|
|
wiki/BuildingQuickstart
|
|
wiki/BuildingPermissions
|
|
wiki/Colours
|
|
wiki/ConnectionScreen
|
|
wiki/BatchProcessors
|
|
wiki/BatchCommandProcessor
|
|
wiki/BatchCodeProcessor
|
|
wiki/TutorialWorldIntroduction
|
|
wiki/DeveloperCentral
|
|
wiki/Licensing
|
|
wiki/Contributing
|
|
wiki/UsingMUXAsAStandard
|
|
wiki/DirectoryOverview
|
|
wiki/PortalAndServer
|
|
wiki/Commands
|
|
wiki/Typeclasses
|
|
wiki/Objects
|
|
wiki/Scripts
|
|
wiki/Players
|
|
wiki/Attributes
|
|
wiki/Locks
|
|
wiki/Communications
|
|
wiki/HelpSystem
|
|
wiki/Nicks
|
|
wiki/SessionProtocols
|
|
wiki/WebFeatures
|
|
wiki/ExecutePythonCode
|
|
wiki/UnitTesting
|
|
wiki/RemovingColour
|
|
wiki/CommandPrompt
|
|
wiki/AsyncProcess
|
|
wiki/WorkshopDefaultGame
|
|
wiki/Workshop
|
|
wiki/EvenniaDevel
|
|
wiki/Banning
|
|
wiki/CodingIntroduction
|
|
wiki/CodingUtils
|
|
wiki/CommandCooldown
|
|
wiki/GamePlanning
|
|
wiki/GettingHelp
|
|
wiki/OnlineSetup
|
|
wiki/Quirks
|
|
wiki/RSS
|
|
wiki/ServerConf
|
|
wiki/TickerScripts
|
|
wiki/Tutorials
|
|
wiki/VersionControl
|
|
wiki/Zones
|
|
wiki/evAPI
|
|
wiki/AddingCommandTutorial
|