Attachment 'wiki.py-OneLetterWikiWords-1.5.5a.patch'
Download 1 --- wiki.py.orig 2006-09-29 17:00:42.000000000 -0300
2 +++ wiki.py 2006-09-29 17:24:33.000000000 -0300
3 @@ -37,7 +37,7 @@
4 (config.url_schemas and u'|' + u'|'.join(config.url_schemas) or ''))
5
6 # some common rules
7 - word_rule = ur'(?:(?<![%(u)s%(l)s])|^)%(parent)s(?:%(subpages)s(?:[%(u)s][%(l)s]+){2,})+(?![%(u)s%(l)s]+)' % {
8 + word_rule = ur'(?:(?<![%(u)s%(l)s])|^)%(parent)s(?:%(subpages)s(?:[%(u)s]+[%(l)s]+){2,})+(?![%(u)s%(l)s]+)' % {
9 'u': config.chars_upper,
10 'l': config.chars_lower,
11 'subpages': wikiutil.CHILD_PREFIX + '?',
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.