Closed
Bug 503340
Opened 16 years ago
Closed 16 years ago
update planet feed for beltzner
Categories
(Websites :: planet.mozilla.org, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: beltzner, Assigned: raccettura)
Details
I migrated my blog to WordPress, and so the location & format of my mozilla-related RSS feed has changed from:
http://www.beltzner.ca/mike/planet.xml
to
http://beltzner.ca/mike/category/mozilla/feed/
I can create a symlink if that's easier, but wanted to get someone to:
- check to make sure the new feed was in the right format
- check to make sure that the dates are formatted such that it won't spam planet with a bunch of content from the past
before I did that. If it's just as easy to point the feed to a new place, just do that. I'll be doing a .htaccess redirect as well to catch people who were direct subscribers.
Comment 1•16 years ago
|
||
Yup, either that or http://beltzner.ca/mike/category/mozilla/feed/atom/ both have dates recognizably in the past (the only problem would be if you use the Atom feed, and then edit your posts, since WordPress thinks any edit is cause to change the <updated> date).
| Reporter | ||
Comment 2•16 years ago
|
||
Aha. Any way around that updated thing? There's a few broken links ... I don't care too much, though, so if I have to leave 'em broken, meh.
OK: can you please update it to http://beltzner.ca/mike/category/mozilla/feed/atom
Comment 3•16 years ago
|
||
a=asa
Comment 4•16 years ago
|
||
The way around the updated thing is to install http://wordpress.org/extend/plugins/wp-minor-edit/ and then check the "[ ] Minor edit" checkbox above the "Update post" button before updating when it's just fixing a link, and only leave it unchecked when you're changing "Everyone should use Foo" to "Nobody should ever use Foo, it eats babies" and you actually want the behavior of a change in <updated>.
| Reporter | ||
Comment 5•16 years ago
|
||
Thanks, Phil. I'll install that before doing any corrections, so we can do the update now, I guess! :)
| Reporter | ||
Comment 6•16 years ago
|
||
(installed - works great!)
| Assignee | ||
Comment 7•16 years ago
|
||
I'd recommend still setting up a 301 redirect (IMHO symlink is a bad practice) so that anyone who has the feed already in their feed reader doesn't miss your wisdom. Either a regex to catch all your categories, or just dump individually in if your feeling lazy.
But that's your job... I updated your feed in planet, marking as fixed.
Assignee: asa → robert
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 8•16 years ago
|
||
Yeah, 301 redirects used.
| Assignee | ||
Comment 9•16 years ago
|
||
Most excellent. The lazy people who don't feel like adding your new RSS feed but still want your blog posts thank you.
You need to log in
before you can comment on or make changes to this bug.
Description
•