Skip to main content

A Pyblosxom filestat plugin that caches the mtimes of your entries in a .mtimes.yaml file.

Project description

# pyblosxommtimecache

pyblosxommtimecache is a [PyBlosxom](https://pyblosxom.github.io/) filestat plugin that caches your entries mtimes in a .mtimes.yaml file in your datadir.

The first time it sees each new blog entry, pyblosxommtimecache will add the entry’s mtime to the .mtimes.yaml file. It then makes PyBlosxom use these cached mtimes as the mtimes of your blog entries, instead of using the mtimes of the files themselves.

This means that if you edit an entry its mtime won’t change and it won’t jump to the top of your blog. It also means that PyBlosxom isn’t doing costly os.stat() calls on every entry file every time it renders a page.

pyblosxommtimecache will automatically create the .mtimes.yaml file for you the first time it runs.

The .mtimes.yaml file is a simple [YAML](http://yaml.org/)-formatted text file. If you want to change the mtime of an entry you can just edit this file by hand. If an entry is deleted from the file, or if the entire file is deleted, it’ll just be regenerated using the current mtimes of your entry files.

## Installation

Install the pyblosxommtimecache package from pip:

pip install pyblosxommtimecache

Then add it to the load_plugins setting in your config.py:

py[“load_plugins”] = [“pyblosxommtimecache.mtimecache”]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyblosxommtimecache-0.0.2.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file pyblosxommtimecache-0.0.2.tar.gz.

File metadata

File hashes

Hashes for pyblosxommtimecache-0.0.2.tar.gz
Algorithm Hash digest
SHA256 28fef016feb39c8a4dea6c967d284f3c2baec83ad353c83ea3eef1948af0bd02
MD5 63e912095effb15c1e7e256c051bb839
BLAKE2b-256 b31f98688b3e41c2d07567dae886cbe77a7333267ccc07f09419e7b57369edf1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page