public
Description: display content from other blogs at your website with just one simple html tag
Homepage: http://www.feevy.com
Clone URL: git://github.com/alx/feevy.git
alx (author)
Wed Aug 13 18:58:45 -0700 2008
commit  f558812eac3399232d4018651ff7f6cfc9c1e0ae
tree    47548abce82f69abc7393681a9df64547792b31f
parent  a8428823e9d615b3bd5ec120f7c470e710e68ea5
feevy /
name age message
file .gitignore Loading commit data...
file README.textile
file Rakefile Wed Mar 07 08:57:54 -0800 2007 Import git-svn-id: svn+ssh://64.22.96.6/var/ww... [feevy]
directory app/
directory config/
directory db/
directory doc/ Wed Mar 07 08:57:54 -0800 2007 Import git-svn-id: svn+ssh://64.22.96.6/var/ww... [feevy]
directory lang/ Sat Jul 14 07:23:06 -0700 2007 Corrected catalan language file in trunk/lang ... [root]
directory lib/ Tue Jul 31 09:37:56 -0700 2007 correct Balearweb problem git-svn-id: svn+ssh:... [wwwfeev]
directory public/
directory script/
directory test/
directory vendor/
README.textile

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

  • memcached run as a daemon on default port (11211) – http://www.danga.com/memcached/
  • Ruby – http://www.ruby-lang.org/
  • Rubygems – http://rubyforge.org/frs/?group_id=126
  • GD2 library – http://www.boutell.com/gd/
  • gem list:
    • rails
    • hpricot
    • simple-rss
    • open-uri
    • timeout
    • cached_model
    • mongrel
    • gd2
  • Database (mysql, sqlite, …)
  • Feevy source (GitHub)

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