RSS and XFML news feeds
RSS News feeds
The RDF Site Summary format is an XML listing of the latest 'interesting'
articles found. It is updated once every few minutes.
The system also scans many online papers daily.
Online news sites are scanned every few minutes.
You may poll as often as needed; articles move every 12 minutes or so.
The articles' text is downloaded, categorized, transformed,
and summarized.
Article text transformation consists of re-formatting, concept
detection, classification, and mark-up.
RDF (the XML/RSS output) is served on demand.
A default RSS feed serves up the latest articles.
RSS newsfeeds for searches and for specific concepts
are easily done. (Note RSS link on searches.)
The
concept dictionary
defines the "concepts" used for the classification and markup process.
XFML Feeds
Also available are XFML feeds. XFML (eXchangeable Faceted Metadata Language)
is a standard markup that can express some of the rich categorization
and indexing that bot automatically performs on breaking news.
URL Parameters, Switches
Changes the form of the output for parameterized requests.
|
url setting
|
effect
|
HTML
|
RSS
|
XFML
|
JavaScript
|
|
xml=1
|
output as RSS RDF XML
|
|
X
|
|
|
|
xfml=1
|
output as XFML lightweight topic (map) XML
|
|
|
X
|
|
|
javascript=1
|
output as javascript
|
|
|
|
X
|
|
max=N
|
output at most N items
|
X
|
X
|
X
|
X
|
|
q=querystring
|
search for querystring
|
X
|
X
|
X
|
X
|
|
concept=conceptname
|
search for conceptname
|
X
|
X
|
X
|
X
|
|
country=C
|
only show items with country C
|
X
|
X
|
X
|
X
|
|
minhits=H
|
only show items with at least H hits
|
X
|
X
|
X
|
X
|
|
srclink=1
|
link to original source site
|
|
X
|
X
|
X
|
|
noconcepts=1
|
in the descriptions, omit the listing of concepts
|
|
X
|
X
|
X
|
|
merge=1
|
try to eliminate apparent duplicates by selecting the most recent
article
|
|
X
|
X
|
X
|
prefix=pref
|
In javascript output, prepend pref to variable names.
|
|
|
|
X
|
rss=rss version
(0.9, 0.91, 1.0, 2.0, or atom)
|
specify RSS version
|
|
X
|
|
|
Example:
http://eco.news-bot.net/index.cgi?xml=1
http://eco.news-bot.net/index.cgi?xml=1&rss=atom
Javascript
Another way to use our news feeds
is to use Javascript.
The code below will load up those headlines, and print them out
separated by linebreaks. Just copy
and paste the following into your site wherever you want to see
the headlines.
Available Javascript information for each item:
| array name | contents |
| title | item's title |
| link | url to item |
| description | short summary/description of item |
| date | date system found the item |
| concepts | list of concepts detected in the item |
| domain | source domain of item |
More RSS, XFML
Additionally, all site searches are available as XML RSS/RDF and XFML.
Simply perform a search; the corresponding XML RSS/RDF or XFML for that search
is indicated by a link at the top of the search result page
[this search as ].
see also:
RDF Rich Site Summary (RSS)
RSS background, history, links
xfml.org
eXchangeable Faceted Metadata Language.
more>>>
|