Commit graph

117 commits

Author SHA1 Message Date
gmemstr c54e1904d0 Multiple episode support not broken
Moved to feed.Add method, which has fixed the issue of not being able to add multiple episodes to the rss/json.
2017-07-16 13:37:05 -07:00
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
gmemstr d48735c6a6 Working on admin interface 2017-07-15 08:15:02 -07:00
gmemstr e61bcb91c4 Basic HTTP authentication
Implemented basic login using standard WWW-Authenticate method
2017-07-15 08:06:37 -07:00
gmemstr a959d7c23c Beginning work on feeds fork but some small bugfixes and ignores 2017-07-11 10:53:06 -07:00
gmemstr 47017f51b1 Newline 2017-07-05 00:32:04 -07:00
gmemstr 5acbee2da3 Add requirements to README 2017-07-05 00:31:01 -07:00
gmemstr 80dd22004b gonfig -> viper for configuration file
Currently focusing on the RSS generation, JSON will come later - that is more aimed at the frontend or external apps. Have to have feeds fully validating on https://validator.w3.org/feed/ before being deemed "acceptable" and "production ready". Will be writing a lot of changes to my feeds fork, which will not be pulled into the main feeds repository.
2017-07-01 23:59:59 -07:00
gmemstr a78472364c Implementing configuration
Very tired. Must sleep. Wanted to work. Working on making config.json a thing so rss feed can be edited outside of the code.
2017-07-01 00:26:32 -07:00
gmemstr baa3ef76ae Ignore 2017-06-19 19:46:18 -07:00
gmemstr 29db0f76c5 Changed Url in JSON to point directly to mp3 file
Used for embedding. This affecs the link in the RSS feed as well, although this should not be a big issue.
2017-06-19 19:45:51 -07:00
gmemstr 0ffefbf55e Working on frontend of CMS
Starting to work on basic frontend layout. Added new /json route for fetching RSS as JSON file.
2017-06-18 13:57:43 -07:00
gmemstr 7c3cb34587 Add build instructions 2017-06-15 09:23:09 -07:00
gmemstr 581f7671f7 Implemented Gorilla mux router & index page
Working on a simple frontend for displaying various things e.g latest episode etc.
2017-06-15 09:21:22 -07:00
gmemstr 78d955b116 New gitignore 2017-06-13 23:04:44 -07:00
gmemstr e193e33678 Actual initial commit
Implements basic RSS generation and file watching, along with webserver to serve RSS file
2017-06-13 22:57:02 -07:00
Gabriel Simmer d011bf719f Initial commit 2017-06-13 22:55:41 -07:00