comparison svgsitemap/middleware.py @ 8:1d16bde33eee

take out some image too ::sigh::
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 29 Dec 2010 00:25:48 -0800
parents 145a4d85b37d
children aa4eab6dc994
comparison
equal deleted inserted replaced
7:145a4d85b37d 8:1d16bde33eee
36 'hosts': '', 36 'hosts': '',
37 'external_referers': True, 37 'external_referers': True,
38 'maxwidth': 5, 38 'maxwidth': 5,
39 'minwidth': '0.01', 39 'minwidth': '0.01',
40 'maxlength': 80, 40 'maxlength': 80,
41 'excluded': '*.css *.js */static/* /css/* *.ico /backgrounds/*', 41 'excluded': '*.css *.js */static/* /css/* *.ico /backgrounds/* *.png *.jpg',
42 42
43 # input/output 43 # input/output
44 'file': None, # graphviz file 44 'file': None, # graphviz file
45 'output': None, # .svg file 45 'output': None, # .svg file
46 46