]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/tips/migrating_podcast_to_ikiwiki.mdwn
Untested backport to Ubuntu trusty.
[git.ikiwiki.info.git] / doc / tips / migrating_podcast_to_ikiwiki.mdwn
1 [[!meta date="2013-07-21 20:06:12 -0400"]]
3 First, get familiar with [[howto avoid flooding aggregators]].
5 ## Into ikiwiki, from another CMS
7 7. Copy content into ikiwiki, taking care to:
8     7. Match article paths to preserve old permalinks.
9     7. Match enclosure paths (or use redirects) to preserve old URLs.
10     7. Match titles, post dates, and guids with `\[[!meta]]`.
11     7. Match feed paths with permanent redirects from old Atom
12        location to `index.atom` (likewise for RSS).
13     7. `\[[!inline]]` the articles.
14 7. Rerun `ikiwiki --setup`.
16 ## Within ikiwiki, from basic to fancy
18 7. Exclude media files from `\[[!inline]]`.
19 7. Replace direct `\[[WikiLinks]]` to media files with
20    `\[[!meta enclosure="WikiLink/to/media.mp3"]]`.
21 7. Rerun `ikiwiki --setup`.