Ponyfish is designed to create a feed from web pages that list links to new items. Some examples include:
At this time, Ponyfish cannot create feeds from pages without links to each item that would appear in the feed.
Make sure the web page you're looking at isn't using frames. If it is, point Ponyfish at the URL of the innermost frame that contains the feed items.
You can get the URL of the inner frame in Internet Explorer by right-clicking on the web page, and selecting "Properties". In Firefox, right-click, select "This Frame" and "View Frame Info".
Web site owners may choose to setup a robots.txt file, a standard web tool used to prevent engines and other automated "robots" from accessing certain areas of their site. Ponyfish is considered a robot, as it automatically crawls a web page periodically in order to generate feeds. Because it does so, we honor the robots.txt standard, and won't parse a web page whose author doesn't want the web page to be parsed.
If you're a web site owner (or a reader who would like to contact the owner) and want to prevent other robots from parsing your web site but allow access to Ponyfish, you can modify your robots.txt file to look something like this:
User-agent: *
Disallow: /
User-agent: Ponyfish
Disallow:
If you try to create a feed and the web page you load in Ponyfish doesn't have the content you see when you normally open it in a browser, or you get error messages regarding a need to log in, you might need to have Ponyfish pass a cookie along with the request.
When you enter the website URL on the Ponyfish create page, click the "Set a cookie" link and enter the name/value pairs contained in the website cookie file. It should look something like this:
cookie1=value1; cookie2=value2; cookie3=value3;
To find out the contents of the necessary cookies, follow the steps below.
If you can't get Ponyfish to create a feed for a specific web page, post about it here. Your feedback is important for us to help make Ponyfish a better product, and we'll do our best to make it work with the web pages you're trying out. However, there are some sites that Ponyfish just can't parse, and we can't promise it ever will.