Releases: openzim/sotoki
Releases · openzim/sotoki
2.1.3
2.1.2
2.1.1
2.1.0
Added
- Redirection from
/questions/{questionId}
to the question page (#277)
Changed
- ZIM Tags now include
_videos:no;_details:no
and conditionaly include_pictures:no
(#278) - Default filename now uses
nopic
instead ofall
if using--without-images
(#278) - Multi-language domains now handled as such:
Language
metadata to be set toeng,xxx
(xxx being the second language)Name
metadata to be like "{domain}mul{variant}"- Filename metadata to match
Name
- Using zimscraperlib 3.3
- Changed default publisher metadata from 'Kiwix' to 'openZIM'
description
metadata is now limited to 80 chars, full description goes to thelong_description
(#290)
Fixed
2.0.2
Changed
- Fixed language-code-looking project codes setting incorrect Language (
ell
,or
,vi
) - Fixed
--name
parameter not being used to set Name nor filename (#267) - Sax parser now explicitly closed after use
- Fixed same-protocol links being considered relative paths during rewriting (#265)
- More reliable database commits
- Updated to zimscraperlib 1.8.0 and lxml 4.9.1
- Removed inline JS to comply with some CSP
- renamed
redis
module to avoid confusion - External link icon now included
2.0.1
Changed
- Default Name (and thus default filename) now uses plain {domain} instead of replacing
.
with_
. - Default Name includes language and
_all
(#250 #251) - Fixed crash when first post in XML dump has zero comments (#254)
- Image requests now uses a User-Agent header (#252)
- Fixed an issue completing process at very end (#253)
- Using zimscraperlib v1.6 (libzim 1.1.0)