conditionalhttp - Allows browser-side caching with if...¶
Summary¶
This plugin can help save bandwidth for low bandwidth quota sites.
This is done by outputing cache friendly HTTP header tags like Last-Modified
and ETag. These values are calculated from the first entry returned by
entry_list
.
Install¶
This plugin comes with Pyblosxom. To install, do the following:
- In your
config.py
file, addPyblosxom.plugins.conditionalhttp
to theload_plugins
variable.
License¶
Plugin is distributed under license: MIT