Since DOMIT! RSS is not a PHP extension, it requires no special setup on your server. Y
ou will, however, need to have the following files present on your server filesystem:
xml_domit_rss_shared.php - shared code for DOMIT! RSS and DOMIT! RSS Lite.
xml_domit_rss.php - main DOMIT! RSS code.
xml_domit_rss_lite.php - shared code for DOMIT! RSS and DOMIT! RSS Lite.
php_text_cache.php - a simple text caching library used to cache feeds.
You will also need to download the latest version of the DOMIT! XML parser
and install it in the same directory as DOMIT! RSS. You must use a version of DOMIT! no earlier than 0.99.
Including DOMIT! RSS in your scripts
To use DOMIT! RSS in your scripts, include the file xml_domit_rss.php.
require_once('somepath/xml_domit_rss.php');
To use DOMIT! RSS Lite in your scripts, include the file xml_domit_rss_lite.php.
require_once('somepath/xml_domit_rss_lite.php');
|