From 5519ca83961b57fdb44225275a263268fc60c476 Mon Sep 17 00:00:00 2001 From: dinedine Date: Tue, 4 Jan 2011 00:14:45 +0100 Subject: [PATCH] update README --- README.textile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.textile b/README.textile index ba80e2b9..38483832 100644 --- a/README.textile +++ b/README.textile @@ -5,7 +5,7 @@ Locomotive is a simple but powerful CMS based on liquid templates and mongodb da If we have to give only 5 main features to describe our application, there will be: * managing as many websites as you want with one application instance -* nice looking UI (see http://www.locomotiveapp.org for some screenshots) +* nice looking UI (see http://www.locomotivecms.com for some screenshots) * flexible content types * playing smoothly with Heroku and MongoHQ * inline editing (beta) @@ -19,17 +19,18 @@ h2. Gems Here is a short list of main gems used in the application. -* Rails 3.0 -* Mongoid 2.0.0.beta 17 (with MongoDB 1.6) +* Rails 3.0.3 +* Mongoid 2.0.0.beta 19 (with MongoDB 1.6) * Liquid * Devise * Carrierwave * Haml * Delayed job +* Jammit-s3 h2. Installation -See the "official website":http://www.locomotiveapp.org +See the "official website":http://www.locomotivecms.com h2. Team