File: example3.config

package info (click to toggle)
swish-e 2.4.7-7.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 8,188 kB
  • sloc: ansic: 51,640; sh: 8,889; perl: 3,019; makefile: 591; xml: 9
file content (41 lines) | stat: -rwxr-xr-x 1,042 bytes parent folder | download | duplicates (11)
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
41
# ----- Example 3 - Descriptive Index Files -------
#
#  Please see the swish-e documentation for
#  information on configuration directives.
#  Documentation is included with the swish-e
#  distribution, and also can be found on-line
#  at http://swish-e.org
#
#
#  This example demonstrates how to include
#  descriptive names to your index file
#
#---------------------------------------------------

# Define headers values for the index -- this might be
# helpful if you have a common front end program that
# reads more than one index file.  These headers can be
# returned when running swish (see the -H switch).

IndexName "Test index"
IndexDescription "This is an index of our two document directories." 
IndexPointer "http://someplace"
IndexAdmin "Doc Manager (dmanager@foo.invalid)"



# From previous examples:

# What to index
IndexFile /home/indexfiles/docs.index
IndexDir docs /home/otherdocs
IndexOnly .htm .html
FollowSymLinks yes

# Index meta tags
MetaNames author description
UndefinedMetaNames ignore


# end of example