Here it is on my server: http://scripty.walterdavisstudio.com/feedtest/
Make sure that you entered the actual URL of the feed in the Action interface, that’s a common mistake that people make – putting the URL of the page where you found the feed, rather than the feed itself.
As far as changing it, you certainly can. The thing to do is to look at the actual XML returned by the feed. You can “view source” on it using NetNewsWire and see the actual un-trammeled XML. Once you do, you can create a template based on the default. The way this works is you start with an HTML template of what you want each list item to contain. The default is:
<a href="%s" rel="new_window">%s</a><br />%s
Each %s in there is a placeholder that will be replaced by a variable. You set the actual variables in the “Elements” field in the Action.
link, title, description
That’s a comma-separated list of XML tags that you want to use. There must be one for each of the %s markers in the template, no more and no less. When you look at the raw XML, you will see other tags that you may be interested in. pubDate is in your feed, you could substitute that into the template where you want the date to appear.
Unfortunately, you are struck with the values exactly as they appear in the XML. If you wanted to “humanize” the date, you’d have to use JavaScript in the browser to make it friendlier. I don’t see a way to slip some extra PHP code into the converter to alter the format of the feed to match your page layout. Likewise with the length of the description, I’m afraid.
Walter
On Jul 24, 2012, at 3:34 PM, David Owen wrote:
Yep, I got the URL wrong. Should be I Need Web Hosting Mac friendly web hosting and domain registration
Regards the feed results can it…
Display the post’s date?
Can the length of the excerpt / description be adjusted?
David
On 24 Jul 2012, at 20:14, Walter Lee Davis email@hidden wrote:
What is the URL of the feed itself? What value did you enter into the ReadFeed Action interface for the feed address?
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options