This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 0bd43aab50e9d4c66b7be8906942a96fde91c09e
tree 80955a822a550cb2e3a7342e88997eed249848da
parent f610b93cb99ae9a28001e288e805c7c170cf640c
tree 80955a822a550cb2e3a7342e88997eed249848da
parent f610b93cb99ae9a28001e288e805c7c170cf640c
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Feb 22 06:27:25 -0800 2009 | |
| |
CHANGELOG.md | ||
| |
MIT-LICENSE | Tue Aug 26 08:11:32 -0700 2008 | |
| |
README.markdown | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | Sun Feb 22 06:27:25 -0800 2009 | |
| |
init.rb | ||
| |
locale/ | ||
| |
public/ |
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:
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_picto.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", 7
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
http://github.com/tog/tog_picto
http://github.com/tog/tog_picto/wikis
Copyright (c) 2008 Keras Software Development, released under the MIT license








