comparison fetch_feeds.tcl @ 422:880a07485275

Add utl_ctime() to utillib and use it elsewhere.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Jan 2017 03:52:15 +0200
parents 51c08336d7b1
children 44c9128097cd
comparison
equal deleted inserted replaced
421:0f7524550aa2 422:880a07485275
8 # (C) Copyright 2008-2015 Tecnic Software productions (TNSP) 8 # (C) Copyright 2008-2015 Tecnic Software productions (TNSP)
9 # 9 #
10 # This script is freely distributable under GNU GPL (version 2) license. 10 # This script is freely distributable under GNU GPL (version 2) license.
11 # 11 #
12 ############################################################################## 12 ##############################################################################
13 package require sqlite3
14 source [file dirname [info script]]/utillib.tcl
15 13
16 ### The configuration should be in config.feeds in same directory 14 ### The configuration should be in config.feeds in same directory
17 ### as this script. Or change the line below to point where ever 15 ### as this script. Or change the line below to point where ever
18 ### you wish. See "config.feeds.example" for an example config file. 16 ### you wish. See "config.feeds.example" for an example config file.
19 source [file dirname [info script]]/config.feeds 17 source [file dirname [info script]]/config.feeds
18
19 ### Required utillib.tcl
20 source [file dirname [info script]]/utillib.tcl
20 21
21 22
22 ############################################################################## 23 ##############################################################################
23 24
24 package require http 25 package require http