aboutsummaryrefslogtreecommitdiff
path: root/htdig/ellinika.conf
blob: 1645ea85826d7eabd78564c6cb94e34fa62952fe (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
database_dir:		/var/htdig/db
start_url:		http://ellinika.gnu.org.ua
limit_urls_to:		${start_url}
exclude_urls:		/cgi-bin/ .cgi .scm
bad_extensions:		.wav .gz .z .sit .au .zip .tar .hqx .exe .com .png \
	.jpg .jpeg .aiff .class .map .ram .tgz .bin .rpm .mpg .mov \
        .avi .css .rss .mp3

maintainer:		gray@gnu.org.ua

max_head_length:	10000
max_doc_size:		200000
no_excerpt_show_top:	true

search_algorithm:	exact:1 accents:0.8 synonyms:0.5 endings:0.1

allow_in_form: lang
search_results_wrapper: /home/gray/public_html/ellinika/${lang}/htdig.html
nothing_found_file:    /home/gray/public_html/ellinika/${lang}/nomatch.html

next_page_text:		<img src="/htdig/graphics/buttonr.png" border="0" align="middle" width="30" height="30" alt="next">
no_next_page_text:
prev_page_text:		<img src="/htdig/graphics/buttonl.png" border="0" align="middle" width="30" height="30" alt="prev">
no_prev_page_text:
page_number_text:	'<img src="/htdig/graphics/button1.png" border="0" align="middle" width="30" height="30" alt="1">' \
			'<img src="/htdig/graphics/button2.png" border="0" align="middle" width="30" height="30" alt="2">' \
			'<img src="/htdig/graphics/button3.png" border="0" align="middle" width="30" height="30" alt="3">' \
			'<img src="/htdig/graphics/button4.png" border="0" align="middle" width="30" height="30" alt="4">' \
			'<img src="/htdig/graphics/button5.png" border="0" align="middle" width="30" height="30" alt="5">' \
			'<img src="/htdig/graphics/button6.png" border="0" align="middle" width="30" height="30" alt="6">' \
			'<img src="/htdig/graphics/button7.png" border="0" align="middle" width="30" height="30" alt="7">' \
			'<img src="/htdig/graphics/button8.png" border="0" align="middle" width="30" height="30" alt="8">' \
			'<img src="/htdig/graphics/button9.png" border="0" align="middle" width="30" height="30" alt="9">' \
			'<img src="/htdig/graphics/button10.png" border="0" align="middle" width="30" height="30" alt="10">'
#
# To make the current page stand out, we will put a border around the
# image for that page.
#
no_page_number_text:	'<img src="/htdig/graphics/button1.png" border="2" align="middle" width="30" height="30" alt="1">' \
			'<img src="/htdig/graphics/button2.png" border="2" align="middle" width="30" height="30" alt="2">' \
			'<img src="/htdig/graphics/button3.png" border="2" align="middle" width="30" height="30" alt="3">' \
			'<img src="/htdig/graphics/button4.png" border="2" align="middle" width="30" height="30" alt="4">' \
			'<img src="/htdig/graphics/button5.png" border="2" align="middle" width="30" height="30" alt="5">' \
			'<img src="/htdig/graphics/button6.png" border="2" align="middle" width="30" height="30" alt="6">' \
			'<img src="/htdig/graphics/button7.png" border="2" align="middle" width="30" height="30" alt="7">' \
			'<img src="/htdig/graphics/button8.png" border="2" align="middle" width="30" height="30" alt="8">' \
			'<img src="/htdig/graphics/button9.png" border="2" align="middle" width="30" height="30" alt="9">' \
			'<img src="/htdig/graphics/button10.png" border="2" align="middle" width="30" height="30" alt="10">'

# local variables:
# mode: text
# eval: (if (eq window-system 'x) (progn (setq font-lock-keywords (list '("^#.*" . font-lock-keyword-face) '("^[a-zA-Z][^ :]+" . font-lock-function-name-face) '("[+$]*:" . font-lock-comment-face) )) (font-lock-mode)))
# end:

Return to:

Send suggestions and report system problems to the System administrator.