Go to file
Thomas Gideon a7d7c32b1a More progress, will need a sed pass to expand some non-space char concated for indents. 2010-10-05 19:33:25 -04:00
.gitignore Started working on automating publishing steps. 2010-09-29 12:49:14 -04:00
COPYRIGHT Filled in project files. 2010-09-29 12:09:18 -04:00
README Started working on automating publishing steps. 2010-09-29 12:49:14 -04:00
append.py Fixed an annoying unicode/ascii issue due to a non-breaking space unicode character getting into the feed. 2010-09-29 21:31:37 -04:00
encode.bash Added license block. 2010-09-29 12:51:18 -04:00
outline.bash 2nd try, this time using XSL and xalan to convert old OO3 files to plain text .notes files. 2010-10-05 19:23:01 -04:00
outline.xsl More progress, will need a sed pass to expand some non-space char concated for indents. 2010-10-05 19:33:25 -04:00
publish.bash Added license block. 2010-09-29 12:51:18 -04:00
relink.py Tweaked license block. 2010-09-29 12:51:46 -04:00
tidyrc Tidy config that approximates the formatting of the live feeds to minimize disruption. 2010-09-25 17:46:08 -04:00

README

This project is a collection of simple scripts used to help automate various tasks involved in the production of The Command Line Podcast.

append.py - Compares the podcast category feed for the podcast's web site with format specific feeds, adding the newest episode if missing.
encode.bash - Drives a set of encoders and tagging utilities to convert a single WAV input file into flac, Ogg Vorbis, AAC and MP3 files with complete and consistent metadata.
relink.py - A script intended for one time use to tweak a feed to re-link its enclosures to appropriate URLs at the Internet Archive.
tidyrc - Tidy config that approximates the formatting of the live feeds to minimize disruption.
publish.bash - Script to automate as much of the publishing step as possible.