1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2024-10-27 20:34:16 +00:00

$version_number

This commit is contained in:
gnosygnu 2016-10-16 23:44:13 -04:00
parent e23a8e95c4
commit 7f9789f922
40 changed files with 1731 additions and 891 deletions

View File

@ -22,7 +22,7 @@
</h2>
<ul>
<li>
Navigate to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_2" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Navigate to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_2" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Under "Category system", choose "Upgrade to version 2"

View File

@ -93,7 +93,7 @@
Wikitext databases will have <code>-text-</code> in the file name. For example, <code>en.wikipedia.org-text-ns.000.xowa</code>
</li>
<li>
Users can generates this Wikitext set by using either <a href="http://xowa.org/home/wiki/Dashboard/Import/Online.html" id="xolnki_2" title="Dashboard/Import/Online" class="xowa-visited">Dashboard/Import/Online</a> or <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_3" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Users can generates this Wikitext set by using either <a href="http://xowa.org/home/wiki/Dashboard/Import/Online.html" id="xolnki_2" title="Dashboard/Import/Online" class="xowa-visited">Dashboard/Import/Online</a> or <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_3" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Wikitext databases have been supported since the very start of XOWA. As such, they have a full set of functionality

View File

@ -82,7 +82,7 @@
<span class="mw-headline" id="Import_offline_by_script">Import offline by script</span>
</h2>
<p>
The <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_6" title="Dashboard/Import/Offline">Import offline</a> page can generate a script that will import a wiki.
The <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_6" title="Dashboard/Import/Offline" class="xowa-visited">Import offline</a> page can generate a script that will import a wiki.
</p>
<ul>
<li>

View File

@ -21,11 +21,11 @@
If you've downloaded a dump already, you can import the .bz2 file into XOWA.
</p>
<h2>
<span class="mw-headline" id="Import_through_Dashboard.2FImport.2FOffline">Import through <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_2" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a></span>
<span class="mw-headline" id="Import_through_Dashboard.2FImport.2FOffline">Import through <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_2" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a></span>
</h2>
<ul>
<li>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_3" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_3" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
</ul>
<h2>

View File

@ -73,7 +73,7 @@
</h2>
<ul>
<li>
Navigate to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_2" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Navigate to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_2" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Change the "Wiki" choice from "Wikipedia" to "Other wiki"

View File

@ -85,7 +85,7 @@
<a href="#Lua"><span class="tocnumber">5</span> <span class="toctext">Lua</span></a>
<ul>
<li class="toclevel-2 tocsection-10">
<a href="#example.xowa.lua"><span class="tocnumber">5.1</span> <span class="toctext">example.xowa.lua</span></a>
<a href="#example.main.lua"><span class="tocnumber">5.1</span> <span class="toctext">example.main.lua</span></a>
</li>
<li class="toclevel-2 tocsection-11">
<a href="#example.util.lua"><span class="tocnumber">5.2</span> <span class="toctext">example.util.lua</span></a>
@ -162,7 +162,7 @@ function xoscript__main(xo) {
* "file": a file path to the extension's "main" file. See the "example.main.js" for what should go in a "main" file"
*/
xo.reg_xtn("example.js" , "./example.js/example.main.js");
xo.reg_xtn("example.lua", "./example.lua/example.xowa.lua");
xo.reg_xtn("example.lua", "./example.lua/example.main.lua");
}
</pre>
<h3>
@ -224,7 +224,7 @@ function xoscript__page_write_end(page)
/*
adds arbitrary html to the tail document
* Specifically: '&lt;I&gt;USING A FUNCTION FROM EXAMPLE.UTIL.JS&lt;/I&gt;'
* Specifically: '&lt;I&gt;USING A FUNCTION FROM EXAMPLE.UTIL.JS&lt;/I&gt;'
Note that this line also demonstrates calling utility scripts:
* in this case "xo_uppercase" exists in "./example.util.js"
@ -284,7 +284,7 @@ if ( h1Elements.length != 0 ) {
<span class="mw-headline" id="Lua">Lua</span>
</h2>
<h3>
<span class="mw-headline" id="example.xowa.lua">example.xowa.lua</span>
<span class="mw-headline" id="example.main.lua">example.main.lua</span>
</h3>
<pre>
function xoscript__init(env)

View File

@ -24,36 +24,39 @@
2016<br>
</p>
<ul>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-10.html" id="xolnki_2" title="Blog/2016-10" class="xowa-visited">2016-10</a>
</li>
<li>
<b>2016-09</b>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_3" title="Blog/2016-08">2016-08</a>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_4" title="Blog/2016-08" class="xowa-visited">2016-08</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_4" title="Blog/2016-07">2016-07</a>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_5" title="Blog/2016-07">2016-07</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_5" title="Blog/2016-06">2016-06</a>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_6" title="Blog/2016-06">2016-06</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_6" title="Blog/2016-05">2016-05</a>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_7" title="Blog/2016-05">2016-05</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_7" title="Blog/2016-04">2016-04</a>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_8" title="Blog/2016-04">2016-04</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_8" title="Blog/2016-03">2016-03</a>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_9" title="Blog/2016-03">2016-03</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_9" title="Blog/2016-02">2016-02</a>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_10" title="Blog/2016-02">2016-02</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_10" title="Blog/2016-01">2016-01</a>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_11" title="Blog/2016-01">2016-01</a>
</li>
</ul>
<p>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_11" title="Blog/Archives">Archives</a>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_12" title="Blog/Archives">Archives</a>
</p>
</div>
<div id="toc" class="toc">
@ -64,97 +67,79 @@
</div>
<ul>
<li class="toclevel-1 tocsection-1">
<a href="#Release:_NONE_.282016-10-02_21:30_Sun.29"><span class="tocnumber">1</span> <span class="toctext">Release: NONE (2016-10-02 21:30 Sun)</span></a>
</li>
<li class="toclevel-1 tocsection-2">
<a href="#Release:_v3.9.4.2_.282016-09-26_20:00_Mon.29"><span class="tocnumber">2</span> <span class="toctext">Release: v3.9.4.2 (2016-09-26 20:00 Mon)</span></a>
<a href="#Release:_v3.9.4.2_.282016-09-26_20:00_Mon.29"><span class="tocnumber">1</span> <span class="toctext">Release: v3.9.4.2 (2016-09-26 20:00 Mon)</span></a>
<ul>
<li class="toclevel-2 tocsection-3">
<a href="#Show_Catgories_for_pages_with_more_than_one_word_in_the_title"><span class="tocnumber">2.1</span> <span class="toctext">Show Catgories for pages with more than one word in the title</span></a>
<li class="toclevel-2 tocsection-2">
<a href="#Show_Catgories_for_pages_with_more_than_one_word_in_the_title"><span class="tocnumber">1.1</span> <span class="toctext">Show Catgories for pages with more than one word in the title</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-4">
<a href="#Release:_v3.9.4.1_.282016-09-25_20:00_Sun.29"><span class="tocnumber">3</span> <span class="toctext">Release: v3.9.4.1 (2016-09-25 20:00 Sun)</span></a>
<li class="toclevel-1 tocsection-3">
<a href="#Release:_v3.9.4.1_.282016-09-25_20:00_Sun.29"><span class="tocnumber">2</span> <span class="toctext">Release: v3.9.4.1 (2016-09-25 20:00 Sun)</span></a>
<ul>
<li class="toclevel-2 tocsection-4">
<a href="#.28Wiki.29_Release_2016-09_French.2C_English_and_German_Wikipedia"><span class="tocnumber">2.1</span> <span class="toctext">(Wiki) Release 2016-09 French, English and German Wikipedia</span></a>
</li>
<li class="toclevel-2 tocsection-5">
<a href="#.28Wiki.29_Release_2016-09_French.2C_English_and_German_Wikipedia"><span class="tocnumber">3.1</span> <span class="toctext">(Wiki) Release 2016-09 French, English and German Wikipedia</span></a>
<a href="#.28PC.29_More_minor_Category_fixes_including_large_categories.2C_dynamic_page_list_and_wikidata.org"><span class="tocnumber">2.2</span> <span class="toctext">(PC) More minor Category fixes including large categories, dynamic page list and wikidata.org</span></a>
</li>
<li class="toclevel-2 tocsection-6">
<a href="#.28PC.29_More_minor_Category_fixes_including_large_categories.2C_dynamic_page_list_and_wikidata.org"><span class="tocnumber">3.2</span> <span class="toctext">(PC) More minor Category fixes including large categories, dynamic page list and wikidata.org</span></a>
<a href="#.28PC.29_Page_sync_shows_math_and_video_images"><span class="tocnumber">2.3</span> <span class="toctext">(PC) Page sync shows math and video images</span></a>
</li>
<li class="toclevel-2 tocsection-7">
<a href="#.28PC.29_Page_sync_shows_math_and_video_images"><span class="tocnumber">3.3</span> <span class="toctext">(PC) Page sync shows math and video images</span></a>
<a href="#.28PC_.2F_Android.29_Download_Central_does_not_loop_endlessly_if_wrong_file_size_downloaded"><span class="tocnumber">2.4</span> <span class="toctext">(PC / Android) Download Central does not loop endlessly if wrong file size downloaded</span></a>
</li>
<li class="toclevel-2 tocsection-8">
<a href="#.28PC_.2F_Android.29_Download_Central_does_not_loop_endlessly_if_wrong_file_size_downloaded"><span class="tocnumber">3.4</span> <span class="toctext">(PC / Android) Download Central does not loop endlessly if wrong file size downloaded</span></a>
<a href="#.28PC.29_Show_pages_in_MediaWiki_namespace"><span class="tocnumber">2.5</span> <span class="toctext">(PC) Show pages in MediaWiki namespace</span></a>
</li>
<li class="toclevel-2 tocsection-9">
<a href="#.28PC.29_Show_pages_in_MediaWiki_namespace"><span class="tocnumber">3.5</span> <span class="toctext">(PC) Show pages in MediaWiki namespace</span></a>
<a href="#.28PC.29_Run_GUI_on_Raspberry_Pi"><span class="tocnumber">2.6</span> <span class="toctext">(PC) Run GUI on Raspberry Pi</span></a>
</li>
<li class="toclevel-2 tocsection-10">
<a href="#.28PC.29_Run_GUI_on_Raspberry_Pi"><span class="tocnumber">3.6</span> <span class="toctext">(PC) Run GUI on Raspberry Pi</span></a>
<a href="#.28PC.29_More_parser_fixes_including_Scribunto_regex_at_end_of_string_and_gaps_in_argument_keys"><span class="tocnumber">2.7</span> <span class="toctext">(PC) More parser fixes including Scribunto regex at end of string and gaps in argument keys</span></a>
</li>
<li class="toclevel-2 tocsection-11">
<a href="#.28PC.29_More_parser_fixes_including_Scribunto_regex_at_end_of_string_and_gaps_in_argument_keys"><span class="tocnumber">3.7</span> <span class="toctext">(PC) More parser fixes including Scribunto regex at end of string and gaps in argument keys</span></a>
</li>
<li class="toclevel-2 tocsection-12">
<a href="#Next_release:_v3.10.1"><span class="tocnumber">3.8</span> <span class="toctext">Next release: v3.10.1</span></a>
<a href="#Next_release:_v3.10.1"><span class="tocnumber">2.8</span> <span class="toctext">Next release: v3.10.1</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-12">
<a href="#Release:_NONE_.282016-09-18_22:00_Sun.29"><span class="tocnumber">3</span> <span class="toctext">Release: NONE (2016-09-18 22:00 Sun)</span></a>
</li>
<li class="toclevel-1 tocsection-13">
<a href="#Release:_NONE_.282016-09-18_22:00_Sun.29"><span class="tocnumber">4</span> <span class="toctext">Release: NONE (2016-09-18 22:00 Sun)</span></a>
</li>
<li class="toclevel-1 tocsection-14">
<a href="#Release:_v3.9.2.1_.282016-09-11_19:00_Sun.29"><span class="tocnumber">5</span> <span class="toctext">Release: v3.9.2.1 (2016-09-11 19:00 Sun)</span></a>
<a href="#Release:_v3.9.2.1_.282016-09-11_19:00_Sun.29"><span class="tocnumber">4</span> <span class="toctext">Release: v3.9.2.1 (2016-09-11 19:00 Sun)</span></a>
<ul>
<li class="toclevel-2 tocsection-14">
<a href="#.28PC.29_Fix_for_Category_pages_not_working"><span class="tocnumber">4.1</span> <span class="toctext">(PC) Fix for Category pages not working</span></a>
</li>
<li class="toclevel-2 tocsection-15">
<a href="#.28PC.29_Fix_for_Category_pages_not_working"><span class="tocnumber">5.1</span> <span class="toctext">(PC) Fix for Category pages not working</span></a>
<a href="#.28PC.29_New_Category_system_to_handle_HTML_dumps"><span class="tocnumber">4.2</span> <span class="toctext">(PC) New Category system to handle HTML dumps</span></a>
</li>
<li class="toclevel-2 tocsection-16">
<a href="#.28PC.29_New_Category_system_to_handle_HTML_dumps"><span class="tocnumber">5.2</span> <span class="toctext">(PC) New Category system to handle HTML dumps</span></a>
<a href="#.28PC.29_Basic_page_synchronization_feature_to_get_latest_from_online"><span class="tocnumber">4.3</span> <span class="toctext">(PC) Basic page synchronization feature to get latest from online</span></a>
</li>
<li class="toclevel-2 tocsection-17">
<a href="#.28PC.29_Basic_page_synchronization_feature_to_get_latest_from_online"><span class="tocnumber">5.3</span> <span class="toctext">(PC) Basic page synchronization feature to get latest from online</span></a>
<a href="#.28PC_.2F_Android.29_Download_Central_changes_for_dropped_connections_.2F_Mac_OS_X"><span class="tocnumber">4.4</span> <span class="toctext">(PC / Android) Download Central changes for dropped connections / Mac OS X</span></a>
</li>
<li class="toclevel-2 tocsection-18">
<a href="#.28PC_.2F_Android.29_Download_Central_changes_for_dropped_connections_.2F_Mac_OS_X"><span class="tocnumber">5.4</span> <span class="toctext">(PC / Android) Download Central changes for dropped connections / Mac OS X</span></a>
<a href="#.28PC.29_Various_parser_changes_including_Protectiong_Banner.2C_stack_overflow.2C_and_invalid_UTF-8"><span class="tocnumber">4.5</span> <span class="toctext">(PC) Various parser changes including Protectiong Banner, stack overflow, and invalid UTF-8</span></a>
</li>
<li class="toclevel-2 tocsection-19">
<a href="#.28PC.29_Various_parser_changes_including_Protectiong_Banner.2C_stack_overflow.2C_and_invalid_UTF-8"><span class="tocnumber">5.5</span> <span class="toctext">(PC) Various parser changes including Protectiong Banner, stack overflow, and invalid UTF-8</span></a>
<a href="#.28PC.29_Other_minor_changes_including_read-only_support.2C_torrent-file_links_and_docs_for_HTML_dump"><span class="tocnumber">4.6</span> <span class="toctext">(PC) Other minor changes including read-only support, torrent-file links and docs for HTML dump</span></a>
</li>
<li class="toclevel-2 tocsection-20">
<a href="#.28PC.29_Other_minor_changes_including_read-only_support.2C_torrent-file_links_and_docs_for_HTML_dump"><span class="tocnumber">5.6</span> <span class="toctext">(PC) Other minor changes including read-only support, torrent-file links and docs for HTML dump</span></a>
</li>
<li class="toclevel-2 tocsection-21">
<a href="#Next_release:_v3.9.3"><span class="tocnumber">5.7</span> <span class="toctext">Next release: v3.9.3</span></a>
<a href="#Next_release:_v3.9.3"><span class="tocnumber">4.7</span> <span class="toctext">Next release: v3.9.3</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-22">
<a href="#Wikis:_Czech_Wikis_.282016-09.29_.282016-09-05_23:00_Mon.29"><span class="tocnumber">6</span> <span class="toctext">Wikis: Czech Wikis (2016-09) (2016-09-05 23:00 Mon)</span></a>
<li class="toclevel-1 tocsection-21">
<a href="#Wikis:_Czech_Wikis_.282016-09.29_.282016-09-05_23:00_Mon.29"><span class="tocnumber">5</span> <span class="toctext">Wikis: Czech Wikis (2016-09) (2016-09-05 23:00 Mon)</span></a>
</li>
<li class="toclevel-1 tocsection-23">
<a href="#Release:_NONE_.282016-09-04_22:00_Sun.29"><span class="tocnumber">7</span> <span class="toctext">Release: NONE (2016-09-04 22:00 Sun)</span></a>
<li class="toclevel-1 tocsection-22">
<a href="#Release:_NONE_.282016-09-04_22:00_Sun.29"><span class="tocnumber">6</span> <span class="toctext">Release: NONE (2016-09-04 22:00 Sun)</span></a>
</li>
</ul>
</div>
<h2>
<span class="mw-headline" id="Release:_NONE_.282016-10-02_21:30_Sun.29">Release: NONE (2016-10-02 21:30 Sun)</span>
</h2>
<p>
There's no release this week. I'm working on a category performance enhancement before starting on 2016-10 wikis.
</p>
<p>
I did create a deletion database for English Wikipedia. It will reduce the size of the images datases from 101 GB to 90 GB.
</p>
<p>
The link is here: <a href="https://archive.org/download/Xowa_enwiki_latest/en.wikipedia.org-file-deletion-2016.09.xowa" rel="nofollow" class="external free">https://archive.org/download/Xowa_enwiki_latest/en.wikipedia.org-file-deletion-2016.09.xowa</a> The instructions are here: <a href="http://xowa.org/home/wiki/Dashboard/Files/Deletion.html" id="xolnki_12" title="Dashboard/Files/Deletion" class="xowa-visited">Dashboard/Files/Deletion</a>
</p>
<p>
Thanks.
</p>
<h2>
<span class="mw-headline" id="Release:_v3.9.4.2_.282016-09-26_20:00_Mon.29">Release: v3.9.4.2 (2016-09-26 20:00 Mon)</span>
</h2>

View File

@ -695,7 +695,7 @@
<span class="mw-headline" id="Fix_for_simple-mode_Category_pages_not_loading">Fix for simple-mode Category pages not loading</span>
</h3>
<p>
XOWA generates a simple Category system when it builds a wiki (this is called v1). If you want an authentic version of the Category system (this is called v2), you can always import it separately under <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_3" title="Dashboard/Import/Offline">Import offline</a>.
XOWA generates a simple Category system when it builds a wiki (this is called v1). If you want an authentic version of the Category system (this is called v2), you can always import it separately under <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_3" title="Dashboard/Import/Offline" class="xowa-visited">Import offline</a>.
</p>
<p>
The simple Category system looks like it broke some time ago during the general database redesign from .sqlite3 to .xowa. I fixed it for this release.

View File

@ -25,35 +25,38 @@
</p>
<ul>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_2" title="Blog/2016-09">2016-09</a>
<a href="http://xowa.org/home/wiki/Blog/2016-10.html" id="xolnki_2" title="Blog/2016-10" class="xowa-visited">2016-10</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_3" title="Blog/2016-08">2016-08</a>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_3" title="Blog/2016-09" class="xowa-visited">2016-09</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_4" title="Blog/2016-07">2016-07</a>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_4" title="Blog/2016-08" class="xowa-visited">2016-08</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_5" title="Blog/2016-06">2016-06</a>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_5" title="Blog/2016-07">2016-07</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_6" title="Blog/2016-05">2016-05</a>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_6" title="Blog/2016-06">2016-06</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_7" title="Blog/2016-04">2016-04</a>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_7" title="Blog/2016-05">2016-05</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_8" title="Blog/2016-03">2016-03</a>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_8" title="Blog/2016-04">2016-04</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_9" title="Blog/2016-02">2016-02</a>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_9" title="Blog/2016-03">2016-03</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_10" title="Blog/2016-02">2016-02</a>
</li>
<li>
<b>2016-01</b>
</li>
</ul>
<p>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_11" title="Blog/Archives">Archives</a>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_12" title="Blog/Archives">Archives</a>
</p>
</div>
<div id="toc" class="toc">
@ -402,7 +405,7 @@
The Android app is a major release. It has a Random feature, shows more images, and adds CSS-tweaks.
</p>
<h3>
<span class="mw-headline" id="Documentation_for_html-dump_script._See_Dev.2FCommand-line.2FDumps">Documentation for html-dump script. See <a href="http://xowa.org/home/wiki/Dev/Command-line/Dumps.html" id="xolnki_12" title="Dev/Command-line/Dumps" class="xowa-visited">Dev/Command-line/Dumps</a></span>
<span class="mw-headline" id="Documentation_for_html-dump_script._See_Dev.2FCommand-line.2FDumps">Documentation for html-dump script. See <a href="http://xowa.org/home/wiki/Dev/Command-line/Dumps.html" id="xolnki_13" title="Dev/Command-line/Dumps" class="xowa-visited">Dev/Command-line/Dumps</a></span>
</h3>
<p>
This item is self-explanatory. The XOWA Android app is getting more stable, so I felt it would be time to document the generation of the HTML databases.

View File

@ -25,35 +25,38 @@
</p>
<ul>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_2" title="Blog/2016-09">2016-09</a>
<a href="http://xowa.org/home/wiki/Blog/2016-10.html" id="xolnki_2" title="Blog/2016-10" class="xowa-visited">2016-10</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_3" title="Blog/2016-08">2016-08</a>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_3" title="Blog/2016-09" class="xowa-visited">2016-09</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_4" title="Blog/2016-07">2016-07</a>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_4" title="Blog/2016-08" class="xowa-visited">2016-08</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_5" title="Blog/2016-06">2016-06</a>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_5" title="Blog/2016-07">2016-07</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_6" title="Blog/2016-05">2016-05</a>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_6" title="Blog/2016-06">2016-06</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_7" title="Blog/2016-04">2016-04</a>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_7" title="Blog/2016-05">2016-05</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_8" title="Blog/2016-03">2016-03</a>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_8" title="Blog/2016-04">2016-04</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_9" title="Blog/2016-03">2016-03</a>
</li>
<li>
<b>2016-02</b>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_10" title="Blog/2016-01">2016-01</a>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_11" title="Blog/2016-01">2016-01</a>
</li>
</ul>
<p>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_11" title="Blog/Archives">Archives</a>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_12" title="Blog/Archives">Archives</a>
</p>
</div>
<div id="toc" class="toc">
@ -167,7 +170,7 @@
</p>
<ul>
<li>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Wiki_maintenance.html" id="xolnki_12" title="Dashboard/Wiki maintenance" class="xowa-visited">Dashboard/Wiki_maintenance</a>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Wiki_maintenance.html" id="xolnki_13" title="Dashboard/Wiki maintenance" class="xowa-visited">Dashboard/Wiki_maintenance</a>
</li>
<li>
Find your wiki and click the "Search" button
@ -197,7 +200,7 @@
</li>
</ul>
<p>
v3.2.1 now expands these tables by default. Note that you can control the default behavior at <a href="http://xowa.org/home/wiki/Options/Wiki_HTML.html" id="xolnki_13" title="Options/Wiki HTML">Options/Wiki_HTML</a> under Collapsible
v3.2.1 now expands these tables by default. Note that you can control the default behavior at <a href="http://xowa.org/home/wiki/Options/Wiki_HTML.html" id="xolnki_14" title="Options/Wiki HTML">Options/Wiki_HTML</a> under Collapsible
</p>
<h3>
<span class="mw-headline" id="New_Raspberry_Pi_build">New Raspberry Pi build</span>

View File

@ -25,35 +25,38 @@
</p>
<ul>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_2" title="Blog/2016-09">2016-09</a>
<a href="http://xowa.org/home/wiki/Blog/2016-10.html" id="xolnki_2" title="Blog/2016-10" class="xowa-visited">2016-10</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_3" title="Blog/2016-08">2016-08</a>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_3" title="Blog/2016-09" class="xowa-visited">2016-09</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_4" title="Blog/2016-07">2016-07</a>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_4" title="Blog/2016-08" class="xowa-visited">2016-08</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_5" title="Blog/2016-06">2016-06</a>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_5" title="Blog/2016-07">2016-07</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_6" title="Blog/2016-05">2016-05</a>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_6" title="Blog/2016-06">2016-06</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_7" title="Blog/2016-04">2016-04</a>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_7" title="Blog/2016-05">2016-05</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_8" title="Blog/2016-04">2016-04</a>
</li>
<li>
<b>2016-03</b>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_9" title="Blog/2016-02">2016-02</a>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_10" title="Blog/2016-02">2016-02</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_10" title="Blog/2016-01">2016-01</a>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_11" title="Blog/2016-01">2016-01</a>
</li>
</ul>
<p>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_11" title="Blog/Archives">Archives</a>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_12" title="Blog/Archives">Archives</a>
</p>
</div>
<div id="toc" class="toc">
@ -107,7 +110,7 @@
<span class="mw-headline" id=".28Desktop.29_New_autocomplete_address_bar">(Desktop) New autocomplete address bar</span>
</h3>
<p>
The address bar now supports autocompletion. For example, open up English Wikipedia, and start typing <code>earth</code>. The autocomplete is very fast and supports a lot of advanced functionality. For example you can do a search like <code>earth + (history, future) -middle</code> directly in the address bar. See <a href="http://xowa.org/home/wiki/App/Search.html" id="xolnki_12" title="App/Search">App/Search</a> as well as <a href="http://xowa.org/home/wiki/Options/Search_suggest.html" id="xolnki_13" title="Options/Search suggest">Options/Search suggest</a>.
The address bar now supports autocompletion. For example, open up English Wikipedia, and start typing <code>earth</code>. The autocomplete is very fast and supports a lot of advanced functionality. For example you can do a search like <code>earth + (history, future) -middle</code> directly in the address bar. See <a href="http://xowa.org/home/wiki/App/Search.html" id="xolnki_13" title="App/Search">App/Search</a> as well as <a href="http://xowa.org/home/wiki/Options/Search_suggest.html" id="xolnki_14" title="Options/Search suggest">Options/Search suggest</a>.
</p>
<p>
Unfortunately, the autocomplete uses the new search system, so old wikis need to upgrade the search databases. You can upgrade by any of the following:
@ -128,10 +131,10 @@
</ul>
</li>
<li>
Use the <a href="http://xowa.org/home/wiki/Dashboard/Wiki_maintenance.html" id="xolnki_14" title="Dashboard/Wiki maintenance" class="xowa-visited">Dashboard/Wiki_maintenance</a> page
Use the <a href="http://xowa.org/home/wiki/Dashboard/Wiki_maintenance.html" id="xolnki_15" title="Dashboard/Wiki maintenance" class="xowa-visited">Dashboard/Wiki_maintenance</a> page
<ul>
<li>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Wiki_maintenance.html" id="xolnki_15" title="Dashboard/Wiki maintenance" class="xowa-visited">Dashboard/Wiki_maintenance</a>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Wiki_maintenance.html" id="xolnki_16" title="Dashboard/Wiki maintenance" class="xowa-visited">Dashboard/Wiki_maintenance</a>
</li>
<li>
Find your wiki in the list
@ -173,7 +176,7 @@
<b>Punctuation friendly</b>: Searches can be done for <code>U.S.A.</code> or <code>USA</code>; <code>dont't</code> or <code>dont</code>; <code>half-life</code> or <code>half</code> or <code>life</code>.
</li>
<li>
<b>Boolean searches</b>: Searches can use boolean operators like <code>-</code>, <code>,</code>, <code>+</code>, <code>()</code>, and <code>*</code>. In addition, there's even an escape operator: <code>\</code>. See <a href="http://xowa.org/home/wiki/App/Search.html" id="xolnki_16" title="App/Search">App/Search</a>
<b>Boolean searches</b>: Searches can use boolean operators like <code>-</code>, <code>,</code>, <code>+</code>, <code>()</code>, and <code>*</code>. In addition, there's even an escape operator: <code>\</code>. See <a href="http://xowa.org/home/wiki/App/Search.html" id="xolnki_17" title="App/Search">App/Search</a>
</li>
<li>
<b>Home wiki</b>: The home wiki is now searchable. Try entering in <code>search</code> or any other word

View File

@ -25,35 +25,38 @@
</p>
<ul>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_2" title="Blog/2016-09">2016-09</a>
<a href="http://xowa.org/home/wiki/Blog/2016-10.html" id="xolnki_2" title="Blog/2016-10" class="xowa-visited">2016-10</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_3" title="Blog/2016-08">2016-08</a>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_3" title="Blog/2016-09" class="xowa-visited">2016-09</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_4" title="Blog/2016-07">2016-07</a>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_4" title="Blog/2016-08" class="xowa-visited">2016-08</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_5" title="Blog/2016-06">2016-06</a>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_5" title="Blog/2016-07">2016-07</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_6" title="Blog/2016-05">2016-05</a>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_6" title="Blog/2016-06">2016-06</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_7" title="Blog/2016-05">2016-05</a>
</li>
<li>
<b>2016-04</b>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_8" title="Blog/2016-03">2016-03</a>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_9" title="Blog/2016-03">2016-03</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_9" title="Blog/2016-02">2016-02</a>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_10" title="Blog/2016-02">2016-02</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_10" title="Blog/2016-01">2016-01</a>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_11" title="Blog/2016-01">2016-01</a>
</li>
</ul>
<p>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_11" title="Blog/Archives">Archives</a>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_12" title="Blog/Archives">Archives</a>
</p>
</div>
<div id="toc" class="toc">
@ -171,7 +174,7 @@
The images are an update to the 2015-09 set. If you already have the 2015-09 set, just download the 2016-04 update: <a href="https://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-04-07_file_update.7z" rel="nofollow" class="external free">https://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-04-07_file_update.7z</a>
</li>
<li>
For Android, download all the de.wikipedia.org files in <a href="http://xowa.org/home/wiki/Android/Setup.html" id="xolnki_12" title="Android/Setup">Android/Setup</a>
For Android, download all the de.wikipedia.org files in <a href="http://xowa.org/home/wiki/Android/Setup.html" id="xolnki_13" title="Android/Setup">Android/Setup</a>
</li>
<li>
For the other German wikis, the process is similar. Download <a href="https://archive.org/download/Xowa_dewiki_latest/Xowa_debundle_2016-04-07.7z" rel="nofollow" class="external free">https://archive.org/download/Xowa_dewiki_latest/Xowa_debundle_2016-04-07.7z</a> and copy the files to your microSD card.
@ -279,7 +282,7 @@
<b>Youtube video</b>: <a href="https://www.youtube.com/watch?v=jsMTBxGweUw" rel="nofollow" class="external free">https://www.youtube.com/watch?v=jsMTBxGweUw</a>
</li>
<li>
<b>Android Setup</b>: <a href="http://xowa.org/home/wiki/Android/Setup.html" id="xolnki_13" title="Android/Setup">Android/Setup</a>
<b>Android Setup</b>: <a href="http://xowa.org/home/wiki/Android/Setup.html" id="xolnki_14" title="Android/Setup">Android/Setup</a>
</li>
</ul>
<p>
@ -403,7 +406,7 @@
<b>Really benefits from an SSD</b>: SQLite really does better with an SSD. I tried some tricks like changing PRAGMA synchronous to OFF, but this only shaves off a dozen or so minutes. In contrast, an SSD will easily knock off an hour if not more (from 2 hours to about 40 min)
</li>
<li>
<b>If you want the new search, downloading from archive.org is the easiest way</b>: There are other complexities with the search database rebuild (PageRank algorithm and the 10 GB pagelinks dump: See <a href="http://xowa.org/home/wiki/App/Search.html" id="xolnki_14" title="App/Search">App/Search</a>). As such, the easiest way is to download prebuilt copies from archive.org:
<b>If you want the new search, downloading from archive.org is the easiest way</b>: There are other complexities with the search database rebuild (PageRank algorithm and the 10 GB pagelinks dump: See <a href="http://xowa.org/home/wiki/App/Search.html" id="xolnki_15" title="App/Search">App/Search</a>). As such, the easiest way is to download prebuilt copies from archive.org:
<ul>
<li>
<a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_wiki_core.7z" rel="nofollow" class="external free">https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_wiki_core.7z</a>
@ -428,7 +431,7 @@
<b>New user</b>: Download the new 2016-03 version. Previously you would have to download 2015-06 set, and then download separate updates for every month between 2015-07 and 2016-03. This was just too cumbersome.
</li>
<li>
<b>Existing user (2015-06)</b>: Ignore the 2016-03 version. You downloaded the 2015-06 set and presumably have been keeping up with the monthly updates. The 2016-03 set is the same as your set, except it is smaller (it no longer has deleted images). If you want to remove about 8 GB of deleted images, see <a href="http://xowa.org/home/wiki/Dashboard/Files/Deletion.html" id="xolnki_15" title="Dashboard/Files/Deletion" class="xowa-visited">Dashboard/Files/Deletion</a>. Once you remove the deleted images, you will have a set that is exactly the same as the 2016-03 version.
<b>Existing user (2015-06)</b>: Ignore the 2016-03 version. You downloaded the 2015-06 set and presumably have been keeping up with the monthly updates. The 2016-03 set is the same as your set, except it is smaller (it no longer has deleted images). If you want to remove about 8 GB of deleted images, see <a href="http://xowa.org/home/wiki/Dashboard/Files/Deletion.html" id="xolnki_16" title="Dashboard/Files/Deletion" class="xowa-visited">Dashboard/Files/Deletion</a>. Once you remove the deleted images, you will have a set that is exactly the same as the 2016-03 version.
</li>
<li>
<b>Existing user (2013-11 or something else)</b>: Download the 2016-03 version. You have an old set of XOWA image databases that I really can't support any longer (they have an extension of .sqlite3). I know downloading 80 GB is painful, but I'm not planning to change database formats again in the future.
@ -520,7 +523,7 @@
The total size of English Wikipedia is about 90 GB. 8 GB is from old images: images removed from articles during the day-to-day editing churn.
</p>
<p>
If you have English Wikipedia and have been following along with the updates, go to <a href="http://xowa.org/home/wiki/Dashboard/Files/Deletion.html" id="xolnki_16" title="Dashboard/Files/Deletion" class="xowa-visited">Dashboard/Files/Deletion</a> and follow the instructions therein.
If you have English Wikipedia and have been following along with the updates, go to <a href="http://xowa.org/home/wiki/Dashboard/Files/Deletion.html" id="xolnki_17" title="Dashboard/Files/Deletion" class="xowa-visited">Dashboard/Files/Deletion</a> and follow the instructions therein.
</p>
<h3>
<span class="mw-headline" id=".28Package.29_Release_of_French_Wikipedia_2016-03">(Package) Release of French Wikipedia 2016-03</span>

View File

@ -25,35 +25,38 @@
</p>
<ul>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_2" title="Blog/2016-09">2016-09</a>
<a href="http://xowa.org/home/wiki/Blog/2016-10.html" id="xolnki_2" title="Blog/2016-10" class="xowa-visited">2016-10</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_3" title="Blog/2016-08">2016-08</a>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_3" title="Blog/2016-09" class="xowa-visited">2016-09</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_4" title="Blog/2016-07">2016-07</a>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_4" title="Blog/2016-08" class="xowa-visited">2016-08</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_5" title="Blog/2016-06">2016-06</a>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_5" title="Blog/2016-07">2016-07</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_6" title="Blog/2016-06">2016-06</a>
</li>
<li>
<b>2016-05</b>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_7" title="Blog/2016-04">2016-04</a>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_8" title="Blog/2016-04">2016-04</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_8" title="Blog/2016-03">2016-03</a>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_9" title="Blog/2016-03">2016-03</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_9" title="Blog/2016-02">2016-02</a>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_10" title="Blog/2016-02">2016-02</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_10" title="Blog/2016-01">2016-01</a>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_11" title="Blog/2016-01">2016-01</a>
</li>
</ul>
<p>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_11" title="Blog/Archives">Archives</a>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_12" title="Blog/Archives">Archives</a>
</p>
</div>
<div id="toc" class="toc">

View File

@ -25,35 +25,38 @@
</p>
<ul>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_2" title="Blog/2016-09">2016-09</a>
<a href="http://xowa.org/home/wiki/Blog/2016-10.html" id="xolnki_2" title="Blog/2016-10" class="xowa-visited">2016-10</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_3" title="Blog/2016-08">2016-08</a>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_3" title="Blog/2016-09" class="xowa-visited">2016-09</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_4" title="Blog/2016-07">2016-07</a>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_4" title="Blog/2016-08" class="xowa-visited">2016-08</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_5" title="Blog/2016-07">2016-07</a>
</li>
<li>
<b>2016-06</b>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_6" title="Blog/2016-05">2016-05</a>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_7" title="Blog/2016-05">2016-05</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_7" title="Blog/2016-04">2016-04</a>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_8" title="Blog/2016-04">2016-04</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_8" title="Blog/2016-03">2016-03</a>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_9" title="Blog/2016-03">2016-03</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_9" title="Blog/2016-02">2016-02</a>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_10" title="Blog/2016-02">2016-02</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_10" title="Blog/2016-01">2016-01</a>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_11" title="Blog/2016-01">2016-01</a>
</li>
</ul>
<p>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_11" title="Blog/Archives">Archives</a>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_12" title="Blog/Archives">Archives</a>
</p>
</div>
<div id="toc" class="toc">
@ -183,7 +186,7 @@
<span class="mw-headline" id=".28Wiki.29_2016-06_English_Wiktionary.2C_Wikisource.2C_Wikivoyage.2C_Wikiquote.2C_Wikibooks.2C_Wikiversity.2C_Wikinews_and_Species_Wiki">(Wiki) 2016-06 English Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, Wikinews and Species Wiki</span>
</h3>
<p>
All English wikis are now available for Android as well as desktop (HTML dumps). To download them, go to <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_12" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
All English wikis are now available for Android as well as desktop (HTML dumps). To download them, go to <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_13" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
</p>
<h3>
<span class="mw-headline" id=".28All.29_Fixes_.2F_changes_for_Download_Central_including_multiple-tasks_bug">(All) Fixes / changes for Download Central including multiple-tasks bug</span>
@ -305,7 +308,7 @@
v3.6.3.3 fixes this issue. It now uses the wikitext dumps if the HTML dumps are not there. Just update your app, and you will see actual pages, not blank ones.
</p>
<p>
Also, note that you can disable the automatic HTML read by going to <a href="http://xowa.org/home/wiki/Options/HTML_databases.html" id="xolnki_13" title="Options/HTML databases" class="xowa-visited">Options/HTML_databases</a>
Also, note that you can disable the automatic HTML read by going to <a href="http://xowa.org/home/wiki/Options/HTML_databases.html" id="xolnki_14" title="Options/HTML databases" class="xowa-visited">Options/HTML_databases</a>
</p>
<h3>
<span class="mw-headline" id=".28PC.29_Fix_Download_Central_icons_for_Mac_OS_X">(PC) Fix Download Central icons for Mac OS X</span>
@ -353,7 +356,7 @@
<span class="mw-headline" id=".28PC_.26_Android.29_New_Download_Central_to_download_HTML_dumps_and_images">(PC &amp; Android) New Download Central to download HTML dumps and images</span>
</h3>
<p>
<a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_14" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a> is the major feature of the release. This is an in-app downloader that can download wikis for both Android or desktop. It can download images as well.
<a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_15" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a> is the major feature of the release. This is an in-app downloader that can download wikis for both Android or desktop. It can download images as well.
</p>
<p>
For v3.6.3, there are only two wikis: Simple Wikipedia and English Wikipedia. More wikis will be added every week throughout 2016. Next week, v3.6.4 should have other English wikis, like English Wiktionary and Wikisource.
@ -362,7 +365,7 @@
Going forward, Download Central will be the primary vehicle to get XOWA wikis. It provides a simple way to import wikis. It eliminates any confusion about which files to download and where to copy them. Monthly updates for English Wikipedia will be published here as well.
</p>
<p>
To try it out, go to <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_15" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>. For more info, see the <a href="http://xowa.org/home/wiki/App/Import/Download_Central.html" id="xolnki_16" title="App/Import/Download Central" class="xowa-visited">Download Central</a> help page.
To try it out, go to <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_16" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>. For more info, see the <a href="http://xowa.org/home/wiki/App/Import/Download_Central.html" id="xolnki_17" title="App/Import/Download Central" class="xowa-visited">Download Central</a> help page.
</p>
<h3>
<span class="mw-headline" id=".28PC_.26_Server.29_Android_HTML_dumps_are_now_usable">(PC &amp; Server) Android HTML dumps are now usable</span>
@ -423,7 +426,7 @@
</dl>
<ul>
<li>
<b>Requires separate post-processing generation step</b>: The wikitext dumps were automatically generated by downloading an XML dump. The HTML dumps requires another post-processing step that is not simple to run (See: <a href="http://xowa.org/home/wiki/Dev/Command-line/Dumps.html" id="xolnki_17" title="Dev/Command-line/Dumps" class="xowa-visited">Dev/Command-line/Dumps</a>)
<b>Requires separate post-processing generation step</b>: The wikitext dumps were automatically generated by downloading an XML dump. The HTML dumps requires another post-processing step that is not simple to run (See: <a href="http://xowa.org/home/wiki/Dev/Command-line/Dumps.html" id="xolnki_18" title="Dev/Command-line/Dumps" class="xowa-visited">Dev/Command-line/Dumps</a>)
</li>
</ul>
<dl>
@ -518,10 +521,10 @@
<span class="mw-headline" id=".28Wikis.29_English_Wikipedia_.282016-06.29_and_Simple_Wikipedia_.282016-06.29">(Wikis) English Wikipedia (2016-06) and Simple Wikipedia (2016-06)</span>
</h3>
<p>
These are available through <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_18" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
These are available through <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_19" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
</p>
<p>
For users who want the 2016-06 English Wikipedia image update, see <a href="http://xowa.org/home/wiki/App/Import/Download_Central.html" id="xolnki_19" title="App/Import/Download Central">App/Import/Download Central</a>
For users who want the 2016-06 English Wikipedia image update, see <a href="http://xowa.org/home/wiki/App/Import/Download_Central.html" id="xolnki_20" title="App/Import/Download Central">App/Import/Download Central</a>
</p>
<h3>
<span class="mw-headline" id="Next_release:_v3.6.4">Next release: v3.6.4</span>

View File

@ -25,35 +25,38 @@
</p>
<ul>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_2" title="Blog/2016-09">2016-09</a>
<a href="http://xowa.org/home/wiki/Blog/2016-10.html" id="xolnki_2" title="Blog/2016-10" class="xowa-visited">2016-10</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_3" title="Blog/2016-08">2016-08</a>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_3" title="Blog/2016-09" class="xowa-visited">2016-09</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_4" title="Blog/2016-08" class="xowa-visited">2016-08</a>
</li>
<li>
<b>2016-07</b>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_5" title="Blog/2016-06">2016-06</a>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_6" title="Blog/2016-06">2016-06</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_6" title="Blog/2016-05">2016-05</a>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_7" title="Blog/2016-05">2016-05</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_7" title="Blog/2016-04">2016-04</a>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_8" title="Blog/2016-04">2016-04</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_8" title="Blog/2016-03">2016-03</a>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_9" title="Blog/2016-03">2016-03</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_9" title="Blog/2016-02">2016-02</a>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_10" title="Blog/2016-02">2016-02</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_10" title="Blog/2016-01">2016-01</a>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_11" title="Blog/2016-01">2016-01</a>
</li>
</ul>
<p>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_11" title="Blog/Archives">Archives</a>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_12" title="Blog/Archives">Archives</a>
</p>
</div>
<div id="toc" class="toc">
@ -172,7 +175,7 @@
<span class="mw-headline" id=".28Wiki.29_Publish_2016-07_English_Wikipedia">(Wiki) Publish 2016-07 English Wikipedia</span>
</h3>
<p>
The 2016-07 versions of English Wikipedia is up. You can get them through <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_12" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
The 2016-07 versions of English Wikipedia is up. You can get them through <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_13" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
</p>
<p>
For images, if you want the latest:
@ -262,7 +265,7 @@
<span class="mw-headline" id=".28Wiki.29_Publish_2016-07_French_Wikipedia.2C_Wiktionary.2C_Wikisource.2C_Wikivoyage.2C_Wikiquote.2C_Wikibooks.2C_Wikiversity.2C_and_Wikinews">(Wiki) Publish 2016-07 French Wikipedia, Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, and Wikinews</span>
</h3>
<p>
The 2016-07 versions of the French Wikis are up. You can get them through <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_13" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
The 2016-07 versions of the French Wikis are up. You can get them through <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_14" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
</p>
<h3>
<span class="mw-headline" id=".28PC.29_Fix_Redirects_not_working_for_HTML_databases">(PC) Fix Redirects not working for HTML databases</span>
@ -371,7 +374,7 @@
For those who are unaware, Mattze96 was the amazing developer who contributed the original HTTP Server code. This time, Mattze96 contributed mwad: the MediaWiki API dump tool. This tool allows creating XML dumps for Wikia and other wikis (<a href="https://wiki.archlinux.org/" rel="nofollow" class="external free">https://wiki.archlinux.org/</a>).
</p>
<p>
If you use XOWA for Wikia wikis, or other non-Wikimedia wikis, you definitely want to try it out. For more info, see <a href="http://xowa.org/home/wiki/App/Import/mwad.html" id="xolnki_14" title="App/Import/mwad">App/Import/mwad</a> as well as <a href="https://github.com/Mattze96/mwad" rel="nofollow" class="external free">https://github.com/Mattze96/mwad</a> and <a href="https://github.com/gnosygnu/xowa/issues/66" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/issues/66</a>
If you use XOWA for Wikia wikis, or other non-Wikimedia wikis, you definitely want to try it out. For more info, see <a href="http://xowa.org/home/wiki/App/Import/mwad.html" id="xolnki_15" title="App/Import/mwad">App/Import/mwad</a> as well as <a href="https://github.com/Mattze96/mwad" rel="nofollow" class="external free">https://github.com/Mattze96/mwad</a> and <a href="https://github.com/gnosygnu/xowa/issues/66" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/issues/66</a>
</p>
<h3>
<span class="mw-headline" id=".28PC.29_Fix_minor_Wikibase_issues.2C_including_wikibase-item">(PC) Fix minor Wikibase issues, including wikibase-item</span>
@ -441,7 +444,7 @@
<span class="mw-headline" id=".28Wiki.29_2016-06_German_Wiktionary.2C_Wikisource.2C_Wikivoyage.2C_Wikiquote.2C_Wikibooks.2C_Wikiversity.2C_and_Wikinews">(Wiki) 2016-06 German Wiktionary, Wikisource, Wikivoyage, Wikiquote, Wikibooks, Wikiversity, and Wikinews</span>
</h3>
<p>
These wikis are available at <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_15" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
These wikis are available at <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_16" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
</p>
<h3>
<span class="mw-headline" id=".28PC.29_Support_Gallery">(PC) Support Gallery</span>
@ -473,7 +476,7 @@
There were a number of fixes for crashes in uncommon scenarios. Most of these involved switching SD cards, or deleting wikis outside XOWA. The crash was bad enough such that XOWA would not work unless the Storage files were cleared (or XOWA was reinstalled).
</p>
<p>
These are fixed in this version. For more info, see the <a href="http://xowa.org/home/wiki/Change_log.html" id="xolnki_16" title="Change log">Change log</a>
These are fixed in this version. For more info, see the <a href="http://xowa.org/home/wiki/Change_log.html" id="xolnki_17" title="Change log">Change log</a>
</p>
<h3>
<span class="mw-headline" id="Next_release:_v3.7.2">Next release: v3.7.2</span>

View File

@ -25,35 +25,38 @@
</p>
<ul>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_2" title="Blog/2016-09">2016-09</a>
<a href="http://xowa.org/home/wiki/Blog/2016-10.html" id="xolnki_2" title="Blog/2016-10" class="xowa-visited">2016-10</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_3" title="Blog/2016-09" class="xowa-visited">2016-09</a>
</li>
<li>
<b>2016-08</b>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_4" title="Blog/2016-07">2016-07</a>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_5" title="Blog/2016-07">2016-07</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_5" title="Blog/2016-06">2016-06</a>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_6" title="Blog/2016-06">2016-06</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_6" title="Blog/2016-05">2016-05</a>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_7" title="Blog/2016-05">2016-05</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_7" title="Blog/2016-04">2016-04</a>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_8" title="Blog/2016-04">2016-04</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_8" title="Blog/2016-03">2016-03</a>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_9" title="Blog/2016-03">2016-03</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_9" title="Blog/2016-02">2016-02</a>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_10" title="Blog/2016-02">2016-02</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_10" title="Blog/2016-01">2016-01</a>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_11" title="Blog/2016-01">2016-01</a>
</li>
</ul>
<p>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_11" title="Blog/Archives">Archives</a>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_12" title="Blog/Archives">Archives</a>
</p>
</div>
<div id="toc" class="toc">
@ -155,7 +158,7 @@
<span class="mw-headline" id=".28Wiki.29_Publish_2016-08_English_Wikipedia_and_German_Wikipedia">(Wiki) Publish 2016-08 English Wikipedia and German Wikipedia</span>
</h3>
<p>
The 2016-08 versions of both wikis are finally up. You can get them through <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_12" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
The 2016-08 versions of both wikis are finally up. You can get them through <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_13" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
</p>
<h3>
<span class="mw-headline" id=".28PC_.2F_Android.29_Better_html_database_support_for_packed_galleries.2C_video_thumbnails.2C_and_image_maps">(PC / Android) Better html database support for packed galleries, video thumbnails, and image maps</span>
@ -204,7 +207,7 @@
<span class="mw-headline" id=".28PC.29_Add_torrent_link_.2F_MD5_info_to_the_Download_Central_Info_page">(PC) Add torrent link / MD5 info to the Download Central Info page</span>
</h3>
<p>
Based on some welcome feedback from malakov1, I added a torrent link to the Download Central Info page. For example, <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentralInfo%3Ftask_id%3D96.html" id="xolnki_13" title="Special:XowaDownloadCentralInfo?task id=96">Special:XowaDownloadCentralInfo?task id=96</a>. Note that these torrent links are to the full archive.org folder, not the task. In particular, the following two types will be included:
Based on some welcome feedback from malakov1, I added a torrent link to the Download Central Info page. For example, <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentralInfo%3Ftask_id%3D96.html" id="xolnki_14" title="Special:XowaDownloadCentralInfo?task id=96">Special:XowaDownloadCentralInfo?task id=96</a>. Note that these torrent links are to the full archive.org folder, not the task. In particular, the following two types will be included:
</p>
<ul>
<li>
@ -315,7 +318,7 @@
<span class="mw-headline" id=".28Wiki.29_Publish_2016-07_Polish_Wiktionary.2C_Wikisource.2C_Wikiquote.2C_Wikibooks.2C_Wikiversity.2C_and_Wikinews">(Wiki) Publish 2016-07 Polish Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews</span>
</h3>
<p>
The 2016-07 versions of the Polish wikis are up. You can get them through <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_14" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
The 2016-07 versions of the Polish wikis are up. You can get them through <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_15" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
</p>
<h3>
<span class="mw-headline" id=".28PC.29_Fix_random_.22SSL_peer_shut_down_incorrectly.22_when_downloading_database_dumps">(PC) Fix random "SSL peer shut down incorrectly" when downloading database dumps</span>
@ -404,7 +407,7 @@ http://ftp.fi.muni.cz/pub/wikimedia/
<span class="mw-headline" id=".28Wiki.29_Publish_2016-07_Arabic_Wiktionary.2C_Wikisource.2C_Wikiquote.2C_Wikibooks.2C_Wikiversity.2C_and_Wikinews">(Wiki) Publish 2016-07 Arabic Wiktionary, Wikisource, Wikiquote, Wikibooks, Wikiversity, and Wikinews</span>
</h3>
<p>
The 2016-07 versions of the Arabic wikis are up. You can get them through <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_15" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
The 2016-07 versions of the Arabic wikis are up. You can get them through <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentral.html" id="xolnki_16" title="Special:XowaDownloadCentral" class="xowa-visited">Download Central</a>.
</p>
<h3>
<span class="mw-headline" id=".28PC.29_Fix_.22invalid_title.22_when_clicking_on_wikis_in_left-hand_nav">(PC) Fix "invalid title" when clicking on wikis in left-hand nav</span>

View File

@ -24,36 +24,39 @@
2016<br>
</p>
<ul>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-10.html" id="xolnki_2" title="Blog/2016-10" class="xowa-visited">2016-10</a>
</li>
<li>
<b>2016-09</b>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_3" title="Blog/2016-08">2016-08</a>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_4" title="Blog/2016-08" class="xowa-visited">2016-08</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_4" title="Blog/2016-07">2016-07</a>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_5" title="Blog/2016-07">2016-07</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_5" title="Blog/2016-06">2016-06</a>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_6" title="Blog/2016-06">2016-06</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_6" title="Blog/2016-05">2016-05</a>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_7" title="Blog/2016-05">2016-05</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_7" title="Blog/2016-04">2016-04</a>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_8" title="Blog/2016-04">2016-04</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_8" title="Blog/2016-03">2016-03</a>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_9" title="Blog/2016-03">2016-03</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_9" title="Blog/2016-02">2016-02</a>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_10" title="Blog/2016-02">2016-02</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_10" title="Blog/2016-01">2016-01</a>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_11" title="Blog/2016-01">2016-01</a>
</li>
</ul>
<p>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_11" title="Blog/Archives">Archives</a>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_12" title="Blog/Archives">Archives</a>
</p>
</div>
<div id="toc" class="toc">
@ -64,97 +67,79 @@
</div>
<ul>
<li class="toclevel-1 tocsection-1">
<a href="#Release:_NONE_.282016-10-02_21:30_Sun.29"><span class="tocnumber">1</span> <span class="toctext">Release: NONE (2016-10-02 21:30 Sun)</span></a>
</li>
<li class="toclevel-1 tocsection-2">
<a href="#Release:_v3.9.4.2_.282016-09-26_20:00_Mon.29"><span class="tocnumber">2</span> <span class="toctext">Release: v3.9.4.2 (2016-09-26 20:00 Mon)</span></a>
<a href="#Release:_v3.9.4.2_.282016-09-26_20:00_Mon.29"><span class="tocnumber">1</span> <span class="toctext">Release: v3.9.4.2 (2016-09-26 20:00 Mon)</span></a>
<ul>
<li class="toclevel-2 tocsection-3">
<a href="#Show_Catgories_for_pages_with_more_than_one_word_in_the_title"><span class="tocnumber">2.1</span> <span class="toctext">Show Catgories for pages with more than one word in the title</span></a>
<li class="toclevel-2 tocsection-2">
<a href="#Show_Catgories_for_pages_with_more_than_one_word_in_the_title"><span class="tocnumber">1.1</span> <span class="toctext">Show Catgories for pages with more than one word in the title</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-4">
<a href="#Release:_v3.9.4.1_.282016-09-25_20:00_Sun.29"><span class="tocnumber">3</span> <span class="toctext">Release: v3.9.4.1 (2016-09-25 20:00 Sun)</span></a>
<li class="toclevel-1 tocsection-3">
<a href="#Release:_v3.9.4.1_.282016-09-25_20:00_Sun.29"><span class="tocnumber">2</span> <span class="toctext">Release: v3.9.4.1 (2016-09-25 20:00 Sun)</span></a>
<ul>
<li class="toclevel-2 tocsection-4">
<a href="#.28Wiki.29_Release_2016-09_French.2C_English_and_German_Wikipedia"><span class="tocnumber">2.1</span> <span class="toctext">(Wiki) Release 2016-09 French, English and German Wikipedia</span></a>
</li>
<li class="toclevel-2 tocsection-5">
<a href="#.28Wiki.29_Release_2016-09_French.2C_English_and_German_Wikipedia"><span class="tocnumber">3.1</span> <span class="toctext">(Wiki) Release 2016-09 French, English and German Wikipedia</span></a>
<a href="#.28PC.29_More_minor_Category_fixes_including_large_categories.2C_dynamic_page_list_and_wikidata.org"><span class="tocnumber">2.2</span> <span class="toctext">(PC) More minor Category fixes including large categories, dynamic page list and wikidata.org</span></a>
</li>
<li class="toclevel-2 tocsection-6">
<a href="#.28PC.29_More_minor_Category_fixes_including_large_categories.2C_dynamic_page_list_and_wikidata.org"><span class="tocnumber">3.2</span> <span class="toctext">(PC) More minor Category fixes including large categories, dynamic page list and wikidata.org</span></a>
<a href="#.28PC.29_Page_sync_shows_math_and_video_images"><span class="tocnumber">2.3</span> <span class="toctext">(PC) Page sync shows math and video images</span></a>
</li>
<li class="toclevel-2 tocsection-7">
<a href="#.28PC.29_Page_sync_shows_math_and_video_images"><span class="tocnumber">3.3</span> <span class="toctext">(PC) Page sync shows math and video images</span></a>
<a href="#.28PC_.2F_Android.29_Download_Central_does_not_loop_endlessly_if_wrong_file_size_downloaded"><span class="tocnumber">2.4</span> <span class="toctext">(PC / Android) Download Central does not loop endlessly if wrong file size downloaded</span></a>
</li>
<li class="toclevel-2 tocsection-8">
<a href="#.28PC_.2F_Android.29_Download_Central_does_not_loop_endlessly_if_wrong_file_size_downloaded"><span class="tocnumber">3.4</span> <span class="toctext">(PC / Android) Download Central does not loop endlessly if wrong file size downloaded</span></a>
<a href="#.28PC.29_Show_pages_in_MediaWiki_namespace"><span class="tocnumber">2.5</span> <span class="toctext">(PC) Show pages in MediaWiki namespace</span></a>
</li>
<li class="toclevel-2 tocsection-9">
<a href="#.28PC.29_Show_pages_in_MediaWiki_namespace"><span class="tocnumber">3.5</span> <span class="toctext">(PC) Show pages in MediaWiki namespace</span></a>
<a href="#.28PC.29_Run_GUI_on_Raspberry_Pi"><span class="tocnumber">2.6</span> <span class="toctext">(PC) Run GUI on Raspberry Pi</span></a>
</li>
<li class="toclevel-2 tocsection-10">
<a href="#.28PC.29_Run_GUI_on_Raspberry_Pi"><span class="tocnumber">3.6</span> <span class="toctext">(PC) Run GUI on Raspberry Pi</span></a>
<a href="#.28PC.29_More_parser_fixes_including_Scribunto_regex_at_end_of_string_and_gaps_in_argument_keys"><span class="tocnumber">2.7</span> <span class="toctext">(PC) More parser fixes including Scribunto regex at end of string and gaps in argument keys</span></a>
</li>
<li class="toclevel-2 tocsection-11">
<a href="#.28PC.29_More_parser_fixes_including_Scribunto_regex_at_end_of_string_and_gaps_in_argument_keys"><span class="tocnumber">3.7</span> <span class="toctext">(PC) More parser fixes including Scribunto regex at end of string and gaps in argument keys</span></a>
</li>
<li class="toclevel-2 tocsection-12">
<a href="#Next_release:_v3.10.1"><span class="tocnumber">3.8</span> <span class="toctext">Next release: v3.10.1</span></a>
<a href="#Next_release:_v3.10.1"><span class="tocnumber">2.8</span> <span class="toctext">Next release: v3.10.1</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-12">
<a href="#Release:_NONE_.282016-09-18_22:00_Sun.29"><span class="tocnumber">3</span> <span class="toctext">Release: NONE (2016-09-18 22:00 Sun)</span></a>
</li>
<li class="toclevel-1 tocsection-13">
<a href="#Release:_NONE_.282016-09-18_22:00_Sun.29"><span class="tocnumber">4</span> <span class="toctext">Release: NONE (2016-09-18 22:00 Sun)</span></a>
</li>
<li class="toclevel-1 tocsection-14">
<a href="#Release:_v3.9.2.1_.282016-09-11_19:00_Sun.29"><span class="tocnumber">5</span> <span class="toctext">Release: v3.9.2.1 (2016-09-11 19:00 Sun)</span></a>
<a href="#Release:_v3.9.2.1_.282016-09-11_19:00_Sun.29"><span class="tocnumber">4</span> <span class="toctext">Release: v3.9.2.1 (2016-09-11 19:00 Sun)</span></a>
<ul>
<li class="toclevel-2 tocsection-14">
<a href="#.28PC.29_Fix_for_Category_pages_not_working"><span class="tocnumber">4.1</span> <span class="toctext">(PC) Fix for Category pages not working</span></a>
</li>
<li class="toclevel-2 tocsection-15">
<a href="#.28PC.29_Fix_for_Category_pages_not_working"><span class="tocnumber">5.1</span> <span class="toctext">(PC) Fix for Category pages not working</span></a>
<a href="#.28PC.29_New_Category_system_to_handle_HTML_dumps"><span class="tocnumber">4.2</span> <span class="toctext">(PC) New Category system to handle HTML dumps</span></a>
</li>
<li class="toclevel-2 tocsection-16">
<a href="#.28PC.29_New_Category_system_to_handle_HTML_dumps"><span class="tocnumber">5.2</span> <span class="toctext">(PC) New Category system to handle HTML dumps</span></a>
<a href="#.28PC.29_Basic_page_synchronization_feature_to_get_latest_from_online"><span class="tocnumber">4.3</span> <span class="toctext">(PC) Basic page synchronization feature to get latest from online</span></a>
</li>
<li class="toclevel-2 tocsection-17">
<a href="#.28PC.29_Basic_page_synchronization_feature_to_get_latest_from_online"><span class="tocnumber">5.3</span> <span class="toctext">(PC) Basic page synchronization feature to get latest from online</span></a>
<a href="#.28PC_.2F_Android.29_Download_Central_changes_for_dropped_connections_.2F_Mac_OS_X"><span class="tocnumber">4.4</span> <span class="toctext">(PC / Android) Download Central changes for dropped connections / Mac OS X</span></a>
</li>
<li class="toclevel-2 tocsection-18">
<a href="#.28PC_.2F_Android.29_Download_Central_changes_for_dropped_connections_.2F_Mac_OS_X"><span class="tocnumber">5.4</span> <span class="toctext">(PC / Android) Download Central changes for dropped connections / Mac OS X</span></a>
<a href="#.28PC.29_Various_parser_changes_including_Protectiong_Banner.2C_stack_overflow.2C_and_invalid_UTF-8"><span class="tocnumber">4.5</span> <span class="toctext">(PC) Various parser changes including Protectiong Banner, stack overflow, and invalid UTF-8</span></a>
</li>
<li class="toclevel-2 tocsection-19">
<a href="#.28PC.29_Various_parser_changes_including_Protectiong_Banner.2C_stack_overflow.2C_and_invalid_UTF-8"><span class="tocnumber">5.5</span> <span class="toctext">(PC) Various parser changes including Protectiong Banner, stack overflow, and invalid UTF-8</span></a>
<a href="#.28PC.29_Other_minor_changes_including_read-only_support.2C_torrent-file_links_and_docs_for_HTML_dump"><span class="tocnumber">4.6</span> <span class="toctext">(PC) Other minor changes including read-only support, torrent-file links and docs for HTML dump</span></a>
</li>
<li class="toclevel-2 tocsection-20">
<a href="#.28PC.29_Other_minor_changes_including_read-only_support.2C_torrent-file_links_and_docs_for_HTML_dump"><span class="tocnumber">5.6</span> <span class="toctext">(PC) Other minor changes including read-only support, torrent-file links and docs for HTML dump</span></a>
</li>
<li class="toclevel-2 tocsection-21">
<a href="#Next_release:_v3.9.3"><span class="tocnumber">5.7</span> <span class="toctext">Next release: v3.9.3</span></a>
<a href="#Next_release:_v3.9.3"><span class="tocnumber">4.7</span> <span class="toctext">Next release: v3.9.3</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-22">
<a href="#Wikis:_Czech_Wikis_.282016-09.29_.282016-09-05_23:00_Mon.29"><span class="tocnumber">6</span> <span class="toctext">Wikis: Czech Wikis (2016-09) (2016-09-05 23:00 Mon)</span></a>
<li class="toclevel-1 tocsection-21">
<a href="#Wikis:_Czech_Wikis_.282016-09.29_.282016-09-05_23:00_Mon.29"><span class="tocnumber">5</span> <span class="toctext">Wikis: Czech Wikis (2016-09) (2016-09-05 23:00 Mon)</span></a>
</li>
<li class="toclevel-1 tocsection-23">
<a href="#Release:_NONE_.282016-09-04_22:00_Sun.29"><span class="tocnumber">7</span> <span class="toctext">Release: NONE (2016-09-04 22:00 Sun)</span></a>
<li class="toclevel-1 tocsection-22">
<a href="#Release:_NONE_.282016-09-04_22:00_Sun.29"><span class="tocnumber">6</span> <span class="toctext">Release: NONE (2016-09-04 22:00 Sun)</span></a>
</li>
</ul>
</div>
<h2>
<span class="mw-headline" id="Release:_NONE_.282016-10-02_21:30_Sun.29">Release: NONE (2016-10-02 21:30 Sun)</span>
</h2>
<p>
There's no release this week. I'm working on a category performance enhancement before starting on 2016-10 wikis.
</p>
<p>
I did create a deletion database for English Wikipedia. It will reduce the size of the images datases from 101 GB to 90 GB.
</p>
<p>
The link is here: <a href="https://archive.org/download/Xowa_enwiki_latest/en.wikipedia.org-file-deletion-2016.09.xowa" rel="nofollow" class="external free">https://archive.org/download/Xowa_enwiki_latest/en.wikipedia.org-file-deletion-2016.09.xowa</a> The instructions are here: <a href="http://xowa.org/home/wiki/Dashboard/Files/Deletion.html" id="xolnki_12" title="Dashboard/Files/Deletion" class="xowa-visited">Dashboard/Files/Deletion</a>
</p>
<p>
Thanks.
</p>
<h2>
<span class="mw-headline" id="Release:_v3.9.4.2_.282016-09-26_20:00_Mon.29">Release: v3.9.4.2 (2016-09-26 20:00 Mon)</span>
</h2>

289
home/wiki/Blog/2016-10.html Normal file
View File

@ -0,0 +1,289 @@
<!DOCTYPE html>
<html dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>Blog/2016-10 - XOWA</title>
<link rel="shortcut icon" href="https://gnosygnu.github.io/xowa/xowa_logo.png" />
<link rel="stylesheet" href="https://gnosygnu.github.io/xowa/xowa_common.css" type="text/css">
</head>
<body class="mediawiki ltr sitedir-ltr ns-0 ns-subject skin-vector action-submit vector-animateLayout" spellcheck="false">
<div id="mw-page-base" class="noprint"></div>
<div id="mw-head-base" class="noprint"></div>
<div id="content" class="mw-body">
<h1 id="firstHeading" class="firstHeading"><span>Blog/2016-10</span></h1>
<div id="bodyContent" class="mw-body-content">
<div id="siteSub">From XOWA: the free, open-source, offline wiki application</div>
<div id="contentSub"></div>
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
<div class='infobox plainlinks' style='width:70px;'>
<p>
<span style='font-size:15px;font-weight:bold;'>Blog links</span><br>
<br>
2016<br>
</p>
<ul>
<li>
<b>2016-10</b>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-09.html" id="xolnki_3" title="Blog/2016-09" class="xowa-visited">2016-09</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-08.html" id="xolnki_4" title="Blog/2016-08" class="xowa-visited">2016-08</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-07.html" id="xolnki_5" title="Blog/2016-07">2016-07</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-06.html" id="xolnki_6" title="Blog/2016-06">2016-06</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-05.html" id="xolnki_7" title="Blog/2016-05">2016-05</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-04.html" id="xolnki_8" title="Blog/2016-04">2016-04</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-03.html" id="xolnki_9" title="Blog/2016-03">2016-03</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-02.html" id="xolnki_10" title="Blog/2016-02">2016-02</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Blog/2016-01.html" id="xolnki_11" title="Blog/2016-01">2016-01</a>
</li>
</ul>
<p>
<a href="http://xowa.org/home/wiki/Blog/Archives.html" id="xolnki_12" title="Blog/Archives">Archives</a>
</p>
</div>
<div id="toc" class="toc">
<div id="toctitle">
<h2>
Contents
</h2>
</div>
<ul>
<li class="toclevel-1 tocsection-1">
<a href="#Release:_v3.10.3.1_.282016-10-16_20:00_Sun.29"><span class="tocnumber">1</span> <span class="toctext">Release: v3.10.3.1 (2016-10-16 20:00 Sun)</span></a>
<ul>
<li class="toclevel-2 tocsection-2">
<a href="#.28Wiki.29_Release_2016-10_English_and_German_Wikipedia"><span class="tocnumber">1.1</span> <span class="toctext">(Wiki) Release 2016-10 English and German Wikipedia</span></a>
</li>
<li class="toclevel-2 tocsection-3">
<a href="#.28PC.29_Multiple_category_changes.2C_including_performance.2C_international_sorting.2C_numeric_sorting.2C_and_HTML_database_loading"><span class="tocnumber">1.2</span> <span class="toctext">(PC) Multiple category changes, including performance, international sorting, numeric sorting, and HTML database loading</span></a>
</li>
<li class="toclevel-2 tocsection-4">
<a href="#.28PC.29_Fix_for_.22Script_error:_index_out_of_bounds.22_on_2016-10_enwiki_pages"><span class="tocnumber">1.3</span> <span class="toctext">(PC) Fix for "Script error: index out of bounds" on 2016-10 enwiki pages</span></a>
</li>
<li class="toclevel-2 tocsection-5">
<a href="#.28PC.29_Add_custom_scripting_support_through_standalone_javascript_.2F_lua_files"><span class="tocnumber">1.4</span> <span class="toctext">(PC) Add custom scripting support through standalone javascript / lua files</span></a>
</li>
<li class="toclevel-2 tocsection-6">
<a href="#Next_release:_v3.10.2"><span class="tocnumber">1.5</span> <span class="toctext">Next release: v3.10.2</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-7">
<a href="#Release:_NONE_.282016-10-02_21:30_Sun.29"><span class="tocnumber">2</span> <span class="toctext">Release: NONE (2016-10-02 21:30 Sun)</span></a>
</li>
</ul>
</div>
<h2>
<span class="mw-headline" id="Release:_v3.10.3.1_.282016-10-16_20:00_Sun.29">Release: v3.10.3.1 (2016-10-16 20:00 Sun)</span>
</h2>
<p>
The PC version is a major release. It adds better category support, fixes a Scribunto "Script error out of bounds", and a new custom scripting system.
</p>
<p>
The Android version is a minor release. It has a possible fix for some devices failing to load XOWA when permissions are revoked and then regranted.
</p>
<h3>
<span class="mw-headline" id=".28Wiki.29_Release_2016-10_English_and_German_Wikipedia">(Wiki) Release 2016-10 English and German Wikipedia</span>
</h3>
<p>
The 2016-10 versions of both wikis are up. You can get them through:
</p>
<ul>
<li>
<a href="http://xowa.org/home/wiki/Wiki_setup/English_wikis.html" id="xolnki_13" title="Wiki setup/English wikis" class="xowa-visited">Wiki_setup/English_wikis</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Wiki_setup/German_wikis.html" id="xolnki_14" title="Wiki setup/German wikis" class="xowa-visited">Wiki_setup/German_wikis</a>
</li>
</ul>
<h3>
<span class="mw-headline" id=".28PC.29_Multiple_category_changes.2C_including_performance.2C_international_sorting.2C_numeric_sorting.2C_and_HTML_database_loading">(PC) Multiple category changes, including performance, international sorting, numeric sorting, and HTML database loading</span>
</h3>
<p>
First, round of thanks to <a href="https://github.com/Ope30" rel="nofollow" class="external text">Ope30</a> who noticed a number of issues with the category system as decribed in <a href="https://github.com/gnosygnu/xowa/issues/87" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/issues/87</a>
</p>
<p>
This particular release has a lot of changes based on the bug reports:
</p>
<ul>
<li>
<b>Improved performance on SATA drives, especially for large categories</b>: The category system in v3.9.4.1 worked okay on SSD drives, but did poorly on SATA drives. Large categories (2,000+) like <a href="https://en.wikipedia.org/wiki/Category:2001_albums" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:2001_albums</a> would take 20-30 seconds to load. Now they take 4-5 seconds.
</li>
<li>
<b>Next 200 / Previous 200 would not work on English Wikipedia for large categories</b>: English Wikipedia recently changed their sorting collation from "uppercase" to "uca-default-u-kn". As a result, a number of entries no longer sorted correctly, and pressing "Next / Previous" would break. As an example, <a href="https://en.wikipedia.org/wiki/Category:All_stub_articles" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:All_stub_articles</a> now works correctly navigating forward
</li>
<li>
<b>HTML dumps now show wikitext HTML</b>: Category pages sometimes have a letter index at the top of the page, or other information. For example, <a href="https://de.wikipedia.org/wiki/Category:Mann" rel="nofollow" class="external free">https://de.wikipedia.org/wiki/Category:Mann</a> has a large table of contents listing many 2-letter combinations. This information didn't appear in the HTML dumps before. Now they do
</li>
<li>
<b>Other minor changes</b>: There are a small number of other changes as well which are covered more in the <a href="http://xowa.org/home/wiki/Change_log/v3.10.3.1.html" id="xolnki_15" title="Change log/v3.10.3.1" class="xowa-visited">Change log</a>
</li>
</ul>
<h3>
<span class="mw-headline" id=".28PC.29_Fix_for_.22Script_error:_index_out_of_bounds.22_on_2016-10_enwiki_pages">(PC) Fix for "Script error: index out of bounds" on 2016-10 enwiki pages</span>
</h3>
<p>
A number of pages in 2016-10 English Wikipedia would should "Script error: index out of bounds" in the Infobox area near the Coordinates. For example, <a href="https://en.wikipedia.org/wiki/Paris" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Paris</a> This was fixed in this release
</p>
<h3>
<span class="mw-headline" id=".28PC.29_Add_custom_scripting_support_through_standalone_javascript_.2F_lua_files">(PC) Add custom scripting support through standalone javascript / lua files</span>
</h3>
<p>
This was a feature requested at <a href="https://github.com/gnosygnu/xowa/issues/88" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/issues/88</a>
</p>
<p>
Basically, v3.10.4.2 allows changing XOWA pages through custom Javascript. This is intended for non-Wikimedia wikis (such as Wikia) which use custom extension that are not supported in XOWA. A user can add this missing custom extension by writing an extension in Javascript.
</p>
<p>
More information is at <a href="http://xowa.org/home/wiki/App/Xtn/Scripting.html" id="xolnki_16" title="App/Xtn/Scripting" class="xowa-visited">App/Xtn/Scripting</a>
</p>
<h3>
<span class="mw-headline" id="Next_release:_v3.10.2">Next release: v3.10.2</span>
</h3>
<ul>
<li>
<b>Wikis</b>: I'm generating 2016-10 French Wikipedia now, and should have it uploaded in the next day. Afterwards, I'm going to go through the English sister wikis (Wiktionary, Wikisource, Wikivoyage) and then hopefully the German ones.
</li>
<li>
<b>Dynamic update of wiki pages</b>: Between categories and scripting, I didn't get a chance to work on this feature
</li>
</ul>
<p>
<br>
</p>
<h2>
<span class="mw-headline" id="Release:_NONE_.282016-10-02_21:30_Sun.29">Release: NONE (2016-10-02 21:30 Sun)</span>
</h2>
<p>
There's no release this week. I'm working on a category performance enhancement before starting on 2016-10 wikis.
</p>
<p>
I did create a deletion database for English Wikipedia. It will reduce the size of the images datases from 101 GB to 90 GB.
</p>
<p>
The link is here: <a href="https://archive.org/download/Xowa_enwiki_latest/en.wikipedia.org-file-deletion-2016.09.xowa" rel="nofollow" class="external free">https://archive.org/download/Xowa_enwiki_latest/en.wikipedia.org-file-deletion-2016.09.xowa</a> The instructions are here: <a href="http://xowa.org/home/wiki/Dashboard/Files/Deletion.html" id="xolnki_17" title="Dashboard/Files/Deletion" class="xowa-visited">Dashboard/Files/Deletion</a>
</p>
<p>
Thanks.
</p>
</div>
</div>
</div>
<div id="mw-head" class="noprint">
<div id="left-navigation">
<div id="p-namespaces" class="vectorTabs">
<h3>Namespaces</h3>
<ul>
<li id="ca-nstab-main" class="selected"><span><a id="ca-nstab-main-href" href="index.html">Page</a></span></li>
</ul>
</div>
</div>
</div>
<div id='mw-panel' class='noprint'>
<div id='p-logo'>
<a style="background-image: url(https://gnosygnu.github.io/xowa/xowa_logo.png);" href="http://xowa.org/" title="Visit the main page"></a>
</div>
<div class="portal" id='xowa-portal-home'>
<h3>XOWA</h3>
<div class="body">
<ul>
<li><a href="http://xowa.org/index.html" title='Visit the main page'>Main page</a></li>
<li><a href="http://xowa.org/screenshots.html" title='See screenshots of XOWA'>Screenshots</a></li>
<li><a href="https://www.youtube.com/watch?v=q0qbXYXEH6M" title="See a video of XOWA Desktop in action">Video</a></li>
<li><a href="http://xowa.org/home/wiki/Help/Download_XOWA.html" title='Download the XOWA application'>Download XOWA</a></li>
<li><a href="http://xowa.org/home/wiki/Dashboard/Image_databases.html" title='Download offline wikis and image databases'>Download wikis</a></li>
</ul>
</div>
</div>
<div class="portal" id='xowa-portal-started'>
<h3>Getting started</h3>
<div class="body">
<ul>
<li><a href="http://xowa.org/home/wiki/App/Setup/System_requirements.html" title='Get XOWA&apos;s system requirements'>Requirements</a></li>
<li><a href="http://xowa.org/home/wiki/App/Setup/Installation.html" title='Get instructions for installing XOWA'>Installation</a></li>
<li><a href="http://xowa.org/home/wiki/App/Import/Simple_Wikipedia.html" title='Learn how to set up Simple Wikipedia'>Simple Wikipedia</a></li>
<li><a href="http://xowa.org/home/wiki/App/Import/English_Wikipedia.html" title='Learn how to set up English Wikipedia'>English Wikipedia</a></li>
<li><a href="http://xowa.org/home/wiki/App/Import/Other_wikis.html" title='Learn how to set up other Wikipedias'>Other Wikipedias</a></li>
</ul>
</div>
</div>
<div class="portal" id='xowa-portal-android'>
<h3>Android</h3>
<div class="body">
<ul>
<li><a href="http://xowa.org/home/wiki/Android/Setup.html" title='Setup XOWA on your Android device'>Setup</a></li>
<li><a href="https://www.youtube.com/watch?v=jsMTBxGweUw" title="See a video of XOWA Android in action">Video</a></li>
</ul>
</div>
</div>
<div class="portal" id='xowa-portal-help'>
<h3>Help</h3>
<div class="body">
<ul>
<li><a href="http://xowa.org/home/wiki/Help/About.html" title='Get more information about XOWA'>About</a></li>
<li><a href="http://xowa.org/home/wiki/Help/Contents.html" title='View a list of help topics'>Contents</a></li>
<li><a href="http://xowa.org/home/wiki/Help/Media.html" title='Read what others have written about XOWA'>Media</a></li>
<li><a href="http://xowa.org/home/wiki/Help/Feedback.html" title='Questions? Comments? Leave feedback for XOWA'>Feedback</a></li>
</ul>
</div>
</div>
<div class="portal" id='xowa-portal-blog'>
<h3>Blog</h3>
<div class="body">
<ul>
<li><a href="http://xowa.org/home/wiki/Blog.html" title='Follow XOWA''s development process'>Current</a></li>
</ul>
</div>
</div>
<div class="portal" id='xowa-portal-links'>
<h3>Links</h3>
<div class="body">
<ul>
<li><a href="http://dumps.wikimedia.org/backup-index.html" title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
<li><a href="https://archive.org/search.php?query=xowa" title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
<li><a href="http://en.wikipedia.org" title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
</ul>
</div>
</div>
<div class="portal" id='xowa-portal-donate'>
<h3>Donate</h3>
<div class="body">
<ul>
<li><a href="https://archive.org/donate/index.php" title="Support archive.org!">archive.org</a></li><!-- listed first due to recent fire damages: http://blog.archive.org/2013/11/06/scanning-center-fire-please-help-rebuild/ -->
<li><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title="Support Wikipedia!">Wikipedia</a></li>
<!-- <li><a href="" title="Support XOWA! (but only after you've supported archive.org and Wikipedia)">XOWA</a></li> -->
</ul>
</div>
</div>
</div>
</body>
</html>

View File

@ -36,99 +36,113 @@
</ul>
</li>
<li class="toclevel-1 tocsection-4">
<a href="#v3.9.4.2_.282016-09-26.29"><span class="tocnumber">2</span> <span class="toctext">v3.9.4.2 (2016-09-26)</span></a>
<a href="#v3.10.3.1_.282016-10-16.29"><span class="tocnumber">2</span> <span class="toctext">v3.10.3.1 (2016-10-16)</span></a>
<ul>
<li class="toclevel-2 tocsection-5">
<a href="#PC"><span class="tocnumber">2.1</span> <span class="toctext">PC</span></a>
<a href="#Wiki"><span class="tocnumber">2.1</span> <span class="toctext">Wiki</span></a>
</li>
<li class="toclevel-2 tocsection-6">
<a href="#PC"><span class="tocnumber">2.2</span> <span class="toctext">PC</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-6">
<a href="#v3.9.4.1_.282016-09-25.29"><span class="tocnumber">3</span> <span class="toctext">v3.9.4.1 (2016-09-25)</span></a>
<li class="toclevel-1 tocsection-7">
<a href="#Android"><span class="tocnumber">3</span> <span class="toctext">Android</span></a>
</li>
<li class="toclevel-1 tocsection-8">
<a href="#v3.9.4.2_.282016-09-26.29"><span class="tocnumber">4</span> <span class="toctext">v3.9.4.2 (2016-09-26)</span></a>
<ul>
<li class="toclevel-2 tocsection-7">
<a href="#Wiki"><span class="tocnumber">3.1</span> <span class="toctext">Wiki</span></a>
</li>
<li class="toclevel-2 tocsection-8">
<a href="#PC_2"><span class="tocnumber">3.2</span> <span class="toctext">PC</span></a>
</li>
<li class="toclevel-2 tocsection-9">
<a href="#Android"><span class="tocnumber">3.3</span> <span class="toctext">Android</span></a>
</li>
<li class="toclevel-2 tocsection-10">
<a href="#Dev"><span class="tocnumber">3.4</span> <span class="toctext">Dev</span></a>
<a href="#PC_2"><span class="tocnumber">4.1</span> <span class="toctext">PC</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-11">
<a href="#v3.9.2.1_.282016-09-11.29"><span class="tocnumber">4</span> <span class="toctext">v3.9.2.1 (2016-09-11)</span></a>
<li class="toclevel-1 tocsection-10">
<a href="#v3.9.4.1_.282016-09-25.29"><span class="tocnumber">5</span> <span class="toctext">v3.9.4.1 (2016-09-25)</span></a>
<ul>
<li class="toclevel-2 tocsection-11">
<a href="#Wiki_2"><span class="tocnumber">5.1</span> <span class="toctext">Wiki</span></a>
</li>
<li class="toclevel-2 tocsection-12">
<a href="#PC_3"><span class="tocnumber">4.1</span> <span class="toctext">PC</span></a>
<a href="#PC_3"><span class="tocnumber">5.2</span> <span class="toctext">PC</span></a>
</li>
<li class="toclevel-2 tocsection-13">
<a href="#Android_2"><span class="tocnumber">5.3</span> <span class="toctext">Android</span></a>
</li>
<li class="toclevel-2 tocsection-14">
<a href="#Dev"><span class="tocnumber">5.4</span> <span class="toctext">Dev</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-13">
<a href="#Doc"><span class="tocnumber">5</span> <span class="toctext">Doc</span></a>
</li>
<li class="toclevel-1 tocsection-14">
<a href="#Dev_2"><span class="tocnumber">6</span> <span class="toctext">Dev</span></a>
</li>
<li class="toclevel-1 tocsection-15">
<a href="#v3.8.5.1_.282016-08-22.29"><span class="tocnumber">7</span> <span class="toctext">v3.8.5.1 (2016-08-22)</span></a>
<a href="#v3.9.2.1_.282016-09-11.29"><span class="tocnumber">6</span> <span class="toctext">v3.9.2.1 (2016-09-11)</span></a>
<ul>
<li class="toclevel-2 tocsection-16">
<a href="#Wiki_2"><span class="tocnumber">7.1</span> <span class="toctext">Wiki</span></a>
</li>
<li class="toclevel-2 tocsection-17">
<a href="#PC_4"><span class="tocnumber">7.2</span> <span class="toctext">PC</span></a>
</li>
<li class="toclevel-2 tocsection-18">
<a href="#Dev_3"><span class="tocnumber">7.3</span> <span class="toctext">Dev</span></a>
<a href="#PC_4"><span class="tocnumber">6.1</span> <span class="toctext">PC</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-17">
<a href="#Doc"><span class="tocnumber">7</span> <span class="toctext">Doc</span></a>
</li>
<li class="toclevel-1 tocsection-18">
<a href="#Dev_2"><span class="tocnumber">8</span> <span class="toctext">Dev</span></a>
</li>
<li class="toclevel-1 tocsection-19">
<a href="#v3.8.3.1_.282016-08-14.29"><span class="tocnumber">8</span> <span class="toctext">v3.8.3.1 (2016-08-14)</span></a>
<a href="#v3.8.5.1_.282016-08-22.29"><span class="tocnumber">9</span> <span class="toctext">v3.8.5.1 (2016-08-22)</span></a>
<ul>
<li class="toclevel-2 tocsection-20">
<a href="#Android_2"><span class="tocnumber">8.1</span> <span class="toctext">Android</span></a>
<a href="#Wiki_3"><span class="tocnumber">9.1</span> <span class="toctext">Wiki</span></a>
</li>
<li class="toclevel-2 tocsection-21">
<a href="#PC_5"><span class="tocnumber">9.2</span> <span class="toctext">PC</span></a>
</li>
<li class="toclevel-2 tocsection-22">
<a href="#Dev_3"><span class="tocnumber">9.3</span> <span class="toctext">Dev</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-21">
<a href="#v3.8.2.1_.282016-08-07.29"><span class="tocnumber">9</span> <span class="toctext">v3.8.2.1 (2016-08-07)</span></a>
<li class="toclevel-1 tocsection-23">
<a href="#v3.8.3.1_.282016-08-14.29"><span class="tocnumber">10</span> <span class="toctext">v3.8.3.1 (2016-08-14)</span></a>
<ul>
<li class="toclevel-2 tocsection-22">
<a href="#Wiki_3"><span class="tocnumber">9.1</span> <span class="toctext">Wiki</span></a>
</li>
<li class="toclevel-2 tocsection-23">
<a href="#PC_5"><span class="tocnumber">9.2</span> <span class="toctext">PC</span></a>
</li>
<li class="toclevel-2 tocsection-24">
<a href="#Dev_4"><span class="tocnumber">9.3</span> <span class="toctext">Dev</span></a>
<a href="#Android_3"><span class="tocnumber">10.1</span> <span class="toctext">Android</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-25">
<a href="#v3.8.1.1_.282016-08-01.29"><span class="tocnumber">10</span> <span class="toctext">v3.8.1.1 (2016-08-01)</span></a>
<a href="#v3.8.2.1_.282016-08-07.29"><span class="tocnumber">11</span> <span class="toctext">v3.8.2.1 (2016-08-07)</span></a>
<ul>
<li class="toclevel-2 tocsection-26">
<a href="#Wiki_4"><span class="tocnumber">10.1</span> <span class="toctext">Wiki</span></a>
<a href="#Wiki_4"><span class="tocnumber">11.1</span> <span class="toctext">Wiki</span></a>
</li>
<li class="toclevel-2 tocsection-27">
<a href="#PC_6"><span class="tocnumber">10.2</span> <span class="toctext">PC</span></a>
<a href="#PC_6"><span class="tocnumber">11.2</span> <span class="toctext">PC</span></a>
</li>
<li class="toclevel-2 tocsection-28">
<a href="#Android_3"><span class="tocnumber">10.3</span> <span class="toctext">Android</span></a>
</li>
<li class="toclevel-2 tocsection-29">
<a href="#Dev_5"><span class="tocnumber">10.4</span> <span class="toctext">Dev</span></a>
<a href="#Dev_4"><span class="tocnumber">11.3</span> <span class="toctext">Dev</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-30">
<a href="#Archives"><span class="tocnumber">11</span> <span class="toctext">Archives</span></a>
<li class="toclevel-1 tocsection-29">
<a href="#v3.8.1.1_.282016-08-01.29"><span class="tocnumber">12</span> <span class="toctext">v3.8.1.1 (2016-08-01)</span></a>
<ul>
<li class="toclevel-2 tocsection-30">
<a href="#Wiki_5"><span class="tocnumber">12.1</span> <span class="toctext">Wiki</span></a>
</li>
<li class="toclevel-2 tocsection-31">
<a href="#PC_7"><span class="tocnumber">12.2</span> <span class="toctext">PC</span></a>
</li>
<li class="toclevel-2 tocsection-32">
<a href="#Android_4"><span class="tocnumber">12.3</span> <span class="toctext">Android</span></a>
</li>
<li class="toclevel-2 tocsection-33">
<a href="#Dev_5"><span class="tocnumber">12.4</span> <span class="toctext">Dev</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-34">
<a href="#Archives"><span class="tocnumber">13</span> <span class="toctext">Archives</span></a>
</li>
</ul>
</div>
@ -184,11 +198,325 @@
<p>
The most important category to review is <b>major</b>. The other categories may be skipped due to lower importance (if they were more important, they would be bumped up to <b>major</b>).
</p>
<h2>
<span class="mw-headline" id="v3.10.3.1_.282016-10-16.29">v3.10.3.1 (2016-10-16)</span>
</h2>
<h3>
<span class="mw-headline" id="Wiki">Wiki</span>
</h3>
<ul>
<li>
Package: Publish 2016-10 English Wikipedia.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Wiki_setup/English_wikis.html" id="xolnki_2" title="Wiki setup/English wikis" class="xowa-visited">Wiki_setup/English_wikis</a>
</dd>
</dl>
<ul>
<li>
Package: Publish 2016-10 German Wikipedia.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Wiki_setup/German_wikis.html" id="xolnki_3" title="Wiki setup/German wikis" class="xowa-visited">Wiki_setup/German_wikis</a>
</dd>
</dl>
<h3>
<span class="mw-headline" id="PC">PC</span>
</h3>
<p>
<b>major</b>
</p>
<ul>
<li>
Category: Improve performance for Category pages on non-SSD drives. {detected by Ope30}
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Denormalize sortkey from cat_sort table to cat_link table and add explicit index for it.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Category:Earth" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:Earth</a> <a href="https://en.wikipedia.org/wiki/Category:2001_albums" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:2001_albums</a> <a href="https://en.wikipedia.org/wiki/Category:Unprintworthy_redirects" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:Unprintworthy_redirects</a>
</dd>
</dl>
<ul>
<li>
Category: Add UCA support for category sorting. {detected by Ope30}
</li>
</ul>
<ul>
<li>
Category: Support "uca-default", "uca-*", "uppercase" collations in different wikis.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Example</span>: bin/any/xowa/cfg/wiki.
</dd>
</dl>
<ul>
<li>
Category: Load catpage wikitext from precompiled HTML and merge with catpage link data.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://simple.wikipedia.org/wiki/Category:Living_people" rel="nofollow" class="external free">https://simple.wikipedia.org/wiki/Category:Living_people</a>
</dd>
</dl>
<ul>
<li>
Scribunto: Fix script error "index is out of bounds" on many en.w geography pages.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Message</span>: <code>Script error: @C:/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: gplx.Err: index is out of bounds: idx=0 len=0</code>
</dd>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Handle parser functions with 0 arguments, like {{#coordinates}}.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/New_York_City" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/New_York_City</a> <a href="https://en.wikipedia.org/wiki/Paris" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Paris</a>
</dd>
</dl>
<ul>
<li>
Scribunto: Show flags as correct small size not extremely large size.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Evaluate optional args of missing templates.
</dd>
<dd>
<span style='font-variant:small-caps'>Example</span>: "size={{{size|}}}" -&gt; "size=" x&gt; "size={{{size|}}}".
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Europe" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Europe</a> <a href="https://en.wikipedia.org/wiki/Template:Country_data_Guernsey" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Template:Country_data_Guernsey</a>
</dd>
</dl>
<ul>
<li>
Scripting: Add scripting support through standalone js / lua files. {requested by anonymous}
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/App/Xtn/Scripting.html" id="xolnki_4" title="App/Xtn/Scripting" class="xowa-visited">App/Xtn/Scripting</a>
</dd>
</dl>
<p>
<br>
<b>minor</b>
</p>
<ul>
<li>
Category: Show categories in User / Talk namespace as MISSING.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Category:2001_albums?pageuntil=WALK%2BON%2BTHE%2BWIRED%2BSIDE,%2BA#mw-pages" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:2001_albums?pageuntil=WALK%2BON%2BTHE%2BWIRED%2BSIDE,%2BA#mw-pages</a>
</dd>
</dl>
<ul>
<li>
Category: Fix Category bookmarks not working if bookmarking something past first page.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Write anchor after query args, not before.
</dd>
<dd>
<span style='font-variant:small-caps'>Example</span>: Category:2001_albums&amp;pagefrom=Beautiful+View#mw-pages x&gt; Category:2001_albums#mw-pages?pagefrom=Beautiful%2BView.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Category:2001_albums?pagefrom=Beautiful%2BView#mw-pages" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:2001_albums?pagefrom=Beautiful%2BView#mw-pages</a>
</dd>
</dl>
<ul>
<li>
Category: Fix "Next 200" not working on category pages when "Next 200" link refers to page with "#". {detected by Ope30}
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Do not automatically url-decode query arguments.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://de.wikipedia.org/wiki/Kategorie:Begriffsklärung" rel="nofollow" class="external free">https://de.wikipedia.org/wiki/Kategorie:Begriffsklärung</a>
</dd>
</dl>
<ul>
<li>
Category: Fix rare skipping of one page when pressing "Next 200".
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Do not automatically url-decode query arguments.
</dd>
<dd>
<span style='font-variant:small-caps'>Example</span>: Category:2001_albums&amp;pagefrom=Nightclubbing+%28Blank+and+Jones+album%29%0ANightclubbing+%28Blank+%26+Jones+album%29#mw-pages.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/w/index.php?title=Category:2001_albums&amp;pagefrom=Loving%20Every%20Minute%20(album)#mw-pages" rel="nofollow" class="external free">https://en.wikipedia.org/w/index.php?title=Category:2001_albums&amp;pagefrom=Loving%20Every%20Minute%20(album)#mw-pages</a>
</dd>
</dl>
<ul>
<li>
Category: Sort headings numerically under 0-9.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Category:2001_albums" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:2001_albums</a>
</dd>
</dl>
<ul>
<li>
Category: Hide "hidden categories" group for wikitext databases (already hidden for HTML databases).
</li>
</ul>
<ul>
<li>
Search: Fix "Next" / "Previous" not working on full text search.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Special:Search/earth?fulltext=y&amp;xowa_page_index=0" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Special:Search/earth?fulltext=y&amp;xowa_page_index=0</a>
</dd>
</dl>
<ul>
<li>
Options: Fix Shortcuts not saving. {detected by Ope30}
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Options/Shortcuts.html" id="xolnki_5" title="Options/Shortcuts" class="xowa-visited">Options/Shortcuts</a>
</dd>
</dl>
<ul>
<li>
Scribunto: Fix hidden script error on a few dozen en.w observatory pages.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: If unit is a wikidata url, show label for that wikidata article, not the wikidata url.
</dd>
<dd>
<span style='font-variant:small-caps'>Example</span>: "305±2 meter" x&gt; "305±2 http://www.wikidata.org/entity/Q11573".
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Arecibo_Observatory" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Arecibo_Observatory</a>
</dd>
</dl>
<ul>
<li>
Setup: Add setup instruction pages to list URLs for specific wikis.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Wiki_setup/Listing.html" id="xolnki_6" title="Wiki setup/Listing" class="xowa-visited">Wiki_setup/Listing</a>
</dd>
</dl>
<ul>
<li>
File: Add deletion database for 2016-09 English Wikipedia.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Dashboard/Files/Deletion.html" id="xolnki_7" title="Dashboard/Files/Deletion" class="xowa-visited">Dashboard/Files/Deletion</a> <a href="https://archive.org/download/Xowa_enwiki_latest/en.wikipedia.org-file-deletion-2016.09.xowa" rel="nofollow" class="external free">https://archive.org/download/Xowa_enwiki_latest/en.wikipedia.org-file-deletion-2016.09.xowa</a>
</dd>
</dl>
<ul>
<li>
Html_dump: If option is set to use wikitext, but no wikitext is available, and html is available, just use html.
</li>
</ul>
<p>
<br>
<b>trivial</b>
</p>
<ul>
<li>
Setup: Add icu4j library.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Example</span>: bin/any/java/icu4j/icu4j-4_8.jar.
</dd>
</dl>
<ul>
<li>
Setup: Add xz library (not officially supported).
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Example</span>: bin/any/java/xz/xz-1.5.jar .
</dd>
</dl>
<ul>
<li>
Luaj: Cast string, int, long, double and bool args in method reflection.
</li>
</ul>
<ul>
<li>
Luaj: Handle varargs in method reflection.
</li>
</ul>
<ul>
<li>
Make.Images: Add builder command to create customized deletion_db for dansguardian wikis.
</li>
</ul>
<p>
<br>
<b>dev</b>
</p>
<ul>
<li>
Dev: Refactor Io_stream_rdr.
</li>
</ul>
<ul>
<li>
Dev: Refactor Gfo_url_parser.
</li>
</ul>
<p>
<br>
</p>
<h2>
<span class="mw-headline" id="Android">Android</span>
</h2>
<p>
<b>minor</b>
</p>
<ul>
<li>
Launch: Ignore application directory which are no longer accessible (removed SD card).
</li>
</ul>
<h2>
<span class="mw-headline" id="v3.9.4.2_.282016-09-26.29">v3.9.4.2 (2016-09-26)</span>
</h2>
<h3>
<span class="mw-headline" id="PC">PC</span>
<span class="mw-headline" id="PC_2">PC</span>
</h3>
<ul>
<li>
@ -207,7 +535,7 @@
<span class="mw-headline" id="v3.9.4.1_.282016-09-25.29">v3.9.4.1 (2016-09-25)</span>
</h2>
<h3>
<span class="mw-headline" id="Wiki">Wiki</span>
<span class="mw-headline" id="Wiki_2">Wiki</span>
</h3>
<ul>
<li>
@ -243,7 +571,7 @@
<br>
</p>
<h3>
<span class="mw-headline" id="PC_2">PC</span>
<span class="mw-headline" id="PC_3">PC</span>
</h3>
<p>
<b>major</b>
@ -349,13 +677,13 @@
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Message</span>: <code>Erreur : le thème « littérature française » du modèle <a href="http://xowa.org/home/wiki/Template:%C3%89bauche.html" id="xolnki_2" title="Template:Ébauche">Template:Ébauche</a> nest pas défini.</code>
<span style='font-variant:small-caps'>Message</span>: <code>Erreur : le thème « littérature française » du modèle <a href="http://xowa.org/home/wiki/Template:%C3%89bauche.html" id="xolnki_8" title="Template:Ébauche">Template:Ébauche</a> nest pas défini.</code>
</dd>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Fix regex pattern for matching end of string.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://fr.wikipedia.org/wiki/Rimbaud_le_fils" rel="nofollow" class="external free">https://fr.wikipedia.org/wiki/Rimbaud_le_fils</a> <a href="http://xowa.org/home/wiki/Diagnostics/Scribunto/Luaj.html" id="xolnki_3" title="Diagnostics/Scribunto/Luaj">Diagnostics/Scribunto/Luaj</a>
<span style='font-variant:small-caps'>Links</span>: <a href="https://fr.wikipedia.org/wiki/Rimbaud_le_fils" rel="nofollow" class="external free">https://fr.wikipedia.org/wiki/Rimbaud_le_fils</a> <a href="http://xowa.org/home/wiki/Diagnostics/Scribunto/Luaj.html" id="xolnki_9" title="Diagnostics/Scribunto/Luaj">Diagnostics/Scribunto/Luaj</a>
</dd>
</dl>
<ul>
@ -433,7 +761,7 @@
</li>
</ul>
<h3>
<span class="mw-headline" id="Android">Android</span>
<span class="mw-headline" id="Android_2">Android</span>
</h3>
<p>
<b>minor</b>
@ -455,7 +783,7 @@
<span class="mw-headline" id="v3.9.2.1_.282016-09-11.29">v3.9.2.1 (2016-09-11)</span>
</h2>
<h3>
<span class="mw-headline" id="PC_3">PC</span>
<span class="mw-headline" id="PC_4">PC</span>
</h3>
<p>
<b>major</b>
@ -500,7 +828,7 @@
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/App/Xtn/Page_sync.html" id="xolnki_4" title="App/Xtn/Page sync" class="xowa-visited">App/Xtn/Page_sync</a> <a href="http://xowa.org/home/wiki/Options/Page_sync.html" id="xolnki_5" title="Options/Page sync" class="xowa-visited">Options/Page_sync</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/App/Xtn/Page_sync.html" id="xolnki_10" title="App/Xtn/Page sync" class="xowa-visited">App/Xtn/Page_sync</a> <a href="http://xowa.org/home/wiki/Options/Page_sync.html" id="xolnki_11" title="Options/Page sync" class="xowa-visited">Options/Page_sync</a>
</dd>
</dl>
<ul>
@ -577,7 +905,7 @@
<span style='font-variant:small-caps'>Example</span>: -&gt; Xowa_enwiki_latest_archive.torrent x&gt; Xowa_enwiktionary_latest_archive.torrent.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentralInfo%3Ftask_id%3D6.html" id="xolnki_6" title="Special:XowaDownloadCentralInfo?task id=6">Special:XowaDownloadCentralInfo?task id=6</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentralInfo%3Ftask_id%3D6.html" id="xolnki_12" title="Special:XowaDownloadCentralInfo?task id=6">Special:XowaDownloadCentralInfo?task id=6</a>
</dd>
</dl>
<ul>
@ -690,7 +1018,7 @@
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Dev/Command-line/Dumps.html" id="xolnki_7" title="Dev/Command-line/Dumps" class="xowa-visited">Dev/Command-line/Dumps</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Dev/Command-line/Dumps.html" id="xolnki_13" title="Dev/Command-line/Dumps" class="xowa-visited">Dev/Command-line/Dumps</a>
</dd>
</dl>
<ul>
@ -700,7 +1028,7 @@
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/App/Databases/Overview.html" id="xolnki_8" title="App/Databases/Overview">App/Databases/Overview</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/App/Databases/Overview.html" id="xolnki_14" title="App/Databases/Overview">App/Databases/Overview</a>
</dd>
</dl>
<h2>
@ -730,7 +1058,7 @@
<span class="mw-headline" id="v3.8.5.1_.282016-08-22.29">v3.8.5.1 (2016-08-22)</span>
</h2>
<h3>
<span class="mw-headline" id="Wiki_2">Wiki</span>
<span class="mw-headline" id="Wiki_3">Wiki</span>
</h3>
<ul>
<li>
@ -743,7 +1071,7 @@
</li>
</ul>
<h3>
<span class="mw-headline" id="PC_4">PC</span>
<span class="mw-headline" id="PC_5">PC</span>
</h3>
<p>
<b>major</b>
@ -804,7 +1132,7 @@
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentralInfo%3Ftask_id%3D96.html" id="xolnki_9" title="Special:XowaDownloadCentralInfo?task id=96">Special:XowaDownloadCentralInfo?task id=96</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Special:XowaDownloadCentralInfo%3Ftask_id%3D96.html" id="xolnki_15" title="Special:XowaDownloadCentralInfo?task id=96">Special:XowaDownloadCentralInfo?task id=96</a>
</dd>
</dl>
<ul>
@ -817,7 +1145,7 @@
<span style='font-variant:small-caps'>Example</span>: xowa.api.addon.bldr.central.log_verbose = 'y';.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Options/Config_script.html" id="xolnki_10" title="Options/Config script">Options/Config_script</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Options/Config_script.html" id="xolnki_16" title="Options/Config script">Options/Config_script</a>
</dd>
</dl>
<ul>
@ -873,7 +1201,7 @@
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Options/Import.html" id="xolnki_11" title="Options/Import" class="xowa-visited">Options/Import</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Options/Import.html" id="xolnki_17" title="Options/Import" class="xowa-visited">Options/Import</a>
</dd>
</dl>
<ul>
@ -940,7 +1268,7 @@
<span class="mw-headline" id="v3.8.3.1_.282016-08-14.29">v3.8.3.1 (2016-08-14)</span>
</h2>
<h3>
<span class="mw-headline" id="Android_2">Android</span>
<span class="mw-headline" id="Android_3">Android</span>
</h3>
<ul>
<li>
@ -951,7 +1279,7 @@
<span class="mw-headline" id="v3.8.2.1_.282016-08-07.29">v3.8.2.1 (2016-08-07)</span>
</h2>
<h3>
<span class="mw-headline" id="Wiki_3">Wiki</span>
<span class="mw-headline" id="Wiki_4">Wiki</span>
</h3>
<ul>
<li>
@ -959,7 +1287,7 @@
</li>
</ul>
<h3>
<span class="mw-headline" id="PC_5">PC</span>
<span class="mw-headline" id="PC_6">PC</span>
</h3>
<p>
<b>major</b>
@ -1088,7 +1416,7 @@
<span class="mw-headline" id="v3.8.1.1_.282016-08-01.29">v3.8.1.1 (2016-08-01)</span>
</h2>
<h3>
<span class="mw-headline" id="Wiki_4">Wiki</span>
<span class="mw-headline" id="Wiki_5">Wiki</span>
</h3>
<ul>
<li>
@ -1099,7 +1427,7 @@
<br>
</p>
<h3>
<span class="mw-headline" id="PC_6">PC</span>
<span class="mw-headline" id="PC_7">PC</span>
</h3>
<p>
<b>major</b>
@ -1111,7 +1439,7 @@
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Blog.html" id="xolnki_12" title="Blog">Blog</a> <a href="https://en.wikipedia.org/wiki/UK" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/UK</a> <a href="https://en.wikipedia.org/wiki/Special:Random" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Special:Random</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Blog.html" id="xolnki_18" title="Blog">Blog</a> <a href="https://en.wikipedia.org/wiki/UK" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/UK</a> <a href="https://en.wikipedia.org/wiki/Special:Random" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Special:Random</a>
</dd>
</dl>
<p>
@ -1124,7 +1452,7 @@
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Blog.html" id="xolnki_13" title="Blog">Blog</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Blog.html" id="xolnki_19" title="Blog">Blog</a>
</dd>
</dl>
<ul>
@ -1157,7 +1485,7 @@
</dd>
</dl>
<h3>
<span class="mw-headline" id="Android_3">Android</span>
<span class="mw-headline" id="Android_4">Android</span>
</h3>
<ul>
<li>
@ -1190,16 +1518,16 @@
</h2>
<ul>
<li>
<a href="http://xowa.org/home/wiki/Change_log/2016.html" id="xolnki_14" title="Change log/2016" class="xowa-visited">2016 Change Log</a>
<a href="http://xowa.org/home/wiki/Change_log/2016.html" id="xolnki_20" title="Change log/2016" class="xowa-visited">2016 Change Log</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Change_log/2015.html" id="xolnki_15" title="Change log/2015">2015 Change Log</a>
<a href="http://xowa.org/home/wiki/Change_log/2015.html" id="xolnki_21" title="Change log/2015">2015 Change Log</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Change_log/2014.html" id="xolnki_16" title="Change log/2014">2014 Change Log</a>
<a href="http://xowa.org/home/wiki/Change_log/2014.html" id="xolnki_22" title="Change log/2014">2014 Change Log</a>
</li>
<li>
<a href="http://xowa.org/home/wiki/Change_log/2013.html" id="xolnki_17" title="Change log/2013">2013 Change Log</a>
<a href="http://xowa.org/home/wiki/Change_log/2013.html" id="xolnki_23" title="Change log/2013">2013 Change Log</a>
</li>
</ul>

View File

@ -386,7 +386,7 @@
</p>
<ul>
<li>
(fix) Import: species.wikimedia.org had wrong domain name; EX:species.wikispecies.org {detected by Miles}. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
(fix) Import: species.wikimedia.org had wrong domain name; EX:species.wikispecies.org {detected by Miles}. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
(change) Parser: Category should not show in TOC; EX:== a [[Category:b]] ==. See: <a href="http://en.wikipedia.org/wiki/Tamil_Nadu" rel="nofollow" class="external free">http://en.wikipedia.org/wiki/Tamil_Nadu</a>
@ -1691,7 +1691,7 @@
(add) Search: Search now supports AllPages mode {requested by Schnark}. See: <a href="http://xowa.org/home/wiki/Options/Search_suggest.html" id="xolnki_38" title="Options/Search suggest">Options/Search_suggest</a>
</li>
<li>
(add) Import: Import/Script redesigned to be more intuitive {contributed by Schnark}. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_39" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
(add) Import: Import/Script redesigned to be more intuitive {contributed by Schnark}. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_39" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
</ul>
<p>
@ -1822,7 +1822,7 @@
(add) Timeline: Tabs in text data supported; EX:http://de.wikipedia.org/wiki/Hilfe:Zeitleisten#TextData {contributed by Schnark}.
</li>
<li>
(add) Import: allow GUI selection of data dump file {requested by hidp123;Karimoune}. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_42" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
(add) Import: allow GUI selection of data dump file {requested by hidp123;Karimoune}. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_42" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
(add) Import: if offline and importing new wiki, automatically copy home wiki's /html/ directory.
@ -1860,7 +1860,7 @@
(add) Search syntax supports AND, OR, quotes; EX:http://en.wikipedia.org/wiki/Special:Search/Earth_AND_History?fulltext=y&amp;search=Earth+AND+History {requested by Schnark}. See <a href="http://xowa.org/home/wiki/App/Search.html" id="xolnki_46" title="App/Search">App/Search</a>
</li>
<li>
(add) Version 2 category upgrade can be done through UI. See <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_47" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a> and <a href="http://xowa.org/home/wiki/Help:Core/Category/V2/Setup.html" id="xolnki_48" title="Help:Core/Category/V2/Setup">Help:Core/Category/V2/Setup</a>
(add) Version 2 category upgrade can be done through UI. See <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_47" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a> and <a href="http://xowa.org/home/wiki/Help:Core/Category/V2/Setup.html" id="xolnki_48" title="Help:Core/Category/V2/Setup">Help:Core/Category/V2/Setup</a>
</li>
<li>
(add) Wiki import can read directly from bz2; no need to unzip to xml {requested by Schark, Miles}. See <a href="http://xowa.org/home/wiki/Dev/Design/Data_dump_format.html" id="xolnki_49" title="Dev/Design/Data dump format">Dev/Design/Data_dump_format</a>

View File

@ -1341,7 +1341,7 @@
Module.Popups: Do not omit namespace for anchor popups (affects popups showing text from wrong page when link was to non-mainspace page). See: <a href="https://en.wikipedia.org/wiki/Project:Sandbox" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Project:Sandbox</a>
</li>
<li>
Gui: Do not open external link in xowa if link ends in .html; EX:http://jtidy.sourceforge.net/license.html. See: <a href="http://xowa.org/home/wiki/Help/About.html" id="xolnki_10" title="Help/About">Help/About</a>
Gui: Do not open external link in xowa if link ends in .html; EX:http://jtidy.sourceforge.net/license.html. See: <a href="http://xowa.org/home/wiki/Help/About.html" id="xolnki_10" title="Help/About" class="xowa-visited">Help/About</a>
</li>
<li>
Html: Show caption text in title (affects tooltips missing caption text); EX:"a [[b]]" -&gt; title="a b" x&gt; "a ". See: <a href="https://en.wikipedia.org/wiki/Earth" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Earth</a>
@ -2727,7 +2727,7 @@
</p>
<ul>
<li>
Doc: Update license info for third-party XOWA components. See: <a href="http://xowa.org/home/wiki/Help/About.html" id="xolnki_63" title="Help/About">Help/About</a>
Doc: Update license info for third-party XOWA components. See: <a href="http://xowa.org/home/wiki/Help/About.html" id="xolnki_63" title="Help/About" class="xowa-visited">Help/About</a>
</li>
</ul>
<p>
@ -3791,7 +3791,7 @@
Lang: Fix broken zh-hant; EX:/user/anonymous/lang/xowa/zh-hant.gfs. See: <a href="http://commons.wikimedia.org/wiki/Category:Mona_Lisa" rel="nofollow" class="external free">http://commons.wikimedia.org/wiki/Category:Mona_Lisa</a>
</li>
<li>
Gui: Change message box prompt from "yes" to "ok" {detected by Anselm}. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_82" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Gui: Change message box prompt from "yes" to "ok" {detected by Anselm}. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_82" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
</ul>
<p>
@ -3915,7 +3915,7 @@
</p>
<ul>
<li>
Import.Script: Change "Uncompress" default from "uncompress" to "read from compressed file" {detected by Anselm}. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_88" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Import.Script: Change "Uncompress" default from "uncompress" to "read from compressed file" {detected by Anselm}. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_88" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Options: Fix file selector button not working for "Import bz2 by stdout process" {detected by Anselm}. See: <a href="http://xowa.org/home/wiki/Options/Import.html" id="xolnki_89" title="Options/Import" class="xowa-visited">Options/Import</a>
@ -4220,7 +4220,7 @@
</p>
<ul>
<li>
Import: Allow only one import at a time {detected by Schnark}. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Online.html" id="xolnki_98" title="Dashboard/Import/Online" class="xowa-visited">Dashboard/Import/Online</a> <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_99" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Import: Allow only one import at a time {detected by Schnark}. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Online.html" id="xolnki_98" title="Dashboard/Import/Online" class="xowa-visited">Dashboard/Import/Online</a> <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_99" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Messages: Add "Contatti" message for contactpage in itwiki sidebar. See: <a href="https://it.wikipedia.org" rel="nofollow" class="external free">https://it.wikipedia.org</a>
@ -4321,7 +4321,7 @@
</p>
<ul>
<li>
Import: Set search to v2 (not v1) when importing with category v2 {detected by Miles; Anselm; Schnark}. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_100" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Import: Set search to v2 (not v1) when importing with category v2 {detected by Miles; Anselm; Schnark}. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_100" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Gui.Url_bar: Fix shortcuts for wd.p and wd.q; EX:wd.q:2 -&gt; www.wikidata.org/wiki/Q2. [broken since:v1.1.4.1]

View File

@ -2513,7 +2513,7 @@
</p>
<ul>
<li>
Gui: Limit selection of dumps to files with .bz2 or .xml. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_50" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Gui: Limit selection of dumps to files with .bz2 or .xml. See: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_50" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Gui: Add "please wait" message when building SQLite indexes.

View File

@ -1520,7 +1520,7 @@
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_16" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_16" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</dd>
</dl>
<ul>
@ -2078,7 +2078,7 @@
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_23" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_23" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</dd>
</dl>
<ul>

View File

@ -0,0 +1,459 @@
<!DOCTYPE html>
<html dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>Change log/v3.10.3.1 - XOWA</title>
<link rel="shortcut icon" href="https://gnosygnu.github.io/xowa/xowa_logo.png" />
<link rel="stylesheet" href="https://gnosygnu.github.io/xowa/xowa_common.css" type="text/css">
</head>
<body class="mediawiki ltr sitedir-ltr ns-0 ns-subject skin-vector action-submit vector-animateLayout" spellcheck="false">
<div id="mw-page-base" class="noprint"></div>
<div id="mw-head-base" class="noprint"></div>
<div id="content" class="mw-body">
<h1 id="firstHeading" class="firstHeading"><span>Change log/v3.10.3.1</span></h1>
<div id="bodyContent" class="mw-body-content">
<div id="siteSub">From XOWA: the free, open-source, offline wiki application</div>
<div id="contentSub"></div>
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
<div id="toc" class="toc">
<div id="toctitle">
<h2>
Contents
</h2>
</div>
<ul>
<li class="toclevel-1 tocsection-1">
<a href="#v3.10.3.1_.282016-10-16.29"><span class="tocnumber">1</span> <span class="toctext">v3.10.3.1 (2016-10-16)</span></a>
<ul>
<li class="toclevel-2 tocsection-2">
<a href="#Wiki"><span class="tocnumber">1.1</span> <span class="toctext">Wiki</span></a>
</li>
<li class="toclevel-2 tocsection-3">
<a href="#PC"><span class="tocnumber">1.2</span> <span class="toctext">PC</span></a>
</li>
</ul>
</li>
<li class="toclevel-1 tocsection-4">
<a href="#Android"><span class="tocnumber">2</span> <span class="toctext">Android</span></a>
</li>
</ul>
</div>
<h2>
<span class="mw-headline" id="v3.10.3.1_.282016-10-16.29">v3.10.3.1 (2016-10-16)</span>
</h2>
<h3>
<span class="mw-headline" id="Wiki">Wiki</span>
</h3>
<ul>
<li>
Package: Publish 2016-10 English Wikipedia.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Wiki_setup/English_wikis.html" id="xolnki_2" title="Wiki setup/English wikis" class="xowa-visited">Wiki_setup/English_wikis</a>
</dd>
</dl>
<ul>
<li>
Package: Publish 2016-10 German Wikipedia.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Wiki_setup/German_wikis.html" id="xolnki_3" title="Wiki setup/German wikis" class="xowa-visited">Wiki_setup/German_wikis</a>
</dd>
</dl>
<h3>
<span class="mw-headline" id="PC">PC</span>
</h3>
<p>
<b>major</b>
</p>
<ul>
<li>
Category: Improve performance for Category pages on non-SSD drives. {detected by Ope30}
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Denormalize sortkey from cat_sort table to cat_link table and add explicit index for it.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Category:Earth" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:Earth</a> <a href="https://en.wikipedia.org/wiki/Category:2001_albums" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:2001_albums</a> <a href="https://en.wikipedia.org/wiki/Category:Unprintworthy_redirects" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:Unprintworthy_redirects</a>
</dd>
</dl>
<ul>
<li>
Category: Add UCA support for category sorting. {detected by Ope30}
</li>
</ul>
<ul>
<li>
Category: Support "uca-default", "uca-*", "uppercase" collations in different wikis.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Example</span>: bin/any/xowa/cfg/wiki.
</dd>
</dl>
<ul>
<li>
Category: Load catpage wikitext from precompiled HTML and merge with catpage link data.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://simple.wikipedia.org/wiki/Category:Living_people" rel="nofollow" class="external free">https://simple.wikipedia.org/wiki/Category:Living_people</a>
</dd>
</dl>
<ul>
<li>
Scribunto: Fix script error "index is out of bounds" on many en.w geography pages.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Message</span>: <code>Script error: @C:/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: gplx.Err: index is out of bounds: idx=0 len=0</code>
</dd>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Handle parser functions with 0 arguments, like {{#coordinates}}.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/New_York_City" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/New_York_City</a> <a href="https://en.wikipedia.org/wiki/Paris" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Paris</a>
</dd>
</dl>
<ul>
<li>
Scribunto: Show flags as correct small size not extremely large size.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Evaluate optional args of missing templates.
</dd>
<dd>
<span style='font-variant:small-caps'>Example</span>: "size={{{size|}}}" -&gt; "size=" x&gt; "size={{{size|}}}".
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Europe" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Europe</a> <a href="https://en.wikipedia.org/wiki/Template:Country_data_Guernsey" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Template:Country_data_Guernsey</a>
</dd>
</dl>
<ul>
<li>
Scripting: Add scripting support through standalone js / lua files. {requested by anonymous}
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/App/Xtn/Scripting.html" id="xolnki_4" title="App/Xtn/Scripting" class="xowa-visited">App/Xtn/Scripting</a>
</dd>
</dl>
<p>
<br>
<b>minor</b>
</p>
<ul>
<li>
Category: Show categories in User / Talk namespace as MISSING.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Category:2001_albums?pageuntil=WALK%2BON%2BTHE%2BWIRED%2BSIDE,%2BA#mw-pages" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:2001_albums?pageuntil=WALK%2BON%2BTHE%2BWIRED%2BSIDE,%2BA#mw-pages</a>
</dd>
</dl>
<ul>
<li>
Category: Fix Category bookmarks not working if bookmarking something past first page.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Write anchor after query args, not before.
</dd>
<dd>
<span style='font-variant:small-caps'>Example</span>: Category:2001_albums&amp;pagefrom=Beautiful+View#mw-pages x&gt; Category:2001_albums#mw-pages?pagefrom=Beautiful%2BView.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Category:2001_albums?pagefrom=Beautiful%2BView#mw-pages" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:2001_albums?pagefrom=Beautiful%2BView#mw-pages</a>
</dd>
</dl>
<ul>
<li>
Category: Fix "Next 200" not working on category pages when "Next 200" link refers to page with "#". {detected by Ope30}
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Do not automatically url-decode query arguments.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://de.wikipedia.org/wiki/Kategorie:Begriffsklärung" rel="nofollow" class="external free">https://de.wikipedia.org/wiki/Kategorie:Begriffsklärung</a>
</dd>
</dl>
<ul>
<li>
Category: Fix rare skipping of one page when pressing "Next 200".
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Do not automatically url-decode query arguments.
</dd>
<dd>
<span style='font-variant:small-caps'>Example</span>: Category:2001_albums&amp;pagefrom=Nightclubbing+%28Blank+and+Jones+album%29%0ANightclubbing+%28Blank+%26+Jones+album%29#mw-pages.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/w/index.php?title=Category:2001_albums&amp;pagefrom=Loving%20Every%20Minute%20(album)#mw-pages" rel="nofollow" class="external free">https://en.wikipedia.org/w/index.php?title=Category:2001_albums&amp;pagefrom=Loving%20Every%20Minute%20(album)#mw-pages</a>
</dd>
</dl>
<ul>
<li>
Category: Sort headings numerically under 0-9.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Category:2001_albums" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:2001_albums</a>
</dd>
</dl>
<ul>
<li>
Category: Hide "hidden categories" group for wikitext databases (already hidden for HTML databases).
</li>
</ul>
<ul>
<li>
Search: Fix "Next" / "Previous" not working on full text search.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Special:Search/earth?fulltext=y&amp;xowa_page_index=0" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Special:Search/earth?fulltext=y&amp;xowa_page_index=0</a>
</dd>
</dl>
<ul>
<li>
Options: Fix Shortcuts not saving. {detected by Ope30}
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Options/Shortcuts.html" id="xolnki_5" title="Options/Shortcuts" class="xowa-visited">Options/Shortcuts</a>
</dd>
</dl>
<ul>
<li>
Scribunto: Fix hidden script error on a few dozen en.w observatory pages.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: If unit is a wikidata url, show label for that wikidata article, not the wikidata url.
</dd>
<dd>
<span style='font-variant:small-caps'>Example</span>: "305±2 meter" x&gt; "305±2 http://www.wikidata.org/entity/Q11573".
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Arecibo_Observatory" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Arecibo_Observatory</a>
</dd>
</dl>
<ul>
<li>
Setup: Add setup instruction pages to list URLs for specific wikis.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Wiki_setup/Listing.html" id="xolnki_6" title="Wiki setup/Listing" class="xowa-visited">Wiki_setup/Listing</a>
</dd>
</dl>
<ul>
<li>
File: Add deletion database for 2016-09 English Wikipedia.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Dashboard/Files/Deletion.html" id="xolnki_7" title="Dashboard/Files/Deletion" class="xowa-visited">Dashboard/Files/Deletion</a> <a href="https://archive.org/download/Xowa_enwiki_latest/en.wikipedia.org-file-deletion-2016.09.xowa" rel="nofollow" class="external free">https://archive.org/download/Xowa_enwiki_latest/en.wikipedia.org-file-deletion-2016.09.xowa</a>
</dd>
</dl>
<ul>
<li>
Html_dump: If option is set to use wikitext, but no wikitext is available, and html is available, just use html.
</li>
</ul>
<p>
<br>
<b>trivial</b>
</p>
<ul>
<li>
Setup: Add icu4j library.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Example</span>: bin/any/java/icu4j/icu4j-4_8.jar.
</dd>
</dl>
<ul>
<li>
Setup: Add xz library (not officially supported).
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Example</span>: bin/any/java/xz/xz-1.5.jar .
</dd>
</dl>
<ul>
<li>
Luaj: Cast string, int, long, double and bool args in method reflection.
</li>
</ul>
<ul>
<li>
Luaj: Handle varargs in method reflection.
</li>
</ul>
<ul>
<li>
Make.Images: Add builder command to create customized deletion_db for dansguardian wikis.
</li>
</ul>
<p>
<br>
<b>dev</b>
</p>
<ul>
<li>
Dev: Refactor Io_stream_rdr.
</li>
</ul>
<ul>
<li>
Dev: Refactor Gfo_url_parser.
</li>
</ul>
<p>
<br>
</p>
<h2>
<span class="mw-headline" id="Android">Android</span>
</h2>
<p>
<b>minor</b>
</p>
<ul>
<li>
Launch: Ignore application directory which are no longer accessible (removed SD card).
</li>
</ul>
</div>
</div>
</div>
<div id="mw-head" class="noprint">
<div id="left-navigation">
<div id="p-namespaces" class="vectorTabs">
<h3>Namespaces</h3>
<ul>
<li id="ca-nstab-main" class="selected"><span><a id="ca-nstab-main-href" href="index.html">Page</a></span></li>
</ul>
</div>
</div>
</div>
<div id='mw-panel' class='noprint'>
<div id='p-logo'>
<a style="background-image: url(https://gnosygnu.github.io/xowa/xowa_logo.png);" href="http://xowa.org/" title="Visit the main page"></a>
</div>
<div class="portal" id='xowa-portal-home'>
<h3>XOWA</h3>
<div class="body">
<ul>
<li><a href="http://xowa.org/index.html" title='Visit the main page'>Main page</a></li>
<li><a href="http://xowa.org/screenshots.html" title='See screenshots of XOWA'>Screenshots</a></li>
<li><a href="https://www.youtube.com/watch?v=q0qbXYXEH6M" title="See a video of XOWA Desktop in action">Video</a></li>
<li><a href="http://xowa.org/home/wiki/Help/Download_XOWA.html" title='Download the XOWA application'>Download XOWA</a></li>
<li><a href="http://xowa.org/home/wiki/Dashboard/Image_databases.html" title='Download offline wikis and image databases'>Download wikis</a></li>
</ul>
</div>
</div>
<div class="portal" id='xowa-portal-started'>
<h3>Getting started</h3>
<div class="body">
<ul>
<li><a href="http://xowa.org/home/wiki/App/Setup/System_requirements.html" title='Get XOWA&apos;s system requirements'>Requirements</a></li>
<li><a href="http://xowa.org/home/wiki/App/Setup/Installation.html" title='Get instructions for installing XOWA'>Installation</a></li>
<li><a href="http://xowa.org/home/wiki/App/Import/Simple_Wikipedia.html" title='Learn how to set up Simple Wikipedia'>Simple Wikipedia</a></li>
<li><a href="http://xowa.org/home/wiki/App/Import/English_Wikipedia.html" title='Learn how to set up English Wikipedia'>English Wikipedia</a></li>
<li><a href="http://xowa.org/home/wiki/App/Import/Other_wikis.html" title='Learn how to set up other Wikipedias'>Other Wikipedias</a></li>
</ul>
</div>
</div>
<div class="portal" id='xowa-portal-android'>
<h3>Android</h3>
<div class="body">
<ul>
<li><a href="http://xowa.org/home/wiki/Android/Setup.html" title='Setup XOWA on your Android device'>Setup</a></li>
<li><a href="https://www.youtube.com/watch?v=jsMTBxGweUw" title="See a video of XOWA Android in action">Video</a></li>
</ul>
</div>
</div>
<div class="portal" id='xowa-portal-help'>
<h3>Help</h3>
<div class="body">
<ul>
<li><a href="http://xowa.org/home/wiki/Help/About.html" title='Get more information about XOWA'>About</a></li>
<li><a href="http://xowa.org/home/wiki/Help/Contents.html" title='View a list of help topics'>Contents</a></li>
<li><a href="http://xowa.org/home/wiki/Help/Media.html" title='Read what others have written about XOWA'>Media</a></li>
<li><a href="http://xowa.org/home/wiki/Help/Feedback.html" title='Questions? Comments? Leave feedback for XOWA'>Feedback</a></li>
</ul>
</div>
</div>
<div class="portal" id='xowa-portal-blog'>
<h3>Blog</h3>
<div class="body">
<ul>
<li><a href="http://xowa.org/home/wiki/Blog.html" title='Follow XOWA''s development process'>Current</a></li>
</ul>
</div>
</div>
<div class="portal" id='xowa-portal-links'>
<h3>Links</h3>
<div class="body">
<ul>
<li><a href="http://dumps.wikimedia.org/backup-index.html" title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
<li><a href="https://archive.org/search.php?query=xowa" title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
<li><a href="http://en.wikipedia.org" title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
</ul>
</div>
</div>
<div class="portal" id='xowa-portal-donate'>
<h3>Donate</h3>
<div class="body">
<ul>
<li><a href="https://archive.org/donate/index.php" title="Support archive.org!">archive.org</a></li><!-- listed first due to recent fire damages: http://blog.archive.org/2013/11/06/scanning-center-fire-please-help-rebuild/ -->
<li><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title="Support Wikipedia!">Wikipedia</a></li>
<!-- <li><a href="" title="Support XOWA! (but only after you've supported archive.org and Wikipedia)">XOWA</a></li> -->
</ul>
</div>
</div>
</div>
</body>
</html>

View File

@ -400,7 +400,7 @@
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_11" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_11" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</dd>
</dl>
<ul>

View File

@ -126,10 +126,10 @@
2016-10-01
</td>
<td class='cell_center'>
2015-08-06
2016-10-01
</td>
<td class='cell_center'>
Dump in progress
Dump complete
</td>
<td class='cell_center'>
sqlite3
@ -158,10 +158,10 @@
n
</td>
<td class='cell_center'>
2016-09-01
2016-10-01
</td>
<td class='cell_center'>
2015-08-06
2016-10-01
</td>
<td class='cell_center'>
Dump complete
@ -190,13 +190,13 @@
en.wikibooks.org
</td>
<td class='cell_center'>
n
y
</td>
<td class='cell_center'>
2016-09-01
</td>
<td class='cell_center'>
2015-08-07
2016-10-01
</td>
<td class='cell_center'>
Dump complete
@ -225,13 +225,13 @@
en.wikinews.org
</td>
<td class='cell_center'>
n
y
</td>
<td class='cell_center'>
2016-09-01
</td>
<td class='cell_center'>
2015-08-06
2016-10-01
</td>
<td class='cell_center'>
Dump complete
@ -266,7 +266,7 @@
2016-10-01
</td>
<td class='cell_center'>
2015-08-05
2016-10-01
</td>
<td class='cell_center'>
Dump complete
@ -298,7 +298,7 @@
n
</td>
<td class='cell_center'>
1969-12-31
2016-09-01
</td>
<td class='cell_center'>
</td>
@ -306,14 +306,14 @@
&lt;&lt;NULL&gt;&gt;
</td>
<td class='cell_center'>
xdat
</td>
<td class='cell_center'>
v1
sqlite3
</td>
<td class='cell_center'>
v2
</td>
<td class='cell_center'>
v1
</td>
<td class='cell_center'>
<button class='options_button' id='xowa_wiki_import' onclick='import_wiki("en.wikipedia.org_old")'>Import</button>
</td>
@ -329,13 +329,13 @@
en.wikiquote.org
</td>
<td class='cell_center'>
n
y
</td>
<td class='cell_center'>
2016-09-01
</td>
<td class='cell_center'>
2015-08-06
2016-10-01
</td>
<td class='cell_center'>
Dump complete
@ -364,13 +364,13 @@
en.wiktionary.org
</td>
<td class='cell_center'>
n
y
</td>
<td class='cell_center'>
2016-06-01
</td>
<td class='cell_center'>
2015-08-07
2016-10-01
</td>
<td class='cell_center'>
Dump complete
@ -399,26 +399,26 @@
fr.wikipedia.org
</td>
<td class='cell_center'>
n
y
</td>
<td class='cell_center'>
2016-09-01
1969-12-31
</td>
<td class='cell_center'>
2015-08-06
2016-10-01
</td>
<td class='cell_center'>
Dump complete
</td>
<td class='cell_center'>
sqlite3
</td>
<td class='cell_center'>
v0
xdat
</td>
<td class='cell_center'>
v1
</td>
<td class='cell_center'>
v2
</td>
<td class='cell_center'>
<button class='options_button' id='xowa_wiki_import' onclick='import_wiki("fr.wikipedia.org")'>Import</button>
</td>
@ -502,13 +502,13 @@
simple.wikibooks.org
</td>
<td class='cell_center'>
n
y
</td>
<td class='cell_center'>
2015-10-02
</td>
<td class='cell_center'>
2015-08-05
2016-10-01
</td>
<td class='cell_center'>
Dump complete
@ -540,10 +540,10 @@
n
</td>
<td class='cell_center'>
2016-09-01
2016-10-01
</td>
<td class='cell_center'>
2015-08-06
2016-10-01
</td>
<td class='cell_center'>
Dump complete
@ -552,7 +552,7 @@
sqlite3
</td>
<td class='cell_center'>
v2
v0
</td>
<td class='cell_center'>
v1
@ -578,7 +578,7 @@
2016-10-02
</td>
<td class='cell_center'>
2015-08-05
2016-10-01
</td>
<td class='cell_center'>
Dump complete

View File

@ -42,7 +42,7 @@
</p>
<ul>
<li>
<code>[ 50 GB; 03 h]</code> Import the Commons wiki with category level 2. See <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_2" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
<code>[ 50 GB; 03 h]</code> Import the Commons wiki with category level 2. See <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_2" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
<code>[ 50 GB; 02 h]</code> Download and unzip commonswiki-latest-image.sql.gz

View File

@ -46,7 +46,7 @@
version:
</td>
<td>
3.9.4.6 <b>(<a href="http://xowa.org/home/wiki/Change_log.html" id="xolnki_2" title="Change log" class="xowa-visited">view changes</a>)</b>
3.10.3.1 <b>(<a href="http://xowa.org/home/wiki/Change_log.html" id="xolnki_2" title="Change log" class="xowa-visited">view changes</a>)</b>
</td>
</tr>
<tr>

View File

@ -28,10 +28,10 @@
</h2>
<ul>
<li>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.9.4.2/xowa_app_windows_64_v3.9.4.2.zip" rel="nofollow" class="external text">Windows (64-bit)</a>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.10.3.1/xowa_app_windows_64_v3.10.3.1.zip" rel="nofollow" class="external text">Windows (64-bit)</a>
</li>
<li>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.9.4.2/xowa_app_windows_v3.9.4.2.zip" rel="nofollow" class="external text">Windows (32-bit)</a>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.10.3.1/xowa_app_windows_v3.10.3.1.zip" rel="nofollow" class="external text">Windows (32-bit)</a>
</li>
</ul>
<h2>
@ -39,10 +39,10 @@
</h2>
<ul>
<li>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.9.4.2/xowa_app_linux_64_v3.9.4.2.zip" rel="nofollow" class="external text">Linux (64-bit)</a>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.10.3.1/xowa_app_linux_64_v3.10.3.1.zip" rel="nofollow" class="external text">Linux (64-bit)</a>
</li>
<li>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.9.4.2/xowa_app_linux_v3.9.4.2.zip" rel="nofollow" class="external text">Linux (32-bit)</a>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.10.3.1/xowa_app_linux_v3.10.3.1.zip" rel="nofollow" class="external text">Linux (32-bit)</a>
</li>
</ul>
<h2>
@ -50,10 +50,10 @@
</h2>
<ul>
<li>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.9.4.2/xowa_app_macosx_64_v3.9.4.2.zip" rel="nofollow" class="external text">Mac OS X (64-bit)</a>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.10.3.1/xowa_app_macosx_64_v3.10.3.1.zip" rel="nofollow" class="external text">Mac OS X (64-bit)</a>
</li>
<li>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.9.4.2/xowa_app_macosx_v3.9.4.2.zip" rel="nofollow" class="external text">Mac OS X (32-bit)</a>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.10.3.1/xowa_app_macosx_v3.10.3.1.zip" rel="nofollow" class="external text">Mac OS X (32-bit)</a>
</li>
</ul>
<h2>
@ -61,7 +61,7 @@
</h2>
<ul>
<li>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.9.4.2/xowa_app_arm_v3.9.4.2.zip" rel="nofollow" class="external text">Raspberry Pi</a>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.10.3.1/xowa_app_arm_v3.10.3.1.zip" rel="nofollow" class="external text">Raspberry Pi</a>
</li>
</ul>
<h2>
@ -69,7 +69,7 @@
</h2>
<ul>
<li>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.9.4.1/xowa_app_android_v3.9.4.2.apk" rel="nofollow" class="external text">Android</a>
<a href="https://github.com/gnosygnu/xowa/releases/download/v3.10.3.1/xowa_app_android_v3.10.3.1.apk" rel="nofollow" class="external text">Android</a>
</li>
</ul>
<h2>
@ -77,7 +77,7 @@
</h2>
<ul>
<li>
<a href="https://github.com/gnosygnu/xowa/archive/v3.9.4.2.zip" rel="nofollow" class="external text">Source code (Desktop)</a>
<a href="https://github.com/gnosygnu/xowa/archive/v3.10.3.1.zip" rel="nofollow" class="external text">Source code (Desktop)</a>
</li>
</ul>
<h2>
@ -89,270 +89,317 @@
</li>
</ul>
<h2>
<span class="mw-headline" id="v3.9.4.2_.282016-09-26.29">v3.9.4.2 (2016-09-26)</span>
</h2>
<h3>
<span class="mw-headline" id="PC">PC</span>
</h3>
<ul>
<li>
Category: Fix categories not showing for pages with more than one word in the page title. {detected by Ope30}
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Leonardo_DiCaprio" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Leonardo_DiCaprio</a> <a href="https://en.wikipedia.org/wiki/Solar_System" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Solar_System</a>
</dd>
</dl>
<p>
<br>
</p>
<h2>
<span class="mw-headline" id="v3.9.4.1_.282016-09-25.29">v3.9.4.1 (2016-09-25)</span>
<span class="mw-headline" id="v3.10.3.1_.282016-10-16.29">v3.10.3.1 (2016-10-16)</span>
</h2>
<h3>
<span class="mw-headline" id="Wiki">Wiki</span>
</h3>
<ul>
<li>
Wiki: Publish 2016-09 French Wikipedia HTML and images.
Package: Publish 2016-10 English Wikipedia.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://archive.org/details/Xowa_frwiki_latest" rel="nofollow" class="external free">https://archive.org/details/Xowa_frwiki_latest</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Wiki_setup/English_wikis.html" id="xolnki_3" title="Wiki setup/English wikis" class="xowa-visited">Wiki_setup/English_wikis</a>
</dd>
</dl>
<ul>
<li>
Wiki: Publish 2016-09 English Wikipedia HTML and images.
Package: Publish 2016-10 German Wikipedia.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://archive.org/details/Xowa_enwiki_latest" rel="nofollow" class="external free">https://archive.org/details/Xowa_enwiki_latest</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Wiki_setup/German_wikis.html" id="xolnki_4" title="Wiki setup/German wikis" class="xowa-visited">Wiki_setup/German_wikis</a>
</dd>
</dl>
<ul>
<li>
Wiki: Publish 2016-09 German Wikipedia HTML and images.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://archive.org/details/Xowa_dewiki_latest" rel="nofollow" class="external free">https://archive.org/details/Xowa_dewiki_latest</a>
</dd>
</dl>
<p>
<br>
</p>
<h3>
<span class="mw-headline" id="PC_2">PC</span>
<span class="mw-headline" id="PC">PC</span>
</h3>
<p>
<b>major</b>
</p>
<ul>
<li>
Category: Fix category not showing more than 200 items in a category. [broken since: 3.9.2.1]
Category: Improve performance for Category pages on non-SSD drives. {detected by Ope30}
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Category:Native_American_leaders" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:Native_American_leaders</a> <a href="https://en.wikipedia.org/wiki/Category:Cities_in_Florida" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:Cities_in_Florida</a> <a href="https://en.wikipedia.org/wiki/Category:Poisonous_plants" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:Poisonous_plants</a>
<span style='font-variant:small-caps'>Resolved by</span>: Denormalize sortkey from cat_sort table to cat_link table and add explicit index for it.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Category:Earth" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:Earth</a> <a href="https://en.wikipedia.org/wiki/Category:2001_albums" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:2001_albums</a> <a href="https://en.wikipedia.org/wiki/Category:Unprintworthy_redirects" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:Unprintworthy_redirects</a>
</dd>
</dl>
<ul>
<li>
Category: Fix dynamic page list not working for DynamicPageList. [broken since: 3.9.2.1]
Category: Add UCA support for category sorting. {detected by Ope30}
</li>
</ul>
<ul>
<li>
Category: Support "uca-default", "uca-*", "uppercase" collations in different wikis.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikibooks.org/wiki/Subject:XML" rel="nofollow" class="external free">https://en.wikibooks.org/wiki/Subject:XML</a> <a href="https://en.wikibooks.org/wiki/Subject:Religion" rel="nofollow" class="external free">https://en.wikibooks.org/wiki/Subject:Religion</a>
<span style='font-variant:small-caps'>Example</span>: bin/any/xowa/cfg/wiki.
</dd>
</dl>
<ul>
<li>
Category: Fix category not working for www.wikidata.org. [broken since: 3.9.2.1] {detected by Rüdiger Gleim; Ope30}
Category: Load catpage wikitext from precompiled HTML and merge with catpage link data.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://www.wikidata.org/wiki/Category:Help" rel="nofollow" class="external free">https://www.wikidata.org/wiki/Category:Help</a>
<span style='font-variant:small-caps'>Links</span>: <a href="https://simple.wikipedia.org/wiki/Category:Living_people" rel="nofollow" class="external free">https://simple.wikipedia.org/wiki/Category:Living_people</a>
</dd>
</dl>
<ul>
<li>
Scribunto: Fix script error "index is out of bounds" on many en.w geography pages.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Message</span>: <code>Script error: @C:/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: gplx.Err: index is out of bounds: idx=0 len=0</code>
</dd>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Handle parser functions with 0 arguments, like {{#coordinates}}.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/New_York_City" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/New_York_City</a> <a href="https://en.wikipedia.org/wiki/Paris" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Paris</a>
</dd>
</dl>
<ul>
<li>
Scribunto: Show flags as correct small size not extremely large size.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Evaluate optional args of missing templates.
</dd>
<dd>
<span style='font-variant:small-caps'>Example</span>: "size={{{size|}}}" -&gt; "size=" x&gt; "size={{{size|}}}".
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Europe" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Europe</a> <a href="https://en.wikipedia.org/wiki/Template:Country_data_Guernsey" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Template:Country_data_Guernsey</a>
</dd>
</dl>
<ul>
<li>
Scripting: Add scripting support through standalone js / lua files. {requested by anonymous}
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/App/Xtn/Scripting.html" id="xolnki_5" title="App/Xtn/Scripting" class="xowa-visited">App/Xtn/Scripting</a>
</dd>
</dl>
<p>
<br>
<b>minor</b>
</p>
<ul>
<li>
Category: Disable Previous / Next 200 if at start / end of category range.
Category: Show categories in User / Talk namespace as MISSING.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://de.wikibooks.org/wiki/Category:Mann" rel="nofollow" class="external free">https://de.wikibooks.org/wiki/Category:Mann</a>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Category:2001_albums?pageuntil=WALK%2BON%2BTHE%2BWIRED%2BSIDE,%2BA#mw-pages" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:2001_albums?pageuntil=WALK%2BON%2BTHE%2BWIRED%2BSIDE,%2BA#mw-pages</a>
</dd>
</dl>
<ul>
<li>
Page_sync: Show math images after sync.
Category: Fix Category bookmarks not working if bookmarking something past first page.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Earth" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Earth</a> <a href="https://en.wikipedia.org/wiki/Pythagorean_theorem" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Pythagorean_theorem</a>
<span style='font-variant:small-caps'>Resolved by</span>: Write anchor after query args, not before.
</dd>
<dd>
<span style='font-variant:small-caps'>Example</span>: Category:2001_albums&amp;pagefrom=Beautiful+View#mw-pages x&gt; Category:2001_albums#mw-pages?pagefrom=Beautiful%2BView.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Category:2001_albums?pagefrom=Beautiful%2BView#mw-pages" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:2001_albums?pagefrom=Beautiful%2BView#mw-pages</a>
</dd>
</dl>
<ul>
<li>
Page_sync: Show video images after sync.
Category: Fix "Next 200" not working on category pages when "Next 200" link refers to page with "#". {detected by Ope30}
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Lepidoptera" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Lepidoptera</a>
<span style='font-variant:small-caps'>Resolved by</span>: Do not automatically url-decode query arguments.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://de.wikipedia.org/wiki/Kategorie:Begriffsklärung" rel="nofollow" class="external free">https://de.wikipedia.org/wiki/Kategorie:Begriffsklärung</a>
</dd>
</dl>
<ul>
<li>
Page_sync: Show pdf images after sync.
Category: Fix rare skipping of one page when pressing "Next 200".
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Apollo_11" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Apollo_11</a>
<span style='font-variant:small-caps'>Resolved by</span>: Do not automatically url-decode query arguments.
</dd>
<dd>
<span style='font-variant:small-caps'>Example</span>: Category:2001_albums&amp;pagefrom=Nightclubbing+%28Blank+and+Jones+album%29%0ANightclubbing+%28Blank+%26+Jones+album%29#mw-pages.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/w/index.php?title=Category:2001_albums&amp;pagefrom=Loving%20Every%20Minute%20(album)#mw-pages" rel="nofollow" class="external free">https://en.wikipedia.org/w/index.php?title=Category:2001_albums&amp;pagefrom=Loving%20Every%20Minute%20(album)#mw-pages</a>
</dd>
</dl>
<ul>
<li>
DownloadCentral: Do not retry endlessly if wrong size downloaded.
</li>
</ul>
<ul>
<li>
Scribunto: Fix NullPointerReference script error in geobox coord on 4 en.w pages.
Category: Sort headings numerically under 0-9.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Message</span>: <code>Script error: @C:/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: java.lang.NullPointerException</code>
</dd>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Handle gaps in Scribunto argument keys.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Shalkar_District" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Shalkar_District</a> <a href="https://en.wikipedia.org/wiki/Alta_Italia" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Alta_Italia</a> <a href="https://en.wikipedia.org/wiki/Maran,_Syria" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Maran,_Syria</a> <a href="https://en.wikipedia.org/wiki/Château_de_Boisgibault" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Château_de_Boisgibault</a>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Category:2001_albums" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Category:2001_albums</a>
</dd>
</dl>
<ul>
<li>
Luaj: Fix script error at head of page for many fr.w pages.
Category: Hide "hidden categories" group for wikitext databases (already hidden for HTML databases).
</li>
</ul>
<ul>
<li>
Search: Fix "Next" / "Previous" not working on full text search.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Message</span>: <code>Erreur : le thème « littérature française » du modèle <a href="http://xowa.org/home/wiki/Template:%C3%89bauche.html" id="xolnki_3" title="Template:Ébauche">Template:Ébauche</a> nest pas défini.</code>
</dd>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Fix regex pattern for matching end of string.
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://fr.wikipedia.org/wiki/Rimbaud_le_fils" rel="nofollow" class="external free">https://fr.wikipedia.org/wiki/Rimbaud_le_fils</a> <a href="http://xowa.org/home/wiki/Diagnostics/Scribunto/Luaj.html" id="xolnki_4" title="Diagnostics/Scribunto/Luaj">Diagnostics/Scribunto/Luaj</a>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Special:Search/earth?fulltext=y&amp;xowa_page_index=0" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Special:Search/earth?fulltext=y&amp;xowa_page_index=0</a>
</dd>
</dl>
<ul>
<li>
UI: Show pages in MediaWiki namespace.
Options: Fix Shortcuts not saving. {detected by Ope30}
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/MediaWiki:Edittools" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/MediaWiki:Edittools</a> <a href="https://en.wikipedia.org/wiki/MediaWiki:Spam-whitelist" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/MediaWiki:Spam-whitelist</a>
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Options/Shortcuts.html" id="xolnki_6" title="Options/Shortcuts" class="xowa-visited">Options/Shortcuts</a>
</dd>
</dl>
<ul>
<li>
Parser: Fix several dozen MediaWiki pages failing to load.
Scribunto: Fix hidden script error on a few dozen en.w observatory pages.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Handle standalone dollar signs and backslashes.
<span style='font-variant:small-caps'>Resolved by</span>: If unit is a wikidata url, show label for that wikidata article, not the wikidata url.
</dd>
<dd>
<span style='font-variant:small-caps'>Example</span>: "$ "; "\ ".
<span style='font-variant:small-caps'>Example</span>: "305±2 meter" x&gt; "305±2 http://www.wikidata.org/entity/Q11573".
</dd>
<dd>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/MediaWiki:Edittools" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/MediaWiki:Edittools</a> <a href="https://en.wikipedia.org/wiki/MediaWiki:Spam-whitelist" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/MediaWiki:Spam-whitelist</a>
<span style='font-variant:small-caps'>Links</span>: <a href="https://en.wikipedia.org/wiki/Arecibo_Observatory" rel="nofollow" class="external free">https://en.wikipedia.org/wiki/Arecibo_Observatory</a>
</dd>
</dl>
<ul>
<li>
Html_dump: Generate html dump databases by namespace.
Setup: Add setup instruction pages to list URLs for specific wikis.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Example</span>: en.wikipedia.org-html.002.xowa -&gt; en.wikipedia.org-html-ns.000-db.002.xowa.
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Wiki_setup/Listing.html" id="xolnki_7" title="Wiki setup/Listing" class="xowa-visited">Wiki_setup/Listing</a>
</dd>
</dl>
<ul>
<li>
Html_dump: Add images to specific-ns database not main-ns database.
File: Add deletion database for 2016-09 English Wikipedia.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Example</span>: Portal:Earth -&gt; en.wikipedia.org-file-ns.100-db.001.xowa x&gt; en.wikipedia.org-file-ns.000-db.065.xowa.
<span style='font-variant:small-caps'>Links</span>: <a href="http://xowa.org/home/wiki/Dashboard/Files/Deletion.html" id="xolnki_8" title="Dashboard/Files/Deletion" class="xowa-visited">Dashboard/Files/Deletion</a> <a href="https://archive.org/download/Xowa_enwiki_latest/en.wikipedia.org-file-deletion-2016.09.xowa" rel="nofollow" class="external free">https://archive.org/download/Xowa_enwiki_latest/en.wikipedia.org-file-deletion-2016.09.xowa</a>
</dd>
</dl>
<ul>
<li>
Options: Do not save options if file is marked read-only. {suggested by malakov1}
Html_dump: If option is set to use wikitext, but no wikitext is available, and html is available, just use html.
</li>
</ul>
<p>
<br>
<b>trivial</b>
</p>
<ul>
<li>
Setup: Add icu4j library.
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Example</span>: C:\xowa\user\anonymous\app\data\cfg\xowa_user_cfg.gfs.
<span style='font-variant:small-caps'>Example</span>: bin/any/java/icu4j/icu4j-4_8.jar.
</dd>
</dl>
<ul>
<li>
Raspberry Pi: Run XOWA GUI on Raspberry Pi. {requested by nstents}
Setup: Add xz library (not officially supported).
</li>
</ul>
<dl>
<dd>
<span style='font-variant:small-caps'>Resolved by</span>: Switch default SWT browser from Mozilla to WebKit.
</dd>
<dd>
<span style='font-variant:small-caps'>Example</span>: bin\arm\xowa\cfg\xowa_cfg_os_default.gfs.
<span style='font-variant:small-caps'>Example</span>: bin/any/java/xz/xz-1.5.jar .
</dd>
</dl>
<ul>
<li>
Raspberry Pi: Use official sqlite-jdbc jar.
Luaj: Cast string, int, long, double and bool args in method reflection.
</li>
</ul>
<h3>
<ul>
<li>
Luaj: Handle varargs in method reflection.
</li>
</ul>
<ul>
<li>
Make.Images: Add builder command to create customized deletion_db for dansguardian wikis.
</li>
</ul>
<p>
<br>
<b>dev</b>
</p>
<ul>
<li>
Dev: Refactor Io_stream_rdr.
</li>
</ul>
<ul>
<li>
Dev: Refactor Gfo_url_parser.
</li>
</ul>
<p>
<br>
</p>
<h2>
<span class="mw-headline" id="Android_2">Android</span>
</h3>
</h2>
<p>
<b>minor</b>
</p>
<ul>
<li>
DownloadCentral: Do not retry endlessly if wrong size downloaded.
</li>
</ul>
<h3>
<span class="mw-headline" id="Dev">Dev</span>
</h3>
<ul>
<li>
Dev: Refactor Xoctg_catpage_url_parser.
Launch: Ignore application directory which are no longer accessible (removed SD card).
</li>
</ul>

View File

@ -88,37 +88,20 @@
<span class="mw-headline" id="Release_notes">Release notes</span>
</h2>
<p>
v3.9.4.2 features the following:
v3.10.3.1 features the following:
</p>
<ul>
<li>
(PC) Show Catgories for pages with more than one word in the title
</li>
</ul>
<p>
v3.9.4.1 features the following:
</p>
<ul>
<li>
(Wiki) Release 2016-09 French, English and German Wikipedia
(Wiki) Release 2016-10 English and German Wikipedia
</li>
<li>
(PC) More minor Category fixes including large categories, dynamic page list and wikidata.org
(PC) Multiple category changes, including performance, international sorting, numeric sorting, and HTML database loading
</li>
<li>
(PC) Page sync shows math and video images
(PC) (PC) Fix for "Script error: index out of bounds" on 2016-10 enwiki pages
</li>
<li>
(PC / Android) Download Central does not loop endlessly if wrong file size downloaded
</li>
<li>
(PC) Show pages in MediaWiki namespace
</li>
<li>
(PC) Run GUI on Raspberry Pi
</li>
<li>
(PC) More parser fixes including Scribunto regex at end of string and gaps in argument keys
(PC) Add custom scripting support through standalone javascript / lua files
</li>
</ul>
<p>
@ -211,7 +194,7 @@
</h5>
<ul>
<li>
<b>Import from a dump file</b>: See <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_12" title="Dashboard/Import/Offline">import offline</a>.
<b>Import from a dump file</b>: See <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_12" title="Dashboard/Import/Offline" class="xowa-visited">import offline</a>.
</li>
</ul>
<h5>
@ -249,7 +232,7 @@
<span class="mw-headline" id="Upgrade_users">Upgrade users</span>
</h2>
<p>
If you are upgrading from any version before v3.9.1, you should download a xowa_app_v3.9.1+ file.
If you are upgrading from any version before v3.10.1, you should download a xowa_app_v3.10.1+ file.
</p>
<ul>
<li>
@ -389,7 +372,7 @@
</tr>
<tr>
<td>
<a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_35" title="Dashboard/Import/Offline">Import Offline</a>
<a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_35" title="Dashboard/Import/Offline" class="xowa-visited">Import Offline</a>
</td>
<td>
Import a wiki through a dump; import also through script; also upgrade category to version 2

View File

@ -296,7 +296,7 @@ li.active a, li.active a:hover
</div><br>
<p>
For more information, see <a href="http://xowa.org/home/wiki/App/Xtn/Scripting.html" id="xolnki_2" title="App/Xtn/Scripting">the scripting help page</a>
For more information, see <a href="http://xowa.org/home/wiki/App/Xtn/Scripting.html" id="xolnki_2" title="App/Xtn/Scripting" class="xowa-visited">the scripting help page</a>
</p>
<h2>
<span class="mw-headline" id="Basic">Basic</span>

View File

@ -379,7 +379,7 @@
Download your dump from <a href="https://dumps.wikimedia.org/backup-index.html" rel="nofollow" class="external free">https://dumps.wikimedia.org/backup-index.html</a>
</li>
<li>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Select the dump and import it

View File

@ -379,7 +379,7 @@
Download your dump from <a href="https://dumps.wikimedia.org/backup-index.html" rel="nofollow" class="external free">https://dumps.wikimedia.org/backup-index.html</a>
</li>
<li>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Select the dump and import it

View File

@ -101,7 +101,7 @@
<a href="#en.wikipedia.org"><span class="tocnumber">4.1</span> <span class="toctext">en.wikipedia.org</span></a>
<ul>
<li class="toclevel-3 tocsection-12">
<a href="#en.wikipedia.org_Articles_.282016-09.29"><span class="tocnumber">4.1.1</span> <span class="toctext">en.wikipedia.org Articles (2016-09)</span></a>
<a href="#en.wikipedia.org_Articles_.282016-10.29"><span class="tocnumber">4.1.1</span> <span class="toctext">en.wikipedia.org Articles (2016-10)</span></a>
</li>
<li class="toclevel-3 tocsection-13">
<a href="#en.wikipedia.org_Images_.282016-06.29"><span class="tocnumber">4.1.2</span> <span class="toctext">en.wikipedia.org Images (2016-06)</span></a>
@ -116,91 +116,88 @@
<a href="#en.wikipedia.org_Images_.282016-09.29"><span class="tocnumber">4.1.5</span> <span class="toctext">en.wikipedia.org Images (2016-09)</span></a>
</li>
<li class="toclevel-3 tocsection-17">
<a href="#en.wikipedia.org_Articles_.282016-10.29"><span class="tocnumber">4.1.6</span> <span class="toctext">en.wikipedia.org Articles (2016-10)</span></a>
</li>
<li class="toclevel-3 tocsection-18">
<a href="#en.wikipedia.org_Images_.282016-10.29"><span class="tocnumber">4.1.7</span> <span class="toctext">en.wikipedia.org Images (2016-10)</span></a>
<a href="#en.wikipedia.org_Images_.282016-10.29"><span class="tocnumber">4.1.6</span> <span class="toctext">en.wikipedia.org Images (2016-10)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-19">
<li class="toclevel-2 tocsection-18">
<a href="#en.wiktionary.org"><span class="tocnumber">4.2</span> <span class="toctext">en.wiktionary.org</span></a>
<ul>
<li class="toclevel-3 tocsection-20">
<li class="toclevel-3 tocsection-19">
<a href="#en.wiktionary.org_Articles_.282016-06.29"><span class="tocnumber">4.2.1</span> <span class="toctext">en.wiktionary.org Articles (2016-06)</span></a>
</li>
<li class="toclevel-3 tocsection-21">
<li class="toclevel-3 tocsection-20">
<a href="#en.wiktionary.org_Images_.282016-06.29"><span class="tocnumber">4.2.2</span> <span class="toctext">en.wiktionary.org Images (2016-06)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-22">
<li class="toclevel-2 tocsection-21">
<a href="#en.wikisource.org"><span class="tocnumber">4.3</span> <span class="toctext">en.wikisource.org</span></a>
<ul>
<li class="toclevel-3 tocsection-23">
<li class="toclevel-3 tocsection-22">
<a href="#en.wikisource.org_Articles_.282016-06.29"><span class="tocnumber">4.3.1</span> <span class="toctext">en.wikisource.org Articles (2016-06)</span></a>
</li>
<li class="toclevel-3 tocsection-24">
<li class="toclevel-3 tocsection-23">
<a href="#en.wikisource.org_Images_.282016-06.29"><span class="tocnumber">4.3.2</span> <span class="toctext">en.wikisource.org Images (2016-06)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-25">
<li class="toclevel-2 tocsection-24">
<a href="#en.wikivoyage.org"><span class="tocnumber">4.4</span> <span class="toctext">en.wikivoyage.org</span></a>
<ul>
<li class="toclevel-3 tocsection-26">
<li class="toclevel-3 tocsection-25">
<a href="#en.wikivoyage.org_Articles_.282016-06.29"><span class="tocnumber">4.4.1</span> <span class="toctext">en.wikivoyage.org Articles (2016-06)</span></a>
</li>
<li class="toclevel-3 tocsection-27">
<li class="toclevel-3 tocsection-26">
<a href="#en.wikivoyage.org_Images_.282016-06.29"><span class="tocnumber">4.4.2</span> <span class="toctext">en.wikivoyage.org Images (2016-06)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-28">
<li class="toclevel-2 tocsection-27">
<a href="#en.wikiquote.org"><span class="tocnumber">4.5</span> <span class="toctext">en.wikiquote.org</span></a>
<ul>
<li class="toclevel-3 tocsection-29">
<li class="toclevel-3 tocsection-28">
<a href="#en.wikiquote.org_Articles_.282016-06.29"><span class="tocnumber">4.5.1</span> <span class="toctext">en.wikiquote.org Articles (2016-06)</span></a>
</li>
<li class="toclevel-3 tocsection-30">
<li class="toclevel-3 tocsection-29">
<a href="#en.wikiquote.org_Images_.282016-06.29"><span class="tocnumber">4.5.2</span> <span class="toctext">en.wikiquote.org Images (2016-06)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-31">
<li class="toclevel-2 tocsection-30">
<a href="#en.wikibooks.org"><span class="tocnumber">4.6</span> <span class="toctext">en.wikibooks.org</span></a>
<ul>
<li class="toclevel-3 tocsection-32">
<li class="toclevel-3 tocsection-31">
<a href="#en.wikibooks.org_Articles_.282016-06.29"><span class="tocnumber">4.6.1</span> <span class="toctext">en.wikibooks.org Articles (2016-06)</span></a>
</li>
<li class="toclevel-3 tocsection-33">
<li class="toclevel-3 tocsection-32">
<a href="#en.wikibooks.org_Images_.282016-06.29"><span class="tocnumber">4.6.2</span> <span class="toctext">en.wikibooks.org Images (2016-06)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-34">
<li class="toclevel-2 tocsection-33">
<a href="#en.wikiversity.org"><span class="tocnumber">4.7</span> <span class="toctext">en.wikiversity.org</span></a>
<ul>
<li class="toclevel-3 tocsection-35">
<li class="toclevel-3 tocsection-34">
<a href="#en.wikiversity.org_Articles_.282016-06.29"><span class="tocnumber">4.7.1</span> <span class="toctext">en.wikiversity.org Articles (2016-06)</span></a>
</li>
<li class="toclevel-3 tocsection-36">
<li class="toclevel-3 tocsection-35">
<a href="#en.wikiversity.org_Images_.282016-06.29"><span class="tocnumber">4.7.2</span> <span class="toctext">en.wikiversity.org Images (2016-06)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-37">
<li class="toclevel-2 tocsection-36">
<a href="#en.wikinews.org"><span class="tocnumber">4.8</span> <span class="toctext">en.wikinews.org</span></a>
<ul>
<li class="toclevel-3 tocsection-38">
<li class="toclevel-3 tocsection-37">
<a href="#en.wikinews.org_Articles_.282016-06.29"><span class="tocnumber">4.8.1</span> <span class="toctext">en.wikinews.org Articles (2016-06)</span></a>
</li>
<li class="toclevel-3 tocsection-39">
<li class="toclevel-3 tocsection-38">
<a href="#en.wikinews.org_Images_.282016-06.29"><span class="tocnumber">4.8.2</span> <span class="toctext">en.wikinews.org Images (2016-06)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-40">
<li class="toclevel-2 tocsection-39">
<a href="#All_links"><span class="tocnumber">4.9</span> <span class="toctext">All links</span></a>
</li>
</ul>
@ -225,7 +222,7 @@
<dd>
<dl>
<dd>
English Wikipedia - Articles (2016-09) [39.80 GB]
English Wikipedia - Articles (2016-10) [48.52 GB]
</dd>
</dl>
</dd>
@ -270,16 +267,7 @@
<dd>
<dl>
<dd>
English Wikipedia - Articles (2016-10) [48.52 GB]
</dd>
</dl>
</dd>
</dl>
<dl>
<dd>
<dl>
<dd>
English Wikipedia - Images (2016-10) [4.65 GB]
English Wikipedia - Image Update (2016-10) [4.65 GB]
</dd>
</dl>
</dd>
@ -468,7 +456,7 @@
Download your dump from <a href="https://dumps.wikimedia.org/backup-index.html" rel="nofollow" class="external free">https://dumps.wikimedia.org/backup-index.html</a>
</li>
<li>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Select the dump and import it
@ -482,142 +470,172 @@
<span class="mw-headline" id="en.wikipedia.org">en.wikipedia.org</span>
</h3>
<h4>
<span class="mw-headline" id="en.wikipedia.org_Articles_.282016-09.29">en.wikipedia.org Articles (2016-09)</span>
<span class="mw-headline" id="en.wikipedia.org_Articles_.282016-10.29">en.wikipedia.org Articles (2016-10)</span>
</h4>
<div style="margin-left: 2em">
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_core.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_core.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.search.core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.search.core.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.search.core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.search.core.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.core.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.002.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.002.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.001.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.001.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.003.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.003.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.002.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.002.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.004.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.003.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.003.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.005.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.005.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.004.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.006.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.006.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.005.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.005.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.007.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.007.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.006.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.006.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.008.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.008.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.007.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.007.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.009.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.009.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.008.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.008.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.010.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.010.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.009.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.009.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.011.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.011.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.012.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.012.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.002.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.002.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.013.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.013.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.003.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.003.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.014.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.014.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.004.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.015.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.015.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.005.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.005.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.004.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.006.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.006.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.004_db.002.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.004_db.002.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.007.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.007.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.004_db.003.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.004_db.003.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.008.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.008.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.100.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.100.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.009.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.009.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.008.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.008.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.010.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.010.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.core.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.011.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.011.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.link_db.001.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.link_db.001.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.012.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.012.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.link_db.002.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.link_db.002.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.013.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.013.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.link_db.003.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.link_db.003.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.014.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.014.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.link_db.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.link_db.004.zip</a>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.015.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.015.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.004.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.004_db.002.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.004_db.002.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.004_db.003.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.004_db.003.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.100.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.100.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.014.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.014.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.008.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.008.zip</a>
</li>
</ul>
</div>
@ -1066,176 +1084,6 @@
</li>
</ul>
</div>
<h4>
<span class="mw-headline" id="en.wikipedia.org_Articles_.282016-10.29">en.wikipedia.org Articles (2016-10)</span>
</h4>
<div style="margin-left: 2em">
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_core.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.search.core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.search.core.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.core.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.001.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.001.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.002.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.002.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.003.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.003.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.004.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.005.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.005.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.006.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.006.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.007.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.007.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.008.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.008.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.009.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_xtn.category.link_db.009.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.002.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.002.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.003.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.003.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.004.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.005.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.005.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.006.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.006.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.007.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.007.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.008.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.008.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.009.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.009.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.010.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.010.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.011.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.011.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.012.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.012.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.013.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.013.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.014.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.014.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.015.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.000_db.015.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.004.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.004_db.002.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.004_db.002.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.004_db.003.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.004_db.003.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.100.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.100.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.014.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.014.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.008.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-10_html_ns.008.zip</a>
</li>
</ul>
</div>
<h4>
<span class="mw-headline" id="en.wikipedia.org_Images_.282016-10.29">en.wikipedia.org Images (2016-10)</span>
</h4>
@ -1888,33 +1736,6 @@ http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-08_file_ns.000_d
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-08_file_ns.000_db.062.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-08_file_ns.000_db.063.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-08_file_ns.000_db.064.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_core.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.search.core.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.002.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.003.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.004.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.005.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.006.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.007.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.008.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.009.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.010.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.011.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.012.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.013.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.014.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.000_db.015.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.004.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.004_db.002.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.004_db.003.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.100.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_html_ns.008.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.core.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.link_db.001.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.link_db.002.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.link_db.003.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_xtn.category.link_db.004.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_file_core.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_file_ns.000_db.001.zip
http://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-09_file_ns.014_db.002.zip

View File

@ -420,7 +420,7 @@
Download your dump from <a href="https://dumps.wikimedia.org/backup-index.html" rel="nofollow" class="external free">https://dumps.wikimedia.org/backup-index.html</a>
</li>
<li>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Select the dump and import it

View File

@ -101,7 +101,7 @@
<a href="#de.wikipedia.org"><span class="tocnumber">4.1</span> <span class="toctext">de.wikipedia.org</span></a>
<ul>
<li class="toclevel-3 tocsection-12">
<a href="#de.wikipedia.org_Articles_.282016-09.29"><span class="tocnumber">4.1.1</span> <span class="toctext">de.wikipedia.org Articles (2016-09)</span></a>
<a href="#de.wikipedia.org_Articles_.282016-10.29"><span class="tocnumber">4.1.1</span> <span class="toctext">de.wikipedia.org Articles (2016-10)</span></a>
</li>
<li class="toclevel-3 tocsection-13">
<a href="#de.wikipedia.org_Images_.282016-06.29"><span class="tocnumber">4.1.2</span> <span class="toctext">de.wikipedia.org Images (2016-06)</span></a>
@ -113,91 +113,88 @@
<a href="#de.wikipedia.org_Images_.282016-09.29"><span class="tocnumber">4.1.4</span> <span class="toctext">de.wikipedia.org Images (2016-09)</span></a>
</li>
<li class="toclevel-3 tocsection-16">
<a href="#de.wikipedia.org_Articles_.282016-10.29"><span class="tocnumber">4.1.5</span> <span class="toctext">de.wikipedia.org Articles (2016-10)</span></a>
</li>
<li class="toclevel-3 tocsection-17">
<a href="#de.wikipedia.org_Images_.282016-10.29"><span class="tocnumber">4.1.6</span> <span class="toctext">de.wikipedia.org Images (2016-10)</span></a>
<a href="#de.wikipedia.org_Images_.282016-10.29"><span class="tocnumber">4.1.5</span> <span class="toctext">de.wikipedia.org Images (2016-10)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-18">
<li class="toclevel-2 tocsection-17">
<a href="#de.wiktionary.org"><span class="tocnumber">4.2</span> <span class="toctext">de.wiktionary.org</span></a>
<ul>
<li class="toclevel-3 tocsection-19">
<li class="toclevel-3 tocsection-18">
<a href="#de.wiktionary.org_Articles_.282016-06.29"><span class="tocnumber">4.2.1</span> <span class="toctext">de.wiktionary.org Articles (2016-06)</span></a>
</li>
<li class="toclevel-3 tocsection-20">
<li class="toclevel-3 tocsection-19">
<a href="#de.wiktionary.org_Images_.282016-06.29"><span class="tocnumber">4.2.2</span> <span class="toctext">de.wiktionary.org Images (2016-06)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-21">
<li class="toclevel-2 tocsection-20">
<a href="#de.wikisource.org"><span class="tocnumber">4.3</span> <span class="toctext">de.wikisource.org</span></a>
<ul>
<li class="toclevel-3 tocsection-22">
<li class="toclevel-3 tocsection-21">
<a href="#de.wikisource.org_Articles_.282016-06.29"><span class="tocnumber">4.3.1</span> <span class="toctext">de.wikisource.org Articles (2016-06)</span></a>
</li>
<li class="toclevel-3 tocsection-23">
<li class="toclevel-3 tocsection-22">
<a href="#de.wikisource.org_Images_.282016-06.29"><span class="tocnumber">4.3.2</span> <span class="toctext">de.wikisource.org Images (2016-06)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-24">
<li class="toclevel-2 tocsection-23">
<a href="#de.wikivoyage.org"><span class="tocnumber">4.4</span> <span class="toctext">de.wikivoyage.org</span></a>
<ul>
<li class="toclevel-3 tocsection-25">
<li class="toclevel-3 tocsection-24">
<a href="#de.wikivoyage.org_Articles_.282016-06.29"><span class="tocnumber">4.4.1</span> <span class="toctext">de.wikivoyage.org Articles (2016-06)</span></a>
</li>
<li class="toclevel-3 tocsection-26">
<li class="toclevel-3 tocsection-25">
<a href="#de.wikivoyage.org_Images_.282016-06.29"><span class="tocnumber">4.4.2</span> <span class="toctext">de.wikivoyage.org Images (2016-06)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-27">
<li class="toclevel-2 tocsection-26">
<a href="#de.wikiquote.org"><span class="tocnumber">4.5</span> <span class="toctext">de.wikiquote.org</span></a>
<ul>
<li class="toclevel-3 tocsection-28">
<li class="toclevel-3 tocsection-27">
<a href="#de.wikiquote.org_Articles_.282016-06.29"><span class="tocnumber">4.5.1</span> <span class="toctext">de.wikiquote.org Articles (2016-06)</span></a>
</li>
<li class="toclevel-3 tocsection-29">
<li class="toclevel-3 tocsection-28">
<a href="#de.wikiquote.org_Images_.282016-06.29"><span class="tocnumber">4.5.2</span> <span class="toctext">de.wikiquote.org Images (2016-06)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-30">
<li class="toclevel-2 tocsection-29">
<a href="#de.wikibooks.org"><span class="tocnumber">4.6</span> <span class="toctext">de.wikibooks.org</span></a>
<ul>
<li class="toclevel-3 tocsection-31">
<li class="toclevel-3 tocsection-30">
<a href="#de.wikibooks.org_Articles_.282016-06.29"><span class="tocnumber">4.6.1</span> <span class="toctext">de.wikibooks.org Articles (2016-06)</span></a>
</li>
<li class="toclevel-3 tocsection-32">
<li class="toclevel-3 tocsection-31">
<a href="#de.wikibooks.org_Images_.282016-06.29"><span class="tocnumber">4.6.2</span> <span class="toctext">de.wikibooks.org Images (2016-06)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-33">
<li class="toclevel-2 tocsection-32">
<a href="#de.wikiversity.org"><span class="tocnumber">4.7</span> <span class="toctext">de.wikiversity.org</span></a>
<ul>
<li class="toclevel-3 tocsection-34">
<li class="toclevel-3 tocsection-33">
<a href="#de.wikiversity.org_Articles_.282016-06.29"><span class="tocnumber">4.7.1</span> <span class="toctext">de.wikiversity.org Articles (2016-06)</span></a>
</li>
<li class="toclevel-3 tocsection-35">
<li class="toclevel-3 tocsection-34">
<a href="#de.wikiversity.org_Images_.282016-06.29"><span class="tocnumber">4.7.2</span> <span class="toctext">de.wikiversity.org Images (2016-06)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-36">
<li class="toclevel-2 tocsection-35">
<a href="#de.wikinews.org"><span class="tocnumber">4.8</span> <span class="toctext">de.wikinews.org</span></a>
<ul>
<li class="toclevel-3 tocsection-37">
<li class="toclevel-3 tocsection-36">
<a href="#de.wikinews.org_Articles_.282016-06.29"><span class="tocnumber">4.8.1</span> <span class="toctext">de.wikinews.org Articles (2016-06)</span></a>
</li>
<li class="toclevel-3 tocsection-38">
<li class="toclevel-3 tocsection-37">
<a href="#de.wikinews.org_Images_.282016-06.29"><span class="tocnumber">4.8.2</span> <span class="toctext">de.wikinews.org Images (2016-06)</span></a>
</li>
</ul>
</li>
<li class="toclevel-2 tocsection-39">
<li class="toclevel-2 tocsection-38">
<a href="#All_links"><span class="tocnumber">4.9</span> <span class="toctext">All links</span></a>
</li>
</ul>
@ -222,7 +219,7 @@
<dd>
<dl>
<dd>
Deutsch Wikipedia - Articles (2016-09) [9.88 GB]
Deutsch Wikipedia - Articles (2016-10) [10.38 GB]
</dd>
</dl>
</dd>
@ -258,16 +255,7 @@
<dd>
<dl>
<dd>
Deutsch Wikipedia - Articles (2016-10) [10.38 GB]
</dd>
</dl>
</dd>
</dl>
<dl>
<dd>
<dl>
<dd>
Deutsch Wikipedia - Images (2016-10) [1.90 GB]
Deutsch Wikipedia - Image Update (2016-10) [1.90 GB]
</dd>
</dl>
</dd>
@ -456,7 +444,7 @@
Download your dump from <a href="https://dumps.wikimedia.org/backup-index.html" rel="nofollow" class="external free">https://dumps.wikimedia.org/backup-index.html</a>
</li>
<li>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Select the dump and import it
@ -470,67 +458,67 @@
<span class="mw-headline" id="de.wikipedia.org">de.wikipedia.org</span>
</h3>
<h4>
<span class="mw-headline" id="de.wikipedia.org_Articles_.282016-09.29">de.wikipedia.org Articles (2016-09)</span>
<span class="mw-headline" id="de.wikipedia.org_Articles_.282016-10.29">de.wikipedia.org Articles (2016-10)</span>
</h4>
<div style="margin-left: 2em">
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_core.zip</a>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_core.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_xtn.search.core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_xtn.search.core.zip</a>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_xtn.search.core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_xtn.search.core.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_xtn.category.core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_xtn.category.core.zip</a>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_xtn.category.core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_xtn.category.core.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_xtn.category.link_db.001.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_xtn.category.link_db.001.zip</a>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_xtn.category.link_db.001.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_xtn.category.link_db.001.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000.zip</a>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000_db.002.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000_db.002.zip</a>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.002.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.002.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000_db.003.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000_db.003.zip</a>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.003.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.003.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000_db.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000_db.004.zip</a>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.004.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000_db.005.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000_db.005.zip</a>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.005.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.005.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.004.zip</a>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.004.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.100.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.100.zip</a>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.014.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.014.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.008.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.008.zip</a>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.100.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.100.zip</a>
</li>
</ul>
</div>
@ -744,71 +732,6 @@
</li>
</ul>
</div>
<h4>
<span class="mw-headline" id="de.wikipedia.org_Articles_.282016-10.29">de.wikipedia.org Articles (2016-10)</span>
</h4>
<div style="margin-left: 2em">
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_core.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_xtn.search.core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_xtn.search.core.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_xtn.category.core.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_xtn.category.core.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_xtn.category.link_db.001.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_xtn.category.link_db.001.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.002.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.002.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.003.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.003.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.004.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.005.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.000_db.005.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.004.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.004.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.014.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.014.zip</a>
</li>
</ul>
<ul>
<li>
<a href="http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.100.zip" rel="nofollow" class="external free">http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-10_html_ns.100.zip</a>
</li>
</ul>
</div>
<h4>
<span class="mw-headline" id="de.wikipedia.org_Images_.282016-10.29">de.wikipedia.org Images (2016-10)</span>
</h4>
@ -1178,18 +1101,6 @@ http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-06_file_ns.000_d
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-06_file_ns.000_db.027.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-08_file_core.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-08_file_ns.000_db.027.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_core.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_xtn.search.core.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000_db.002.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000_db.003.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000_db.004.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.000_db.005.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.004.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.100.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_html_ns.008.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_xtn.category.core.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_xtn.category.link_db.001.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_file_core.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_file_ns.004_db.002.zip
http://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-09_file_ns.100_db.001.zip

View File

@ -205,7 +205,7 @@
Download your dump from <a href="https://dumps.wikimedia.org/backup-index.html" rel="nofollow" class="external free">https://dumps.wikimedia.org/backup-index.html</a>
</li>
<li>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Select the dump and import it

View File

@ -382,7 +382,7 @@
Download your dump from <a href="https://dumps.wikimedia.org/backup-index.html" rel="nofollow" class="external free">https://dumps.wikimedia.org/backup-index.html</a>
</li>
<li>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Select the dump and import it

View File

@ -205,7 +205,7 @@
Download your dump from <a href="https://dumps.wikimedia.org/backup-index.html" rel="nofollow" class="external free">https://dumps.wikimedia.org/backup-index.html</a>
</li>
<li>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline">Dashboard/Import/Offline</a>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Import/Offline.html" id="xolnki_5" title="Dashboard/Import/Offline" class="xowa-visited">Dashboard/Import/Offline</a>
</li>
<li>
Select the dump and import it

View File

@ -101,6 +101,14 @@
<td width='20%' valign='top' style='padding-left:5px;'>
<h2><span class='mw-headline' id='Recent_News'> Recent News </span></h2>
<b>2016-10-16</b> English and German Wikipedia updated<br/>
<ul>
<li> <a href="https://archive.org/details/Xowa_enwiki_latest" class="external text" rel="nofollow">English Wikipedia</a>
</li>
<li> <a href="https://archive.org/details/Xowa_dewiki_latest" class="external text" rel="nofollow">German Wikipedia</a>
</li>
</ul>
<b>2016-09-25</b> French, English and German Wikipedia updated<br/>
<ul>
<li> <a href="https://archive.org/details/Xowa_frwiki_latest" class="external text" rel="nofollow">French Wikipedia</a>