X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/b4a41c0595c83a33760ed6d19cac651cbd19c956..1414bb94bfbcc7ba485c258225ec92e1e81c43b2:/doc/podcast.mdwn diff --git a/doc/podcast.mdwn b/doc/podcast.mdwn new file mode 100644 index 000000000..67eb793a7 --- /dev/null +++ b/doc/podcast.mdwn @@ -0,0 +1,18 @@ +A podcast is just a [[blog]] with RSS/Atom feeds containing media +enclosures. Once you've made a blog, ikiwiki gives you two ways to +turn it into a podcast. + +## Basic podcasting + +Put a media file where you'd put a blog post, and your `\[[!inline]]` +directive will include it as a media-only post. + +## Fancier podcasting + +Put the media file where `\[[!inline]]` _won't_ directly include it. +Write a blog post with `\[[!meta enclosure="WikiLink/to/media.mp3"]]` +and your show notes. + +----- + +See also [[tips/migrating_podcast_to_ikiwiki]].