From f5a36712820829e660a90d77df1997cb635bb07b Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Wed, 21 Jul 2021 00:07:59 +0200 Subject: [PATCH] doc: bullet lists items must end with a dot. --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1cecdb1..643e721 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ potcasse, pronounced "pot kas" is meant to help people to publish and self host # 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 accordingly to your 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://tilde.example/myname/podcast/` -+ `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 used by some players ++ `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://tilde.example/myname/podcast/`. ++ `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 used by some players. You will share the link `$SITE/index.html` or `$SITE/$RSSLINK` to your listeners.