diff options
Diffstat (limited to 'doc/podcast.mdwn')
-rw-r--r-- | doc/podcast.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
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]]. |