URI: 
       first README.md version - 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 221fd26a5690531a02f9edd4a53d719bbd25a36b
   DIR parent 7d50f07ca06423a5d0c93ce190093920f551c669
  HTML Author: Solene Rapenne <solene@perso.pw>
       Date:   Tue, 20 Jul 2021 22:18:14 +0200
       
       first README.md version
       
       Diffstat:
         A README.md                           |      38 +++++++++++++++++++++++++++++++
       
       1 file changed, 38 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/README.md b/README.md
       @@ -0,0 +1,38 @@
       +# Introduction
       +
       +potcasse is meant to help people to publish and self host a podcast easily without using a third service.
       +
       +# Dependencies
       +
       +* rsync
       +
       +# How to use
       +
       +
       +## First time
       +
       +```
       +potcasse init
       +```
       +
       +## New episode
       +
       +```
       +potcasse episode "Episode XX: trying something weird" /path/to/audio/file
       +```
       +
       +This will create a directory episodes/YYYYMMDDhh so you can't publish more than a podcast every hour using this command.  The audio file inherits the directory name.
       +
       +You can force a directory name with a parameter after the audio file.
       +
       +```
       +potcasse episode "Episode XX: trying something weird" /path/to/audio/file this_is_my_podcast_episode_i_want_to_name
       +```
       +
       +## Publishing
       +
       +```
       +potcasse gen
       +```
       +
       +this will create a `output_html` directory with your audio files, the RSS file and potentially a logo file if any.