Skip to content

Releases: openzim/sotoki

2.1.2

13 May 09:25
a80bc68
Compare
Choose a tag to compare

Fixed

  • User icons don't load properly (#301)
  • Revert adaptations to upstream XML format changes (#313)

2.1.1

07 May 14:47
1bc3b9b
Compare
Choose a tag to compare

Fixed

  • Adapt to upstream XML format changes (#305)
  • Add continuous delivery to Pypi (#303)

2.1.0

28 Mar 16:40
d5ad19a
Compare
Choose a tag to compare

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 of all if using --without-images (#278)
  • Multi-language domains now handled as such:
    • Language metadata to be set to eng,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 the long_description (#290)

Fixed

  • Multilanguage ZIM are not perfectly handled (#259)
  • Incorrect image displayed (#284)
  • Markdown text formatting is not rendered (#286)
  • Harmonize default publisher to openZIM (#291)
  • Docker image: align redis binaries with Python distribution (#294)
  • Issue with xml.sax.saxutils (#298)

2.0.2

31 Oct 13:17
Compare
Choose a tag to compare

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

26 May 12:48
Compare
Choose a tag to compare

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)

2.0.0

02 May 04:47
Compare
Choose a tag to compare
  • rewrite using python-libzim (libzim7)
  • added --list-all option to list all available stackexchange domains
  • added --preparation-only to only prepare XML files
  • faster XML dumps creation step (x5)