Patched wiki2html to give correct source code snippet output.

This commit is contained in:
Griatch 2011-09-11 12:17:33 +02:00
parent 22b23be095
commit eae89eabc0
31 changed files with 1028 additions and 175 deletions

View file

@ -43,7 +43,8 @@ You can also start the two components one at a time.
::
python evennia.py start server python evennia.py start portal
python evennia.py start server
python evennia.py start portal
Adding -i to either of these explicit commands will start that component
in interactive mode so it logs to the terminal rather than to log file.
@ -84,7 +85,8 @@ A reset is equivalent to
::
python evennia.py stop server python evennia.py start server
python evennia.py stop server
python evennia.py start server
Shutting down
-------------