Warning, /plasma/kdeplasma-addons/templates/plasmapotdprovider/README is written in an unsupported language. File is not indexed.

0001 Plasma Picture-Of-The-Day Provider
0002 ----------------------------------
0003 
0004 -- Note --
0005 
0006 Remember that this potd plugin relies on a semi-public API,
0007 as exposed by the "plasma/potdprovider/potdprovider.h" header.
0008 While this API has been the same for some time, there is no guarantee
0009 that it will be stable for all future versions of the potd dataengine
0010 as part of Plasma Addons.
0011 
0012 The main purpose of having this interface semi-public is to allow everyone
0013 to easily develop adapters to more potd providers,
0014 without needing to work directly in the module kdeplasma-addons.
0015 
0016 Once your potd plugin is nicely working, please consider to propose it
0017 for inclusion with in the KDE module kdeplasma-addons with the existing potd providers.
0018 
0019 
0020 -- Build instructions --
0021 
0022 cd /where/your/potdprovider/is/generated
0023 mkdir build
0024 cd build
0025 cmake -DCMAKE_INSTALL_PREFIX=MYPREFIX ..
0026 make
0027 make install
0028 
0029 (MYPREFIX is where you install your Plasma setup, replace it accordingly)