Changed format of reST conversion slightly.
This commit is contained in:
parent
ae0f7a04c5
commit
f2d9b81d09
45 changed files with 6 additions and 162 deletions
|
|
@ -7,7 +7,7 @@ Welcome to Evennia's documentation!
|
|||
===================================
|
||||
|
||||
`Evennia <http://www.evennia.com>`_ is a barebones Python
|
||||
MUD/MUX/MU\* server/codebase using modern technologies and offering
|
||||
MUD/MUX/MU\* creation system and server. It is 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!
|
||||
|
|
@ -18,13 +18,12 @@ intervals.
|
|||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
:maxdepth: 1
|
||||
|
||||
Continue to the Manual <wiki/Index>
|
||||
|
||||
.. toctree::
|
||||
|
||||
Enter Manual <wiki/Index>
|
||||
How to give and get help <wiki/HowToGetAndGiveHelp>
|
||||
Resources <wiki/Links>
|
||||
Links <wiki/Links>
|
||||
Alphabetical Page index <contents>
|
||||
|
||||
.. Code
|
||||
.. -----
|
||||
|
|
@ -34,71 +33,3 @@ intervals.
|
|||
.. 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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Running code asynchronously
|
||||
|
||||
Asynchronous code
|
||||
=================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Using attributes to store data
|
||||
|
||||
Attributes
|
||||
==========
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Using the Evennia batch code processor
|
||||
|
||||
The Batch-Code processor
|
||||
========================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Using the Evennia command batch processors
|
||||
|
||||
The Batch-Command processor
|
||||
===========================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Introduction to batch processors
|
||||
|
||||
Batch Processors - overview
|
||||
===========================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Introduction to setting permissions
|
||||
|
||||
Giving permissions to your staff
|
||||
================================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
A quick-start guide to in-game building in Evennia.
|
||||
|
||||
Building Quick-start
|
||||
====================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Adding colour
|
||||
|
||||
Adding Colour to your game
|
||||
==========================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Adding a command prompt to your game
|
||||
|
||||
Adding a command prompt
|
||||
=======================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Details on how to use and extend the command system.
|
||||
|
||||
Command system
|
||||
==============
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Handling of ooc communications in game
|
||||
|
||||
Communications
|
||||
==============
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Customizing the connection screen
|
||||
|
||||
The Connection Screen
|
||||
=====================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Contributing
|
||||
|
||||
Contributing to Evennia
|
||||
=======================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Auto-generated list of default Evennia commands
|
||||
|
||||
Commands in Evennia's default command set
|
||||
=========================================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
The layout of the evennia package
|
||||
|
||||
Evennia directory overview
|
||||
==========================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Summary of changes in devel-branch
|
||||
|
||||
*Note: The devel branch merged with trunk as of r970 (aug2010). So if
|
||||
you are new to Evennia, this page is of no real interest to you.*
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Introduction
|
||||
|
||||
"*A MUD (originally Multi-User Dungeon, with later variants
|
||||
Multi-User Dimension and Multi-User Domain), pronounced 'mud', is a
|
||||
multiplayer real-time virtual world described primarily in text.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Running python code parsers for testing and debugging
|
||||
|
||||
The \`@py\` command
|
||||
===================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Evennia's help system
|
||||
|
||||
Help system
|
||||
===========
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Getting and giving Evennia-help
|
||||
|
||||
How to \_get\_ Help
|
||||
===================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Introduction to and configuration for IMC2.
|
||||
|
||||
IMC2
|
||||
====
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Configuring IRC connectivity
|
||||
|
||||
IRC
|
||||
===
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
changing and creating new translations
|
||||
|
||||
Internationalization
|
||||
====================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
The Licensing of Evennia
|
||||
|
||||
Evennia Licence FAQ
|
||||
===================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
External links
|
||||
|
||||
External links and resources
|
||||
============================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Locks and Permissions
|
||||
|
||||
Locks
|
||||
=====
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Using nicknames
|
||||
|
||||
Nicks
|
||||
=====
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Object typeclass
|
||||
|
||||
Objects
|
||||
=======
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Player typeclass
|
||||
|
||||
Players
|
||||
=======
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Portal and Server
|
||||
|
||||
Portal and Server layout
|
||||
========================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Tutorial for adding configuration
|
||||
|
||||
Tutorial: Removing colour from your game
|
||||
========================================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Script typeclass
|
||||
|
||||
Scripts
|
||||
=======
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Describing the Portal Session and Protocol system
|
||||
|
||||
Portal Sessions and Protocols
|
||||
=============================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
A brief explanation of what MUSH softcode is and why we use Python
|
||||
instead.
|
||||
|
||||
On MUX and Softcode: A brief overview
|
||||
=====================================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Controlling Evennia processes
|
||||
|
||||
Running Evennia
|
||||
===============
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Text encodings
|
||||
|
||||
Notes on text encodings
|
||||
=======================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Introducing the Tutorial world area
|
||||
|
||||
Tutorial World Introduction
|
||||
===========================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Descibing how Objects and Typeclasses work
|
||||
|
||||
Typeclassed entities
|
||||
====================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Using and writing unit tests for Evennia.
|
||||
|
||||
Unit Testing
|
||||
============
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Our policy on default commands
|
||||
|
||||
The 'MUX-like' default of Evennia
|
||||
=================================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Summarizes the web feautures of Evennia
|
||||
|
||||
Web Features
|
||||
============
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Devel workshop
|
||||
|
||||
rtclient protocol
|
||||
=================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
Workshop: Default-game whitepage
|
||||
|
||||
**Status Update**:*There does not seem to be any active development on
|
||||
this by the original initiator (rcaskey). As far as I know there is no
|
||||
active game code written apart from a Smaug area converter (how
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue