Flickr On Plasma 0.7.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.7.1.tar.bz2
cd flickrop-0.7.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].

Translation
-----------

You can contribute to Flickr On Plasma by translating it to your language. You
can retrieve the latest template from the Git repository (as described above) in
the po folder (flickrop.pot). Save your file as flickrop_xx.po where xx is your
language code in KDE.
When you're done, send me a pull request or send the resulting *.po file by
email. Your contribution is appreciated!

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>

Spanish translation: Christian Fadón <theangeltabris@gmail.com>
