/usr/share/doc/libgdata-common/README is in libgdata-common 0.12.0-1.
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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | libgdata
========
libgdata is a GLib-based library for accessing online service APIs using the
GData protocol --- most notably, Google's services. It provides APIs to access
the common Google services, and has full asynchronous support.
See the test programs in gdata/tests/ for simple examples of how to use the
code.
libgdata's API is currently unstable and is likely to change wildly.
Dependencies
============
* glib-2.0 >= 2.19.0
* libxml-2.0
* gio-2.0 >= 2.17.3
* libsoup-2.4 >= 2.26.1
* liboauth >= 0.94
If compiling with --enable-gnome (for GNOME support):
* libsoup-gnome-2.4
* gnome-keyring-1
Environment variables
=====================
If the environment variable LIBGDATA_DEBUG is set to one of the following
values, libgdata will give debug output (at various levels):
0: Output no debug messages or network logs
1: Output debug messages, but not network logs
2: Output debug messages and network traffic headers
3: Output debug messages and full network traffic logs, redacting usernames,
passwords and auth. tokens
4: Output debug messages and full network traffic logs, and don't redact
usernames, passwords and auth. tokens
If LIBGDATA_DEBUG is unset, no debug output will be produced.
Deprecation guards
==================
If LIBGDATA_DISABLE_DEPRECATED is defined when compiling against libgdata, all
deprecated API will be removed from included headers.
Licensing
=========
libgdata is licensed under the LGPL; see COPYING.LIB for more details.
Contact
=======
Philip Withnall <philip@tecnocode.co.uk>
http://live.gnome.org/libgdata
|