|
1 | | -# Podcaster |
| 1 | +# Podcaster |
| 2 | + |
2 | 3 | ## A Kirby Podcast Plugin |
3 | 4 |
|
4 | 5 |    |
|
7 | 8 |
|
8 | 9 | ## Features |
9 | 10 |
|
10 | | -- ✅ Ready for Kirby 4 |
11 | | -- ✅ Panel blueprint for a full featured RSS feed |
12 | | -- ✅ Run multiple podcasts with just one Kirby installation |
13 | | -- ✅ Panel blueprint for episodes details |
14 | | -- ✅ Podcaster Analytics with detailed metrics |
15 | | -- ✅ Tracking of episodes/feeds using Matomo |
16 | | -- ✅ Tracking of episodes using PodTrac |
17 | | -- ✅ Podcast Chapters |
18 | | -- ✅ Snippet for a simple HTML5-Player |
19 | | -- ✅ Snippet for the advanced Podlove Player |
20 | | -- ✅ Configure and style your website player within the panel |
| 11 | +- ✅ Ready for Kirby 5 |
| 12 | +- ✅ Panel blueprint for a full featured RSS feed |
| 13 | +- ✅ Run multiple podcasts with just one Kirby installation |
| 14 | +- ✅ Panel blueprint for episodes details |
| 15 | +- ✅ Podcaster Analytics with detailed metrics |
| 16 | +- ✅ Tracking of episodes/feeds using Matomo |
| 17 | +- ✅ Tracking of episodes using PodTrac |
| 18 | +- ✅ Podcast Chapters |
| 19 | +- ✅ Snippet for a simple HTML5-Player |
| 20 | +- ✅ Snippet for the advanced Podlove Player |
| 21 | +- ✅ Configure and style your website player within the panel |
21 | 22 |
|
22 | 23 | ## Installation |
23 | 24 |
|
24 | | -This version of the plugin requires Kirby 3.9.0 or higher. The recommended way of installing is by using Composer: |
| 25 | +This version of the plugin requires Kirby 4 or higher. The recommended way of installing is by using Composer: |
25 | 26 |
|
26 | 27 | ```bash |
27 | 28 | composer require mauricerenck/podcaster |
28 | 29 | ``` |
29 | 30 |
|
30 | | -Or download the [latest release](https://github.com/mauricerenck/kirby-podcaster/releases) unzip it, copy it to `site/plugins/podcaster` |
| 31 | +Or download the [latest release](https://github.com/mauricerenck/kirby-podcaster/releases) unzip it, copy it to `site/plugins/podcaster` |
31 | 32 |
|
32 | 33 | --- |
33 | 34 |
|
34 | 35 | ## Setup |
35 | 36 |
|
36 | 37 | There is a full video guide on setting up your podcast step by step on the [Podcaster Website](https://podcaster-plugin.com/docs/setup-tutorial/) |
37 | 38 |
|
38 | | - |
39 | | -* [Setup your podcast](docs/setup.md) |
40 | | -* [Setup analytics](docs/analytics.md) |
41 | | -* [Setup Podlove Player](docs/podlove.md) |
42 | | -* [Podcaster in your templates](docs/templates.md) |
43 | | -* [Podcaster Snippets](docs/snippets.md) |
44 | | -* [Advanced Settings](docs/advanced-settings.md) |
45 | | -* [Migrate from version 2](docs/migration-v2-v3.md) |
46 | | -* [List of all fields](docs/fields.md) |
47 | | -* [List of all options](docs/options.md) |
| 39 | +- [Setup your podcast](docs/setup.md) |
| 40 | +- [Setup analytics](docs/analytics.md) |
| 41 | +- [Setup Podlove Player](docs/podlove.md) |
| 42 | +- [Podcaster in your templates](docs/templates.md) |
| 43 | +- [Podcaster Snippets](docs/snippets.md) |
| 44 | +- [Advanced Settings](docs/advanced-settings.md) |
| 45 | +- [Migrate from version 2](docs/migration-v2-v3.md) |
| 46 | +- [List of all fields](docs/fields.md) |
| 47 | +- [List of all options](docs/options.md) |
0 commit comments