diff example.cfg @ 98:fe3bfabf0b5f

Rename settings dest_* and source_* to dst_* and src_* respectively.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Oct 2016 15:49:05 +0300
parents 6e8e3695cfaa
children f45115bfb17a
line wrap: on
line diff
--- a/example.cfg	Thu Oct 06 15:23:54 2016 +0300
+++ b/example.cfg	Thu Oct 06 15:49:05 2016 +0300
@@ -13,19 +13,19 @@
 ### Calendar settings
 ###
 # Regular expression to match the SOURCE calendars by name
-#source_regex = ^R:\s*(.*?)\s*\(\s*(.+?)\s*\)\s*$
+#src_regex = ^R:\s*(.*?)\s*\(\s*(.+?)\s*\)\s*$
 
 # Mapping of source regexp submatches
-#source_regmap = 1, 2
+#src_regmap = 1, 2
 
-# Destination calendar name (MUST match dest_regex)
-dest_name = Raahen kansainvälisyystoiminta [{0}]
+# Destination calendar name (MUST match dst_regex)
+dst_name = Raahen kansainvälisyystoiminta [{0}]
 
-# Destination calendar name regexp (or use dest_id)
-dest_regex = ^Raahen kansainvälisyystoiminta
+# Destination calendar name regexp (or use dst_id)
+dst_regex = ^Raahen kansainvälisyystoiminta
 
-# Destination calendar ID (not needed if dest_regex is set)
-#dest_id = 
+# Destination calendar ID (not needed if dst_regex is set)
+#dst_id = 
 
 
 ###