doc: enhancement in README.md - potcasse - Podcast publication made easy | |
git clone git://bitreich.org/potcasse git://hg6vgqziawt5s4dj.onion/potcasse | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit fd7b98138c854d8b637b6260f7f3c9cd43c68cd5 | |
parent 1d1105f240f63af0cb57ce2649b7c71eefb70959 | |
Author: Solene Rapenne <[email protected]> | |
Date: Tue, 20 Jul 2021 23:21:34 +0200 | |
doc: enhancement in README.md | |
Diffstat: | |
M README.md | 12 ++++++------ | |
1 file changed, 6 insertions(+), 6 deletions(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -23,13 +23,13 @@ This will create a file `metadata.sh` that you need to edit… | |
It has the following variables: | |
-+ TITLE: this is the podcast title | |
-+ AUTHOR: this is the podcast author (doesn't support multiples authors yet) | |
-+ SITE: base HTTP URL where your podcast will be available (for example `https… | |
-+ RSSLINK: name of the RSS feed | |
-+ IMAGE: if value is not empty, potcasse will use the file `logo.png` | |
++ `TITLE`: this is the podcast title | |
++ `AUTHOR`: this is the podcast author (doesn't support multiples authors yet) | |
++ `SITE`: base HTTP URL where your podcast will be available (for example `htt… | |
++ `RSSLINK`: name of the RSS feed | |
++ `IMAGE`: if value is not empty, potcasse will use the file `logo.png` | |
-You will share the link `$SITE/$RSSLINK` to your listeners. | |
+You will share the link `$SITE/index.html` or `$SITE/$RSSLINK` to your listene… | |
## New episode | |