PHP Classes

File: config.php

Recommend this page to a friend!
  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: 19 years ago
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);


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



?>