[Moin-devel] CVS: dist/wiki/cgi-bin moin_config.py,1.5,1.6

J?rgen Hermann jhermann at users.sourceforge.net
Tue Feb 5 15:02:02 EST 2002


Update of /cvsroot/moin/dist/wiki/cgi-bin
In directory usw-pr-cvs1:/tmp/cvs-serv15576/wiki/cgi-bin

Modified Files:
	moin_config.py 
Log Message:
"inline:" schema; link to upload form for unknown attachments


Index: moin_config.py
===================================================================
RCS file: /cvsroot/moin/dist/wiki/cgi-bin/moin_config.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** moin_config.py	2001/12/09 03:18:53	1.5
--- moin_config.py	2002/02/05 23:00:58	1.6
***************
*** 45,48 ****
--- 45,57 ----
  max_macro_size = 50                     # max size of RecentChanges in KB (0=unlimited)
  
+ # charting needs "gdchart" installed!
+ # you can remove the test and gain a little speed (i.e. keep only
+ # the chart_options assignment, or remove this code section altogether)
+ try:
+     import gdchart
+     chart_options = {'width': 720, 'height': 400}
+ except ImportError:
+     pass
+ 
  # values that depend on above configuration settings
  logo_string = '<img src="%s" border="0" alt="%s">' % (logo_url, sitename)





More information about the Moin-devel mailing list