source:
products/qPloneResolveUID/trunk/config.py
@
2669
Last change on this file since 2669 was 1, checked in by myroslav, 19 years ago | |
---|---|
File size: 175 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | DOCUMENT_DEFAULT_OUTPUT_TYPE = "text/x-html-safe" |
2 | REQUIRED_TRANSFORM = ["ruid_to_url"] | |
3 | ||
4 | TAG_PATTERN = r'(\<(img|a)[^>]*>)' | |
5 | UID_PATTERN = r'[^"]*resolveuid/(?P<uid>[^/"#? ]*)' |
Note: See TracBrowser
for help on using the repository browser.