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
Windows
Linux
Mac OS X
Raspberry Pi
Android
Source code (Desktop)
Source code (Android)
v3.8.5.1 (2016-08-22)
Wiki
- Wiki: Publish 2016-08 English Wikipedia HTML and images.
- Wiki: Publish 2016-08 German Wikipedia HTML and images.
PC
major
- Html_dump: Show "about this info" button for image maps.
- Html_dump: Show "packed galleries" with proper spacing.
- Links: https://en.wikipedia.org/wiki/Mexico https://en.wikipedia.org/wiki/Austria https://en.wikipedia.org/wiki/National_Gallery_of_Art
- Html_dump: Show video thumbnails when underlying video is actually an .ogg file.
- Example: [[File:A.ogg|thumb|123px]].
- Links: https://en.wikipedia.org/wiki/Lepidoptera
- Lst: Support lsth to transclude sections on other pages.
- Example: {{#lsth:page_1|header_1}}.
- Links: https://pl.wikivoyage.org/wiki/Wielka_Brytania https://en.wikipedia.org/wiki/10s_BC https://en.wikipedia.org/wiki/Germany_national_football_team
minor
- DownloadCentral: Add md5 and size. {suggested by malakov1}
- DownloadCentral: Add verbose log. {detected by markusmaresch}
- Example: xowa.api.addon.bldr.central.log_verbose = 'y';.
- Links: Options/Config_script
- Table_of_contents: Tidy malformed HTML in headers.
- Wikibase: Fix script error "Module:Cycling race:1756 attempt to index ?" on a dozen fr.w pages.
-
Message:
Script error: =Module:Cycling race:1756 attempt to index ? (a nil value)
- Resolved by: Add redirect support for wikibase pages.
- Links: https://fr.wikipedia.org/wiki/Tour_du_Táchira_2016
- Parser.Xml: Fix broken infobox images inside a few dozen en.w pages.
- Resolved by: Do not pop table stack if <tr> prematurely inside lnki.
- Example: [[A|t_0<tr><td>t_1</td></tr>]].
- Links: https://en.wikipedia.org/wiki/Aargau
trivial
- Options: Add options for database layout and html / file databases.
- Links: Options/Import
- Parser.Lnki: Fix non-working link on 1 en.w page.
- Resolved by: Get wiki's Main_Page for colon-only links.
- Example: [[File:A.png|link=w:]].
- Links: https://en.wikipedia.org/wiki/Wikipedia:Main_Page_alternative_(CSS_Update)
- Html: Write target title for redirected images.
- Example: [[File:A.png]] is redirected to B.png; -> 'href="B.png"' x> 'href="A.png"'.
- Links: https://en.wikipedia.org/wiki/Switzerland
- Html_dump: Do not output class="thumbimage" for image maps.
- Wikibase: Do not warn if {{#property}} uses id arg.
- Example: {{#property:P277|id=Q1322933}}.
- Links: https://en.wikipedia.org/wiki/Symfony
Dev
- Dev: Refactor lst parser functions.