You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Damien Metzler (JIRA)" <ji...@apache.org> on 2008/10/28 14:26:44 UTC

[jira] Created: (SHINDIG-663) Add Enclosure in RSS Feeds

Add Enclosure in RSS Feeds
--------------------------

                 Key: SHINDIG-663
                 URL: https://issues.apache.org/jira/browse/SHINDIG-663
             Project: Shindig
          Issue Type: Improvement
          Components: Gadget Rendering Server (Java)
            Reporter: Damien Metzler
            Priority: Minor


When there is a makeRequest on an RSS Feed, enclosures are not attached in the returned JSON Object. Here is a small patch to do it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SHINDIG-663) Add Enclosure in RSS Feeds

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654622#action_12654622 ] 

Paul Lindner commented on SHINDIG-663:
--------------------------------------

anyone up for pushing this through the opensocial spec process?


> Add Enclosure in RSS Feeds
> --------------------------
>
>                 Key: SHINDIG-663
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-663
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadget Rendering Server (Java)
>            Reporter: Damien Metzler
>            Priority: Minor
>         Attachments: fix-663-improvment.patch
>
>
> When there is a makeRequest on an RSS Feed, enclosures are not attached in the returned JSON Object. Here is a small patch to do it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHINDIG-663) Add Enclosure in RSS Feeds

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-663.
----------------------------------

    Resolution: Won't Fix

please submit to opensocial-and-gadgets-spec@googlegroups.com

thanks!


> Add Enclosure in RSS Feeds
> --------------------------
>
>                 Key: SHINDIG-663
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-663
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadget Rendering Server (Java)
>            Reporter: Damien Metzler
>            Priority: Minor
>         Attachments: fix-663-improvment.patch
>
>
> When there is a makeRequest on an RSS Feed, enclosures are not attached in the returned JSON Object. Here is a small patch to do it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-663) Add Enclosure in RSS Feeds

Posted by "Damien Metzler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damien Metzler updated SHINDIG-663:
-----------------------------------

    Attachment: fix-663-improvment.patch

> Add Enclosure in RSS Feeds
> --------------------------
>
>                 Key: SHINDIG-663
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-663
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadget Rendering Server (Java)
>            Reporter: Damien Metzler
>            Priority: Minor
>         Attachments: fix-663-improvment.patch
>
>
> When there is a makeRequest on an RSS Feed, enclosures are not attached in the returned JSON Object. Here is a small patch to do it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SHINDIG-663) Add Enclosure in RSS Feeds

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644083#action_12644083 ] 

Paul Lindner commented on SHINDIG-663:
--------------------------------------

this is nice, but non-standard.  This page

http://code.google.com/apis/gadgets/docs/remote-content.html#Fetch_Feed

does not define the enclosure data.

I think we should either:

* Use X-Enclosure as the key to designate that this is an extension
* Propose this for the 0.9 specification of OpenSocial, which would use the official key 'Enclosure'
* Modify the code to present the enclosures as an array, as there may be more than one.


> Add Enclosure in RSS Feeds
> --------------------------
>
>                 Key: SHINDIG-663
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-663
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadget Rendering Server (Java)
>            Reporter: Damien Metzler
>            Priority: Minor
>         Attachments: fix-663-improvment.patch
>
>
> When there is a makeRequest on an RSS Feed, enclosures are not attached in the returned JSON Object. Here is a small patch to do it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SHINDIG-663) Add Enclosure in RSS Feeds

Posted by "Kevin Brown (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644106#action_12644106 ] 

Kevin Brown commented on SHINDIG-663:
-------------------------------------

I think it's really important that we get the format of the FEED request type standardized. The link Paul mentioned are developer docs (and google-specific ones at that), not the standard.

There has been an implicit assumption of standardization based on the lineage of the spec, but today the developer docs are the only thing a gadget author can go by. The spec itself doesn't explain it at all.

So, my vote is for fixing the spec on the matter.

> Add Enclosure in RSS Feeds
> --------------------------
>
>                 Key: SHINDIG-663
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-663
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadget Rendering Server (Java)
>            Reporter: Damien Metzler
>            Priority: Minor
>         Attachments: fix-663-improvment.patch
>
>
> When there is a makeRequest on an RSS Feed, enclosures are not attached in the returned JSON Object. Here is a small patch to do it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.