Index of /source/cloudprint/older/
Cloudprint can be obtained from https://github.com/armooo/cloudprint.
Build using "python setup.py build". Installing it is a bit ugly, as this
requires python-setuptools (obtainable from
https://pypi.python.org/pypi/setuptools/) and generates a .egg file
that is of no use to TLXOS unless we install setuptools crapola on that also.
Hence we unzipped this and manually placed the .py and .pyc files it contains
in /usr/local/lib/python2.7/dist-packages/cloudprint/ and the .egg-info file
into /usr/local/lib/python2.7/dist-packages, and then created a trivial
/usr/local/bin/cloudprint python script to invoke it.