added features to README
This commit is contained in:
parent
050d1c4837
commit
b0bf62c420
27
README
27
README
|
@ -1,7 +1,18 @@
|
|||
== Welcome to Gallery!
|
||||
== Welcome to the gallery without a name
|
||||
|
||||
Made by Espen Antonsen
|
||||
|
||||
== Features
|
||||
|
||||
* Stores photos to disk in folders
|
||||
* Create various thumbnails
|
||||
* Read and writes EXIF
|
||||
* Organize in albums (events in iPhoto)
|
||||
* Combine albums in collections (albums in iPhoto)
|
||||
* Upload multiple photos (using uploadify)
|
||||
* Tag photos. Can also tag albums (actually all photos in album is tagged)
|
||||
* User management with roles and permissions.
|
||||
|
||||
== Requirements
|
||||
|
||||
Tested with Ruby 1.8.6 and Rails 2.3
|
||||
|
@ -15,4 +26,16 @@ Ruby Gems
|
|||
- Mime-Types
|
||||
- Image_Science
|
||||
- RubyInline (required for Image_Science)
|
||||
- Mini_ExifTool
|
||||
- Mini_ExifTool
|
||||
|
||||
== Installation
|
||||
|
||||
Put photos in containing folders(albums) in the specified gallery folder. This format is recommended:
|
||||
|
||||
./ski weekend in hemsedal/snow.jpg
|
||||
./ski weekend in hemsedal/afterski.jpg
|
||||
./trip to iran/beautiful girls in tehran.jpg
|
||||
./trip to iran/mosque in yazd.jpg
|
||||
./trip to iran/powder snow in dizin.jpg
|
||||
|
||||
Each folder => album
|
Loading…
Reference in a new issue