source: products/qPloneResolveUID/tags/0.2.4/config.py @ 2111

Last change on this file since 2111 was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 175 bytes
Line 
1DOCUMENT_DEFAULT_OUTPUT_TYPE = "text/x-html-safe"
2REQUIRED_TRANSFORM = ["ruid_to_url"]
3
4TAG_PATTERN = r'(\<(img|a)[^>]*>)'
5UID_PATTERN = r'[^"]*resolveuid/(?P<uid>[^/"#? ]*)'
Note: See TracBrowser for help on using the repository browser.