Skip to content
Snippets Groups Projects
  • Robin H. Johnson's avatar
    38c6f603
    Optionally render RSS unsorted. · 38c6f603
    Robin H. Johnson authored
    
    By default, SimplePie sorts RSS entries by the the date on each entry.
    
    If some cases, mostly where RSS is used as a input format for another
    service, rendering the order as-is is better than having it sorted.
    
    This patch adds a new parameter for the rss keyword, 'nosort', which can
    be used to disable SimplePie's sorting.
    
    This makes it possible to correctly display RSS feeds from "Remember The
    Milk", which have a complex order from the system.
    
    Signed-off-by: default avatarRobin H. Johnson <robbat2@gentoo.org>
    38c6f603
    History
    Optionally render RSS unsorted.
    Robin H. Johnson authored
    
    By default, SimplePie sorts RSS entries by the the date on each entry.
    
    If some cases, mostly where RSS is used as a input format for another
    service, rendering the order as-is is better than having it sorted.
    
    This patch adds a new parameter for the rss keyword, 'nosort', which can
    be used to disable SimplePie's sorting.
    
    This makes it possible to correctly display RSS feeds from "Remember The
    Milk", which have a complex order from the system.
    
    Signed-off-by: default avatarRobin H. Johnson <robbat2@gentoo.org>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.