/usr/share/doc/cloudprint/README.rst is in cloudprint 0.5-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | Share your CUPS printers with google's cloud print.
Works with linux and OS X.
Requires
---------------------------------------------------
python 2.6 or 2.7
pycups (can be tricky on OS X)
Usage
---------------------------------------------------
::
cloudprint [-d] [-p pid_file] [-h]
-d : enable daemon mode (requires the daemon module)
-l : logout of the current google account
-p pid_file : path to write the pid to (default cloudprint.pid)
-h : display this help
Google accounts with 2 step verification enabled need to use an
`application-specific password <http://www.google.com/support/accounts/bin/static.py?page=guide.cs&guide=1056283&topic=1056286>`_.
Example
---------------------------------------------------
::
cloudprint
Google username: username@gmail.com
Password:
Added Printer Brother-HL-2170W
Install
---------------------------------------------------
::
pip install cloudprint
|