URI: 
       potcasse: improve configuration file generated using comments. - potcasse - Podcast publication made easy
  HTML git clone git://bitreich.org/potcasse git://hg6vgqziawt5s4dj.onion/potcasse
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 2406a9e9ec0cec28473874904e1dc69a48ecbf93
   DIR parent 81a5f1b4a61e26a06fa620652286838894f6b4a4
  HTML Author: Solene Rapenne <solene@perso.pw>
       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(-)
       ---
   DIR 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