Package PortalTransforms :: Package libtransforms :: Module utils
[show private | hide private]
[frames | no frames]

Module PortalTransforms.libtransforms.utils

Classes
StrippingParser Pass only allowed tags; raise exception for known-bad.

Exceptions
IllegalHTML  
MissingBinary  

Variable Summary
list bin_search_path = ['/home/vinsci/prefix/ambulant/bin', '...
str cygwin = 'c:/cygwin'
str envPath = '/home/vinsci/prefix/ambulant/bin:/home/vinsci...
dict NASTY_TAGS = {'embed': 1, 'object': 1, 'applet': 1, 'scr...
dict VALID_TAGS = {'em': 1, 'pre': 1, 'code': 1, 'h2': 1, 'h3...

Variable Details

bin_search_path

Type:
list
Value:
['/home/vinsci/prefix/ambulant/bin',
 '/home/vinsci/prefix/qemu/bin',
 '/home/vinsci/prefix/ambulant/bin',
 '/home/vinsci/prefix/qemu/bin',
 '/usr/local/bin',
 '/usr/bin',
 '/bin',
 '/usr/bin/X11',
...                                                                    

cygwin

Type:
str
Value:
'c:/cygwin'                                                            

envPath

Type:
str
Value:
'/home/vinsci/prefix/ambulant/bin:/home/vinsci/prefix/qemu/bin:/home/v\
insci/prefix/ambulant/bin:/home/vinsci/prefix/qemu/bin:/usr/local/bin:\
/usr/bin:/bin:/usr/bin/X11:/usr/games'                                 

NASTY_TAGS

Type:
dict
Value:
{'embed': 1, 'object': 1, 'applet': 1, 'script': 1}                    

VALID_TAGS

Type:
dict
Value:
{'a': 1,
 'b': 1,
 'base': 0,
 'blockquote': 1,
 'body': 1,
 'br': 0,
 'caption': 1,
 'cite': 1,
...                                                                    

Generated by Epydoc 2.1 on Wed Nov 30 04:00:04 2005 http://epydoc.sf.net