| 1 |
// $Id: README.txt,v 1.3.2.1 2006/06/26 09:09:31 jakin Exp $
|
| 2 |
|
| 3 |
This module enables automatically importing directories as galleries of images. For each gallery, a photobar preview of the gallery is created for display on the main-page. Where this module shines is it's simplicity and automation. Photos need simply to be placed in the required directory on the server, and the photobars will automatically be created and inserted in the correct place in the site. Unlike other photo managing modules, no installation is required nor does it require altering Drupal's database.
|
| 4 |
|
| 5 |
It is best suited for use with cron to completely automate the process of creating galleries. Cron will automatically find all photo directories and create a photobar and gallery for them. If a gallery already exists by a given date, new photos will be added to the gallery.
|
| 6 |
|
| 7 |
See http://students.washington.edu/jkivligh/drupal_photobar/docs/index.php for the most up-to-date and complete documentation.
|
| 8 |
|
| 9 |
Author
|
| 10 |
-----
|
| 11 |
Jason Kivlighn <jkivlighn@gmail.com>
|
| 12 |
|
| 13 |
Usage
|
| 14 |
-----
|
| 15 |
Put folder in the specified directory ('files/photos' by default), run cron, and watch your photobar and gallery be created :-) Photobars can manually be added by placing the folder of photos in the appropriate directory and specifying that folder in create content->photobar.
|
| 16 |
|
| 17 |
Installation
|
| 18 |
------------
|
| 19 |
Simply copy photobar.module into drupal's modules/ directory and enable it within drupal. It will also require the 'image' and 'image_gallery' modules to be installed.
|
| 20 |
|
| 21 |
License
|
| 22 |
-------
|
| 23 |
Photobar is licensed under the GPL.
|