diff config.urllog.example @ 301:916618770490

urllog: Make ordering of the configuration bit saner.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Jan 2015 08:24:13 +0200
parents 2a9ee3f68225
children f487cc166714
line wrap: on
line diff
--- 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"