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.
  • [get | view] (2008-03-28 19:07:00, 0.9 KB) [[attachment:text_moin_wiki.py-OneLetterWikiWords-1.6.2.patch]]
  • [get | view] (2006-09-29 20:30:19, 0.6 KB) [[attachment:wiki.py-OneLetterWikiWords-1.5.5a.patch]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.