flickrfs 1.3.9.1-9.2ubuntu2 source package in Ubuntu

Changelog

flickrfs (1.3.9.1-9.2ubuntu2) vivid; urgency=medium

  * Fix lack of HTTPS in flickrapi.py; flickr requires https now
 -- Randall Mason <email address hidden>   Mon, 01 Dec 2014 10:39:05 +0200

Upload details

Uploaded by:
Randall Mason
Sponsored by:
Timo Jyrinki
Uploaded to:
Vivid
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe utils

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flickrfs_1.3.9.1.orig.tar.gz 27.3 KiB 22e9be6abf46c348e2fbef939d80bd31105bd758d55124cc857813013ccf87af
flickrfs_1.3.9.1-9.2ubuntu2.diff.gz 12.3 KiB b37abb080d3791bfb60ddb939a08cc9c67be420b6e6a11c3d22d060d34fecf35
flickrfs_1.3.9.1-9.2ubuntu2.dsc 2.0 KiB 7d2c5cab66c694688d2eb4eff372d632ac6afcdbe484de7452b4eef277240bb1

View changes file

Binary packages built by this source

flickrfs: virtual filesystem for flickr online photosharing service

 Flickrfs is a virtual filesystem which mounts on your machine like
 any other partition. Once mounted it retrieves information about your
 photos hosted on your flickr account, and shows them as files. You
 can easily copy photos from your local machine to this mount and it
 will automatically upload them to your flickr account. Similarly you
 can copy the files from your mount to the local machine and it will
 download your images from flickr.
 .
 Flickrfs uses FUSE (Filesystem in USErspace) which is a simple
 interface for userspace programs to export a virtual filesystem to
 the Linux kernel.
 .
 All the files in the mount have an associated meta file, which
 provides access to title, description, tags and license information.
 Modifiying any of these fields and saving the meta file will cause
 them to be updated on the server also.
 .
 Flickrfs also includes a syncing mechanism. This allows for automatic
 synchronisation of changes done online directly to your local
 mountpoint.