View Single Post
Old 03-05-2010, 12:24 PM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,378
Karma: 27230406
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
No parse_index is it. You'll have to basically have parse_index optionally return a list of 3-tuple instead of 2-tuples where the third element is the description and change the code in feeds.__init__ to optionally handle 3-tuples

Should also be a relatively easy change to add descriptions to the page listing feeds as well as the feed page itself (the reason it's done the way it is is that mostly I envisage people using the metadata tanle of contents, where you can't really have a description)
kovidgoyal is offline   Reply With Quote