Hello guys, long time listener, first time caller (or something like that)
Night Attack is the new independant version of the NSFW show podcast hosted by Brian Brushwood and Justin Robert Young. And I'm sure you'll all be happy to hear it's powered by ProccessWire.
The quick feature list:
Processwire 2.4.0, nginx + php 5.5.9 with cloudflare in the front
Includes 3 different quality podcast feeds (all based on the data on episode pages)
Uses the alternate template filename for render, wrapper has this at the top:
// Get the page content
ob_start();
include "{$page->template}.php";
$content = ob_get_clean();
and then content is output with <?= $content; ?>. This way the templates can even be just html
Made in less than a week (might had started 4~5 days before going live, can't remember)
Modules: AIOM+, Page Edit Soft Lock, Piwik Analytics and a custom module to ensure rss feeds have correct content type when cached
I mainly focused on the code side while the design was done by sebgonz.