This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
mirror of
https://github.com/evennia/evennia.git
synced
2026-03-21 15:26:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6aab3a4145
evennia
/
apps
History
Download ZIP
Download TAR.GZ
Greg Taylor
6aab3a4145
Added a view for looking at an individual news entry. It's ugly, one of you artsy people should make it less so :)
2007-07-26 15:50:24 +00:00
..
config
Moving the game port selection to settings.py for simplicity and security.
2007-05-27 22:06:12 +00:00
genperms
Big commit. We now have a respectable command table with built in permission checking. I've commented this pretty well, so see cmdtable.py and cmdhandler.py for more details. There is also some assorted cleanup and an unrelated fix or two resulting from the new Twisted back-end. Note that for the permissions, you will eventually be able to override the codebase's permissions via the web interface for each command.
2007-05-22 15:11:56 +00:00
helpsys
Possible MySQL fix.
2007-05-27 20:45:40 +00:00
news
Added a view for looking at an individual news entry. It's ugly, one of you artsy people should make it less so :)
2007-07-26 15:50:24 +00:00
objects
Word wrap is messing things up a bit. Disabling it for now until we have more time to check this out.
2007-07-26 12:48:44 +00:00
website
We've now got a sane template structure. webtemplates/base.html is the parent of all pages. index.html in that directory is the default page, and sub-directories from there will hold the templates for various applications. Notice how in index.html and the file in the news directory are put together. It's really simple, see the Template documentation on djangoproject.com for more in-depth details.
2007-07-26 13:52:46 +00:00
__init__.py
Re-organization.
2007-04-03 13:42:51 +00:00