Audio feed generator and CMS
Find a file
gmemstr 565f0c3948 Implemented episode publishing
File uploads working via /admin route, currently working on fixing generate_rss.go function as only one episode is actually added (contents of feed.Items is replaced instead of added to ):).
2017-07-16 10:43:47 -07:00
assets Implemented episode publishing 2017-07-16 10:43:47 -07:00
.gitignore Beginning work on feeds fork but some small bugfixes and ignores 2017-07-11 10:53:06 -07:00
admin.go Implemented episode publishing 2017-07-16 10:43:47 -07:00
config.json Implemented episode publishing 2017-07-16 10:43:47 -07:00
generate_rss.go Implemented episode publishing 2017-07-16 10:43:47 -07:00
LICENSE Initial commit 2017-06-13 22:55:41 -07:00
README.md Newline 2017-07-05 00:32:04 -07:00
webserver.go Implemented episode publishing 2017-07-16 10:43:47 -07:00

whiterabbit

Podcast RSS/CMS in Golang

requirements

github.com/gmemstr/feeds

github.com/fsnotify/fsnotify

github.com/spf13/viper

github.com/gorilla/mux

building

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
./webserver