File: README

package info (click to toggle)
libdansguardian-perl 0.6-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 60 kB
  • sloc: perl: 78; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,205 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
39
40
dansguardian version 0.01
=========================

"DansGuardian is an award winning Open Source web content filter which currently
runs on Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, HP-UX, and Solaris. It filters
the actual content of pages based on many methods including phrase matching, PICS
filtering and URL filtering. It does not purely filter based on a banned list of 
sites like lesser totally commercial filters."

Dansguardian Perl module is small module for administer dansguardian's content 
control files. It let you add, remove and get information from files control 
across methods.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

This module requires only core modules:
    Perl 5.8.x
    strict
    warnings

The tests will use non-core modules if available
but these are not required for normal use.

COPYRIGHT AND LICENCE

Copyright (C) 2008 Alejandro Garrido Mota <garridomota@gmail.com>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.