blob: 67eb793a76113d41bef7d767275f86155e227252 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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]].
|