Flickr On Plasma 0.6.1
======================

Introduction
------------

This is Flickr On Plasma, a Plasma [1] applet showing:

* the most interesting pictures on Flickr [2];
* your favorite photos;
* a particular photoset;
* a set of photos based on a tag;
* photos taken on a particular location.

Build instructions
------------------

Make sure to have Plasma from KDE 4.1 or higher installed and CMake. Marble is
an optional dependency.
Then proceed as follows:

tar xvjf flickrop-0.6.1.tar.bz2
cd flickrop-0.6.1
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$KDEHOME ..
make
make install

Of course you can set the prefix to anything you want, but this allows you to
install the applet as a user.

If you don't wish to depend on Marble, you can explicitely turn it off by
replacing the cmake command above with the following:

cmake -DCMAKE_INSTALL_PREFIX=$KDEHOME -DWITHOUT_MARBLE=true ..

Repository
----------

There is a Git repository available where you can download the latest code.
To clone, execute:

git clone git://github.com/bram85/flickrop.git

or

git clone git://gitorious.org/flickrop/flickrop.git

The web interfaces are located at [3] and [4].

References
----------

[1] http://plasma.kde.org
[2] http://www.flickr.com
[3] http://github.com/bram85/flickrop
[4] http://gitorious.org/flickrop/flickrop

Credits
-------

Author: Bram Schoenmakers <bramschoenmakers@kde.nl>

