cleverking / jaikuengine

Automatically exported from code.google.com/p/jaikuengine
0 stars 0 forks source link

Atom feed has GUIDs in titles for comments and that looks weird in downstream aggregators #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
[Note: this is for reporting issues on the JaikuEngine open source project.
if you are reporting an issue with the jaiku.com service, please send it to
support@jaiku.com]

What steps will reproduce the problem?
1. Fetch http://adewale.jaiku.com/feed/atom using curl or look at the
attached file

What is the expected output? What do you see instead?
There are atom entries that have titles like: <title>entry
4e0d68520efd4ef783ff78501292f9c3</title>

They should either look like: Comment on "Hm...I have a jaiku account. What
now?"

Or they should look like: <title>Or wander around the channels finding
topics that interest you.</title>

So either we should indicate in the Atom entry's title that this is a
comment on a post with a particular title or we should just put the first
140 characters of the comment in the title of the Atom entry.

Original issue reported on code.google.com by adewale on 13 Mar 2009 at 1:41

Attachments:

GoogleCodeExporter commented 8 years ago
I agree. The title should be a textual representation (no html or other markup) 
of
the content. 

Original comment by bobwyman on 14 Mar 2009 at 10:03

GoogleCodeExporter commented 8 years ago
Issue 40 has been merged into this issue.

Original comment by adewale on 15 Mar 2009 at 12:44

GoogleCodeExporter commented 8 years ago

Original comment by JJ.Luu...@gmail.com on 15 Mar 2009 at 1:20

Attachments:

GoogleCodeExporter commented 8 years ago
Forgot, patches are meant to files:
common/templates/stream.atom
common/templates/stream.rss
common/templates/stream.json

Original comment by JJ.Luu...@gmail.com on 15 Mar 2009 at 1:28

GoogleCodeExporter commented 8 years ago
currently being reviewed at http://rietku.appspot.com/9

Original comment by andyster on 18 Mar 2009 at 12:02

GoogleCodeExporter commented 8 years ago
I've suggested a change to the current Reitku patch. My change would involve 
sending
the entire comment in the title of the entry. This fixes the problem with 
Friendfeed
and similar downstream sites where comments are showing as just GUIDs.

Original comment by adewale on 19 Mar 2009 at 12:05

GoogleCodeExporter commented 8 years ago

Original comment by adewale on 23 Mar 2009 at 12:36

GoogleCodeExporter commented 8 years ago
Issue 59 has been merged into this issue.

Original comment by adewale on 25 Mar 2009 at 7:16