Attachment 'html.py'

Download

   1 Dependencies = []
   2 
   3 class Parser:
   4     Dependencies = []
   5     
   6     def __init__(self, raw, request, **kw):
   7         self.raw = raw
   8         self.request = request
   9 
  10     def format(self, formatter):
  11         self.request.write(formatter.rawHTML(self.raw))

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2007-02-17 00:59:14, 0.1 KB) [[attachment:html-parser-example.txt]]
  • [get | view] (2007-02-17 00:56:44, 0.2 KB) [[attachment:html.py]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.