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.You are not allowed to attach a file to this page.