Audio feed generator and CMS
Find a file
gmemstr f527effcdd Added comments and also moved password/username to config
Moved admin user/pass to config.json as promised, more sophisticated login method will come soon I promise :) Also added a ton of comments to the code- please disregard any typos, it's 1:30am and I am exhausted.
2017-07-23 01:20:22 -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 Added comments and also moved password/username to config 2017-07-23 01:20:22 -07:00
generate_rss.go Added comments and also moved password/username to config 2017-07-23 01:20:22 -07:00
LICENSE Initial commit 2017-06-13 22:55:41 -07:00
README.md Update README with some more information + links 2017-07-19 14:01:46 -07:00
webserver.go Added comments and also moved password/username to config 2017-07-23 01:20:22 -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

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