Find awesome feeds here!
This file was generated by podcasts.tpl via yaml-readme, please don’t edit it directly!
Name | RSS | Description |
---|---|---|
隐私计算 | 隐私计算 | |
开源社区运营之路 | 聊聊有关开源社区运营的一些事情 | |
如何制作一档播客 | 收集如何制作播客的合集 awesome-feeds | |
远程工作 | 远程工作 |
All above Podcasts feeds are not offically published. We could not listen those episodes in the normal way. But you could choose the following platforms or tools:
Subscriptions
which on the left sideLibrary->Add a Show by URL
Please share it if you find other.
You could contribute an episode of an existing collection. Or, you could create a new collection as well.
Find the target directory under podcasts. Then add a YAML file in it. Below is a sample YAML file:
title: The episode title
index: 1
description: The episode description
filename: "The URL of target audio file"
localStorage: url # keep this be same
You need to add more files if you want to create a new collection.
First, please create a new directory under podcasts.
then, add a YAML file named show.yaml
:
title: The podcasts title
description: The podcasts description
image: "The logo of this podcasts"
link: https://linuxsuren.github.io/awesome-feeds
categories:
- Technology
localStorage: url
Finally, please add the following action into generator.yaml to generate RSS file automatically.
- name: Generate RSS for remote jobs
uses: opensource-f2f/open-podcasts@master
with:
output: podcasts/remote-jobs/index.rss
showFile: podcasts/remote-jobs/show.yaml
itemsPattern: podcasts/remote-jobs/item-*.yaml
server: "fake"