Greymatter RSS-feed (PHP-script)
A useful tool for users of Greymatter weblog software is this small RSS-feed script for aggregation of RSS-newsfeeds.Requirements
To be able to use this script you need:- the Greymatter weblog software;
- a webserver supporting the use of PHP version 4 scripts;
- of course, some posts to your Greymatter weblog
Download and installation
Download the filerss092feed.php.txt (look at the end of this web page) and put it on your webserver. On unix-like servers with shell acces I would suggest you use wget to download it directly into your account.Next, rename it to
rss092feed.php and open it with your favourite editor. Change the settings in the top of the script to suit your configuration and your likes. All the settings are described inside the script.Troubleshooting
If it does not seem to work, first check the following things:
- Make sure you meet the requirements described above.
- There should be no whitespace at the top of the script. This means no spaces or empty lines before or above the first line are allowed. The text '
<?php' (without the quotes) should be at the very top of the file. - All the directory settings must end with a slash-character (a '/') like they do in the example settings.
- Verify that all the settings concerning files and directories are correct.
Downloads
-
rss092feed-php.txt
rss092feed.php
rss092feed.php

