Noah Petherbridge
91c7e3369e
Implement blog drafts, privacy, sticky and bug fixes
6 years ago
Noah Petherbridge
8786b8d49c
Fix blog default category
7 years ago
Noah Petherbridge
ea2ef9876d
Some Unicode fixes for Python 3
7 years ago
Noah Petherbridge
e38ccc7190
Support Python 3 for running the app
7 years ago
Noah Petherbridge
482b47b6aa
Allow overriding partial blog index template
7 years ago
Noah Petherbridge
72b9c60595
Add <snip> feature to blog for hiding bulk of post body
7 years ago
Noah Petherbridge
21dbede734
Moar unicode fixes
8 years ago
Noah Petherbridge
ff75921129
Move to new settings system
8 years ago
Noah Petherbridge
67a30e2471
Add visitor tracking code
8 years ago
Noah Petherbridge
6f14456de2
Add /blog/archive endpoint
8 years ago
Noah Petherbridge
1035fe287c
Fix bug with blog post format type
8 years ago
Noah Petherbridge
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).
8 years ago
Noah Petherbridge
fce481e85d
Upgrade to Python 3
8 years ago
Noah Petherbridge
afa783386b
Render Markdown blog posts in the RSS feed
8 years ago
Noah Petherbridge
e2f7495add
Add blog sibling nav links to blog entries
8 years ago
Noah Petherbridge
978928c97e
Add Markdown support to blogs, comments, pages
8 years ago
Noah Petherbridge
a4a83d4a6c
Use external blog links in RSS feed
8 years ago
Noah Petherbridge
bd9e398120
Support UTF-8 characters in RSS feed
8 years ago
Noah Petherbridge
1cbf93502d
Use proper content-type for RSS feed
8 years ago
Noah Petherbridge
c9b9799589
Add hooks for pages to know more about their context
8 years ago
Noah Petherbridge
6709a867ea
Make site root configurable for easier setup
8 years ago
Noah Petherbridge
aa395ca206
Show user picture on blog update page
8 years ago
Noah Petherbridge
9a4f74844d
Add RSS feed, contact page, Kirsle.net stuff
8 years ago
Noah Petherbridge
4bb9b5d687
Add Comments and Emoticons modules
8 years ago
Noah Petherbridge
91536e3d05
Add photo albums and hook them up to the blog
8 years ago
Noah Petherbridge
19034f5b69
Only admins can delete blog posts
8 years ago
Noah Petherbridge
f9c2481499
Add the web blog views/models/controllers
8 years ago