aboutsummaryrefslogtreecommitdiff
path: root/htdig
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-10-10 22:04:44 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-10-10 22:04:44 +0000
commitb47021348539b71df45f509212cc66f0e1dc2c04 (patch)
tree62e9ece6087f033b383b4376c664d4f14120e040 /htdig
parentaa3b80645e8b1d9df3136591aa95bacbe8fb1f8a (diff)
downloadellinika-b47021348539b71df45f509212cc66f0e1dc2c04.tar.gz
ellinika-b47021348539b71df45f509212cc66f0e1dc2c04.tar.bz2
Add to the repository
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@470 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'htdig')
-rw-r--r--htdig/ellinika.conf53
-rw-r--r--htdig/pl.conf17
-rw-r--r--htdig/uk.conf19
3 files changed, 89 insertions, 0 deletions
diff --git a/htdig/ellinika.conf b/htdig/ellinika.conf
new file mode 100644
index 0000000..1645ea8
--- /dev/null
+++ b/htdig/ellinika.conf
@@ -0,0 +1,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:
diff --git a/htdig/pl.conf b/htdig/pl.conf
new file mode 100644
index 0000000..46fa9e9
--- /dev/null
+++ b/htdig/pl.conf
@@ -0,0 +1,17 @@
+include: ellinika.conf
+
+template_map: Pełny long builtin-long \
+ Zwęzły short builtin-short
+
+sort_names: score Ocena \
+ time Czas \
+ title Tytuł \
+ revscore 'Ocena odwrotna' \
+ revtime 'Czas odwrotny' \
+ revtitle 'Tytuł odwrotny'
+
+method_names: and 'Wszystkie słowa' \
+ or 'Którekolwiek ze slów' \
+ boolean 'Operacje logiczne'
+
+boolean_keywords: i albo nie \ No newline at end of file
diff --git a/htdig/uk.conf b/htdig/uk.conf
new file mode 100644
index 0000000..bdccd0c
--- /dev/null
+++ b/htdig/uk.conf
@@ -0,0 +1,19 @@
+include: ellinika.conf
+
+locale: uk_UA.UTF-8
+
+template_map: Повний long builtin-long \
+ Скорочений short builtin-short
+
+sort_names: score Оцінка \
+ time Час \
+ title Назва \
+ revscore 'Зворотна оцінка' \
+ revtime 'Зворотний час' \
+ revtitle 'Зворотна назва'
+
+method_names: and 'Всі слова' \
+ or 'Будь-яке слово' \
+ boolean 'Булеві операціЇ'
+
+boolean_keywords: і або не \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.