| 1 |
Readme
|
| 2 |
------
|
| 3 |
|
| 4 |
This module implements image publishing APIs for 3rd party applications,
|
| 5 |
to try to simplify the tasks of managing image galleries and uploading
|
| 6 |
large numbers of images. It requires image.module, taxonomy.module,
|
| 7 |
user.module, and probably more.
|
| 8 |
|
| 9 |
Installation
|
| 10 |
------------
|
| 11 |
|
| 12 |
1. Copy the image_pub.module to the Drupal modules/ directory.
|
| 13 |
|
| 14 |
2. Enter the "administer > modules" page, and enable the image_pub module.
|
| 15 |
|
| 16 |
3. (Optional) Install and configure a Gallery Remote client, such as
|
| 17 |
the official Java client (http://gallery.sourceforge.net/) or
|
| 18 |
digiKam (http://digikam.sourceforge.net/).
|
| 19 |
The official Java client also comes in applet and mini-applet variants
|
| 20 |
that can be embedded in your site.
|
| 21 |
|
| 22 |
4. (Optional) Configure your Windows machine to use your site as a web
|
| 23 |
publishing provider. Enter the "administer > image publishing" page,
|
| 24 |
and follow the "Install Windows Web Publishing Wizard Support" link.
|
| 25 |
|
| 26 |
Updating
|
| 27 |
--------
|
| 28 |
|
| 29 |
This module does not maintain any persistent state, at least not yet, so
|
| 30 |
upgrading should be a non-issue.
|
| 31 |
|
| 32 |
Author
|
| 33 |
------
|
| 34 |
|
| 35 |
Sam Revitch <samr7@cs.washington.edu>
|