doc: bullet lists items must end with a dot. - potcasse - Podcast publication m… | |
git clone git://bitreich.org/potcasse git://hg6vgqziawt5s4dj.onion/potcasse | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit f5a36712820829e660a90d77df1997cb635bb07b | |
parent eb66cea908d26ca7fa8eebe1aaeb3a4cccde0570 | |
Author: Solene Rapenne <[email protected]> | |
Date: Wed, 21 Jul 2021 00:07:59 +0200 | |
doc: bullet lists items must end with a dot. | |
Diffstat: | |
M README.md | 17 +++++++++-------- | |
1 file changed, 9 insertions(+), 8 deletions(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -4,8 +4,9 @@ potcasse, pronounced "pot kas" is meant to help people to publi… | |
# Dependencies | |
-* rsync (could use cp but avoid recopying audio files locally) | |
-* a posix compatible OS (Linux, *BSD, Solaris) | |
+* rsync (could use cp but avoid recopying audio files locally). | |
+* a posix compatible OS (Linux, *BSD, Solaris). | |
+* some webserver to host the files. | |
# How to use | |
@@ -23,12 +24,12 @@ 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 `htt… | |
-+ `RSSLINK`: name of the RSS feed | |
-+ `IMAGE`: if value is not empty, potcasse will use the file `logo.png` | |
-+ `LANGUAGE`: language code (such as `fr` or `en-us`) that can be potentially … | |
++ `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`. | |
++ `LANGUAGE`: language code (such as `fr` or `en-us`) that can be potentially … | |
You will share the link `$SITE/index.html` or `$SITE/$RSSLINK` to your listene… | |