Noah
e38ccc7190
Support Python 3 for running the app
8 years ago
Noah
21dbede734
Moar unicode fixes
8 years ago
Noah
e485725b4c
Dummy out tracking code
8 years ago
Noah
b0a5a53b09
Don't allow trailing slashes on catchall routes
8 years ago
Noah
45eec97bf3
Add exception e-mail handler
8 years ago
Noah
ff75921129
Move to new settings system
8 years ago
Noah
67a30e2471
Add visitor tracking code
8 years ago
Noah
9f33f45015
Code cleanup and update documentation
9 years ago
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).
9 years ago
Noah
9dcd556152
Reorganize module structure
9 years ago
Noah
259779770f
Fix secure session cookie
9 years ago
Noah
969a758a8d
Handle 403 Forbidden errors better
9 years ago
Noah
dc87792545
Add Python version, fix Markdown cheatsheet
9 years ago
Noah
978928c97e
Add Markdown support to blogs, comments, pages
9 years ago
Noah
b58563b0d1
Make Rophako support SSL
9 years ago
Noah
c9b9799589
Add hooks for pages to know more about their context
9 years ago
Noah
6709a867ea
Make site root configurable for easier setup
9 years ago
Noah
9a4f74844d
Add RSS feed, contact page, Kirsle.net stuff
9 years ago
Noah
4bb9b5d687
Add Comments and Emoticons modules
9 years ago
Noah
91536e3d05
Add photo albums and hook them up to the blog
9 years ago
Noah
f9c2481499
Add the web blog views/models/controllers
9 years ago
Noah
80c20ec87b
JsonDB, In'tl setup, user login and admin pages
9 years ago
Noah
f86d1df276
Initial structure of web app
9 years ago