<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,29 +1,72 @@
-- Requirements
+h1. 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:
+
+* &quot;Las Indias&quot;:http://lasindias.net/
+* &quot;Deugarte.com&quot;:http://deugarte.com
+* &quot;Escola de redes&quot;:http://escoladeredes.org/
+* &quot;USF Bloggers&quot;:http://www.usfbloggers.com/
+
+h1. 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
+** rails
+** hpricot
+** simple-rss
+** open-uri
+** timeout
+** cached_model
+** mongrel
+** gd2
 * Database (mysql, sqlite, ...)
-* Feevy source: http://www.feevy.com/source.tgz
+* &quot;Feevy source&quot;:http://github.com/alx/feevy/tree/master (GitHub)
+
+h1. Install
+
+h2. Get necessary gems
+
+&lt;pre&gt;
+&lt;code&gt;
+sudo gem install -y rails hpricot simple-rss open-uri timeout cached_model mongrel rfeedreader rfeedfinder
+&lt;/code&gt;
+&lt;/pre&gt;
+
+h2. Create and configure database.yml
+
+&lt;pre&gt;
+&lt;code&gt;
+cp config/database.yml.tmpl config/database.yml
+&lt;/code&gt;
+&lt;/pre&gt;
+
+h2. Install database schema
+
+&lt;pre&gt;
+&lt;code&gt;
+rake db:schema:dump
+&lt;/code&gt;
+&lt;/pre&gt;
 
-- Install
+h1. Run
 
-* Get necessary gems: sudo gem install -y rails hpricot simple-rss open-uri timeout cached_model mongrel
-* Copy ./conf/database.example to ./conf/database.yml
-* Configure your database access in ./conf/database.yml
-* Install database schema: rake db:schema:dump
+In your Feevy rails directory: 
 
-- Run
+&lt;pre&gt;
+&lt;code&gt;
+mongrel_rails start
+&lt;/code&gt;
+&lt;/pre&gt;
 
-* In your Feevy directory: mongrel_rails start
-* In your browser: http://localhost:3000
\ No newline at end of file
+&quot;Access Feevy in your browser&quot;:http://localhost:3000
\ No newline at end of file</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3cd89ace855cdc048f137093d1e947cf755a7de2</id>
    </parent>
  </parents>
  <author>
    <name>Alexandre Girard</name>
    <email>alx.girard@gmail.com</email>
  </author>
  <url>http://github.com/alx/feevy/commit/c3ffd9f48e869337a4a97606a9e598916c89a3fd</url>
  <id>c3ffd9f48e869337a4a97606a9e598916c89a3fd</id>
  <committed-date>2008-06-18T13:35:36-07:00</committed-date>
  <authored-date>2008-06-18T13:35:36-07:00</authored-date>
  <message>Update redame</message>
  <tree>c162aadf5e3fde659734ad39c42d8a7d06da8927</tree>
  <committer>
    <name>Alexandre Girard</name>
    <email>alx.girard@gmail.com</email>
  </committer>
</commit>
