annotate config.urllog.example @ 652:aa317575410d

urllog: Adjust some messages.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Feb 2021 11:05:20 +0200
parents 577763cb8864
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
263
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 ##########################################################################
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 #
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 # URLLog script configuration
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 #
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 ##########################################################################
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 ###
590
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
8 ### Bind commands
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
9 ###
594
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
10 bind pub - !urlfind urllog_cmd_pub_search
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
11 bind msg - !urlfind urllog_cmd_msg_search
590
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
12 bind pubm - *.* urllog_check_line
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
13 bind topc - *.* urllog_check_line
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
14
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
15
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
16 # Name of the command used for help texts
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
17 set urllog_cmd_name "!urlfind"
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
18
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
19
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
20 ###
263
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21 ### General options
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 ###
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 # Channels where URLLog records links/URLs
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 # set urllog_log_channels "#foobar;#baz"
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26 # You can use * to match substrings or everything
580
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
27 set urllog_log_channels "*"
263
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28
315
7a987b22a817 urllog: Add new configuration option urllog_msg_channels.
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
29 # Channels where URLLog announces URL titles and so on
7a987b22a817 urllog: Add new configuration option urllog_msg_channels.
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
30 # By default we set this to same as urllog_log_channels
590
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
31 set urllog_pub_channels $urllog_log_channels
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
32
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
33 # Channels where !urlfind and other commands can be used.
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
34 # By default this is set to be the same as urllog_log_channels
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
35 set urllog_search_channels $urllog_log_channels
315
7a987b22a817 urllog: Add new configuration option urllog_msg_channels.
Matti Hamalainen <ccr@tnsp.org>
parents: 308
diff changeset
36
263
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38 # Filename of the SQLite URL database file
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39 set urllog_db_file "urllog.sqlite"
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 # 1 = Verbose: Say messages when URL is OK, bad, etc.
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 # 0 = Quiet : Be quiet (only speak if asked with !urlfind, etc)
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 set urllog_verbose 1
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 # 1 = Enable logging of various script actions into bot's log
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48 # 0 = Don't.
267
da239a953e24 urllog: Change some setting names, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 264
diff changeset
49 set urllog_log_enable 1
263
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51
580
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
52 ### Various additional checks for URL validity: (1 = enabled, 0 = disabled)
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
53 ### This is REQUIRED for document title fetching/storage
267
da239a953e24 urllog: Change some setting names, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 264
diff changeset
54 set urllog_extra_checks 1
263
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55
590
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
56
304
f1589fe20732 urllog: Added urllog_extra_strict option.
Matti Hamalainen <ccr@tnsp.org>
parents: 303
diff changeset
57 ### Set to 1 if you want "strict" extra checking. This will cause
f1589fe20732 urllog: Added urllog_extra_strict option.
Matti Hamalainen <ccr@tnsp.org>
parents: 303
diff changeset
58 ### ftp URLs not being added, and if TLS support is disabled, https URLs
f1589fe20732 urllog: Added urllog_extra_strict option.
Matti Hamalainen <ccr@tnsp.org>
parents: 303
diff changeset
59 ### will not be added either. You probably don't want this set.
f1589fe20732 urllog: Added urllog_extra_strict option.
Matti Hamalainen <ccr@tnsp.org>
parents: 303
diff changeset
60 set urllog_extra_strict 0
f1589fe20732 urllog: Added urllog_extra_strict option.
Matti Hamalainen <ccr@tnsp.org>
parents: 303
diff changeset
61
f1589fe20732 urllog: Added urllog_extra_strict option.
Matti Hamalainen <ccr@tnsp.org>
parents: 303
diff changeset
62
301
916618770490 urllog: Make ordering of the configuration bit saner.
Matti Hamalainen <ccr@tnsp.org>
parents: 300
diff changeset
63 ### What IRC "command" should we use to send messages:
916618770490 urllog: Make ordering of the configuration bit saner.
Matti Hamalainen <ccr@tnsp.org>
parents: 300
diff changeset
64 # (Valid alternatives are "PRIVMSG" and "NOTICE")
916618770490 urllog: Make ordering of the configuration bit saner.
Matti Hamalainen <ccr@tnsp.org>
parents: 300
diff changeset
65 set urllog_preferredmsg "PRIVMSG"
916618770490 urllog: Make ordering of the configuration bit saner.
Matti Hamalainen <ccr@tnsp.org>
parents: 300
diff changeset
66
263
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
67
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
68 ###
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69 ### Search related settings
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70 ###
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
72 # Limit how many URLs should the "!urlfind" command show at most.
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73 set urllog_showmax_pub 3
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75 # Same as above, but for private message search.
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 set urllog_showmax_priv 6
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
77
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
78
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
79 ###
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
80 ### ShortURL-settings
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
81 ###
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 # To enable ShortURL functionality, you need to set up the
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
83 # URL redirector PHP script (urlredirect.php) correctly, and
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84 # enable change the settings in it and below appropriately.
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85 # See urlredirect.php.txt for more information.
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
86 #
308
45ada1ddc63b Update comment.
Matti Hamalainen <ccr@tnsp.org>
parents: 305
diff changeset
87 # You will also need DBO support for PHP and access to
263
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
88 # change .htaccess file(s) on your web server. The PHP
308
45ada1ddc63b Update comment.
Matti Hamalainen <ccr@tnsp.org>
parents: 305
diff changeset
89 # script will also need access to the database this
263
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
90 # script uses.
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
91 #
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
92
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93 # 1 = Enable showing of ShortURLs
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
94 # 0 = ShortURLs not shown in any bot actions
594
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
95 set urllog_shorturl_enable 1
263
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98 # Web server URL that handles redirects of ShortURLs
580
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
99 set urllog_shorturl_prefix "https://tnsp.org/u/"
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
100
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
101
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
102 ###
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
103 ### HTTP options
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
104 ###
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
105 # Set to 1 if you want to enable use of HTTP proxy.
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
106 # If you do, you MUST set the proxy settings below too.
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
107 set http_use_proxy 0
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
108
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
109 # Proxy host and port number (only used if enabled above)
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
110 set http_proxy_host ""
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
111 set http_proxy_port 8080
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
112
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
113
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
114 # Enable TLS/SSL support. If disabled, https URLs won't be added at all.
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
115 # If you enable this setting, you need to set http_tls_cadir to point to
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
116 # correct location as well!
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
117 set http_tls_support 1
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
118
ca535e7eb0ed urllog: Update example configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 366
diff changeset
119 set http_tls_cadir "/usr/share/ca-certificates/mozilla"
263
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122 ###
593
3bd5a5e072ad urllog: Slightly adjust example configuration comments.
Matti Hamalainen <ccr@tnsp.org>
parents: 590
diff changeset
123 ### Message related settings
263
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 ###
594
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
125 # Max length of original URL to be shown when adding
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
126 set urllog_add_url_max 100
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
127
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
128 # Max length of title to be shown when adding
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
129 set urllog_add_title_max 100
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
130
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
131 # Max length of original URL to be shown on search
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
132 # results IF ShortURLs are enabled and is available.
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
133 # If ShortURLs are NOT enabled, full URL is used!
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
134 set urllog_search_url_max 50
263
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
135
590
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
136 # Max length of title to be shown on search results
594
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
137 set urllog_search_title_max 50
263
f01d60175c44 urllog: Move configuration to external file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
138
302
f487cc166714 urllog: Add message for unknown TLDs.
Matti Hamalainen <ccr@tnsp.org>
parents: 301
diff changeset
139
593
3bd5a5e072ad urllog: Slightly adjust example configuration comments.
Matti Hamalainen <ccr@tnsp.org>
parents: 590
diff changeset
140 # Message texts (informal, errors, etc.)
590
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
141 array set urllog_messages {
652
aa317575410d urllog: Adjust some messages.
Matti Hamalainen <ccr@tnsp.org>
parents: 603
diff changeset
142 "err_http_fail" "nyt meni vituix HTTP-hommat: @3@"
590
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
143
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
144 "err_http_get" "kraak, virhe yhdynnässä: @2@"
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
145
652
aa317575410d urllog: Adjust some messages.
Matti Hamalainen <ccr@tnsp.org>
parents: 603
diff changeset
146 "err_http_status" "voi perse, nyt oli: @2@, @3@"
590
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
147
652
aa317575410d urllog: Adjust some messages.
Matti Hamalainen <ccr@tnsp.org>
parents: 603
diff changeset
148 "err_url_local_net" "en tykkää: paikallinen verkko."
aa317575410d urllog: Adjust some messages.
Matti Hamalainen <ccr@tnsp.org>
parents: 603
diff changeset
149 "err_url_invalid_net" "en tykkää: invaliidi verkko."
aa317575410d urllog: Adjust some messages.
Matti Hamalainen <ccr@tnsp.org>
parents: 603
diff changeset
150 "err_url_proto_class" "en tykkää: protokolla paske?"
aa317575410d urllog: Adjust some messages.
Matti Hamalainen <ccr@tnsp.org>
parents: 603
diff changeset
151 "err_url_proto_no_class" "en tykkää: ei protokollaa?"
aa317575410d urllog: Adjust some messages.
Matti Hamalainen <ccr@tnsp.org>
parents: 603
diff changeset
152 "err_url_invalid_port" "en tykkää: invaliidi portti."
590
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
153
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
154 "err_redirect_invalid" "paska redirecti @5@"
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
155 "err_redirect_fail" "redirekti @5@ feilasi: @1@ / @3@"
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
156
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
157 "err_charset" "yhyy, merkistö paske! @3@"
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
158
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
159 "url_added_short_has_title" "'@1@' (@4@) @5@"
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
160 "url_added_short_no_title" "@4@ @5@"
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
161
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
162 "url_added_long_has_title" "'@1@' (@4@)"
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
163 "url_added_long_no_title" "@3@"
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
164
603
577763cb8864 urllog: Improve title handling in "URL is known" messages.
Matti Hamalainen <ccr@tnsp.org>
parents: 594
diff changeset
165 "url_known_has_title" "'@2@' "
577763cb8864 urllog: Improve title handling in "URL is known" messages.
Matti Hamalainen <ccr@tnsp.org>
parents: 594
diff changeset
166 "url_known_no_title" ""
577763cb8864 urllog: Improve title handling in "URL is known" messages.
Matti Hamalainen <ccr@tnsp.org>
parents: 594
diff changeset
167 "url_known_short" "wanha! @5@@7@ (@1@@@4@)"
577763cb8864 urllog: Improve title handling in "URL is known" messages.
Matti Hamalainen <ccr@tnsp.org>
parents: 594
diff changeset
168 "url_known_long" "wanha! @5@@6@ (@1@@@4@)"
590
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
169
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
170
594
a488be0f45e0 urllog: More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 593
diff changeset
171 "search_result_has_title" "'@2@' "
590
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
172 "search_result_no_title" ""
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
173 "search_result_short" "#@1@: @4@@5@ @6@ (@2@ @ @3@)"
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
174 "search_result_long" "#@1@: @4@@5@ (@2@ @ @3@)"
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
175
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
176 "search_no_match" "ei osumia."
2294b73df2cf urllog: Massive refactoring to use similar message system as other scripts,
Matti Hamalainen <ccr@tnsp.org>
parents: 581
diff changeset
177 }