From 2406a9e9ec0cec28473874904e1dc69a48ecbf93 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 20 Jul 2021 23:47:35 +0200 Subject: [PATCH] potcasse: improve configuration file generated using comments. --- potcasse | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/potcasse b/potcasse index 13da2e3..44fa8d4 100755 --- a/potcasse +++ b/potcasse @@ -22,9 +22,19 @@ init() { test -f metadata.sh && exitp "You seem in a directory managed by potcasse" mkdir -p episodes cat << EOF > metadata.sh +# title of your podcst TITLE= + +# base URL of your website +# must end with a / SITE= + +# filename of the RSS file +RSSLINK=feed.xml + +# language for the podcast/index.html file LANGUAGE=en-us + #uncomment to use logo.png as a logo #IMAGE=YES EOF