File: db.conf

package info (click to toggle)
htdig 1%3A3.2.0b6-21
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,292 kB
  • sloc: ansic: 49,632; cpp: 46,468; sh: 17,400; xml: 4,180; perl: 2,543; makefile: 888; php: 79; asm: 14
file content (26 lines) | stat: -rw-r--r-- 967 bytes parent folder | download
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
#
# db.conf file for the multidig system
#  (copied for each database used)
#
# Copyright (c) 1998-1999 The ht://Dig Group
# Distributed under the terms of the GNU General Public License (GPL)
#   version 2 or later.
# for the ht://Dig search system https://htdig.sourceforge.net/
# and the multidig script system https://htdig.sourceforge.net/contrib/scripts/
#

# Change this if you use a different global config file
# Put most of your configuration options in this file
#  the db.conf files only define the URL list used and the directory for
#  storing the databases
include:		${config_dir}/htdig.conf

# Changed for each database. Places the databases in separate directories
# for convenience and organization
database_dir:		@DB_BASE@/@DATABASE@

# Each database has a separate list of starting URLs
# This makes it easier to index a variety of categories
start_url:		`${database_dir}/@DATABASE@.urls`

# Any database-specific config options should go here...