Project page - ORIGINAL
Original export plugin isn’t shipped by default with f-spot. This is NOT the default export method to put your images on the web. The target audience are technically savvy people that managed to get original up and running on their server and know information such as path to their gallery and methods to upload files to the server.
Robert has set up his web gallery using original on photos.colin.org. He is using ~/colin/public_html/galleries to host all his albums. Robert has only 100MB host his photos so he doesn’t want to provide hi-reslution images nor packaged images for easy download of complete albums.
Robert returned from a weekend and went through the complete process of downloading images from his camera, deleting the unusable images, touching up the rest. Now Robert wants to put the images on the web for his friends to be able to see. He doesn’t want to make the album completely public. He wants to restrict the access to the images with a login/password pair.
Robert made some additional fixes to one of the images and decided to leave out some pictures he already exported earlier. He wants to update the album he exported yesterday. He wants to leave the original date intact.
Background: Robert has a original set up on server.host.com. He uses ~/public_html/galleries/ to store his web galleries.
File>Export>Web (PHP).F-Spot generates a directory consisting of a tree of image files and metadata text files. F-Spot can then use ssh, sftp, webdav, ftp to upload the directory to the server.
This is more of a technical note. Before uploading the generated directory to the server using scp, the plugin should check if the target album directory exists and if so, use rsync -e ssh to update gallery. An alert should be shown for the user to confirm this first (destructive change).