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
feevy /
name age message
file .gitignore Wed Jun 18 13:19:31 -0700 2008 clean database.yml [alx]
file README.textile Wed Jun 18 13:35:36 -0700 2008 Update redame [alx]
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/ Loading commit data...
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/ Sat Jun 21 12:22:03 -0700 2008 Add link to lighthuse [alx]
directory script/ Wed Jun 18 14:05:44 -0700 2008 Remove bug monitoring [alx]
directory test/ Wed Jun 18 14:05:44 -0700 2008 Remove bug monitoring [alx]
directory vendor/ Wed Jun 18 12:41:09 -0700 2008 remove Autodiscovery [alx]
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