Attachment 'VisualSiteMap-umask.patch'

Download

   1 --- VisualSiteMap.py.orig	2007-03-22 10:58:13.000000000 -0300
   2 +++ VisualSiteMap.py	2007-03-22 11:06:27.000000000 -0300
   3 @@ -221,6 +221,7 @@
   4  
   5      lsm = LocalSiteMap(pagename, maxdepth).output(request).encode(config.charset)
   6      
   7 +    os.umask(022)
   8      dotfile = file(dotfilename, 'w')
   9      dotfile.write('digraph G {\n')
  10      if OUTPUT_SIZE:

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] (2004-10-07 10:14:03, 44.8 KB) [[attachment:SiteMap.png]]
  • [get | view] (2007-05-27 12:31:31, 0.5 KB) [[attachment:VisualSiteMap-image_utf8_name.patch]]
  • [get | view] (2007-05-27 11:55:44, 0.3 KB) [[attachment:VisualSiteMap-umask.patch]]
 All files | Selected Files: delete move to page copy to page

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