From 6d70216b352acec0eebf8a057ae5b411a102d30d Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 6 May 2016 23:25:53 -0400 Subject: [PATCH] Add a README --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..0fe2030 --- /dev/null +++ b/README @@ -0,0 +1,21 @@ +# Repod + +A server designed to make it easy to re-broadcast existing content +as a podcast. + +--- + +The purpose of Repod is to take content that exists on the web already, +and turn it into a podcast to consume whenever you want. Specifically, +I'm a huge Drum & Bass head that wanted an easy way to access +[the Bassdrive archives](http://archives.bassdrivearchive.com/) since +the only actual podcast I could find was for Ben XO. + +What this server does is essentially just provide you an easy way +to design podcasts and serve them. The intention is not to host the +content ourselves, but tell people where to get the content at. + +Future ideas: Turn your mixcloud feed into a podcast? + +Repod is currently very bare-bones, but the Requirements file should +be enough to get up and running.