potcasse: improve configuration file generated using comments. - potcasse - Pod… | |
git clone git://bitreich.org/potcasse git://hg6vgqziawt5s4dj.onion/potcasse | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 2406a9e9ec0cec28473874904e1dc69a48ecbf93 | |
parent 81a5f1b4a61e26a06fa620652286838894f6b4a4 | |
Author: Solene Rapenne <[email protected]> | |
Date: Tue, 20 Jul 2021 23:47:35 +0200 | |
potcasse: improve configuration file generated using comments. | |
Diffstat: | |
M potcasse | 10 ++++++++++ | |
1 file changed, 10 insertions(+), 0 deletions(-) | |
--- | |
diff --git 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 |