Concurrent Processing In Pelican

Pelican’s performance in rendering large blogs can be accelerated by transforming articles to HTML in parallel. For Markdown and restructured text (reST) I provide numbers and sample code here.

To explore the timings we need rather extensive samples of texts. On github we find a repository of German law ...

more ...

Porting feedgenerator to Py3k

Actually, here we already are some steps into my efforts to port Pelican [2] to Python 3, — I’ll write about the beginning steps later, promise. (Here is a first impression [3])

Feedgenerator 1.2.1 is a stand-alone version of a Django module with that name. During the port ...

more ...