p0rn-dbdel - Man Page
remove links from the p0rn database
Synopsis
p0rn-dbdel table
Overview
p0rn-dbdel removes links from the p0rn database. There should be no need to call this program directly.
Description
You must set the table name upon startup. Existing database tables are thumbz for thumbnails, picz for pictures and downz for download urls. Links are then read from STDIN and removed from the database.
Data Format
Format is one plain URL per line with no leading or trailing whitespace.
Files
All data is stored in a database. By default, it is located in ./p0rn.db (yes, that's the directory from which you're starting p0rn-dbdel). Is you want to change this, set the environment variable P0RNDBLOCATION (the second letter is a zero) to another path and filename.
See Also
p0rn-proxy(1), p0rn-download(1), p0rn-dbdump(1), p0rn-dbrestore(1)
Modules Needed
use DBM::Deep;
This module can be obtained from <http://www.cpan.org>.
Bugs
Please report bugs by mail to <p0rn-bugs@cgarbs.de>.
Author
p0rn-dbdel was written by Christian Garbs <mitch@cgarbs.de>.
Availability
Look for updates at <http://www.cgarbs.de/p0rn-comfort.en.html>.
Copyright
p0rn-dbdel is licensed under the GNU GPL.