blob: d120b4205214c24aab9f69bb1b46835b4ebe83f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
post_install() {
echo -e "\n\e[1m Oleksandr’s Ukrainian Web Dictionaries $1\e[0m\n"
cat <<-END
Programs installed
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
• uwd: main utility for interfacing with dictionaries
• trl: transliterator for making urls to query sum.in.ua
• cadictua: scraper for https://lcorp.ulif.org.ua/dictua/
Help the project
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
• Add new dictionaries, say, for synonyms
• Create a unified way of displaying results (maybe using sed)
that will eliminate the need for w3m, html2text and mdr
• If nothing else, donate: https://miliukhin.xyz/donate !
See Oleksandr’s website: https://miliukhin.xyz/ - email him at: oleksandr<at>danwin1210.de
--> uwd is free/libre software, licensed under the GPLv3 <--
END
}
|