Package PortalTransforms :: Package transforms
[show private | hide private]
[frames | no frames]

Package PortalTransforms.transforms

Submodules
  • broken
  • html_body
  • html_to_text
  • identity: A simple identity transform
  • image_to_html
  • lynx_dump: Uses lynx -dump
  • office_wvware
  • pdf_to_html: Uses the http://sf.net/projects/pdftohtml bin to do its handy work
  • pdf_to_text: Uses the xpdf (www.foolabs.com/xpdf)
  • python: Original code from active state recipe 'Colorize Python source using the built-in tokenizer' ---------------------------------------------------------------------------- MoinMoin - Python Source Parser This code is part of MoinMoin (http://moin.sourceforge.net/) and converts Python source code to HTML markup, rendering comments, keywords, operators, numeric and string literals in different colors.
  • rest
  • rtf_to_html: Uses the http://freshmeat.net/projects/rtfconverter/ bin to do its handy work
  • rtf_to_xml: Uses the http://sf.net/projects/rtf2xml bin to do its handy work
  • safe_html
  • st
  • text_pre_to_html
  • text_to_html
  • word_to_html

Variable Summary
dict g = {'lynx_dump': <module 'PortalTransforms.transforms.l...
list modules = ['st', 'rest', 'word_to_html', 'safe_html', 'h...
list transforms = [<PortalTransforms.transforms.st.st instanc...
int WARNING = 100                                                                   

Variable Details

g

Type:
dict
Value:
{'MissingBinary': <class Products.PortalTransforms.libtransforms.utils\
.MissingBinary at 0xb6e60cbc>,
 'WARNING': 100,
 '__builtins__': {'ArithmeticError': <class exceptions.ArithmeticError\
 at 0xb7d5a98c>,
                  'AssertionError': <class exceptions.AssertionError a\
t 0xb7d5a89c>,
                  'AttributeError': <class exceptions.AttributeError a\
...                                                                    

modules

Type:
list
Value:
['st',
 'rest',
 'word_to_html',
 'safe_html',
 'html_body',
 'html_to_text',
 'text_to_html',
 'text_pre_to_html',
...                                                                    

transforms

Type:
list
Value:
[<PortalTransforms.transforms.st.st instance at 0xb58009cc>,
 <PortalTransforms.transforms.rest.rest instance at 0xb5800c4c>,
 <PortalTransforms.transforms.word_to_html.word_to_html instance at 0x\
b5800bcc>,
 <PortalTransforms.transforms.safe_html.SafeHTML instance at 0xb5800e8\
c>,
 <PortalTransforms.transforms.html_body.HTMLBody instance at 0xb5930ae\
c>,
...                                                                    

WARNING

Type:
int
Value:
100                                                                   

Generated by Epydoc 2.1 on Wed Nov 30 03:58:22 2005 http://epydoc.sf.net