Project

feedalizer

0.0
No commit activity in last 3 years
No release in over 3 years
Feedalizer is a *small* Ruby library that glues together Hpricot with the standard RSS library in a way that makes it easy to transform web pages into RSS feeds. If you ask me, it makes it *too* easy.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0

Runtime

~> 1.2
 Project Readme

Build Status Code Climate Gem Version

Feedalizer

Feedalizer is a small Ruby library that glues together Oga with the standard RSS library in a way that makes it easy to transform web pages into RSS feeds. If you ask me, it makes it too easy.

This gem was originally created by Christoffer Sawicki who made the last version 0.1.2. During my search for a way to convert web pages to RSS feeds, I came upon this Gem and decided to revive it again. It originally used Hpricot which isn't supported anymore. So I just yanked it out and replaced it with Oga.

In the process, I made some minor adjustments to the Gem layout.

Christoffer has been so kind to grant me author approval on RubyGems.org so I could make the necessary changes to update this gem.

Installation

Feedalizer works on Ruby versions >= MRI 1.9.3

Add this line to your application's Gemfile:

gem 'feedalizer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install feedalizer

Usage

First of all, see the included examples and take a quick look at the code.

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake false to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/michaelrigart/feedalizer.