📦 Content Pack - Podcast Delivery Without Internet
We have released a small, self-contained sample podcast content pack, built on a webpage and RSS feed from Guardian Project. This repository is intended as an example "content pack": a minimal, portable bundle of everything needed to host and distribute a podcast, including episode audio, show notes, a landing page, and a standards-compliant feed.
DOWNLOAD SAMPLE PODCAST CONTENTPACK
What's inside
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.posts/*.md: Per-episode show notes in Markdown (YAML frontmatter holds the episode metadata).posts/*.mp3: The episode audio files, colocated with their show notes.build.sh: Regeneratesindex.htmlandpodcast.xmlfrom the contents ofposts/.