[geeklog-cvs] geeklog-1.3 config.php,1.119,1.120

tony at iowaoutdoors.org tony at iowaoutdoors.org
Wed Jun 9 09:55:18 EDT 2004


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv10141

Modified Files:
	config.php 
Log Message:
Turned off HTML tidy support in PDF generator by default, change default font point size for PDF's to 10

Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.119
retrieving revision 1.120
diff -C2 -d -r1.119 -r1.120
*** config.php	7 Jun 2004 20:49:02 -0000	1.119
--- config.php	9 Jun 2004 13:55:16 -0000	1.120
***************
*** 323,327 ****
  // http://tidy.sourceforge.net/libintro.html) and then install the PHP PECL by
  // doing "pear -v install tidy"
! $_CONF['use_html_tidy'] = 1;
  // See PHP manual for full list of config options
  $_CONF['tidy_config_options'] = array(
--- 323,327 ----
  // http://tidy.sourceforge.net/libintro.html) and then install the PHP PECL by
  // doing "pear -v install tidy"
! $_CONF['use_html_tidy'] = 0;
  // See PHP manual for full list of config options
  $_CONF['tidy_config_options'] = array(
***************
*** 335,339 ****
  $_CONF['pdf_logo'] = '';
  // Font point size (sorry no customization of font type yet)
! $_CONF['pdf_font_size'] = 9;
  // PDF's are generated and kept however many days you specify below.  If this
  // is left blank or set to 0 it will default back to 1
--- 335,339 ----
  $_CONF['pdf_logo'] = '';
  // Font point size (sorry no customization of font type yet)
! $_CONF['pdf_font_size'] = 10;
  // PDF's are generated and kept however many days you specify below.  If this
  // is left blank or set to 0 it will default back to 1




More information about the geeklog-cvs mailing list