diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MIGRATING	Wed Apr 16 19:31:23 2008 +0100
@@ -0,0 +1,20 @@
+
+Migrating to Chronicle
+----------------------
+
+  Included with this release is the utility script `chronicle-rss-importer`
+ which will allow you to import any entries which are available as an
+ RSS feed from your current platform.
+
+  Usage is as simple as:
+
+    chronicle-rss-importer --feed=http://blog.steve.org.uk/index.rss \
+     --output=/path/to/write/entries/to   [--sequential]
+
+  This will fetch the remote feed, parse it into individual entries and
+ write each on out to a new file beneath the specified output directory.
+
+
+
+Steve
+--