This software is a connector between Shotwell (http://yorba.org/shotwell/), an open source photo manager for Gnome, and Piwigo (http://www.piwigo.org), a photo gallery software for the web. It allows users of Shotwell to publish their photos into their piwigo installation.
- Download and compile the shotwell code from the source
- Checkout the two files of this repository:
piwigo.patch
andsrc/PiwigoConnector.vala
- Apply the patch (please note that the patch is based on revision 2331 of the shotwell code):
patch -p0 < piwigo.patch
- Copy the
PiwigoConnector.vala
file to the src directory of the shotwell code - Recompile the shotwell code using make
- You need to have the
pwg.images.addSimple<code> ("link":http://piwigo.org/ext/extension_view.php?eid=411) plugin installed in your Piwigo
- You need to have the
post_max_size
andupload_max_filesize
directives in your PHP configuration high enough to upload your photos, otherwise the photo will not be uploaded
- Does not send photo tags, author, description to the service