UserPreferences

MoinMoin/TextFormatting


Content
  1. Sections
  2. Links
  3. Blocks
  4. Macros
  5. Processors

1. Sections

1.1. Header 2

1.1.1. Header 3

1.1.1.1. Header 4
1.1.1.1.1. Header 5

This page tries to use each supported markup element at least once.

Normal text, emphasized, strong, underline, subscript, superscript, typewriter and typewriter.

:) ;) :D {1} {de} {OK} (./)

2. Links

MoinMoin MoinMoin/TextFormatting MoinMoin/InstallDocs ../InstallDocs /SubPage Anchor Link

http://moin.sourceforge.net/ [WWW]http://moin.sourceforge.net/ [WWW]MoinMoin Sourceforge Homepage [^http://moin.sourceforge.net/ MoinMoin Sourceforge Homepage - in new window] http://moin.sourceforge.net/moinmoin.gif [WWW]moinmoin.gif [Self]InterWiki [MeatBall]InterWiki [MeatBall]InterWiki [MeatBall]wiki:MeatBall/InterWiki [MeatBall]InterWiki page on MeatBall jh@web.de

http://moin.sourceforge.net/moinmoin.gif

3. Blocks

Blockquote

Bullet list

Numbered list

  1. item 1

    1. item 1

    2. item 2

  2. item 2

    1. item 1

    2. item 2

Term

Decription

Label

Definition

Code display

Tables

Rules

--- (not a rule)









(not thicker than 10)

4. Macros

3216 pages --> -->

 
 
Cannot load macro RandomPage
Please include this information in your bug reports!:
Python Python 2.5.2: /usr/bin/python
Linux piece 2.6.24-16-server #1 SMP Thu Apr 10 13:15:38 UTC 2008 x86_64
MoinMoin Release 1.2.4 [Revision 1.187]
Wed May 23 17:12:04 2012

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/moin/DemeWiki/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance at 0x7fdc0197dcf8>)
  403 
  404                 if config.allow_extended_names:
  405                     Page(query).send_page(self, count_hit=1)
  406                 else:
  407                     from MoinMoin.parser.wiki import Parser
Page = <class MoinMoin.Page.Page at 0x9825f0>, query = 'MoinMoin/TextFormatting', ).send_page undefined, self = <MoinMoin.request.RequestCGI instance at 0x7fdc0197dcf8>, count_hit undefined

 /var/moin/DemeWiki/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance at 0x9eaea8>, request=<MoinMoin.request.RequestCGI instance at 0x7fdc0197dcf8>, msg='', **keywords={'count_hit': 1})
  622         else:
  623             # parse the text and send the page content
  624             self.send_page_content(request, Parser, body)
  625 
  626             # check for pending footnotes
self = <MoinMoin.Page.Page instance at 0x9eaea8>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance at 0x9eaea8>>, request = <MoinMoin.request.RequestCGI instance at 0x7fdc0197dcf8>, Parser = <class MoinMoin.parser.wiki.Parser at 0xa12410>, body = "'''Content'''\n[[TableOfContents(1)]]\n\n= Sections...#!CSV -2\nCol1;Col2;Col3;Col4\n1;2;3;4\na;b;c;d\n}}}\n"

 /var/moin/DemeWiki/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance at 0x9eaea8>, request=<MoinMoin.request.RequestCGI instance at 0x7fdc0197dcf8>, Parser=<class MoinMoin.parser.wiki.Parser at 0xa12410>, body="'''Content'''\n[[TableOfContents(1)]]\n\n= Sections...#!CSV -2\nCol1;Col2;Col3;Col4\n1;2;3;4\na;b;c;d\n}}}\n", needsupdate=0)
  721 
  722         try:
  723             exec code
  724         except 'CacheNeedsUpdate': # if something goes wrong, try without caching
  725            self.send_page_content(request, Parser, body, needsupdate=1)
code = <code object <module> at 0xa0caf8, file "MoinMoin/TextFormatting", line 2>

 /var/moin/DemeWiki/MoinMoin/TextFormatting in ()

 /var/moin/DemeWiki/MoinMoin/formatter/base.py in macro(self=<MoinMoin.formatter.text_html.Formatter instance at 0xa2e200>, macro_obj=<MoinMoin.wikimacro.Macro instance at 0xa66d88>, name='RandomPage', args=None)
  160     def macro(self, macro_obj, name, args):
  161         # call the macro
  162         return macro_obj.execute(name, args)    
  163 
  164     def processor(self, processor_name, lines):
macro_obj = <MoinMoin.wikimacro.Macro instance at 0xa66d88>, macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance at 0xa66d88>>, name = 'RandomPage', args = None

 /var/moin/DemeWiki/MoinMoin/wikimacro.py in execute(self=<MoinMoin.wikimacro.Macro instance at 0xa66d88>, macro_name='RandomPage', args=None)
  110             return self._m_lang(macro_name, args)
  111 
  112         raise ImportError("Cannot load macro %s" % macro_name)
  113 
  114     def _m_lang(self, lang_name, text):
ImportError undefined, macro_name = 'RandomPage'

: Cannot load macro RandomPage