File: MIGRATING

package info (click to toggle)
chronicle 4.6-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 764 kB
  • sloc: perl: 2,477; javascript: 447; makefile: 106; sh: 9
file content (20 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 one out to a new file beneath the specified output directory.



Steve
--