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.1.1 (2015-11-02)
change
- ParserFunctions: Calculate correct Hebrew date (affects script error on many he.w pages). See: https://he.wikipedia.org/wiki/מהר"ל_מפראג https://he.wikipedia.org/wiki/רש"י https://he.wikipedia.org/wiki/אברהם_יצחק_הכהן_קוק https://he.wikipedia.org/wiki/אלעזר_מנחם_מן_שך https://he.wikipedia.org/wiki/ויקיפדיה:עמוד_ראשי/מקבץ_ערכים
- ParserFunctions.Grammar: Implement Hebrew grammar (affects sidebar showing grammar for some Hebrew wikis). See: https://he.wikibooks.org/wiki/עמוד_ראשי
package
- Package: Release image update for English Wikipedia (2015-10). See: https://archive.org/details/Xowa_enwiki_latest
- Package: Release image update for Hebrew wikis (2015-10). See: https://archive.org/details/Xowa_hewiki_latest
- Package: Release image update for Norwegian wikis (2015-10). See: https://archive.org/details/Xowa_nowiki_latest
- Package: Release image update for Vietnamese wikis (2015-10). See: https://archive.org/details/Xowa_viwiki_latest
significant
- ParserFunctions: Default date to today for unavailable parts (affects wrong date showing on some pages); EX:{{#time:Y-m-d|2015}} -> "2015-10-26" x> "2015-01-01". See: https://en.wikipedia.org/wiki/Mariyinsky_Palace
- Xml_dump: Use <siteinfo>'s <case>, if case attribute is not available at "<namespace>" level (affects some xml dumps not being importable) {detected by paul2520}. See: https://dumps.wikimedia.org/sep11wiki
- Parser.Lnki: Use 1st imagetype argument when multiple are listed of "thumb|frame|frameless" (affects some pages showing incorrectly sized images); EX:[[File:A.png|thumb|frame]] -> thumb x> frame. See: https://he.wikipedia.org/wiki/מספן_המודיעין
trivial
- Scribunto: Handle StackOverflow errors in Module code (affects 1 vi.w page failing to load). See: https://vi.wikipedia.org/wiki/Hyderabad,_Sindh
dev
- Source: Move gplx.ios to gplx.core.ios.
- Source: Clean up gplx.xowa.htmls.
- Source: Clean up Html_dump classes.