idoc: bullet lists items must end with a dot. - potcasse - Podcast publication made easy Err bitreich.org 70 hgit clone git://bitreich.org/potcasse git://hg6vgqziawt5s4dj.onion/potcasse URL:git://bitreich.org/potcasse git://hg6vgqziawt5s4dj.onion/potcasse bitreich.org 70 1Log /scm/potcasse/log.gph bitreich.org 70 1Files /scm/potcasse/files.gph bitreich.org 70 1Refs /scm/potcasse/refs.gph bitreich.org 70 1Tags /scm/potcasse/tag bitreich.org 70 1README /scm/potcasse/file/README.md.gph bitreich.org 70 1LICENSE /scm/potcasse/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit f5a36712820829e660a90d77df1997cb635bb07b /scm/potcasse/commit/f5a36712820829e660a90d77df1997cb635bb07b.gph bitreich.org 70 1parent eb66cea908d26ca7fa8eebe1aaeb3a4cccde0570 /scm/potcasse/commit/eb66cea908d26ca7fa8eebe1aaeb3a4cccde0570.gph bitreich.org 70 hAuthor: Solene Rapenne URL:mailto:solene@perso.pw bitreich.org 70 iDate: Wed, 21 Jul 2021 00:07:59 +0200 Err bitreich.org 70 i Err bitreich.org 70 idoc: bullet lists items must end with a dot. Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M README.md | 17 +++++++++-------- Err bitreich.org 70 i Err bitreich.org 70 i1 file changed, 9 insertions(+), 8 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/README.md b/README.md /scm/potcasse/file/README.md.gph bitreich.org 70 i@@ -4,8 +4,9 @@ potcasse, pronounced "pot kas" is meant to help people to publish and self host Err bitreich.org 70 i Err bitreich.org 70 i # Dependencies Err bitreich.org 70 i Err bitreich.org 70 i-* rsync (could use cp but avoid recopying audio files locally) Err bitreich.org 70 i-* a posix compatible OS (Linux, *BSD, Solaris) Err bitreich.org 70 i+* rsync (could use cp but avoid recopying audio files locally). Err bitreich.org 70 i+* a posix compatible OS (Linux, *BSD, Solaris). Err bitreich.org 70 i+* some webserver to host the files. Err bitreich.org 70 i Err bitreich.org 70 i # How to use Err bitreich.org 70 i Err bitreich.org 70 i@@ -23,12 +24,12 @@ This will create a file `metadata.sh` that you need to edit accordingly to your Err bitreich.org 70 i Err bitreich.org 70 i It has the following variables: Err bitreich.org 70 i Err bitreich.org 70 i-+ `TITLE`: this is the podcast title Err bitreich.org 70 i-+ `AUTHOR`: this is the podcast author (doesn't support multiples authors yet) Err bitreich.org 70 i-+ `SITE`: base HTTP URL where your podcast will be available (for example `https://tilde.example/myname/podcast/` Err bitreich.org 70 i-+ `RSSLINK`: name of the RSS feed Err bitreich.org 70 i-+ `IMAGE`: if value is not empty, potcasse will use the file `logo.png` Err bitreich.org 70 i-+ `LANGUAGE`: language code (such as `fr` or `en-us`) that can be potentially used by some players Err bitreich.org 70 i++ `TITLE`: this is the podcast title. Err bitreich.org 70 i++ `AUTHOR`: this is the podcast author (doesn't support multiples authors yet). Err bitreich.org 70 i++ `SITE`: base HTTP URL where your podcast will be available (for example `https://tilde.example/myname/podcast/`. Err bitreich.org 70 i++ `RSSLINK`: name of the RSS feed. Err bitreich.org 70 i++ `IMAGE`: if value is not empty, potcasse will use the file `logo.png`. Err bitreich.org 70 i++ `LANGUAGE`: language code (such as `fr` or `en-us`) that can be potentially used by some players. Err bitreich.org 70 i Err bitreich.org 70 i You will share the link `$SITE/index.html` or `$SITE/$RSSLINK` to your listeners. Err bitreich.org 70 i Err bitreich.org 70 .