Small Fixes
In the afternoon, I finished a series of small fixes to tumblelog
that I started yesterday. The changelog for version 6.6.0 is as follows:
- Use
current_year_weekincreate_week_pagecall - Use
escapeon thehrefattribute inwrap_in_permalink - Don't ignore an empty
id(tumblelog.py) - Make synopsis/usage show all options
- Escape URL and tag in
html_for_tag - Use
isoformatinstead ofstrwithreplace(tumblelog.py) - Don't accept unknown options nor abbreviated options (
tumblelog.pl) - Use
our $VERSION(tumblelog.pl) - Simplify clumsy code (
tumblelog.pl) - Remove obvious comment (
tumblelog.pl) - Fix bug in create_archive (
tumblelog.pl) - Make
get_end_of_dayconform theTime::Piecedocumentation (tumblelog.pl)
As usual the latest version is available on GitHub.