an example of distributing audio and providing a podcast xml feed for subscribing to in an app for automatic updates
Find a file
2026-04-15 00:10:33 -04:00
2022-02-17-more-discussions-on-ipfs.md add sample content pack podcast 2026-04-15 00:10:33 -04:00
2023-03-22-cleaninsights-and-privacy-preserving-measurement.md add sample content pack podcast 2026-04-15 00:10:33 -04:00
2024-02-09-Indigenous-Caravan.md add sample content pack podcast 2026-04-15 00:10:33 -04:00
cleaninsightsoverviewmarch2023.mp3 add sample content pack podcast 2026-04-15 00:10:33 -04:00
index.html add sample content pack podcast 2026-04-15 00:10:33 -04:00
news-on-the-dweb.mp3 add sample content pack podcast 2026-04-15 00:10:33 -04:00
podcast.xml add sample content pack podcast 2026-04-15 00:10:33 -04:00
ProofModeCaravan-English-Feb2024.mp3 add sample content pack podcast 2026-04-15 00:10:33 -04:00
README.md add sample content pack podcast 2026-04-15 00:10:33 -04:00

Guardian Project Sample Podcast

A small, self-contained sample podcast 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: episode audio, show notes, a landing page, and a standards-compliant feed.

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.
  • *.mp3 — The three episode audio files.
  • *.md — Per-episode show notes in Markdown.

Episodes

Date Title Duration
2024-02-09 ProofMode for Indigenous Rights in Mexico 30:08
2023-03-22 Clean Insights and Privacy Preserving Measurement 34:28
2022-02-17 Fabiola and David discuss IPFS, Filecoin and the Decentralized Web 27:42

Using it

Because everything is relative-linked, you can serve this directory from any static web host (GitHub Pages, IPFS, a plain python -m http.server, etc.) and both the webpage and the feed will work without configuration.

python3 -m http.server 8000
# then open http://localhost:8000/

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). You may copy, modify, distribute, and use the material for any purpose, including commercial, without asking permission.