Based on Clean Blog by Start Bootstrap, which was released under Apache 2.0 license.
- tumblr-rss.js ** heavily modified to work with our template
- ResponsiveSlides.js
- jquery.ics ** fixed for multiline values in .ics files
- FullCalendar
Even though this is a static page, we have some weird-ish quirks in here that could be fixed eventually
- We proxy the tumblr json via a PHP script (
/static/blog.php
), which gets redirected via mod_redirect from/api/read/json
(via.htaccess
)- This is used by the frontpage blog, and iirc did this to ensure all content is loaded via HTTPS, which it otherwise would not.
- We proxy our calendar, which comes in via google, via mod_proxy
- Not sure if this is actually still being used.
All this requires this to be served via an Apache webserver at the moment, with PHP and the proxy, proxy_http, ssl and redirect modules enabled. The blog.php script uses the PHP extension APCu.