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.11.2.1 (2015-11-08)
fix
- Url: Navigate to original REDIRECT page when clicking on "Redirected from" links (affects "Redirected from" links not working). See: https://da.wikipedia.org/wiki/Template:Lolland?redirect=no [broken since:v2.8.1]
- Url: Show interwiki links in article text, not in "In other langauges" (affects empty links showing up on some pages). See: https://simple.wikipedia.org/wiki/Main_Page [broken since:v2.10.2]
change
- Gallery: Add mediawiki.page.gallery.css (affects <gallery> rendering as list items on many pages). See: https://simple.wikipedia.org/wiki/Gothic_architecture https://da.wikipedia.org/wiki/Middelaldercentret
- Scribunto.Title: Use canoncial namespace name, not local-language namespace name (affects broken location maps on many pages in many non-English wikis); EX:newTitle("Šablon:Location_map") -> "Template:Location_map" x> "Šablon:Location_map". See: https://sh.wikipedia.org/wiki/Koprno
- Parser.Template: Trim white space from end of template arg (affects references having empty <pre> sections); EX:{{A|b\n }} x> should not generate pre. See: https://simple.wikipedia.org/wiki/Gothic_architecture https://no.wikipedia.org/wiki/Israel
package
- Package: Release image update for Danish wikis (2015-11). See: https://archive.org/details/Xowa_dawiki_latest
- Package: Release image update for Serbo-Croatian wikis (2015-10). See: https://archive.org/details/Xowa_shwiki_latest
- Package: Release image update for Croatian wikis (2015-11). See: https://archive.org/details/Xowa_hrwiki_latest
- Package: Release image update for Estonian wikis (2015-10). See: https://archive.org/details/Xowa_eowiki_latest
significant
- Scribunto.Wikibase: Retrieve property by numerical id (affects text not showing in infoboxes for many Croatian pages); EX:entity.FormatPropertyValues('P123'). See: https://hr.wikipedia.org/wiki/Hepatitis
- Scribunto.Wikibase: Return datatype of "globe-coordinate" (affects geocordinates not working on a dozen pages in eo.w); EX:prop.mainsnak.datatype should not be nil. See: https://eo.wikipedia.org/wiki/Mudá
- Scribunto.Wikibase: Return quantity as number not as literal string (affects script error on a dozen pages in eo.w); EX:"99" not "+99". See: https://eo.wikipedia.org/wiki/Mudá
- Redirect: Ignore other arguments of redirect (affects "1. REDIRECT " showing up on pages); EX:#REDIRECT [[Template:A|state=collapsed]]. See: https://da.wikipedia.org/wiki/Middelaldercentret
- JTidy: Enable "encloseBodyText" (affects text not showing next to images); EX:<div>a</div>a<div>b</div> -><div>a</div><p>a</p><div>b</div>. See: https://hr.wiktionary.org/wiki/brod
trivial
- Edit: Do not fail when retrieving page with no content (affects some pages in home wiki). See: [[Help:Blog/Archives/2015-01]]
doc
- Diagnostics: Add better messages for JTidy diagnostics. See: [[Help:Diagnostics/HTML Tidy]] [[Help:Diagnostics/JTidy]]
dev
- Source: Change test output for non-equal strings.