Login

Register

Member List

RSS Feed

Amanda | Contact

Auguste | Contact

Jesse | Contact

Pam | Contact

Next entry: There’s Something Afoot! Previous entry: In defense of femininity

Fixing The RSS Feed

Pandagon

Anyone a coder who can help with this?  I’ve tried fixing the RSS feed for Author and Read More repeatedly, and each time it just botches the feed.  Volunteers will be handsomely rewarded*.

*I’m handsome.  And rewarding to interact with.

 

------

Registration is now required! We're still in the process of getting it all squared away, so for the moment don't forget to Login or Register using the links in the upper left menu before starting to write your comment.

Posted by Jesse Taylor on 06:36 PM • (10) Comments

I read via the feed, and I may be able to help.  (I know PHP and have a working knowledge of RSS, anyway.)

I’ve also noticed that the feed’s body text turns into broken HTML whenever there’s a link with title text that has double-quotes in it.

Comment #1: Rob Funk  on  08/01  at  07:44 PM

I also read via the feed, and although I am of absolutely no use to you, I just wanted to say thanks for fixing the feed.  Or at least attempting to fix it.  I can’t click through at work, so I end up missing a lot of good stuff.

Comment #2: alli  on  08/01  at  08:05 PM

I pledge a $25 donation on the day that I can see the Author in my feed reader (Google Reader!) like in the good old days.

Comment #3: larick  on  08/01  at  08:11 PM
Comment #4: Aerik  on  08/01  at  08:36 PM

I can’t tell if you’re using Wordpress or not…if so, this might help:

http://codex.wordpress.org/Customizing_Feeds

I also have some knowledge…let me know if I can help.

Comment #5: Matthew Cunningham  on  08/01  at  10:21 PM

Yeah, I wanna see the author in the feed, cause that Taylor dude sucks ass, and I really wanna avoid his crap.

Comment #6: PhysioProf  on  08/01  at  11:14 PM

What the hell is going on with this spam blocker shit?  Anybody know?

Comment #7: cebm  on  08/02  at  01:15 AM

I’ll offer to help too - though it’s not my regular programming language, I have fixed php issues in the past and have created things that made my own RSS feeds at one point.  (It was a convenient way of monitoring some production systems until management at my previous job decided that they needed something more “professional”.)

Just contact me at the email address I’m posting with here.  (m a r t i n -at- s n o w p l o w -dot- o r g)

Comment #8: Daniel Martin  on  08/02  at  10:56 AM

Jesse - you’re using expression engine, yes?  In your RSS template, I’m guessing that you have something like this now:

<description><![CDATA[{summary}{body}]]></description>

Try changing it to:

<description><![CDATA[
by {author}<br /><br />
{summary}
{body}
{extended}]]></description>

Comment #9: Daniel Martin  on  08/02  at  04:37 PM

I’m making a guess here, but this help page from ExpressionEngine indicates that you may need to make the following change in themes/site_themes/rss/rss.php:

* “site/index” may need to be replaced with “site/comments”. In EE 1.6.4, this is on lines 43-44.

Also, RSS 2.0 allows for an author tag (actually an email address) for each item. I *think* you can add that by putting something like <author>{email}</author> on line 45.

Comment #10: mwr  on  08/02  at  07:30 PM
Page 1 of 1 pages
Commenting is not available in this channel entry.