First, get familiar with howto avoid flooding aggregators.
Into ikiwiki, from another CMS
- Copy content into ikiwiki, taking care to:
- Match article paths to preserve old permalinks.
- Match enclosure paths (or use redirects) to preserve old URLs.
- Match titles, post dates, and guids with
[[!meta ]]
. - Match feed paths with permanent redirects from old Atom
location to
index.atom
(likewise for RSS). [[!inline ]]
the articles.
- Rerun
ikiwiki --setup
.
Within ikiwiki, from basic to fancy
- Exclude media files from
[[!inline ]]
. - Replace direct
[[WikiLinks]]
to media files with[[!meta enclosure="WikiLink/to/media.mp3"]]
. - Rerun
ikiwiki --setup
.