This is an old revision of the document!
You can find the Oodle feed in your software, named oodle_feed.php. The Oodle feed comes "turned off" when you first install the software, since the Oodle feed can get pretty big on large sites and potentially take a lot of resources to generate.
Resources:
<tip c n>Note: The Oodle feed in the software only generates the feed, that can be submitted to Oodle.com to possibly show your listings on oodle.com's site. There is no guarantee that the submitted listings will be accepted, the decision on if a submitted feed is accepted or not is solely up to oodle.com. See the documentation on their site for more information on the best ways to get your Oodle feed accepted.</tip>
These instructions will walk you through the steps needed, to allow the the Oodle feed to be submitted to oodle.com for possible acceptance. These are the minimal steps only to simply turn it on. There are additional settings that you can use to further customize how your Oodle feed is generated.
Skills
Instructions
<?php //oodle_feed.config.php - settings for the oodle_feed.php feed //turn the feed on: $enabled = 1; //the maximum number of listings to use: $feed->maxListings = 5000;
<
<
TODO: Document category map