[geeklog-cvs] geeklog-1.3 config.php,1.75,1.76

dhaun at geeklog.net dhaun at geeklog.net
Sat Mar 22 09:04:55 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3
In directory internal.geeklog.net:/tmp/cvs-serv19998

Modified Files:
	config.php 
Log Message:
We need to use character sets other than UTF-8 and an additional $_CONF['rdf_language'] setting for RSS/RDF feeds in languages other than English.


Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** config.php	21 Mar 2003 13:55:38 -0000	1.75
--- config.php	22 Mar 2003 14:04:53 -0000	1.76
***************
*** 132,135 ****
--- 132,136 ----
  $_CONF['timeonly']  = '%I:%M %p %Z';
  $_CONF['default_charset'] = 'iso-8859-1';
+ $_CONF['rdf_language']    = 'en-gb'; // may have to be different than the locale
  
  // ----------------------------------------------------------------------------+
***************
*** 318,322 ****
  $_CONF['hideprintericon']       = 0;    // If 1, hide "printer friendly" option
  
! // RDF feed settings
  $_CONF['backend']               = 1;    // 1 = active, 0 = off
  // This allows a person to limit the rdf feed to a certain number of stories
--- 319,327 ----
  $_CONF['hideprintericon']       = 0;    // If 1, hide "printer friendly" option
  
! // When set to 1, this will render the first story on any page using the
! // templates for featured stories - even if that story is not featured.
! $_CONF['showfirstasfeatured']   = 0;
! 
! // RSS/RDF feed settings
  $_CONF['backend']               = 1;    // 1 = active, 0 = off
  // This allows a person to limit the rdf feed to a certain number of stories
***************
*** 328,335 ****
  // at all (= 0).
  $_CONF['rdf_storytext']         = 0;
- 
- // When set to 1, this will render the first story on any page using the
- // templates for featured stories - even if that story is not featured.
- $_CONF['showfirstasfeatured']   = 0;
  
  // Uncomment the following line to set the copyright year in the site's footer
--- 333,336 ----





More information about the geeklog-cvs mailing list