1P0RN-DBLIST(1) p0rn-comfort P0RN-DBLIST(1)
2
3
4
6 p0rn-dblist - list links in the p0rn database
7
9 p0rn-dblist [ -v ] table
10
12 p0rn-dblist lists links in the p0rn database. There should be no need
13 to call this program directly.
14
16 You must set the table name upon startup. Existing database tables are
17 thumbz for thumbnails, picz for pictures and downz for download urls.
18 Links are then read from the database and written to STDOUT.
19
20 Switches
21
22 -v This enables the alternative data format.
23
25 Format is one plain URL per line with no leading or trailing white‐
26 space.
27
28 Alternative format is a positive integer followed by a tab and a plain
29 URL per line.
30
32 All data is stored in a database. By default, it is located in
33 ./p0rn.db (yes, that's the directory from which you're starting
34 p0rn-dblist). Is you want to change this, set the environment variable
35 P0RNDBLOCATION (the second letter is a zero) to another path and file‐
36 name.
37
39 p0rn-proxy(1), p0rn-download(1), p0rn-dbdump(1), p0rn-dbrestore(1)
40
42 use DBM::Deep;
43
44 This module can be obtained from <http://www.cpan.org>.
45
47 Please report bugs by mail to <p0rn-bugs@cgarbs.de>.
48
50 p0rn-dblist was written by Christian Garbs <mitch@cgarbs.de>.
51
53 Look for updates at <http://www.cgarbs.de/p0rn-comfort.en.html>.
54
56 p0rn-dblist is licensed under the GNU GPL.
57
58
59
600.0.4 2004-05-26 P0RN-DBLIST(1)