Griatch
6ddfdd85f0
Updating ReST docs.
2011-10-04 00:46:50 +02:00
Griatch
5271944f9a
docs: updating rest documentationdocs: updating rest documentation..
2011-10-01 13:21:34 +02:00
Griatch
c3a4063cc3
wiki: fixes.
2011-09-20 13:23:39 +02:00
Griatch
9a719d7fb0
Updated rst files to latest wiki.
2011-09-20 13:21:07 +02:00
Griatch
0af6dff175
Updated rst files to wiki.
2011-09-15 22:45:05 +02:00
Griatch
60e980be67
Updated rst-docs to match online wiki
2011-09-14 21:17:50 +02:00
Griatch
dce64d8bd2
fixes.
2011-09-11 17:09:30 +02:00
Griatch
751e2306ae
Fixed link page.
2011-09-11 16:41:33 +02:00
Griatch
2200632739
Tried some variations with reST conversion, but didn't find a satisfactory alternate solution.
2011-09-11 16:19:27 +02:00
Griatch
eae89eabc0
Patched wiki2html to give correct source code snippet output.
2011-09-11 12:17:33 +02:00
Griatch
22b23be095
Fixed things in wiki repo so reST decumentation conversion don't hickup as much.
2011-09-11 03:24:41 +02:00
Griatch
daa327877c
Fixed up look of reST documentation index a bit.
2011-09-11 00:38:39 +02:00
Griatch
bd0079a39d
Added Sphinx (reST-style) conversion of Evennia documentation to docs/. This is an auto-generated conversion directly from the Wiki, so it's not custom-written in any way (will also make it easy to update). You need Sphinx to compile the sources into fancy pages. Supporting sphinx is to make documentation easier to print and view offline. Currently no sphinx src-code viewing is activated by default, it gives too many spurious errors (the converters are in the repo though if you're interested in experimenting). So for offline autodocs, doxygen is still to recommend.
2011-09-10 23:44:49 +02:00
Greg Taylor
2690e0790e
Adding a docs/requirements.txt for our pip/viritualenv users.
2010-11-22 15:33:19 +00:00
Griatch
f83c2bddf8
Trunk: Merged the Devel-branch (branches/griatch) into /trunk. This constitutes a major refactoring of Evennia. Development will now continue in trunk. See the wiki and the past posts to the mailing list for info. /Griatch
2010-08-29 18:46:58 +00:00
Greg Taylor
b53c228257
Add a note about Python 2.6.
2009-04-30 06:20:00 +00:00
Greg Taylor
d03b214f24
Add FollowSymLinks to the media directory by default.
2009-04-30 06:17:51 +00:00
Griatch
54e2564a9f
Just adding a few lines of README for those not aware of what to do about the docs/doxygen folder.
2009-04-26 07:55:25 +00:00
Greg Taylor
fb4c50b647
Further elaboration.
2009-01-30 04:19:43 +00:00
Greg Taylor
02bc354b3d
Add a note about mod_python not being recommended anymore.
2009-01-30 04:18:29 +00:00
Greg Taylor
4cfe2b6bd9
First draft of example WSGI stuff.
2009-01-30 04:16:17 +00:00
Greg Taylor
01db5700e8
More re-arranging to make things more closely resemble MUX/MUSH directory structure. Reason we're doing this is to begin the emergence of a separation of server code from game-specific stuff (called a driver by some codebases like LPMud).
...
Ideally game developers don't touch the server code, they just play within the game directory, which will contain all of their script parents and stuff.
NOTE: I may have broken the Linux/Unix start script. I am not able to boot back into Linux at the moment due to some testing going on, so if anyone could take a moment to tell me one way or another, I'd appreciate it.
NOTE: You'll need to move your evennia.db3 file into the game directory if you're using sqlite.
2008-12-15 03:37:30 +00:00