public
Description: Tog Platform Picture Management Component
Homepage: http://www.toghq.com
Clone URL: git://github.com/tog/tog_picto.git
name age message
file MIT-LICENSE Tue Aug 26 08:11:32 -0700 2008 license updated [molpe]
file README.markdown Loading commit data...
directory app/
directory config/
directory db/
file init.rb
README.markdown

Picto

Picto is a plugin for photo management and sharing between users of your social network.

== Included functionality

  • Photos grouped in photosets
  • Photoset-defined privacy
  • Multiple sized for each photos
  • Comentable, rateable and taggable photos and photosets

Resources

Plugin requirements

In case you haven't installed any of them previously you'll need the following plugins:

  • "acts_as_commentable":https://github.com/tog/tog/wikis/3rd-party-plugins-acts_as_commentable
  • "rateableplugin":https://github.com/tog/tog/wikis/3rd-party-plugins-seo_urls
  • "acts_as_taggable_on_steroids":https://github.com/tog/tog/wikis/3rd-party-plugins-acts_as_taggable_on_steroids
  • "acts_as_list":https://github.com/tog/tog/wikis/3rd-party-plugins-acts_as_list

Follow each link above for a short installation guide incase you have to install them.

Install

  • Install plugin form source:
ruby script/plugin install git@github.com:tog/tog_pìcto.git
  • Generate installation migration:
ruby script/generate migration install_picto
  with the following content:
class InstallPicto < ActiveRecord::Migration
  def self.up
    migrate_plugin "tog_picto", 6
  end

  def self.down
    migrate_plugin "tog_picto", 0
  end
end
  • Add picto's routes to your application's config/routes.rb
map.routes_from_plugin 'tog_picto'
  • And finally...
 
rake db:migrate

More

"https://github.com/tog/tog_picto":https://github.com/tog/tog_picto

"https://github.com/tog/tog_picto/wikis":https://github.com/tog/tog_picto/wikis

Copyright (c) 2008 Keras Software Development, released under the MIT license