Commit Graph

3 Commits (91c7e3369ef10f83ecd248a262a036b84ca840a7)

Author SHA1 Message Date
Noah 91c7e3369e Implement blog drafts, privacy, sticky and bug fixes 2016-06-03 14:44:34 -07:00
Noah 4b6be02e5a Spaces to tabs in HTML and CSS 2015-08-11 17:39:16 -07:00
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