Package CMFPlone :: Module PloneTool
[show private | hide private]
[frames | no frames]

Module CMFPlone.PloneTool

Classes
PloneTool Various utility methods.

Variable Summary
str AllowSendto = 'Allow sendto'
DateTime CEILING_DATE = DateTime('2499/12/31')
SRE_Pattern EXTRA_DASHES_REGEX = (^-+)|(-+$)
SRE_Pattern FILENAME_REGEX = ^(.+)\.(\w{,4})$
DateTime FLOOR_DATE = DateTime('1969/12/31')
dict METADATA_DCNAME = {'Publisher': 'DC.publisher', 'Descrip...
SRE_Pattern NON_WORD_REGEX = [\W-]+
dict _icons = {}
tuple _marker = ()
builtin_function_or_method BAD_CHARS = _sre.SRE_Pattern.findall

Variable Details

AllowSendto

Type:
str
Value:
'Allow sendto'                                                         

CEILING_DATE

Type:
DateTime
Value:
DateTime('2499/12/31')                                                 

EXTRA_DASHES_REGEX

Type:
SRE_Pattern
Value:
(^-+)|(-+$)                                                            

FILENAME_REGEX

Type:
SRE_Pattern
Value:
^(.+)\.(\w{,4})$                                                       

FLOOR_DATE

Type:
DateTime
Value:
DateTime('1969/12/31')                                                 

METADATA_DCNAME

Type:
dict
Value:
{'Contributors': 'DC.contributors',
 'CreationDate': 'DC.date.created',
 'Creator': 'DC.creator',
 'Description': 'DC.description',
 'Format': 'DC.format',
 'Language': 'DC.language',
 'ModificationDate': 'DC.date.modified',
 'Publisher': 'DC.publisher',
...                                                                    

NON_WORD_REGEX

Type:
SRE_Pattern
Value:
[\W-]+                                                                 

_icons

Type:
dict
Value:
{}                                                                     

_marker

Type:
tuple
Value:
()                                                                     

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