[geeklog-cvs] Geeklog-1.x config.php,1.257,1.258

Dirk Haun dhaun at qs1489.pair.com
Sun Aug 19 12:28:04 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x
In directory qs1489.pair.com:/tmp/cvs-serv24599

Modified Files:
	config.php 
Log Message:
Integrated Ramnath's changes to make stories available through the webservice API


Index: config.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/config.php,v
retrieving revision 1.257
retrieving revision 1.258
diff -C2 -d -r1.257 -r1.258
*** config.php	9 Aug 2007 07:44:28 -0000	1.257
--- config.php	19 Aug 2007 16:28:02 -0000	1.258
***************
*** 628,631 ****
--- 628,635 ----
  $_CONF['hide_main_page_navigation'] = 0;   // hide "google paging" on index.php
  
+ // The maximum number of stories returned when an Atom feed is requested
+ // through the webservices API
+ $_CONF['atom_max_stories'] = 10;
+ 
  // When set to 1, only root users will be able to feature a story
  $_CONF['onlyrootfeatures'] = 0;




More information about the geeklog-cvs mailing list