How to use
- Put
index.html in the same folder as your .xml feeds.
- Create
feeds.json OR manifest.txt in the same folder.
- Commit & deploy. Visit this folder’s URL; this page will list your feeds.
feeds.json (simple)
[
"tphabakkuk.xml",
"anotherfeed.xml"
]
feeds.json (with titles)
[
{ "file": "tphabakkuk.xml", "title": "Habakkuk Devotions" },
{ "file": "anotherfeed.xml", "title": "Another Podcast" }
]
manifest.txt (one per line)
tphabakkuk.xml
anotherfeed.xml