Giter VIP home page Giter VIP logo

brolic's Introduction

brolic

Podcast generator.

Install

Run make install. This runs as a CGI script -- old school, huh? As such, it needs to be deployed into the relevant cgi-bin of your web server.

Call

The parameter is pod_name, which references a group of configurations defined in the ini file. Thus, a single config file supports serving multiple podcasts, differentiated by the value of this parameter.

Configuration

The configuration is searched for at /usr/local/etc/brolic.ini. It should look roughly as follows:

[adam_and_joe]
episode_path = /mnt/bones/speech/adam_and_joe
template_path = /usr/local/share/brolic/adam_and_joe.atom.tmpl
uri_prefix = http://kupukupu.solasistim.net/adam_and_joe/
pod_title = Adam and Joe Archive
self_link = http://kupukupu.solasistim.net/render_atom.cgi?pod_name=adam_and_joe

Note that you still need to make the files publicly available somewhere. Here, for instance, you would create a symlink in your webroot pointing to the actual episode_path. I'm honestly not sure if there's a good reason to separate uri_prefix and episode_path, but it might be useful in some situations.

AFAICT self link isn't really used for much. The other ones are obvious.

Fictionalize updated times on files

If you have weird updated times, you can try this really stupid method.

find . -type f | sort | while read file; do echo "file: $file"; touch "$file"; sleep 2; done

brolic's People

Watchers

James Cloos avatar David Banks avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.