Redmoi means Red = read, moi = me in french, so it can mean readme in a sortof twisted way.
Redmoi is a bookmark system, which is able to fetch the URL, and extract the important text and save it.
Redmoi designed to be an archive tool for collecting internet resources, will not only focus on html resources but also on other media. (ex. PDF...)
- Ruby 1.9.x
- Rails 3.2.x
- Bundler
bundle install
rake db:migrate
rake db:seed # <-- creates default admin account, initialize settings
rake db:sample
export GMAIL_SMTP_USER=[YOUR GMAIL ADDRESS]
export GMAIL_SMTP_PASSWORD=[YOUR GMAIL PASSWORD]
rails s
- The code is licensed under the MIT: http://www.opensource.org/licenses/mit-license.php