NAME

HtDig::Site - Perl extension for managing a single ht://Dig configuration


SYNOPSIS

  use HtDig::Site;
  $site = new HtDig::Site(conf_path=>"/opt/www/conf/htdig.conf");
  $site->setting("maintainer", "jtillman@bigfoot.com");
  $site->save();
  $site->dig(verbose=>3);


DESCRIPTION

HtDig::Site provides an object for manipulating configuration files for ht://Dig, a popular open source content indexing and searching system. The Site object allows you to open a configuration file, modify settings in it, including custom settings that don't directly relate to ht://Dig executibles, and also allows you to perform database operations such as site index runs, database merges, and fuzzy index creation.


METHODS


KNOWN ISSUES


AUTHOR

James Tillman <jtillman@bigfoot.com> CPAN PAUSE ID: jtillman


SEE ALSO

HtDig::Config.

perl(1).