Attachment 'VisualSiteMap-image_utf8_name.patch'
Download 1 --- VisualSiteMap.py.orig 2007-03-22 10:58:13.000000000 -0300
2 +++ VisualSiteMap.py 2007-05-27 09:22:33.000000000 -0300
3 @@ -212,7 +212,7 @@
4 baseurl = request.getBaseURL()
5
6 wikinamefs = wikiutil.quoteWikinameFS(pagename)
7 - wikinameurl = wikiutil.quoteWikinameURL(pagename)
8 + wikinameurl = wikiutil.quoteWikinameURL(wikinamefs)
9 fnprefix = os.path.join(CACHE_DIR, '%s_%s' % (wikinamefs, maxdepth))
10 dotfilename = '%s.%s' % (fnprefix, 'dot')
11 imagefilename = '%s.%s' % (fnprefix, OUTPUT_FORMAT)
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.