The Artima Developer Community
Sponsored Link

Python Buzz Forum
RSS feed up and running

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Andrew Dalke

Posts: 291
Nickname: dalke
Registered: Sep, 2003

Andrew Dalke is a consultant and software developer in computational chemistry and biology.
RSS feed up and running Posted: Sep 21, 2003 11:04 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Andrew Dalke.
Original Post: RSS feed up and running
Feed Title: Andrew Dalke's writings
Feed URL: http://www.dalkescientific.com/writings/diary/diary-rss.xml
Feed Description: Writings from the software side of bioinformatics and chemical informatics, with a heaping of Python thrown in for good measure.
Latest Python Buzz Posts
Latest Python Buzz Posts by Andrew Dalke
Latest Posts From Andrew Dalke's writings

Advertisement
Got PyRSS2Gen to dump RSS2 from my website's bailing-wire and chewing-gum content management system. Tested it against feedvalidator.org. Fixed a few bits of code (but none in PyRSS2Gen) and got everything to pass. Then downloaded an RSS viewer for the Mac and tested it on my site and a few others'.

Turns out most people either have a description put their full entry text in the description field, except for AMK who didn't have a description. I had used a HTML->text conversion then chopped the text at the last space before character 300 if it was too long.

Since it looks like most people expect full text in the feed, I decided to go along with the crowd. Now my feed doesn't cleanly validate, since the hand-written part of my actual content uses relative links. These are all rooted, so the RSS viewer I'm using handles it correctly given the feed's URL, but I wonder what'll happen when I forgot about that restriction and use a ../.. in an entry. Well, par for the course I guess.

As it seems to work, I'll try registering with Artima. If it works but my rickety RSS code causes a kerfluffle in your readers, let me know.

Read: RSS feed up and running

Topic: Regex HTML extraction examples Previous Topic   Next Topic Topic: Testing considered harmful

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use