]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/podcast.mdwn
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.git] / doc / podcast.mdwn
1 A podcast is just a [[blog]] with RSS/Atom feeds containing media
2 enclosures. Once you've made a blog, ikiwiki gives you two ways to
3 turn it into a podcast.
5 ## Basic podcasting
7 Put a media file where you'd put a blog post, and your `\[[!inline]]`
8 directive will include it as a media-only post.
10 ## Fancier podcasting
12 Put the media file where `\[[!inline]]` _won't_ directly include it.
13 Write a blog post with `\[[!meta enclosure="WikiLink/to/media.mp3"]]`
14 and your show notes.
16 -----
18 See also [[tips/migrating_podcast_to_ikiwiki]].