This file is indexed.

/usr/share/doc/libsocialweb0/README.Debian is in libsocialweb0 0.25.20-6.

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
libsocialweb for Debian
==================

= API Key =

To enable flickr, digg, myspace, ...etc, you have to get an API key and/or
common secrets if there is. After you get the API key and common secrets,
please make a file which is named by "SERVICE". And the first line
of the file is the API key and the second line of the file is the common
secret.

For example, if you want to enable support for flickr. First you go to 
http://www.flickr.com/services/api/misc.api_keys.html
Following the instruction and you can get a key and a secret.

If you get,
Key: f45714e3c2ba8c379f22c274d02124c3
Secret: 2c889d4402c4058c

Then you create a file called 'flickr' with the following content:
f45714e3c2ba8c379f22c274d02124c3
2c889d4402c4058c

Move the file to ~/.config/libsocialweb/keys/flickr and libsocialweb should be
able to work with flickr. If you want to provide a system-wide API key for all
the users, you can put the file to /usr/share/libsocialweb/keys/ directory.

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Tue, 26 Jan 2010 02:07:19 +0800