Great my feed now valid.

Cheers, linly

On 4月6日, 下午11時37分, The Editor <[email protected]> wrote:
> Thanks Linly!  I just updated the rss.php script to accommodate this.
> You will also need to update your code.skin.rss page. See the
> solutions.community.rss page for details of the new skin requirements.
> Then upgrade the rss. It eliminated even the last warning on the
> validator. Great!
>
> P.S. I finally grasped what it was all saying. That's a good sign. I'm
> getting really excited about this rss capability. The more I
> understand how it works... My next plan is to allow templating--at the
> very least in how rss feeds are displayed. I'm imagining a lot of
> possibilities.
>
> For example, you could generate custom watch lists or something via an
> rss feed and then either display it in the browser, or in the feed
> reader. Or say an internal site messaging system. You can do the same
> thing now with fancy search page lists, but they can't be viewed
> outside of the page. This could open things up so people get site
> messages via their news reader. Kind of cool. Or I suppose you could
> combine with the inbox plugin and get your emails in your feedbox. Or
> post to your blog via email then read it rss. I mean the possibilities
> are pretty awesome...
>
> Cheers,
> Dan
>
> On Mon, Apr 6, 2009 at 3:55 AM, Linly <[email protected]> wrote:
>
> > Hi Dan,
>
> > From many testing, finally I tweak my rssfeed that Google reader can
> > accept. Then I test it in FeedBurnerhttp://feedburner.google.com/.
> > Unfortunately FeedBurner did not accept it. The validation said:
>
> > line 42, column 0: Missing atom:link with rel="self" [help]
>
> > I go to the help page, which said:
>
> > =======================================
> >http://feedvalidator.org/docs/warning/MissingAtomSelfLink.html
> > Message
>
> > Missing atom:link with rel="self"
>
> > Explanation
>
> > According to the RSS Advisory Board's Best Practices Profile,
> > identifying a feed's URL within the feed makes it more portable, self-
> > contained, and easier to cache. For these reasons, a feed should
> > contain an atom:link used for this purpose.
>
> > Solution
>
> > If you haven't already done so, declare the Atom namespace at the top
> > of your feed, thus:
>
> > <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom";>
>
> > Then insert a atom:link to your feed in the channel section. Below is
> > an example to get you started. Be sure to replace the value of the
> > href attribute with the URL of your feed.
>
> > <atom:link href="http://dallas.example.com/rss.xml"; rel="self"
> > type="application/rss+xml" />
> > ====================================
>
> > Do you think this worth to fix? There are so many people use
> > FeedBurner as their permanent feed link. I have 3100+ rss subscribe
> > readers there. If I can't transform the feed link to my BoltWire
> > wikiblog, it would be a very big lost.
>
> > Cheers, linly
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to