Attachment 'MonthCalendar.diff'

Download

   1 --- MonthCalendar_old.py	2008-01-31 12:30:24.000000000 -0800
   2 +++ MonthCalendar.py	2008-01-31 12:07:32.000000000 -0800
   3 @@ -391,7 +391,7 @@
   4                      query = {}
   5                      r, g, b, u = (255, 0, 0, 1)
   6                      daycontent = daypage.get_raw_body()
   7 -                    header1_re = re.compile(r'^\s*=\s(.*)\s=$', re.MULTILINE) # re.UNICODE
   8 +                    header1_re = re.compile(r'^\s*(=+\s.*\s=+)$', re.MULTILINE) # re.UNICODE
   9                      titletext = []
  10                      for match in header1_re.finditer(daycontent):
  11                          if match:

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-01-31 20:39:32, 0.6 KB) [[attachment:MonthCalendar.diff]]
 All files | Selected Files: delete move to page copy to page

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