Commit Graph

4 Commits

Author SHA1 Message Date
b761e26add Extract metadata extraction method 2015-11-06 21:09:54 +00:00
785f627d7a Reorganized site and blog views and helpers to use LazyView
This increases the speed of the site by not requiring the site and blog code to
be imported on every request - just those that are relevant. It also splits the
code into modules which are easier to work with.
2012-12-19 06:53:59 +00:00
8f9e8fb178 Added LazyView from http://flask.pocoo.org/docs/patterns/lazyloading/ to helpers 2012-12-19 05:28:01 +00:00
fe76f20f0c Implemented pagination for meetings and blog entries 2012-12-14 06:26:21 +00:00