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
|
`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
|
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
|
code your game using normal Python modules - can't get more flexible
|
||||||
than that!
|
than that!
|
||||||
|
|
@ -18,13 +18,12 @@ intervals.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:titlesonly:
|
:titlesonly:
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
Continue to the Manual <wiki/Index>
|
Enter Manual <wiki/Index>
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
|
|
||||||
How to give and get help <wiki/HowToGetAndGiveHelp>
|
How to give and get help <wiki/HowToGetAndGiveHelp>
|
||||||
Resources <wiki/Links>
|
Links <wiki/Links>
|
||||||
|
Alphabetical Page index <contents>
|
||||||
|
|
||||||
.. Code
|
.. Code
|
||||||
.. -----
|
.. -----
|
||||||
|
|
@ -34,71 +33,3 @@ intervals.
|
||||||
.. Browse Code <code/modules>
|
.. 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
|
Asynchronous code
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Using attributes to store data
|
|
||||||
|
|
||||||
Attributes
|
Attributes
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Using the Evennia batch code processor
|
|
||||||
|
|
||||||
The Batch-Code processor
|
The Batch-Code processor
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Using the Evennia command batch processors
|
|
||||||
|
|
||||||
The Batch-Command processor
|
The Batch-Command processor
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Introduction to batch processors
|
|
||||||
|
|
||||||
Batch Processors - overview
|
Batch Processors - overview
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Introduction to setting permissions
|
|
||||||
|
|
||||||
Giving permissions to your staff
|
Giving permissions to your staff
|
||||||
================================
|
================================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
A quick-start guide to in-game building in Evennia.
|
|
||||||
|
|
||||||
Building Quick-start
|
Building Quick-start
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Adding colour
|
|
||||||
|
|
||||||
Adding Colour to your game
|
Adding Colour to your game
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Adding a command prompt to your game
|
|
||||||
|
|
||||||
Adding a command prompt
|
Adding a command prompt
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Details on how to use and extend the command system.
|
|
||||||
|
|
||||||
Command system
|
Command system
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Handling of ooc communications in game
|
|
||||||
|
|
||||||
Communications
|
Communications
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Customizing the connection screen
|
|
||||||
|
|
||||||
The Connection Screen
|
The Connection Screen
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Contributing
|
|
||||||
|
|
||||||
Contributing to Evennia
|
Contributing to Evennia
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Auto-generated list of default Evennia commands
|
|
||||||
|
|
||||||
Commands in Evennia's default command set
|
Commands in Evennia's default command set
|
||||||
=========================================
|
=========================================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
The layout of the evennia package
|
|
||||||
|
|
||||||
Evennia directory overview
|
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
|
*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.*
|
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
|
"*A MUD (originally Multi-User Dungeon, with later variants
|
||||||
Multi-User Dimension and Multi-User Domain), pronounced 'mud', is a
|
Multi-User Dimension and Multi-User Domain), pronounced 'mud', is a
|
||||||
multiplayer real-time virtual world described primarily in text.
|
multiplayer real-time virtual world described primarily in text.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Running python code parsers for testing and debugging
|
|
||||||
|
|
||||||
The \`@py\` command
|
The \`@py\` command
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Evennia's help system
|
|
||||||
|
|
||||||
Help system
|
Help system
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Getting and giving Evennia-help
|
|
||||||
|
|
||||||
How to \_get\_ Help
|
How to \_get\_ Help
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Introduction to and configuration for IMC2.
|
|
||||||
|
|
||||||
IMC2
|
IMC2
|
||||||
====
|
====
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Configuring IRC connectivity
|
|
||||||
|
|
||||||
IRC
|
IRC
|
||||||
===
|
===
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
changing and creating new translations
|
|
||||||
|
|
||||||
Internationalization
|
Internationalization
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
The Licensing of Evennia
|
|
||||||
|
|
||||||
Evennia Licence FAQ
|
Evennia Licence FAQ
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
External links
|
|
||||||
|
|
||||||
External links and resources
|
External links and resources
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Locks and Permissions
|
|
||||||
|
|
||||||
Locks
|
Locks
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Using nicknames
|
|
||||||
|
|
||||||
Nicks
|
Nicks
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Object typeclass
|
|
||||||
|
|
||||||
Objects
|
Objects
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Player typeclass
|
|
||||||
|
|
||||||
Players
|
Players
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Portal and Server
|
|
||||||
|
|
||||||
Portal and Server layout
|
Portal and Server layout
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Tutorial for adding configuration
|
|
||||||
|
|
||||||
Tutorial: Removing colour from your game
|
Tutorial: Removing colour from your game
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Script typeclass
|
|
||||||
|
|
||||||
Scripts
|
Scripts
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Describing the Portal Session and Protocol system
|
|
||||||
|
|
||||||
Portal Sessions and Protocols
|
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
|
On MUX and Softcode: A brief overview
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Controlling Evennia processes
|
|
||||||
|
|
||||||
Running Evennia
|
Running Evennia
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Text encodings
|
|
||||||
|
|
||||||
Notes on text encodings
|
Notes on text encodings
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Introducing the Tutorial world area
|
|
||||||
|
|
||||||
Tutorial World Introduction
|
Tutorial World Introduction
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Descibing how Objects and Typeclasses work
|
|
||||||
|
|
||||||
Typeclassed entities
|
Typeclassed entities
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Using and writing unit tests for Evennia.
|
|
||||||
|
|
||||||
Unit Testing
|
Unit Testing
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Our policy on default commands
|
|
||||||
|
|
||||||
The 'MUX-like' default of Evennia
|
The 'MUX-like' default of Evennia
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Summarizes the web feautures of Evennia
|
|
||||||
|
|
||||||
Web Features
|
Web Features
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Devel workshop
|
|
||||||
|
|
||||||
rtclient protocol
|
rtclient protocol
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
Workshop: Default-game whitepage
|
|
||||||
|
|
||||||
**Status Update**:*There does not seem to be any active development on
|
**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
|
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
|
active game code written apart from a Smaug area converter (how
|
||||||
|
|
|
||||||
|
|
@ -144,7 +144,7 @@ def wiki2rest():
|
||||||
#subprocess.call(["python", "get_wiki_as_html.py"])
|
#subprocess.call(["python", "get_wiki_as_html.py"])
|
||||||
# use wikify importer
|
# use wikify importer
|
||||||
print " wikify: converting wiki -> html ..."
|
print " wikify: converting wiki -> html ..."
|
||||||
subprocess.call(["python", "wikify.py", "-e", "-m", "-c", "-a", "-s", "wiki", "-d", "html"])
|
subprocess.call(["python", "wikify.py", "-r", "-e", "-m", "-c", "-a", "-s", "wiki", "-d", "html"])
|
||||||
|
|
||||||
# convert from html to rest with pandoc
|
# convert from html to rest with pandoc
|
||||||
htmlfilenames = [fn for fn in os.listdir(HTML_DIR)
|
htmlfilenames = [fn for fn in os.listdir(HTML_DIR)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue