]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/tips/migrating_podcast_to_ikiwiki.mdwn
ac460ea8d51173112067977f9d12b90abf95ce91
[git.ikiwiki.info.git] / doc / tips / migrating_podcast_to_ikiwiki.mdwn
1 [[!toc]]
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`.