Also, what version of RSS are you emitting?
- A
> --
> The Sharebro Google Group: for http://sharebro.org and related development
> http://groups.google.com/group/sharebro for archives and options
>
--
Alex Chaffee - al...@stinky.com
http://alexchaffee.com
http://twitter.com/alexch
<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0">
On Fri, Nov 18, 2011 at 11:06 AM, Emmanuel Pire <pirem...@gmail.com> wrote:
> I inspected the gReader DOM and it seems the shared feeds were handled quite
> differently than normal feeds.
Not surprising. They possess info that normal items do not, so it was
probably easier for the devs to write them from scratch.
> in collapsed mode, they had source name at the left;
> when item is open, they had something like "from SomeSource by author"
> but you don't get that in normal feed because if you read the feed
> "SomeSource", you already know the source is SourceFeed.
> also, after i added support for source feed and author, i noticed a problem:
> if I share an item, than the source will be ok. but then, if you re-share my
> shared item, the source will be your feed, not the source feed.
> I could include a first paragraph in every item saying:
> "from SomeSource by author"
> with link on the source.
> wdyt ?
That's all confusing to me. I don't understand you, but I think you're
trying to do with text what should be done with metadata.
Which might be a last resort, but that would be sad.
On Sun, Nov 20, 2011 at 6:49 AM, Emmanuel Pire <pirem...@gmail.com> wrote:
> An other trick is that when i share from NYT's feed, the source is NYT's
> feed.
> But then if you re-share this, the source (for gReader) will be my shared
> feed.
Yes, and I believe Alex K discovered that Reader may be better about
this for Atom feeds than for RSS feeds. I (still!!!) haven't gotten
into the feed code to figure this out better... I've been up in
subscription land.
> --
> The Sharebro Google Group: for http://sharebro.org and related development
> http://groups.google.com/group/sharebro for archives and options
>