I have imported and dumped the MUX2 help files into a fixture in game/docs/help_files.json. These are now loaded on the first game's run. As we update help files and dumpdata/commit them, game admins may use the new 'update_help' manage.py command to update their copy of help files. For example: python manage.py update_helpfiles. Those with a current checkout of the source may want to do this now.

It is important to note that these are currently un-modified MUX2 help files. There are a lot of things that are not applicable, incorrect, or only partially correct. It will be an ongoing project to clean these up.
This commit is contained in:
Greg Taylor 2009-01-24 03:06:18 +00:00
parent b646aa5093
commit f2d4b3aba4
8 changed files with 24 additions and 5 deletions

View file

@ -470,5 +470,4 @@ def cmd_help(command):
session.msg("You may type 'help <#>' to see any of these topics.")
else:
topic = topics[0]
session.msg("\r\n%s%s%s" % (ansi.ansi["hilite"], topic.get_topicname(), ansi.ansi["normal"]))
session.msg(topic.get_entrytext_ingame())
session.msg("\n\r"+ topic.get_entrytext_ingame())