OPML output for FeedOnFeeds
Sunday, February 26th, 2006The latest version of my patched Feed On Feeds sports OPML that validates properly. To enable this, I’ve added the following to the feeds table: `date_added` timestamp NOT NULL default CURRENT_TIMESTAMP, and the following to the config.php: define('FULLNAME',"My Name"); define('EMAIL',"email@x.com"); And added date editing to the recently added edit form. For that you ...