My favorites | Sign in
Project Logo
                
Search
for
Updated Jan 21, 2008 by zeroogle
Labels: Phase-Design
CentralNewsProvider  
A central news provider to be shared by different applications.

Introduction

A central place to store all your news items in various formats (currently: rss 2.0 and atom). Combined with a Service that checks your Channels for new Items on an regular basis.

RSS 2.0 is fully supported

atom has only basic support: all required fields and some of the recomended

Details

URI

org.openintents.news

org.openintents.news/rss

org.openintents.news/atom (only basic support at this point)

org.openintents.news/rss for all RSS Channels

org.openintents.news/rss/# for a specific channel

org.openintents.news/rssfeedcontents for all Items of all Channels

org.openintents.news/rssfeedcontents/# for a specific item.

org.openintents.news/atom for all atom channels

org.openintents.news/atom/# for a specific atom channel (id is table id not id field of xml stream

org.openintents.news/atomfeedcontents/

org.openintents.news/atomfeedcontents/#


Layout of rssfeeds Table

Field NameTypeDescription
id long Integer Primary Key
Channel NameString
Channel LinkString /uriFeed Uri pointing to data/xml stream on the Interschnitzel
Channel DescriptionString Retrieved from xml stream or your own
Channel LangStringLanguage used by channel. Retrieved from xml stream
Channel CopyrightStringCopyright information, retrieved from xml stream
Channel ImageString /urismall icon for channel, download and cache locally
History Lenintegernumber of items to keep in history, 0=keep all
Update CycleIntegercheck for update every #n minutes
Last Updatelongtimestamp of the last update in milliseconds


Layout of rssfeedcontents Table

Field NameTypeDescription
idlongprimary key
countlongtotal rows
Channel IDlongid Key from rssfeeds table
Item GUIDintegerItem GUID from Stream (unqui for a given stream)
item linkstring/urilink to main article
Item DescriptionString/CDATAA summary or the article itself
item titlestringtitle from stream
item authorstringauthor from stream


Sign in to add a comment
Hosted by Google Code