Login   Register  
PHP Classes
elePHPant
Icontem

File: config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Amir Begalinov  >  RSS parser  >  config.php  >  Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Rss parser configuration file
Class: RSS parser
Parse RSS feeds with cache support
Author: By
Last change:
Date: 2005-07-22 05:42
Size: 792 bytes
 

Contents

Class file image Download
<?

#######################=-##=-=##
#                              #
#  RSS parse engine v 1.0      #
#                              #
#  author: u0061mir@walla.com  #
#                              #
##=-##=-=#######################


//================ Configuration ========================================//


// Outer HTML Template

define(RSS_TEMPLATE,"<p><b>%title%</b><br><a href='%link%'>%description%</a></p>"); 




// Items per Page

define(PER_PAGE,5);



// If you want display only One page of Items 
// And wantn't display pages splitting in the footer 

define(PAGES,1);





//RSS resource cashing timeout (seconds)

define(CASHE_TIMEOUT,3600);


//=======================================================================//



?>