Download
From XOWA: a free, open-source, offline wiki application
All files are available at https://github.com/gnosygnu/xowa/releases/
Windows
Linux
Mac OS X
Source code
Change log
v2.9.3.1 (2015-09-21)
major
- Css: Handle new CSS relative urls (affects no css downloaded for new wikis). See: https://simple.wikipedia.org
fix
- Lang: Use fallback languages to resolve variants (affects many zh.w pages missing text for message boxes or references); EX:if zh-cn, then -{zh;zh-hans|A}- -> "A" x> "". See: https://zh.wikipedia.org/wiki/釣魚臺列嶼主權問題 https://zh.wikipedia.org/wiki/清朝 [broken since:v2.8.1]
- Scribunto: Fix #iferror to handle scribunto errors (affects a few dozen pt.w pages with red error message text); EX:<strong class="error"> x> <strong class='error'>. See: https://pt.wikipedia.org/wiki/Molibdênio https://pt.wikipedia.org/wiki/Salmão https://pt.wikipedia.org/wiki/Fluxo_de_trabalho [broken since:v2.7.2]
- Url: Fix pages not being loaded correctly on startup; EX:pt.wikipedia.org/wiki/Wikipedia:Página_de_testes x> en.wikipedia.org/wiki/Página_de_testes. See: https://pt.wikipedia.org/wiki/Wikipedia:Página_de_testes [broken since:v2.8.1]
add
- HttpServer: Add command-line argument to limit maximum number of connections; EX:--http_server.max_clients 15 --http_server.max_clients_timeout 100 {requested by anonymous}.
package
- Package: Release image update for Portuguese wikis (2015-09).
- Package: Release image update for Romanian wikis (2015-09).
- Package: Release image update for Indonesian wikis (2015-09).
minor
- Url: Use variant form of url if title does not exist (affects zh.* pages not retrievable from the url bar when a variant form is used). See: https://zh.wikipedia.org/wiki/Template:铁道路线/车站列表
trivial
- Api: Parse fallback and variants data from "general". See: https://zh.wikipedia.org/w/api.php?action=query&format=json&meta=siteinfo&siprop=general|namespaces|statistics|interwikimap|namespacealiases|specialpagealiases|libraries|extensions|skins|magicwords|functionhooks|showhooks|extensiontags|protocols|defaultoptions|languages
- Url: Update url bar / windows bar with url if page is missing. See: https://pt.wikipedia.org/wiki/"MANUAL_DE_PROCEDURI_.Sectiunea:""CONTABILITATE_SI_MANAGEMENT_FINANCIAR"""
dev
- Source: Consolidate all working folders into /src/.
- Source: Refactor variant classes.
- Source: Refactor Xowe_wiki.
- Source: Refactor Bry_.