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

dhaun at geeklog.net dhaun at geeklog.net
Fri Mar 21 08:55:41 EST 2003


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

Modified Files:
	config.php 
Log Message:
Integrated Vincent Furia's improvements to COM_exportRDF() and COM_rdfUpToDateCheck(). Also added an option to include the story's introtext to the RDF feed and fixed a bug with unescaped special characters in the feed's title.


Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** config.php	16 Mar 2003 03:58:43 -0000	1.74
--- config.php	21 Mar 2003 13:55:38 -0000	1.75
***************
*** 311,315 ****
  // Story Settings
  $_CONF['maximagesperarticle']   = 5;
- $_CONF['backend']               = 1;
  $_CONF['limitnews']             = 10;
  $_CONF['minnews']               = 1;	// minimum number of stories per page
--- 311,314 ----
***************
*** 318,321 ****
--- 317,331 ----
  $_CONF['hideemailicon']         = 0;    // If 1, hide "email story" option
  $_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
+ // (e.g. 10 or 12) or else limit the rdf feed to all stories within a certain
+ // period of time in hours (e.g. 24h or 168h). 
+ $_CONF['rdf_limit']             = 10;   // number of stories (10) or hours (24h)
+ // Include the story's entire intro text in the feed (= 1) or limit the number
+ // of characters from the intro text (any number > 1) or don't include the text
+ // at all (= 0).
+ $_CONF['rdf_storytext']         = 0;
  
  // When set to 1, this will render the first story on any page using the





More information about the geeklog-cvs mailing list