1P0RN-DBADD(1) p0rn-comfort P0RN-DBADD(1)
2
3
4
6 p0rn-dbadd - add links to the p0rn database
7
9 p0rn-dbadd table
10
12 p0rn-dbadd adds links to the p0rn database. There should be no need to
13 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 STDIN and saved to the database.
19
21 Format is one plain URL per line with no leading or trailing white‐
22 space.
23
24 Alternative format is a positive integer followed by a tab and a plain
25 URL per line.
26
28 All data is stored in a database. By default, it is located in
29 ./p0rn.db (yes, that's the directory from which you're starting
30 p0rn-add). Is you want to change this, set the environment variable
31 P0RNDBLOCATION (the second letter is a zero) to another path and file‐
32 name.
33
35 p0rn-proxy(1), p0rn-download(1), p0rn-dbdump(1), p0rn-dbrestore(1)
36
38 use DBM::Deep;
39
40 This module can be obtained from <http://www.cpan.org>.
41
43 Please report bugs by mail to <p0rn-bugs@cgarbs.de>.
44
46 p0rn-dbadd was written by Christian Garbs <mitch@cgarbs.de>.
47
49 Look for updates at <http://www.cgarbs.de/p0rn-comfort.en.html>.
50
52 p0rn-dbadd is licensed under the GNU GPL.
53
54
55
560.0.4 2004-05-26 P0RN-DBADD(1)