Attachment 'text_moin_wiki.py-OneLetterWikiWords-1.6.2.patch'

Download

   1 --- text_moin_wiki.py.orig	2008-03-21 09:20:34.000000000 -0300
   2 +++ text_moin_wiki.py	2008-03-28 16:03:38.000000000 -0300
   3 @@ -89,7 +89,10 @@
   4           )
   5           (
   6            ((?<!%(child)s)%(child)s)?  # there might be / child prefix (but not if we already had it before)
   7 -          (?:[%(u)s][%(l)s]+){2,}  # at least 2 upper>lower transitions make CamelCase
   8 +          ############# (?:[%(u)s][%(l)s]+){2,}  # at least 2 upper>lower transitions make CamelCase
   9 +          ## Small modification to allow one letter words (not as the last word) -- MarianoAbsatz
  10 +          ## See: http://moinmo.in/4ct10n/info/FeatureRequests/OneLetterWordInWikiWords#WorkingPatch
  11 +          (?:[%(u)s]+[%(l)s]+){2,}  # at least 2 upper>lower transitions make CamelCase
  12           )+  # we can have MainPage/SubPage/SubSubPage ...
  13           (?:
  14            \#  # anchor separator          TODO check if this does not make trouble at places where word_rule is used

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.