From d6d6ca0aa8607d679aef7fd6526af847f00f9bb9 Mon Sep 17 00:00:00 2001 From: Alberto Molpeceres Date: Sat, 29 Aug 2009 18:41:49 +0200 Subject: [PATCH] README update, removed old installation instructions and link to sharing's page in wiki --- README.markdown | 52 +++---------------------------------------------- 1 file changed, 3 insertions(+), 49 deletions(-) diff --git a/README.markdown b/README.markdown index 6134d0c..552c674 100644 --- a/README.markdown +++ b/README.markdown @@ -13,62 +13,15 @@ Included functionality * Invitations for joining a group * Bi-directional friendships * Followers and fan friendships +* Sharing objects to groups Resources ========= -Plugin requirements -------------------- - -* [http://github.com/tog/tog/wikis/3rd-party-plugins-acts\_as\_state\_machine](http://github.com/tog/tog/wikis/3rd-party-plugins-acts\_as\_state\_machine) -* [http://github.com/tog/tog/wikis/3rd-party-plugins-seo\_urls](http://github.com/tog/tog/wikis/3rd-party-plugins-seo\_urls) -* [http://wiki.github.com/tog/tog/3rd-party-plugins-paperclip](http://wiki.github.com/tog/tog/3rd-party-plugins-paperclip) - Install ------- -If you used the command togify to install tog, then you already have tog_social installed. - -If not, install it like any other plugin: - - -* Install plugin form source: - -
-ruby script/plugin install git@github.com:tog/tog_social.git
-
- -* Generate installation migration: - -
-ruby script/generate migration install_tog_social
-
- - with the following content: - -
-class InstallTogSocial < ActiveRecord::Migration
-  def self.up
-    migrate_plugin "tog_social", 1
-  end
-
-  def self.down
-    migrate_plugin "tog_social", 0
-  end
-end
-
- -* Add tog_social's routes to your application's config/routes.rb - -
-map.routes_from_plugin 'tog_social'
-
- -* And finally... - -
 
-rake db:migrate
-
+This plugins is installed by the tog_template as one of tog's core plugins._ More ------- @@ -81,6 +34,7 @@ More [Showing friends, followers or followings in a portlet](http://github.com/tog/tog_social/wikis/showing-friends-followers-or-followings-in-a-portlet) +[Sharing content to groups](http://wiki.github.com/tog/tog_social/sharing) Copyright (c) 2008 Keras Software Development, released under the MIT license \ No newline at end of file