rophako/rophako/www
Noah 8a2d6a7c04 Refactor modules into a plugin-based system
All modules are now plugins. The config.py calls load_plugin for each
plugin it needs (some plugins may load others automatically). Also each
plugin keeps its own template folder which gets added to the template
search path, so i.e. if the photo plugin is unloaded completely, the URL
endpoints won't work either (with the old system, since the HTML
templates still existed in the default root the endpoints would still
serve pages, just without any Python logic behind them).
2014-07-23 14:21:53 -07:00
..
css Add Markdown support to blogs, comments, pages 2014-04-18 21:55:37 -07:00
errors Handle 403 Forbidden errors better 2014-07-01 00:45:13 +00:00
js Add photo albums and hook them up to the blog 2014-04-05 00:47:43 -07:00
rophako Small tweaks 2014-06-24 18:59:00 +00:00
smoke Add multiple photo upload support 2014-06-20 18:32:05 -07:00
static Add Comments and Emoticons modules 2014-04-06 15:45:43 -07:00
favicon.ico Add favicon.ico to default site 2014-04-09 22:52:37 -07:00
google-ads.inc.html Remove Google ads placeholder text 2014-04-29 21:52:16 -07:00
index.html Add better default theme 2014-04-09 21:58:21 -07:00
layout.html Add Python version, fix Markdown cheatsheet 2014-06-20 21:32:45 +00:00
markdown.html Add Python version, fix Markdown cheatsheet 2014-06-20 21:32:45 +00:00
markdown.inc.html Add Markdown support to blogs, comments, pages 2014-04-18 21:55:37 -07:00