comparison MIGRATING @ 222:fdbbc1bb5d7c

Add the stub migration script + readme
author Steve Kemp <steve@steve.org.uk>
date Wed, 16 Apr 2008 19:31:23 +0100
parents
children
comparison
equal deleted inserted replaced
221:eded23ae8288 222:fdbbc1bb5d7c
1
2 Migrating to Chronicle
3 ----------------------
4
5 Included with this release is the utility script `chronicle-rss-importer`
6 which will allow you to import any entries which are available as an
7 RSS feed from your current platform.
8
9 Usage is as simple as:
10
11 chronicle-rss-importer --feed=http://blog.steve.org.uk/index.rss \
12 --output=/path/to/write/entries/to [--sequential]
13
14 This will fetch the remote feed, parse it into individual entries and
15 write each on out to a new file beneath the specified output directory.
16
17
18
19 Steve
20 --