Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 1.41 KB

README.textile

File metadata and controls

72 lines (55 loc) · 1.41 KB

Feevy

Display content from other blogs at your website with just one simple html tag.

  • Access content by html or js
  • Each user has got a special code to display his feevy bar
  • Css customization available
  • Tag system to filter out feeds to display
  • Avatar can be set for each subscription

Example of sites using Feevy:

Requirements

Install

Get necessary gems


sudo gem install -y rails hpricot simple-rss open-uri timeout cached_model mongrel rfeedreader rfeedfinder

Create and configure database.yml


cp config/database.yml.tmpl config/database.yml

Install database schema


rake db:schema:dump

Run

In your Feevy rails directory:


mongrel_rails start

Access Feevy in your browser