Help/Download XOWA
From XOWA: the free, open-source, offline wiki application
All files are available at https://github.com/gnosygnu/xowa/releases/
For more details about the release, please see the Blog or the Change log
Windows
Windows 64-bit with Java, ImageMagick, and Inkscape (Large: 220 MB)
Linux
Mac OS X
Raspberry Pi
Android
Source code (Desktop)
Source code (Android)
v4.5.19.1801 (2018-01-05)
Wiki
- Package: Publish 2017-12 English Wikipedia.
- Links: Wiki_setup/English_wikis
- Package: Publish 2017-12 German Wikipedia.
- Links: Wiki_setup/German_wikis
PC
major
- Wikibase: Fix script error "=Module:Authority control:272 attempt to call nil" on many en.w pages.
- Resolved by: Add getBestStatements.
- Links: https://en.wikipedia.org/wiki/Apoptosis
- Wikibase: Fix script error "MWServer.lua:59 vm error: java.lang.NullPointerException" on several dozen en.w pages.
- Resolved by: Add getEntityUrl.
- Links: https://en.wikipedia.org/wiki/Wikipedia:Persondata https://en.wikipedia.org/wiki/Wikipedia:ChemSpider https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Women_artists/Redlinks_from_Wikidata
- ParserFunctions: Fix script error 'bad argument #2 to 'formatDate' (not a valid timestamp)" on several dozen en.w pages.
- Resolved by: Parse relative month.
- Example: "01-12-2001 -1 month" -> 2001-11-01 x> "Invalid month: 12".
- Links: https://en.wikipedia.org/wiki/Portal:Current_events/December_2001
minor
- Scribunto: Fix script error 'NullPointerException" on a few en.w pages.
- Example: [1, 2, 3, 5] -> [1, 2, 3, null, 5].
- Links: https://en.wikipedia.org/wiki/Abziri
- Luaj: Fix script error '=Module:Television ratings graph:312 attempt to index ? (a nil value)" on a dozen en.w pages.
- Resolved by: Parse tonumber('-') as nil not 0.
- Example: tonumber('-') -> nil x> 0.
- Links: https://en.wikipedia.org/wiki/List_of_Twin_Peaks_episodes
- JsonConfig: Fix script error '=Module:Data:8 attempt to index ? (a nil value)' on a dozen de.w pages.
- Resolved by: Add JsonConfig support.
- Example: /xowa/bin/any/xowa/xtns/JsonConfig.
- Links: https://de.wikipedia.org/wiki/Reicholzheim
- Parser: Fix 1 page not loading b/c of invalid file link.
- Resolved by: Parse image.link args with with xwiki, namespace, but no title.
- Example: [[File:A.png|link=en:User_talk:|abc]].
- Links: https://en.wikipedia.org/wiki/Wikipedia:Teahouse/The_menu
- Embeddable: Append categories to HTML. {requested by RĂ¼diger Gleim}