View Single Post
Old 10-09-2011, 03:18 PM   #1
badhaggis
Junior Member
badhaggis began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2011
Device: Kindle
Change article display format

Hi all,

I'm trying to modify the Google Reader uber recipe. I am specifically trying to address the following issues.

Issue #1
Reverse the order of articles so that oldest is first. (Done)
"reverse_article_order = True" attribute to the GoogleReaderUber(BasicNewsRecipe) class.

Issue #2
Reformat the article display:
From
Article Title
Content
To
Feed Title
Author
Article Title
Content
Source Link

-
Issue #2 is the area I need help in. The feed from http://www.google.com/reader/atom/ includes the tags I need I'm just not sure how to get Calibre to reformat the articles.

The included tags in the feed are:

<title type="html">Article Title</title>

<author>
<name>Article Author</name>
</author>

<source gr:stream-id="feed URL">
<id>Google ID Tag</id>
<title type="html">Feed Title</title>
<link rel="alternate" href="Source Link" type="text/html"/>
</source>

Any help on this is GREATLY appreciated.

Thanks,
Dave F.
badhaggis is offline   Reply With Quote