CARVIEW |
Here is a tour of the most important help pages:
HelpForBeginners - if you are new to wikis
HelpOnNavigation - explains the navigational elements on a page
HelpOnPageCreation - how to create a new page, and how to use page templates
HelpOnUserPreferences - how to make yourself known to the wiki, and adapt default behaviour to your taste
HelpOnEditing - how to edit a page
HelpOnActions - tools that work on pages or the whole site
HelpMiscellaneous - more details, and a FAQ section
These pages contain information only important to wiki administrators and developers:
HelpOnAdministration - how to maintain a MoinMoin wiki
HelpOnInstalling - how to install a MoinMoin wiki
HelpForDevelopers - how to add your own features by changing the MoinMoin code
An automatically generated index of all help pages is on HelpIndex. See also HelpMiscellaneous/FrequentlyAskedQuestions for answers to frequently asked questions.
If you find any errors on the help pages, describe them on HelpErrata.
[Please do not edit or create help pages in other wikis than MoinMaster (see HelpContents), because the pages from MoinMaster will overwrite any other changes on wiki engine upgrades. Please follow the established structure of help pages if you want to change pages in MoinMaster. Before doing any major or widespread changes please discuss that on the mailing list or MoinMoin wiki.]
KeyError
'footer_fragments'
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/usr/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestFastCGI object>)
- 1152 # Visit pagename
- 1153 self.page = Page(self, pagename)
- 1154 self.page.send_page(self, count_hit=1)
- 1155
- 1156 # generate page footer (actions that do not want this footer
- self = <MoinMoin.request.RequestFastCGI object>
- self.page = <MoinMoin.Page.Page instance>
- self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance>>
- count_hit undefined
/usr/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI object>, msg='', **keywords={'count_hit': 1})
- 1249 # send the page footer
- 1250 if self.default_formatter:
- 1251 wikiutil.send_footer(request, self.page_name, print_mode=print_mode)
- 1252
- 1253 request.write(doc_trailer)
- global wikiutil = <module 'MoinMoin.wikiutil' from '/usr/lib/python2.4/site-packages/MoinMoin/wikiutil.pyc'>
- wikiutil.send_footer = <function send_footer>
- request = <MoinMoin.request.RequestFastCGI object>
- self = <MoinMoin.Page.Page instance>
- self.page_name = u'HelpContents'
- print_mode = False
/usr/lib/python2.4/site-packages/MoinMoin/wikiutil.py in send_footer (request=<MoinMoin.request.RequestFastCGI object>, pagename=u'HelpContents', **keywords={'print_mode': False})
- 1481 request.write(theme.endPage())
- 1482 else:
- 1483 request.write(theme.footer(d, **keywords))
- 1484
- 1485
- request = <MoinMoin.request.RequestFastCGI object>
- request.write = <bound method RequestFastCGI.write of <MoinMoin.request.RequestFastCGI object>>
- theme = <main.plugin.theme.python.Theme instance>
- theme.footer = <bound method Theme.footer of <main.plugin.theme.python.Theme instance>>
- d = {'available_actions': ['use self.request.availableActions(page)'], 'home_page': None, 'i18ntitle': u'Print', 'last_edit_info': {'editor': '', 'time': '2005-01-12 18:46:48'}, 'logo_string': u'PythonInfo Wiki', 'msg': '', 'navibar': ['use self.navibar(d)'], 'page': <MoinMoin.Page.Page instance>, 'page_find_page': 'FindPage', 'page_front_page': u'HelpOnLanguages', ...}
- keywords = {'print_mode': False}
/data/moin/instances/main/data/plugin/theme/python.py in footer (self=<main.plugin.theme.python.Theme instance>, d={'available_actions': ['use self.request.availableActions(page)'], 'home_page': None, 'i18ntitle': u'Print', 'last_edit_info': {'editor': '', 'time': '2005-01-12 18:46:48'}, 'logo_string': u'PythonInfo Wiki', 'msg': '', 'navibar': ['use self.navibar(d)'], 'page': <MoinMoin.Page.Page instance>, 'page_find_page': 'FindPage', 'page_front_page': u'HelpOnLanguages', ...}, **keywords={'print_mode': False})
- 241 @return: page footer html
- 242 """
- 243 dict = {
- 244 'edittext_html': self.edittext_link(d, **keywords),
- 245 'actions_html': self.availableactions(d),
- builtin dict = <type 'dict'>
- self = <main.plugin.theme.python.Theme instance>
- self.edittext_link = <bound method Theme.edittext_link of <main.plugin.theme.python.Theme instance>>
- d = {'available_actions': ['use self.request.availableActions(page)'], 'home_page': None, 'i18ntitle': u'Print', 'last_edit_info': {'editor': '', 'time': '2005-01-12 18:46:48'}, 'logo_string': u'PythonInfo Wiki', 'msg': '', 'navibar': ['use self.navibar(d)'], 'page': <MoinMoin.Page.Page instance>, 'page_find_page': 'FindPage', 'page_front_page': u'HelpOnLanguages', ...}
- keywords = {'print_mode': False}
- self.availableactions = <bound method Theme.availableactions of <main.plugin.theme.python.Theme instance>>
- self.username = <bound method Theme.username of <main.plugin.theme.python.Theme instance>>
- self.footer_fragments = <bound method Theme.footer_fragments of <main.plugin.theme.python.Theme instance>>
- self.trail = <bound method Theme.trail of <main.plugin.theme.python.Theme instance>>
/data/moin/instances/main/data/plugin/theme/python.py in footer_fragments (self=<main.plugin.theme.python.Theme instance>, d={'available_actions': ['use self.request.availableActions(page)'], 'home_page': None, 'i18ntitle': u'Print', 'last_edit_info': {'editor': '', 'time': '2005-01-12 18:46:48'}, 'logo_string': u'PythonInfo Wiki', 'msg': '', 'navibar': ['use self.navibar(d)'], 'page': <MoinMoin.Page.Page instance>, 'page_find_page': 'FindPage', 'page_front_page': u'HelpOnLanguages', ...}, **keywords={'print_mode': False})
- 164 """
- 165 html = ''
- 166 if d['footer_fragments']:
- 167 html = ''.join(d['footer_fragments'].values())
- 168 return html
- d = {'available_actions': ['use self.request.availableActions(page)'], 'home_page': None, 'i18ntitle': u'Print', 'last_edit_info': {'editor': '', 'time': '2005-01-12 18:46:48'}, 'logo_string': u'PythonInfo Wiki', 'msg': '', 'navibar': ['use self.navibar(d)'], 'page': <MoinMoin.Page.Page instance>, 'page_find_page': 'FindPage', 'page_front_page': u'HelpOnLanguages', ...}
KeyError
'footer_fragments'
- args = ('footer_fragments',)
System Details
- Date: Thu, 27 Dec 2007 11:20:18 +0000
- Platform: Linux ximinez.python.org 2.6.18-5-686 #1 SMP Mon Dec 24 16:41:07 UTC 2007 i686
- Python: Python 2.4.4 (/usr/bin/python)
- MoinMoin: Release 1.5.3 (release)