# HG changeset patch # User Matti Hamalainen # Date 1422339853 -7200 # Node ID 916618770490fd598e580eba7324be008f8d6e7a # Parent 2a9ee3f682256298213ca498968bb87c83227309 urllog: Make ordering of the configuration bit saner. diff -r 2a9ee3f68225 -r 916618770490 config.urllog.example --- a/config.urllog.example Tue Jan 27 08:23:22 2015 +0200 +++ b/config.urllog.example Tue Jan 27 08:24:13 2015 +0200 @@ -5,28 +5,6 @@ ########################################################################## ### -### HTTP options -### -# Set to 1 if you want to enable use of HTTP proxy. -# If you do, you MUST set the proxy settings below too. -set http_use_proxy 0 - -# Proxy host and port number (only used if enabled above) -set http_proxy_host "" -set http_proxy_port 8080 - -# Enable _experimental_ TLS/SSL support. This may not work at all. -# If unsure, leave this option disabled (0). -set http_tls_support 1 - -set http_tls_cadir "/usr/share/ca-certificates/mozilla" - -# Set 'user agent' string for HTTP. If empty or not set, default will be used. -set http_user_agent "" - - - -### ### General options ### @@ -66,6 +44,10 @@ set urllog_rasiatube_hack 1 +### What IRC "command" should we use to send messages: +# (Valid alternatives are "PRIVMSG" and "NOTICE") +set urllog_preferredmsg "PRIVMSG" + ### ### Search related settings @@ -133,10 +115,18 @@ ### -### Things that you usually don't need to touch ... +### HTTP options ### +# Set to 1 if you want to enable use of HTTP proxy. +# If you do, you MUST set the proxy settings below too. +set http_use_proxy 0 -# What IRC "command" should we use to send messages: -# (Valid alternatives are "PRIVMSG" and "NOTICE") -set urllog_preferredmsg "PRIVMSG" +# Proxy host and port number (only used if enabled above) +set http_proxy_host "" +set http_proxy_port 8080 +# Enable _experimental_ TLS/SSL support. This may not work at all. +# If unsure, leave this option disabled (0). +set http_tls_support 1 + +set http_tls_cadir "/usr/share/ca-certificates/mozilla"