Audio feed generator and CMS
Find a file
2017-11-19 16:32:18 -08:00
admin Added form for adding users 2017-11-19 11:11:46 -08:00
assets Resize XS logo 2017-11-19 16:10:17 -08:00
auth Fix env variable placement 2017-10-05 21:22:18 -07:00
common Working on Session Creation, Added Login.html 2017-10-04 23:58:53 +05:30
Godeps Update godeps 2017-11-17 14:19:22 -08:00
router Admin: Added user editing 2017-11-17 13:59:53 -08:00
.dockerignore Reorganizing file directory structure to match other Golang projects 2017-09-25 11:22:30 -07:00
.gitignore Format app.js templates 2017-10-27 18:39:29 -07:00
.travis.yml Fix Docker image not running correctly 2017-10-08 11:23:23 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-10-01 17:39:39 -07:00
CONTRIBUTING.md Add contributing.md 2017-11-17 14:09:55 -08:00
Dockerfile Fix Docker image not running correctly 2017-10-08 11:23:23 -07:00
generate_rss.go Admin: Added user editing 2017-11-17 13:59:53 -08:00
LICENSE Initial commit 2017-06-13 22:55:41 -07:00
README.md Reformatted Readme (again) 2017-11-19 16:32:18 -08:00
webserver.go Removed configreader.go and renamed ishanjain28/pogo -> gmemstr/pogo 2017-10-05 12:27:55 -07:00

Pogo logo

Pogo

Podcast RSS feed generator and CMS in Go.

Getting Started

There are a couple options for getting Pogo up and running.

Status

Build Status gitgalaxy live branch follow

Features

  • Automatic RSS and JSON feed generation
  • Frontend for listening and publishing episodes
  • Multiple user support
  • Custom CSS themes
  • Docker support

Running

  1. Download the latest release
  2. Unzip somewhere safe
  3. Edit the config
  4. Run pogo.

Building

# Clone the repository
git clone https://github.com/gmemstr/pogo

# Go to directory
cd pogo

# Get godep
go get github.com/tools/godep

# Install Go dependencies
godep restore

# Build
go build

# Run
./pogo

Credits

Pogo depends on several other open source projects to function.