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.4.1 (2015-11-22)
fix
- Parser.Template: Do not trim whitespace from end of template arg (affects many fr.w pages with many single-letter paragraphs (citation bloc)). See: https://fr.wikipedia.org/wiki/Histoire_de_la_marine_française_sous_Louis_XV_et_Louis_XVI [broken since:v2.11.2]
- Category: Fix category pages not loading. See: https://simple.wikipedia.org/wiki/Category:Computer_science
package
- Package: Release image update for French wikis (2015-11). See: https://archive.org/details/Xowa_frwiki_latest
- Package: Release image update for Lithuanian wikis (2015-11). See: https://archive.org/details/Xowa_ltwiki_latest
- Package: Release image update for Limburgish wikis (2015-11). See: https://archive.org/details/Xowa_liwiki_latest
- Package: Release image update for Estonian wikis (2015-11). See: https://archive.org/details/Xowa_etwiki_latest
- Package: Release image update for Latvian wikis (2015-11). See: https://archive.org/details/Xowa_lvwiki_latest
- Package: Release image update for Nynorsk wikis (2015-11). See: https://archive.org/details/Xowa_nnwiki_latest
- Package: Release image update for Cebuano wikis (2015-11). See: https://archive.org/details/Xowa_cebwiki_latest
significant
- Parser.Table: Ignore content after "|" if on same line as "|-" (affects several li.w pages with stray text at top of page); EX:"\n|-|<b>a</b>\n" -> "<b>a</b>" should not show. See: https://lv.wikipedia.org/wiki/Starptautiskā_kosmosa_stacija
trivial
- Html: Write full namespace for anchor titles; EX:[[Help talk:A]] -> "title='Help talk:A'" x> "title='A'".
- Html: Do not write "rel=nofollow" if image is link to Wikimedia wiki; EX:[[File:A.png|link=//en.wiktionary.org/wiki/a]] -> "" x> "rel='nofollow'".
dev
- Source: Refactor Gfo_url_encoder.