#!/usr/bin/env python3.1
# This script converts SquidGuard database into format that can be imported to
# squid-tagger. It should be run in SquidGuard database directory and it would
# produce csv stream that can be redirected to squid-tagger for imports:
# cd /var/db/squidGuard ; path/to/sg_import.py | path/to/squid-tagger.py -l -f
|
1
2
3
4
5
6
7
8
#!/usr/bin/env python3.2
# This script converts SquidGuard database into format that can be imported to
# squid-tagger. It should be run in SquidGuard database directory and it would
# produce csv stream that can be redirected to squid-tagger for imports:
# cd /var/db/squidGuard ; path/to/sg_import.py | path/to/squid-tagger.py -l -f