From 1414bb94bfbcc7ba485c258225ec92e1e81c43b2 Mon Sep 17 00:00:00 2001 From: Amitai Schlair Date: Sun, 21 Jul 2013 20:06:12 -0400 Subject: Document podcasts, from scratch and by migrating. --- doc/tips/migrating_podcast_to_ikiwiki.mdwn | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/tips/migrating_podcast_to_ikiwiki.mdwn (limited to 'doc/tips/migrating_podcast_to_ikiwiki.mdwn') diff --git a/doc/tips/migrating_podcast_to_ikiwiki.mdwn b/doc/tips/migrating_podcast_to_ikiwiki.mdwn new file mode 100644 index 000000000..ac460ea8d --- /dev/null +++ b/doc/tips/migrating_podcast_to_ikiwiki.mdwn @@ -0,0 +1,21 @@ +[[!toc]] + +First, get familiar with [[howto avoid flooding aggregators]]. + +## Into ikiwiki, from another CMS + +7. Copy content into ikiwiki, taking care to: + 7. Match article paths to preserve old permalinks. + 7. Match enclosure paths (or use redirects) to preserve old URLs. + 7. Match titles, post dates, and guids with `\[[!meta]]`. + 7. Match feed paths with permanent redirects from old Atom + location to `index.atom` (likewise for RSS). + 7. `\[[!inline]]` the articles. +7. Rerun `ikiwiki --setup`. + +## Within ikiwiki, from basic to fancy + +7. Exclude media files from `\[[!inline]]`. +7. Replace direct `\[[WikiLinks]]` to media files with + `\[[!meta enclosure="WikiLink/to/media.mp3"]]`. +7. Rerun `ikiwiki --setup`. -- cgit v1.2.3