comparison feeds.tcl @ 425:e5810c52d376

Bump some copyright years and versions.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Jan 2017 03:57:05 +0200
parents 825cac46b1cb
children 5763716060a0
comparison
equal deleted inserted replaced
424:825cac46b1cb 425:e5810c52d376
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # FeedCheck v1.0 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # FeedCheck v1.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
4 # (C) Copyright 2008-2015 Tecnic Software productions (TNSP) 4 # (C) Copyright 2008-2017 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 #
9 # See also create_feeds_db.tcl OR convert_feeds_db.tcl, as you will 9 # See also create_feeds_db.tcl OR convert_feeds_db.tcl, as you will
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 v1.0 by ccr/TNSP" 32 set feeds_message "$feeds_name v1.1 by ccr/TNSP"
33 33
34 putlog "$feeds_message" 34 putlog "$feeds_message"
35 bind pub - !feeds feeds_pubfetch 35 bind pub - !feeds feeds_pubfetch
36 bind pub - !last feeds_publast 36 bind pub - !last feeds_publast
37 37