Audio feed generator and CMS
Find a file
gmemstr 857729bca0 Dockerfile!
Wrote basic dockerfile to add files and build to image
2017-07-25 09:09:05 -07:00
src New Makefile for easier building 2017-07-25 08:01:02 -07:00
.gitignore Beginning work on feeds fork but some small bugfixes and ignores 2017-07-11 10:53:06 -07:00
Dockerfile Dockerfile! 2017-07-25 09:09:05 -07:00
LICENSE Initial commit 2017-06-13 22:55:41 -07:00
Makefile Dockerfile! 2017-07-25 09:09:05 -07:00
README.md Add instructions to README for makefile 2017-07-25 08:02:48 -07:00

whiterabbit

gitgalaxy shield follow

podcast rss generator and cms in golang

goal

to produce a product that is easy to deploy and easier to use when hosting a podcast from ones own servers.

features

  • auto-generate rss feed
  • flat-file directory structure
  • human readable files
  • self publishing interface w/ password protection
  • basic frontend for listening to episodes
  • json feed generation for easier parsing

requirements

github.com/gmemstr/feeds this branch contains some fixes for "podcast specific" tags

github.com/fsnotify/fsnotify

github.com/spf13/viper

github.com/gorilla/mux

building

make install
make
./webserver

non-make

go get github.com/gmemstr/feeds
go get github.com/fsnotify/fsnotify
go get github.com/spf13/viper
go get github.com/gorilla/mux
go build webserver.go generate_rss.go admin.go
./webserver