Just cache '<!-- idem -->' for unchanged texts.

This saves space and writing/loading times.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2017-05-25 13:44:03 +02:00
parent c09ed68423
commit 77cd2e21b4
2 changed files with 15 additions and 2 deletions

View file

@ -4,6 +4,7 @@
### Version 0.3 (unreleased)
* Save space by caching just '<!-- idem -->' for unchanged texts.
* Change protocol to https.
* Make cache validity configurable.
* Rename from "DejureIntegrator" to "DejureAutolinker".