Website: https://github.com

Rank: 12 / 357

7 selected articles

GitHub - ahorn/android-rss: Lightweight Android library to ...

Jan 16, 2011

README.md

Package: org.mcsoxford.rss License: Apache License Version 2.0 Authors: A. Horn Description: Lightweight Android library to read parts of RSS 2.0 feeds.

Installation

Add as a Maven/Gradle dependency: https://jitpack.io/#ahorn/android-rss

Fetch the source code with Git:

git clone https://ahorn@github.com/ahorn/android-rss.git

Alternatively, you can download the sources from github.com/ahorn.

To reference the downloaded library from within your Android mobile app, navigate to the /tools/ directory and use the following command:

android update project \ --target

\ --path path/to/your/project...

Read more

Related topics : android rss reader source code download / android rss reader source code eclipse / rss reader source code for android / rss reader source code android / create rss feed reader android

GitHub - scripting/river5: A river-of-news RSS aggregator ...

River5 is a river-of-news RSS aggregator in JavaScript running in Node, written by Dave Winer .

How River5 works

When it starts up, River5 reads files in the lists folder at the top level of the River5 folder.

Each list contains a set of URLs of feeds. The list files can be straight text , a JSON array of URLs of feeds, or a traditional OPML subscription list, with extensions .txt, .json and...

Read more

Related topics : rss feed news aggregator script / rss news aggregator script / rss news feed aggregator / rss news aggregator for website / news rss aggregator

GitHub - rgalanakis/planet-mars: Python-based Planet feed ...

README.rst

Planet Mars

Planet Mars is a flexible feed aggregator. It downloads news feeds published by web sites and aggregates their content together into a single combined feed, latest news first.

This is a fork of the Python planet feed aggregator originally available at http://www.planetplanet.org/ The name Planet Mars comes from the idea that this is a ruthlessly simple alternative to other...

Read more

Related topics : web based news feed aggregator / planet feed aggregator / web based feed aggregator / news feed aggregator featuring / news feed aggregator software

GitHub - pote/planet.rb: A feed aggregator implementation ...

Planet.rb

Important!

This IS a work in progress, although most functionality is already implemented, do not expect much stability, and of course patches are appreciated. :)

This gem is also gloriously untested so I will assume that each time we use it a TDD enthusiast's head explodes. I expect, of course, to add some testing later, but for now I'd rather focus on functionality.

What is this...

Read more

Related topics : rss and atom feed aggregator / create rss feed aggregator / create rss feed for site / free rss feed aggregator / custom rss feed aggregator

GitHub - uschtwill/rails_rss_aggregator

README.md

This is a RSS-Aggregator built on Rails.

It started out as a final project of two of Moringa School's first cohort ( dwanjuhi1 & uschtwill ).

Nevertheless we would like to continue to work on this project and eventually deploy and maintain it. We would like it to aggregate posts from Nairobi tech ecosystem's best blogs.

Contributing

We believe that it could be a cool project for guys...

Read more

Related topics : ruby on rails rss aggregator / rails rss aggregator / free rss feed aggregator / create rss feed aggregator / web rss feed aggregator

GitHub - dylang/node-rss: RSS feed generator for Node.

RSS feed generator. Add RSS feeds to any project. Supports enclosures and GeoRSS.

Usage

var RSS = require('rss'); var feed = new RSS(feedOptions);

feedOptions

title string Title of your site or feed

description optional string A short description of the feed.

generator optional string Feed generator.

feed_url url string Url to the rss feed.

site_url url string Url to the site that the feed is...

Read more

Related topics : create rss feed for site without one / create rss feed for site / create rss feed reader / create rss feed app / open source web based rss feed reader

GitHub - Microsoft/Windows-appsample-rssreader: An RSS ...

README.md

RssReader sample

A mini-app for retrieving RSS feeds and viewing articles, showing MVVM and design best practices. Users can specify the URL of a feed, view articles in a WebView control, and save favorite articles to local storage. This sample runs on the Universal Windows Platform (UWP).

Features

Note: Features in this app are subject to change.

RssReader demonstrates:

The navigation menu (hamburger menu) pattern and screen-width adaptivity using the SplitView control and the AdaptiveTrigger class.

The Syndication APIs ( Windows.Web.Syndication ) to retrieve RSS feed data.

The DataContractSerializer class to save and...

Read more

Related topics : rss feed web app