comparison feeds.tcl @ 676:2737e90aad83

feeds: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 23 Feb 2021 15:11:32 +0200
parents 79b5d8944eea
children
comparison
equal deleted inserted replaced
675:09be9264ee79 676:2737e90aad83
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # FeedCheck v2.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # FeedCheck v2.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
4 # (C) Copyright 2008-2021 Tecnic Software productions (TNSP) 4 # (C) Copyright 2008-2021 Tecnic Software productions (TNSP)
5 # 5 #
6 # Requires fetch_feeds.tcl to be run as a cronjob, for example 6 # Requires fetch_feeds.tcl to be run as a cronjob, for example
7 # 15 * * * * /absolute/path/to/fetch_feeds.tcl 7 # 15 * * * * /absolute/path/to/fetch_feeds.tcl
8 # 8 #
27 # No need to look below this line 27 # No need to look below this line
28 ########################################################################## 28 ##########################################################################
29 package require sqlite3 29 package require sqlite3
30 30
31 set feeds_name "FeedCheck" 31 set feeds_name "FeedCheck"
32 set feeds_message "$feeds_name v2.0 by ccr/TNSP" 32 set feeds_message "$feeds_name v2.1 by ccr/TNSP"
33 33
34 34
35 # ------------------------------------------------------------------------ 35 # ------------------------------------------------------------------------
36 ### Utility functions 36 ### Utility functions
37 proc feeds_log {umsg} { 37 proc feeds_log {umsg} {