Mercurial > wikked
view MANIFEST.in @ 216:062d5e6ddb87
Refactoring for better SQL abstraction and performance (hopefully):
- Page instances don't keep the SQL object. This make it simpler to share those
instances between threads.
- Added a scheduler for running multiple page resolve operations. Sadly,
multi-threading doesn't seem to help here.
- Updated SQLAlchemy to 0.9.3.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 25 Feb 2014 22:08:32 -0800 |
parents | 81e39ae8aef0 |
children |
line wrap: on
line source
include wikked/resources/* include wikked/templates/*.html include wikked/static/css/wikked.min.css include wikked/static/img/*.png include wikked/static/js/require.js include wikked/static/js/wikked.min.js include wikked/static/js/pagdown/*.js