view MIGRATING @ 256:5ea9f2d8bd8e

Don't test for the existance of POSIX.pm, as per http://www.perlmonks.org/?node_id=689911
author Steve Kemp <steve@steve.org.uk>
date Tue, 03 Jun 2008 21:48:39 +0100
parents fdbbc1bb5d7c
children
line wrap: on
line source


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
--