[geeklog-cvs] geeklog-1.3 config.php,1.125,1.126
dhaun at iowaoutdoors.org
dhaun at iowaoutdoors.org
Tue Aug 3 07:05:03 EDT 2004
- Previous message (by thread): [geeklog-cvs] geeklog-1.3/docs config.html,1.32,1.33 history,1.219,1.220 install.html,1.28,1.29 staticpages.html,1.7,1.8
- Next message (by thread): [geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.350,1.351
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv19668
Modified Files:
config.php
Log Message:
Removed timezone from $_CONF['timeonly'] and reformatted PDF setting comments
Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -d -r1.125 -r1.126
*** config.php 1 Aug 2004 21:37:49 -0000 1.125
--- config.php 3 Aug 2004 11:04:58 -0000 1.126
***************
*** 237,241 ****
$_CONF['shortdate'] = '%x';
$_CONF['dateonly'] = '%d-%b';
! $_CONF['timeonly'] = '%I:%M %p %Z';
$_CONF['week_start'] = 'Sun'; // can be 'Sun' or 'Mon'
$_CONF['default_charset'] = 'iso-8859-1';
--- 237,241 ----
$_CONF['shortdate'] = '%x';
$_CONF['dateonly'] = '%d-%b';
! $_CONF['timeonly'] = '%I:%M%p';
$_CONF['week_start'] = 'Sun'; // can be 'Sun' or 'Mon'
$_CONF['default_charset'] = 'iso-8859-1';
***************
*** 322,340 ****
// Enables the PDF generator feature. 1 = on, 0 = off
$_CONF['pdf_enabled'] = 0;
! // Enables the PDF adhoc mode for the general public. NOTE: this is always enabled
! // for users in the ROOT group. NOTE: generally speaking you will probably want to
! // leave this off unless your site has a particular need for members to do this.
$_CONF['pdf_adhoc_enabled'] = 0;
// Absolute path to the htmldoc binary
$_CONF['path_to_htmldoc'] = '/path/to/htmldoc';
! // When enabled, this will pump any HTML through HTML tidy in an attempt to make the
! // page XHTML compliant prior to usign htmldoc. NOTE: this tends to improve the
! // chance that the PDF will be generated. Producing PDF's from Geeklog's print
! // mode should work fine as that is generally XHTML complieant. This is disabled by
! // default because it requires you to install HTML tidy for your platform:
// http://tidy.sf.net and you need to get the library (see
// 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(
--- 322,346 ----
// Enables the PDF generator feature. 1 = on, 0 = off
$_CONF['pdf_enabled'] = 0;
!
! // Enables the PDF adhoc mode for the general public. NOTE: this is always
! // enabled for users in the ROOT group. NOTE: generally speaking you will
! // probably want to leave this off unless your site has a particular need for
! // members to do this.
$_CONF['pdf_adhoc_enabled'] = 0;
+
// Absolute path to the htmldoc binary
$_CONF['path_to_htmldoc'] = '/path/to/htmldoc';
!
! // When enabled, this will pump any HTML through HTML tidy in an attempt to
! // make the page XHTML compliant prior to using htmldoc. NOTE: this tends to
! // improve the chance that the PDF will be generated. Producing PDF's from
! // Geeklog's print mode should work fine as that is generally XHTML compliant.
! // This is disabled by default because it requires you to install HTML tidy for
! // your platform:
// http://tidy.sf.net and you need to get the library (see
// 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(
***************
*** 342,353 ****
'hide-comments' => true
);
! // Path where we will store the generated PDF's
$_CONF['path_pdf'] = $_CONF['path'] . 'pdfs/';
! // If you want a logo added to the top of your PDF's, provide the full file
// system path here.
$_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
$_CONF['days_to_keep'] = 1;
--- 348,363 ----
'hide-comments' => true
);
!
! // Path where we will store the generated PDFs
$_CONF['path_pdf'] = $_CONF['path'] . 'pdfs/';
!
! // If you want a logo added to the top of your PDFs, provide the full file
// system path here.
$_CONF['pdf_logo'] = '';
+
// Font point size (sorry no customization of font type yet)
$_CONF['pdf_font_size'] = 10;
!
! // PDFs 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
$_CONF['days_to_keep'] = 1;
- Previous message (by thread): [geeklog-cvs] geeklog-1.3/docs config.html,1.32,1.33 history,1.219,1.220 install.html,1.28,1.29 staticpages.html,1.7,1.8
- Next message (by thread): [geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.350,1.351
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the geeklog-cvs
mailing list