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.8.5.1 (2015-08-31)
package
- Package: Release image update for Ukrainian wikis (2015-08). See: https://archive.org/download/Xowa_ukwiki_latest
- Package: Release image update for Finnish wikis (2015-08). See: https://archive.org/download/Xowa_fiwiki_latest
add
- Setup: Add Mac OS X dmg setup file.
- Scribunto.Text: Add basic support for JsonEncode / JsonDecode.
change
- Setup: Change macosx shell scripts from .sh to ""; See: /xowa/xowa_macosx_64.
- Parser.Title: Ignore BIDI (bi-directional) marks in title {detected by gnosygnu.gui}. See: https://fa.wikisource.org/wiki/تصمیم_قانونی_دایر_بهابراز_رایاعتماد_به_دولت_جناب_آقای_امیرعباس_هویدا_نخستوزیر_۱۳۵۰
trivial
- Url: Ignore invalid urls when entered from url bar {detected by gnosygnu.gui}. See: https://a https://a/b/c https://enxyz.wikipedia.org
- Setup: Always update version number in xowa.exe and xowa_64.exe. See: /xowa/xowa.exe /xowa/xowa_64.exe
- Setup: Move edit-toolbar images from /xowa/user/anonymous/app/img/edit to /xowa/bin/any/xowa/html/res/src/xowa/edit-toolbar/img. See: /xowa/bin/any/xowa/html/res/src/xowa/edit-toolbar/img
- Setup: Move images from /xowa/user/anonymous/app/img/ to /xowa/bin/any/xowa/file/. See: /xowa/bin/any/xowa/file/
- Html_dump: Handle external links with reparented font elements; EX:<font color="red">[http://a.org]</font> {detected by gnosygnu.build.warning}.
dev
- Source: Reorganize primitive classes.
- Source: Refactor json classes.