comparison feeds.tcl @ 145:c94b4e1a2ed4

Rename some files, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Jun 2013 15:51:30 +0300
parents 824d24f20826
children 7106dd8db4de
comparison
equal deleted inserted replaced
144:824d24f20826 145:c94b4e1a2ed4
3 # FeedCheck v0.8 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # FeedCheck v0.8 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
4 # (C) Copyright 2008-2013 Tecnic Software productions (TNSP) 4 # (C) Copyright 2008-2013 Tecnic Software productions (TNSP)
5 # 5 #
6 # Requires get_feeds.tcl to be run as a cronjob, for example 6 # Requires get_feeds.tcl to be run as a cronjob, for example
7 # 15 * * * * /absolute/path/to/get_feeds.tcl 7 # 15 * * * * /absolute/path/to/get_feeds.tcl
8 #
9 # See also create_feeds_db.tcl OR convert_feeds_db.tcl, as you will
10 # need to either create a SQLite3 database or convert old text flat
11 # file to SQLite3.
8 # 12 #
9 # This script is freely distributable under GNU GPL (version 2) license. 13 # This script is freely distributable under GNU GPL (version 2) license.
10 # 14 #
11 ########################################################################## 15 ##########################################################################
12 16