CMS for the late garbage.fm
at main 18 lines 672 B view raw view rendered
1## Garbage CMS 2 3This is the old source code to the CMS that ran the Garbage Podcast website. 4The 5[website](https://garbage.jcs.org/) 6is now a static cache of the output from the CMS, so this code is no longer 7being used or maintained but feel free to fork it and use it according to the 8[license](LICENSE). 9 10It is written in the 11[Halfmoon PHP MVC Framework](https://github.com/jcs/halfmoon) 12and uses MySQL for the database backend, but I no longer have the database 13schema handy. 14Apparently it was not using migrations for schema changes :( 15 16The `bin/mp3chap` file is a binary of 17[mp3chap](https://github.com/jcs/mp3chap), 18statically compiled to work within a web chroot.