contentpack-sample-podcast/README.md

21 lines
1.2 KiB
Markdown
Raw Normal View History

2026-04-15 00:12:31 -04:00
# ButterBox Content Pack Sample Podcast
2026-04-15 00:10:33 -04:00
A small, self-contained sample podcast webpage and RSS feed from [Guardian Project](https://guardianproject.info). This repository is intended as an example "content pack" — a minimal, portable bundle of everything needed to host and distribute a podcast: episode audio, show notes, a landing page, and a standards-compliant feed.
## What's inside
2026-04-15 00:12:31 -04:00
- **`index.html`** : A simple, styled landing page that lists each episode with inline audio playback.
- **`podcast.xml`** : An RSS 2.0 feed with iTunes podcast extensions, suitable for submission to podcast directories and use in podcast players.
- **`*.mp3`** : The three episode audio files.
- **`*.md`** : Per-episode show notes in Markdown.
2026-04-15 00:10:33 -04:00
## Using it
2026-04-15 00:12:31 -04:00
Because everything is relative-linked, you can serve this site from a folder on a USB drive plugged into a ButterBox device.
2026-04-15 00:10:33 -04:00
To subscribe in a podcast client, point it at the hosted URL of `podcast.xml`.
## License
All content in this repository — audio, show notes, webpage, and feed — is released under [Creative Commons Zero (CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/). You may copy, modify, distribute, and use the material for any purpose, including commercial, without asking permission.