#9800: Syndication Framework could implement isPermaLink": "false"  to better
follow the recommendations of the RSS Advisory Board
------------------------------------------------+---------------------------
          Reporter:  martin <[email protected]>  |         Owner:  nobody
            Status:  reopened                   |     Milestone:  1.3   
         Component:  RSS framework              |       Version:  SVN   
        Resolution:                             |      Keywords:        
             Stage:  Accepted                   |     Has_patch:  1     
        Needs_docs:  0                          |   Needs_tests:  0     
Needs_better_patch:  0                          |  
------------------------------------------------+---------------------------
Changes (by andreiko):

  * status:  closed => reopened
  * version:  1.0 => SVN
  * resolution:  wontfix =>
  * milestone:  1.1 => 1.3

Comment:

 Here's another, more backward compatible solution — to let one specify
 "guid_is_permalink" attribute:

 {{{
 class Rss(Feed):
     title = "Chicagocrime.org site news"
     link = "http://chicagocrime.org/rss/";
     description = "Updates on changes and additions to chicagocrime.org."

     guid_is_permalink = False
 }}}

 Once it's specified, <guid> tags in the feed will have isPermalink
 attribute with appropriate value. If it isn't, isPermalink attribute is
 omitted.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9800#comment:4>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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/django-updates?hl=en.

Reply via email to