From 2fa92d6e3440740462b9bc8d3efbd99bbe1a2dee Mon Sep 17 00:00:00 2001
From: gnosygnu
- https://simple.wikipedia.org
- https://en.wikipedia.org (Android)
+ https://en.wikipedia.org (Android)
- If you need information on wiki syntax, you should consult the Wikipedia Wiki markup page.
+ If you need information on wiki syntax, you should consult the Wikipedia Wiki markup page.
- The Import online page lists 800+ wikis that can be imported by clicking on a link.
+ The Import online page lists 800+ wikis that can be imported by clicking on a link.
- The Import offline page can generate a script that will import a wiki.
+ The Import offline page can generate a script that will import a wiki.
- The list of data dumps allows you to download dumps for any wiki with one mouse click. However, there are times when you want to manually import a wiki:
+ The list of data dumps allows you to download dumps for any wiki with one mouse click. However, there are times when you want to manually import a wiki:
- Setup Custom Wiki
- Note that there may also be images in your commons directory which can only be removed by deleting the entire directory: C:\xowa\file\commons.wikimedia.org
+ Note that there may also be images in your commons directory which can only be removed by deleting the entire directory: C:\xowa_release\file\commons.wikimedia.org
- For example, if you have viewed the Earth article in Simple Wikipedia you will have downloaded the The Earth seen from Apollo 17.jpg to C:\xowa\file\commons.wikimedia.org not to C:\xowa\file\simple.wikipedia.org. Note that commons is the destination because the actual online url for the image is https://commons.wikimedia.org/wiki/File:The Earth seen from Apollo 17.jpg.
+ For example, if you have viewed the Earth article in Simple Wikipedia you will have downloaded the The Earth seen from Apollo 17.jpg to C:\xowa_release\file\commons.wikimedia.org not to C:\xowa_release\file\simple.wikipedia.org. Note that commons is the destination because the actual online url for the image is https://commons.wikimedia.org/wiki/File:The Earth seen from Apollo 17.jpg.
- If you are using the automated set up from Dashboard/Import/Online, the BZ2 file is moved to /xowa/wiki/#done. XOWA does not delete this file in case the user wants to re-import the wiki, and avoid redownloading the entire file.
+ If you are using the automated set up from Dashboard/Import/Online, the BZ2 file is moved to /xowa/wiki/#done. XOWA does not delete this file in case the user wants to re-import the wiki, and avoid redownloading the entire file.
- The best place to start is Wikipedia's guide for editing: https://en.wikipedia.org/wiki/Help:Getting_started
+ The best place to start is Wikipedia's guide for editing: https://en.wikipedia.org/wiki/Help:Getting_started
The table below is provided for reference. Note the following columns:
@@ -766,7 +766,7 @@ para 2
- For more info, see https://en.wikipedia.org/wiki/Help:Category
+ For more info, see https://en.wikipedia.org/wiki/Help:Category
- For more info, see https://en.wikipedia.org/wiki/Wikipedia:Picture_tutorial
+ For more info, see https://en.wikipedia.org/wiki/Wikipedia:Picture_tutorial
- Most magic words are supported, such as
- Templates are supported, such as
Here's a brief example:
@@ -951,7 +951,7 @@ para 2
Modules
- Modules are supported, such as
Here's a brief example:
@@ -1134,7 +1134,7 @@ return p
- The search feature is based off of the PageRank algorithm. Because of the complicated, recursive nature of the algorithm, the index can only be run for the entire wiki at once -- not every time a page changes. For small wikis, search reindexing will complete in a few seconds. For a large wiki like en.wikipedia.org, it could take 12 hours.
+ The search feature is based off of the PageRank algorithm. Because of the complicated, recursive nature of the algorithm, the index can only be run for the entire wiki at once -- not every time a page changes. For small wikis, search reindexing will complete in a few seconds. For a large wiki like en.wikipedia.org, it could take 12 hours.
- A simplified definition of scaling is converting a number from one range to another range based on proportion. For a more thorough definition, see the Wikipedia page on feature scaling
+ A simplified definition of scaling is converting a number from one range to another range based on proportion. For a more thorough definition, see the Wikipedia page on feature scaling
For example, let's say you have a score of 100 in a range of 0 to 400 and want to scale it to 0 to 1000. The following steps would be involved:
@@ -123,7 +123,7 @@ newScore = \frac{oldScore - \text{min}(oldRange)} {\text{max}(oldRange)-\text{mi
Ranking
- A simplified definition of ranking is assigning a number based on its order in a population of numbers. For those familiar with a school setting, this is "grading on a curve". For a more thorough definition, see the Wikipedia page on percentile ranks
+ A simplified definition of ranking is assigning a number based on its order in a population of numbers. For those familiar with a school setting, this is "grading on a curve". For a more thorough definition, see the Wikipedia page on percentile ranks
For example, let's say you have the following:
@@ -219,7 +219,7 @@ newScore = \frac{oldScore - \text{min}(oldRange)} {\text{max}(oldRange)-\text{mi
PageRank
- The basis of XOWA's page score is PageRank.
+ The basis of XOWA's page score is PageRank.
In brief, PageRank will give high scores to pages which are:
@@ -233,7 +233,7 @@ newScore = \frac{oldScore - \text{min}(oldRange)} {\text{max}(oldRange)-\text{mi
- Note that #2 is recursive (a page will have a high score only if it is linked to by many pages). For more info, a good starting point is the Wikipedia page on PageRank.
+ Note that #2 is recursive (a page will have a high score only if it is linked to by many pages). For more info, a good starting point is the Wikipedia page on PageRank.
After XOWA calculates the PageRank, XOWA then scales this score in a range of 0 to 1,000,000
diff --git a/home/wiki/App/Search/Special_page.html b/home/wiki/App/Search/Special_page.html
index e50b6aaf3..7bd2e6763 100644
--- a/home/wiki/App/Search/Special_page.html
+++ b/home/wiki/App/Search/Special_page.html
@@ -59,13 +59,13 @@
For example, after searching for Earth, the url string will read:
-
If you want to hide redirects, change this to:
-
If you want to search in a different namespace, you have two options
diff --git a/home/wiki/App/Setup/System_requirements.html b/home/wiki/App/Setup/System_requirements.html
index 95c60fedc..ac4bedb9d 100644
--- a/home/wiki/App/Setup/System_requirements.html
+++ b/home/wiki/App/Setup/System_requirements.html
@@ -50,7 +50,7 @@
Memory: 512 MB minimum; 2 GB recommended
- XOWA also allows customization of shortcuts by modifying the custom gfs file. See: Options: App - Startup
+ XOWA also allows customization of shortcuts by modifying the custom gfs file. See: Options: App - Startup
Shortcuts should be chosen wisely. In particular, using "http", "https" and "file" as a shortcut is heavily discouraged. Similarly, "Category", "Talk", "Help", "Template", "Wikipedia" and other wiki namespaces should be avoided.
diff --git a/home/wiki/App/UI/Night_mode.html b/home/wiki/App/UI/Night_mode.html
index 5f9677c11..3d018e1ac 100644
--- a/home/wiki/App/UI/Night_mode.html
+++ b/home/wiki/App/UI/Night_mode.html
@@ -142,7 +142,7 @@
CSS
- Colors for all HTML content are specified through the CSS. By default, XOWA uses a global css at C:\xowa\bin\any\xowa\html\css\nightmode\xowa_night.css.
+ Colors for all HTML content are specified through the CSS. By default, XOWA uses a global css at C:\xowa_release\bin\any\xowa\html\css\nightmode\xowa_night.css.
- For example, http://en.wikipedia.org/wiki/Earth has an image called File:Solar_Life_Cycle.svg. If you have Commons and click on the image, you will get a view that is similar to http://commons.wikimedia.org/wiki/File:Solar_Life_Cycle.svg
+ For example, http://en.wikipedia.org/wiki/Earth has an image called File:Solar_Life_Cycle.svg. If you have Commons and click on the image, you will get a view that is similar to http://commons.wikimedia.org/wiki/File:Solar_Life_Cycle.svg
Note that Wikipedia may display images under an "en.wikipedia.org" url, but it has actually retrieved the data from commons.wikimedia.org.
@@ -33,7 +33,7 @@
Main Image
- If you click on the main image on its File Page, it will download the original size image and open it in your image viewer. For example, clicking on the image at http://commons.wikimedia.org/wiki/File:Mona_Lisa,_by_Leonardo_da_Vinci,_from_C2RMF_retouched.jpg will download and open the full 7,479 × 11,146 image (89.9 MB).
+ If you click on the main image on its File Page, it will download the original size image and open it in your image viewer. For example, clicking on the image at http://commons.wikimedia.org/wiki/File:Mona_Lisa,_by_Leonardo_da_Vinci,_from_C2RMF_retouched.jpg will download and open the full 7,479 × 11,146 image (89.9 MB).
- Note that the same process can also be applied to other MediaWiki wikis. For example, the Nethack wiki runs on MediaWiki and makes its dumps available for offline use:
+ Note that the same process can also be applied to other MediaWiki wikis. For example, the Nethack wiki runs on MediaWiki and makes its dumps available for offline use:
@@ -115,13 +115,13 @@
Create a folder for the wikia dump. For example,
- For example, http://en.wikipedia.org/wiki/Earth used to have a link at the bottom of the page with the text of [[fr:Terre]]. This was a link to the Earth article on http://fr.wikipedia.org/wiki/Terre .
+ For example, http://en.wikipedia.org/wiki/Earth used to have a link at the bottom of the page with the text of [[fr:Terre]]. This was a link to the Earth article on http://fr.wikipedia.org/wiki/Terre .
With Phase 1, this link was removed, and now Wikipedia does a lookup into wikidata to find the corresponding Terre article.
@@ -55,7 +55,7 @@
diff --git a/home/wiki/App/Xtn/Html/Popups.html b/home/wiki/App/Xtn/Html/Popups.html
index be9eff1fc..d1eac3375 100644
--- a/home/wiki/App/Xtn/Html/Popups.html
+++ b/home/wiki/App/Xtn/Html/Popups.html
@@ -119,10 +119,10 @@
Background
- XOWA Popups is based on MediaWiki's Hovercards and Navigation popups. It does not aim to be an exact reproduction of either, but picks the best features from each.
+ XOWA Popups is based on MediaWiki's Hovercards and Navigation popups. It does not aim to be an exact reproduction of either, but picks the best features from each.
- The javascript was modified from Reference tooltips, which was kindly provided by Schnark.
+ The javascript was modified from Reference tooltips, which was kindly provided by Schnark.
- When you're done, visit Diagnostics and click on the Score links
+ When you're done, visit Diagnostics and click on the Score links
- Wikipedia stores some images in a separate location. XOWA still needs code to detect this location, copy it offline, and show it correctly. This should be done in the next few releases, but in the meantime it's heavily recommended that you don't use Automatic sync for all pages.
- First, as background, the Wikidata.js file was developed by Schnark as a way to view Wikidata pages within XOWA. You can see a screenshot here. As with all of Schnark's contributions, it was a well-developed piece of code that has performed its task perfectly for over a year and a half.
+ First, as background, the Wikidata.js file was developed by Schnark as a way to view Wikidata pages within XOWA. You can see a screenshot here. As with all of Schnark's contributions, it was a well-developed piece of code that has performed its task perfectly for over a year and a half.
Unfortunately, the latest changes to the Wikidata scheme don't work with Wikidata.js. The Wikibase team introduced a new JSON schema that is different than the old model. The structure is basically the same, but the json paths are different.
@@ -647,7 +647,7 @@
Release: v1.6.3 (2014-06-15 21:53 Sun)
- v1.6.2 was mostly about infrastructure changes. I changed tidy to parse only page content, while cleaning up most of the HTML <head> generation. Both these items took longer than expected. I did manage to add options to handle auto-collapse / auto expand, and included a few javascript refinements thanks to Schnark.
+ v1.6.2 was mostly about infrastructure changes. I changed tidy to parse only page content, while cleaning up most of the HTML <head> generation. Both these items took longer than expected. I did manage to add options to handle auto-collapse / auto expand, and included a few javascript refinements thanks to Schnark.
v1.6.3 will shift focus a bit. The enwiki dump finally started, and I'm going to try to change the update process to delete unused files. Enwiki is approximately 86.4 GB and has a turnover of 1 - 2 GB per month. If the unused images are deleted, I'm hoping to get back into the 70s, if not lower. I'm also going to explore an automated update option for these image databases. As most of my attention will be on enwiki this week, I'm going to skip generating wikis for other languages. Finally, I'm going to experiment with Hovercards in XOWA. If I'm lucky, I may be able to get something in for a v1.6.* release. Otherwise, it'll have to wait for XOWA HTML dumps.
diff --git a/home/wiki/Blog/2015.html b/home/wiki/Blog/2015.html
index 3d86eda9b..2d335b8fd 100644
--- a/home/wiki/Blog/2015.html
+++ b/home/wiki/Blog/2015.html
@@ -695,7 +695,7 @@
Fix for simple-mode Category pages not loading
- 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 Import offline.
+ 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 Import offline.
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.
@@ -851,7 +851,7 @@
Redirects would not work if they had an argument. For example, #REDIRECT [[Target_page|link=collapsed]]
- The rest are more trivial in comparison. You can check the Change_log for more detail.
+ The rest are more trivial in comparison. You can check the Change_log for more detail.
- The rest are more trivial in comparison. You can check the Change_log for more detail.
+ The rest are more trivial in comparison. You can check the Change_log for more detail.
- XOWA was showing broken references on 2.6 millions pages for the 2015-10 English Wikipedia dump. This was due to some recent changes in Module:Citation/CS1. Specifically, the number of local variables in the citation0 function was greater than the default 200 limit for Luaj.
+ XOWA was showing broken references on 2.6 millions pages for the 2015-10 English Wikipedia dump. This was due to some recent changes in Module:Citation/CS1. Specifically, the number of local variables in the citation0 function was greater than the default 200 limit for Luaj.
I recompiled a new version of luaj_xowa.jar to fix this issue.
@@ -1465,7 +1465,7 @@
Various minor fixes
- There were a lot of other minor fixes in v2.8.1. Most of these are parser related, but there are a few interesting items under the change section. Please have a look at the Change_log
+ There were a lot of other minor fixes in v2.8.1. Most of these are parser related, but there are a few interesting items under the change section. Please have a look at the Change_log
- As a result, v2.7.3 now has a new Bookmarks page. These entries get saved in the user database (C:\xowa\xowa.user.anonymous.sqlite3) . In addition, it supports HTTP Server mode. For more info, see App/Bookmarks
+ As a result, v2.7.3 now has a new Bookmarks page. These entries get saved in the user database (C:\xowa_release\xowa.user.anonymous.sqlite3) . In addition, it supports HTTP Server mode. For more info, see App/Bookmarks
I didn't have time to add folder support for this release. I'm planning to add in the future, but it may wait until I can clear more Android tasks out of the way. If you want this feature, please create an issue at github .
@@ -1540,7 +1540,7 @@
Minor miscellaneous fixes
- There were a bunch of minor fixes. None of these are worth further explanation, so please take a quick look at the Change_log
+ There were a bunch of minor fixes. None of these are worth further explanation, so please take a quick look at the Change_log
- WMF is currently having problems with the XML data dumps. Unfortunately, it failed in a way to break auto-dump downloading in Import Online. Basically, the "latest-pages-articles.xml.bz2" file is being wiped out in the new multi-phase dump. See https://phabricator.wikimedia.org/T89273 and https://lists.wikimedia.org/pipermail/xmldatadumps-l/2015-July/001156.html
+ WMF is currently having problems with the XML data dumps. Unfortunately, it failed in a way to break auto-dump downloading in Import Online. Basically, the "latest-pages-articles.xml.bz2" file is being wiped out in the new multi-phase dump. See https://phabricator.wikimedia.org/T89273 and https://lists.wikimedia.org/pipermail/xmldatadumps-l/2015-July/001156.html
v2.7.2 now goes back one dump month if the "latest-pages-articles.xml.bz2" is not there. In the case of Japanese Wikipedia, it does this:
@@ -1667,7 +1667,7 @@
Close XOWA
- v2.5.4.1 is a significant release. In brief, it involved a rewrite of the online file downloading system to use the same system as the offline version. It also includes instructions for building the image databases on Dashboard/Image_databases as well as an Android alpha. It may be worthwhile to go through the items in Change_log
+ v2.5.4.1 is a significant release. In brief, it involved a rewrite of the online file downloading system to use the same system as the offline version. It also includes instructions for building the image databases on Dashboard/Image_databases as well as an Android alpha. It may be worthwhile to go through the items in Change_log
As a side-note, I've not generated image databases for a few weeks. This is due to the dumps being badly broken at http://dumps.wikimedia.org/backup-index.html See https://lists.wikimedia.org/pipermail/xmldatadumps-l/2015-May/date.html and https://phabricator.wikimedia.org/T98585 .
diff --git a/home/wiki/Blog/2016-01.html b/home/wiki/Blog/2016-01.html
index c1219994c..a52b87bdf 100644
--- a/home/wiki/Blog/2016-01.html
+++ b/home/wiki/Blog/2016-01.html
@@ -25,7 +25,7 @@
diff --git a/home/wiki/Blog/2016-02.html b/home/wiki/Blog/2016-02.html
index f0fb0645c..cb2745409 100644
--- a/home/wiki/Blog/2016-02.html
+++ b/home/wiki/Blog/2016-02.html
@@ -25,7 +25,7 @@
- This was a bug that I introduced back in 3.1.1. Title search doesn't work. For example: https://en.wikipedia.org/wiki/Special:Search?search=Earth&fulltext=y .
+ This was a bug that I introduced back in 3.1.1. Title search doesn't work. For example: https://en.wikipedia.org/wiki/Special:Search?search=Earth&fulltext=y .
If you've built a wiki with any 3.1.* version, you will have to rebuild it. You can do this with the following:
diff --git a/home/wiki/Blog/2016-03.html b/home/wiki/Blog/2016-03.html
index ac72b3af1..ae30a1056 100644
--- a/home/wiki/Blog/2016-03.html
+++ b/home/wiki/Blog/2016-03.html
@@ -25,7 +25,7 @@
- A user requested some parser functionality for Wikia wikis (see https://en.wikipedia.org/wiki/User_talk:Gnosygnu . This release now supports the <choose> and <tabber> extensions.
+ A user requested some parser functionality for Wikia wikis (see https://en.wikipedia.org/wiki/User_talk:Gnosygnu . This release now supports the <choose> and <tabber> extensions.
- For example, a lot of Wikipedia pages will have a small box called "Authority Control" at the bottom of the page. This box will have links to other pages like https://en.wikipedia.org/wiki/Integrated_Authority_Control If a million pages have this Integrated Authority Control link, then PageRank rates this page highly. ("1 million pages link to it!") However, the page itself is fairly short, and is not really one of the most important articles in Wikipedia (it would score higher than India, Insect, Italy, etc).
+ For example, a lot of Wikipedia pages will have a small box called "Authority Control" at the bottom of the page. This box will have links to other pages like https://en.wikipedia.org/wiki/Integrated_Authority_Control If a million pages have this Integrated Authority Control link, then PageRank rates this page highly. ("1 million pages link to it!") However, the page itself is fairly short, and is not really one of the most important articles in Wikipedia (it would score higher than India, Insect, Italy, etc).
v3.6.3 tries to reduce the importance of these pages if these articles are "short". This heuristic was already present in the previous versions of the search engine, but has been further tweaked.
diff --git a/home/wiki/Blog/2016-07.html b/home/wiki/Blog/2016-07.html
index 12c4255d4..ba896e3c9 100644
--- a/home/wiki/Blog/2016-07.html
+++ b/home/wiki/Blog/2016-07.html
@@ -25,7 +25,7 @@
@@ -197,7 +197,7 @@
(PC) Support the lsth parser function
- I discovered that a number of English Wikipedia pages used the {{#lsth}} function. In brief, this function includes a section from another page on the current page. For example: https://en.wikipedia.org/wiki/10s_BC . I ended up rewriting the lst functions to support this behavior.
+ I discovered that a number of English Wikipedia pages used the {{#lsth}} function. In brief, this function includes a section from another page on the current page. For example: https://en.wikipedia.org/wiki/10s_BC . I ended up rewriting the lst functions to support this behavior.
- v3.9.4.1 now is able to show wikitext pages in the MediaWiki namespace. For example, https://en.wikipedia.org/wiki/MediaWiki:Edittools .
+ v3.9.4.1 now is able to show wikitext pages in the MediaWiki namespace. For example, https://en.wikipedia.org/wiki/MediaWiki:Edittools .
- v3.8.5.1 had a bug that broke Category pages. For example, https://simple.wikipedia.org/wiki/Category:Earth . This would only retrieve one random category. v3.9.2.1 fixes the issue.
+ v3.8.5.1 had a bug that broke Category pages. For example, https://simple.wikipedia.org/wiki/Category:Earth . This would only retrieve one random category. v3.9.2.1 fixes the issue.
- Dashboard/Import/Offline was broken due to the recent changes in the Category system. In addition, there were a few other minor fixes.
+ Dashboard/Import/Offline was broken due to the recent changes in the Category system. In addition, there were a few other minor fixes.
- 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, https://en.wikipedia.org/wiki/Paris This was fixed in this release
+ 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, https://en.wikipedia.org/wiki/Paris This was fixed in this release
- XOWA Android would show pages which have horizontal scrollbars. They appear mostly because of what's called Navigation boxes ("navboxes") at the bottom of the page. For example, go to https://en.wikipedia.org/wiki/Earth#External_links and see the section called "Articles related to Earth"
+ XOWA Android would show pages which have horizontal scrollbars. They appear mostly because of what's called Navigation boxes ("navboxes") at the bottom of the page. For example, go to https://en.wikipedia.org/wiki/Earth#External_links and see the section called "Articles related to Earth"
The Wikipedia Mobile App and the Wikipedia Mobile Site both hide these by default. XOWA Android used to show them by default. This was a deliberate decision on my side, because (a) I generally like to show as much content as possible and (b) I do find them useful.
diff --git a/home/wiki/Blog/2017-01.html b/home/wiki/Blog/2017-01.html
index 221844b4e..b6d2472a2 100644
--- a/home/wiki/Blog/2017-01.html
+++ b/home/wiki/Blog/2017-01.html
@@ -25,7 +25,7 @@
@@ -182,7 +182,7 @@
Since the start, XOWA used a date-of-release versioning scheme. For example, version 3.12.2.1 meant the version released in the 3rd year after XOWA's release, in the 12th month and the 2nd week.
- XOWA is now adopting a new versioining scheme closer to semantic versioning. Specifically:
+ XOWA is now adopting a new versioining scheme closer to semantic versioning. Specifically:
XOWA finally supports full-text search. This was a complicated change involving a new Special page (Special:XowaSearch) and a new Java library (Lucene). There will be more changes in future releases, but the current version should work well enough for PCs as well as Android devices.
@@ -172,7 +172,7 @@
You can also build your own full-text search indexes for existing Download Central wikis. To try it, see App/Full-text_search/Lucene/Search_indexes/Building
- For more details see App/Full-text_search
+ For more details see App/Full-text_search
- XOWA stores its logs at C:\xowa\user\anonymous\app\tmp\log. XOWA used to store the current directory in a folder called
This version replaces the current directory with a timestamp directory which should now reduce the likelihood of errors.
diff --git a/home/wiki/Blog/2017-04.html b/home/wiki/Blog/2017-04.html
index 87b261526..ed9c56eca 100644
--- a/home/wiki/Blog/2017-04.html
+++ b/home/wiki/Blog/2017-04.html
@@ -25,7 +25,7 @@
@@ -246,22 +246,22 @@
@@ -316,31 +316,31 @@
(fix) [broken since:v0.12.2] Parser: Malformed table can cause page to fail (rare); EX:<div>a{|\n|!. See: http://en.wikisource.org/wiki/Page:A_Basic_Guide_to_Open_Educational_Resources.pdf/99
@@ -386,16 +386,16 @@
@@ -779,16 +779,16 @@
(done) History: Menu bar's History should always go to home/wiki/Special:XowaPageHistory, not currentWiki/wiki/Special:XowaPageHistory.
@@ -865,10 +865,10 @@
@@ -985,7 +985,7 @@
(done) Parser: Missing messages for non-English languages should use English message. See: http://la.wikipedia.org/wiki/Fasciculus:HannibalFrescoCapitolinec1510.jpg
@@ -1056,7 +1056,7 @@
(fix) [broken since:v0.7.3] History: Back / forward did not differentiate namespaces; EX:Unicode -> Category:Unicode {detected by Schnark}.
@@ -1617,7 +1617,7 @@
@@ -1702,19 +1702,19 @@
(fix) Gui: Icon updated to have a smoother look {contributed by hidp123}.
@@ -225,7 +225,7 @@
@@ -297,13 +297,13 @@
@@ -341,7 +341,7 @@
@@ -447,7 +447,7 @@
@@ -464,13 +464,13 @@
@@ -522,7 +522,7 @@
@@ -617,7 +617,7 @@
Import: Download css for wikidata from Q2 instead of Main_Page.
@@ -664,7 +664,7 @@
Parser.Template: Support subst re-evaluating result of template (affects several pt.w pages with "switch" in reference and long horizontal scroll bars); EX:{{subst:Test}} where Template:Test is {{<includeonly>subst:</includeonly>#switch:1|1=y|default=n}}. See: https://pt.wikipedia.org/wiki/Argentina https://pt.wikipedia.org/wiki/Brasil https://pt.wikipedia.org/wiki/Reino_Unido
@@ -672,16 +672,16 @@
@@ -689,13 +689,13 @@
@@ -769,7 +769,7 @@
@@ -824,13 +824,13 @@
@@ -894,10 +894,10 @@
Scribunto: Handle integer regex / replace arguments (affects 15 en.d pages showing a script error ); EX:mw.ustring.gsub('text', 1, 2). See: https://en.wiktionary.org/wiki/λύω https://en.wiktionary.org/wiki/ἐσθίω
@@ -949,7 +949,7 @@
Parser.Xml: Close <u> when 2nd <u> is seen (affects extended underline sections); EX:<u>a<u> -> <u>a</u>. See: https://en.wikibooks.org/wiki/Textbook_of_Psychiatry/Alcoholism_and_Psychoactive_Substance_Use_Disorders
@@ -1107,13 +1107,13 @@
@@ -1149,7 +1149,7 @@
@@ -1171,19 +1171,19 @@
Scribunto.Luaj: Fix OutOfBounds error when matching with frontier patterns (affects script error on many pages in plwiktionary). See: https://pl.wiktionary.org/wiki/pies
@@ -1375,10 +1375,10 @@
Module.Top_icon: Add module to reposition icon in top right hand corner (nlwiki only) (affects icon / coords being jumbled with infobox in nlwiki). See: https://nl.wikipedia.org/wiki/Yosemite_National_Park
@@ -1425,7 +1425,7 @@
@@ -1506,13 +1506,13 @@
Parser.Template: Handle multiple identical integer keys (affects broken links on some elwiktionary pages); EX:{{A|1=a|1=b}} -> b x> a. See: https://el.wiktionary.org/wiki/ἔχω https://el.wiktionary.org/wiki/Ηνωμένες_Πολιτείες_της_Αμερικής https://el.wiktionary.org/wiki/Πηνειός
@@ -1564,10 +1564,10 @@
@@ -1634,22 +1634,22 @@
@@ -1723,7 +1723,7 @@
@@ -1734,7 +1734,7 @@
Module.Popups: Reduce hide window time from 600 ms back to 400 ms. See: Options/Popups
@@ -1998,10 +1998,10 @@
@@ -2100,7 +2100,7 @@
Module.Popups: Add Popup functionality for hovering over links. See Options/Popups and App/Xtn/Html/Popups.
@@ -2127,7 +2127,7 @@
@@ -2147,13 +2147,13 @@
@@ -2446,7 +2446,7 @@
@@ -2560,7 +2560,7 @@
Gui: Expand number of available UI languages. See: Options/Language
@@ -2705,13 +2705,13 @@
Javascript.References: Change references to show all items with "reference" class, not just "reference-text" (affects references not showing up when jtidy is enabled (jtidy does not implement enclose-block-text well)); EX:$content = $footnote.find('.reference-text');. See: /xowa/bin/any/javascript/xowa/article_view/jquery.reference-tooltips.js
@@ -2727,7 +2727,7 @@
@@ -2758,7 +2758,7 @@
@@ -2834,7 +2834,7 @@
Memory: Release memory from bfr while retrieving messages. See: https://pl.wikiquote.org/wiki/Wikicytaty:Cytat_dnia/listopad
@@ -2919,13 +2919,13 @@
Scribunto.Regex: Convert ^ to \G, not ^ (affects category headers not loading on cs.n Category DMY pages); EX:"^a" -> "\Ga" x> "^a". See: https://cs.wikinews.org/wiki/Category:1._září_2008
@@ -3115,10 +3115,10 @@
@@ -3146,7 +3146,7 @@
@@ -3201,7 +3201,7 @@
References: Refactor References code to reuse page-level References manager.
@@ -3359,7 +3359,7 @@
@@ -3442,10 +3442,10 @@
@@ -3488,10 +3488,10 @@
@@ -3533,7 +3533,7 @@
@@ -3563,10 +3563,10 @@
@@ -3672,16 +3672,16 @@
Scribunto: Improve performance for enwiktionary; EX:mw.lua. See: https://en.wiktionary.org/wiki/earth https://en.wiktionary.org/wiki/war
@@ -3689,16 +3689,16 @@
@@ -3762,7 +3762,7 @@
@@ -3785,13 +3785,13 @@
Parser.Xml: Ignore empty <pre>; EX:<pre></pre>. See: https://uk.wikibooks.org/wiki/HTML
@@ -3799,7 +3799,7 @@
@@ -3844,7 +3844,7 @@
Parser.Link: Parse remainder of link when link is invalid; EX:[[|<i>a</i>]]. See: https://ar.wikipedia.org/wiki/الصومال
@@ -3852,7 +3852,7 @@
@@ -3989,7 +3989,7 @@
Parser.Comment: Trim multiple blank comment-lines; EX:<!---->\n<!---->\n. See: https://el.wiktionary.org/wiki/α
@@ -4026,7 +4026,7 @@
Math: Note that MikTeX may fail to update images dynamically for first page {detected by William}.
@@ -4088,19 +4088,19 @@
@@ -4197,13 +4197,13 @@
FirefoxAddon: Reload images if page is refreshed.
@@ -4273,13 +4273,13 @@
Parser.Table: Start table for orphaned <tr>; EX:<tr> -> <table><tr>. See: https://pl.wikipedia.org/wiki/Portal:Technika
@@ -4391,7 +4391,7 @@
Wikisource.Page: Support onlysection; EX:<pages onlysection="a"/>.
@@ -4744,7 +4744,7 @@
DynamicPageList: Handle incorrect one line statements; EX:<dynamicpagelist>category=A category=B</dynamicpagelist>. See: http://en.wikinews.org/wiki/Portal:Austria/Wikipedia
@@ -315,7 +315,7 @@
@@ -365,13 +365,13 @@
@@ -471,7 +471,7 @@
@@ -621,13 +621,13 @@
@@ -897,7 +897,7 @@
@@ -1008,16 +1008,16 @@
@@ -1131,10 +1131,10 @@
@@ -1187,10 +1187,10 @@
@@ -1212,16 +1212,16 @@
@@ -1229,7 +1229,7 @@
@@ -1265,7 +1265,7 @@
Html: Show multi-language drop-down for Chinese languages {assisted by anonymous4}. See: https://zh.wikipedia.org/wiki/太阳
@@ -1322,16 +1322,16 @@
Scribunto: Support Lua frontier pattern %f (affects none known); EX:gsub('thE QUICK brOWN FOx JUMPS', '%f[%a]%u+%f[%A]', '-') -> 'thE - brOWN FOx -'. See: http://lua-users.org/wiki/FrontierPattern
@@ -1514,7 +1514,7 @@
ParserFunctions.Lang: Add support for "gender" function (affects es.v Main_Page showing [[:Plantilla:Género:]]) {detected by gnosygnu.gui}. See: https://es.wikivoyage.org/wiki/Página_principal
@@ -1536,7 +1536,7 @@
@@ -1829,7 +1829,7 @@
@@ -1879,10 +1879,10 @@
File: Download files into *-file-user.xowa databases (no more #meta). See: App/Basics/Files
@@ -2070,7 +2070,7 @@
Options: Redesign Option pages to use tab interface {contributed by anonymous4}. See: Options/Window
@@ -2117,7 +2117,7 @@
Javascript: Add TitleRewrite gadget (affects several pt.s pages showing h1 tag in body of text) {detected by anonymous}. See: https://pt.wikisource.org/wiki/Autor:Florbela_Espanca
@@ -2192,10 +2192,10 @@
Scribunto: Cache previous result of utf8_explode for performance (affects: many de.d pages taking 1 second to load); EX:/xowa/xtns/Scribunto/engines/LuaCommon/lualib/ustring/ustring.lua. See: https://de.wiktionary.org/wiki/aestival
@@ -2280,7 +2280,7 @@
@@ -2321,7 +2321,7 @@
@@ -2373,7 +2373,7 @@
File: Ignore missing bin db files (affects wiki to fail to load if one bin file is missing).
@@ -2440,7 +2440,7 @@
Image: Show images even if no meta-data exists for the original file (affects images not loading after one file has no meta-data). [broken since:v2.4.1]
@@ -2448,7 +2448,7 @@
@@ -2468,10 +2468,10 @@
@@ -2513,7 +2513,7 @@
@@ -2577,7 +2577,7 @@
@@ -2845,7 +2845,7 @@
@@ -2853,7 +2853,7 @@
@@ -2861,16 +2861,16 @@
@@ -2927,7 +2927,7 @@
File: Change default for Files Retrieval to true (affects images not loading if user forgets to change default). See: Options/Files
@@ -1823,7 +1823,7 @@
@@ -1866,7 +1866,7 @@
@@ -2181,7 +2181,7 @@
Resolved by: Change titleLib.GetProtectionLevels to return semi-protected instead of null.
@@ -2323,7 +2323,7 @@
@@ -2395,7 +2395,7 @@
@@ -2457,7 +2457,7 @@
Example: [[File:A.png|link=w:]].
@@ -2708,7 +2708,7 @@
Example: Erreur de script: @C:/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: java.lang.ClassCastException: [Lgplx.Keyval; cannot be cast to java.lang.String.
@@ -3800,7 +3800,7 @@
@@ -3826,7 +3826,7 @@
Message:
@@ -3989,7 +3989,7 @@
@@ -4325,7 +4325,7 @@
@@ -5031,7 +5031,7 @@
Image: Load images directly in html if page has already been viewed.
@@ -5081,7 +5081,7 @@
@@ -5133,7 +5133,7 @@
@@ -5155,7 +5155,7 @@
@@ -5177,7 +5177,7 @@
@@ -5185,16 +5185,16 @@
@@ -330,7 +330,7 @@
Example: [1, 2, 3, 5] -> [1, 2, 3, null, 5].
@@ -211,7 +211,7 @@
@@ -237,7 +237,7 @@
Message:
@@ -400,7 +400,7 @@
@@ -99,7 +99,7 @@
Example: Erreur de script: @C:/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: java.lang.ClassCastException: [Lgplx.Keyval; cannot be cast to java.lang.String.
@@ -141,7 +141,7 @@
@@ -203,7 +203,7 @@
Example: [[File:A.png|link=w:]].
@@ -202,7 +202,7 @@
Resolved by: Change titleLib.GetProtectionLevels to return semi-protected instead of null.
diff --git a/home/wiki/Change_log/v3.9.4.1.html b/home/wiki/Change_log/v3.9.4.1.html
index 7c1bea8ac..08a9f834e 100644
--- a/home/wiki/Change_log/v3.9.4.1.html
+++ b/home/wiki/Change_log/v3.9.4.1.html
@@ -64,7 +64,7 @@
@@ -122,7 +122,7 @@
@@ -165,7 +165,7 @@
@@ -104,7 +104,7 @@
Example: [1, 2, 3, 5] -> [1, 2, 3, null, 5].
- https://commons.wikimedia.org
+ https://commons.wikimedia.org
https://it.wiktionary.org
- XOWA stores the CSS for a wiki page in the following directory: C:\xowa\user\anonymous\wiki\ For example, for simple.wikipedia.org, the css is in C:\xowa\user\anonymous\wiki\simple.wikipedia.org
+ XOWA stores the CSS for a wiki page in the following directory: C:\xowa_release\user\anonymous\wiki\ For example, for simple.wikipedia.org, the css is in C:\xowa_release\user\anonymous\wiki\simple.wikipedia.org
- The logo in the upper right-hand corner is called logo.png and stored in C:\xowa\user\anonymous\wiki\simple.wikipedia.org\html\logo.png
+ The logo in the upper right-hand corner is called logo.png and stored in C:\xowa_release\user\anonymous\wiki\simple.wikipedia.org\html\logo.png
The CSS files are downloaded automatically from Wikimedia servers. xowa_common.css is the main file. xowa_wiki.css is the contents of the css at simple.wikipedia.org/wiki/MediaWiki:Commons.css
diff --git a/home/wiki/Dev/Design/Data_dump_format.html b/home/wiki/Dev/Design/Data_dump_format.html
index 0b51d423c..167c31403 100644
--- a/home/wiki/Dev/Design/Data_dump_format.html
+++ b/home/wiki/Dev/Design/Data_dump_format.html
@@ -18,7 +18,7 @@
- The Wikimedia data dump files are released in compressed forms: bzip2 or gzip. Prior to v0.5.2, XOWA required that the files be uncompressed in order to read them. v0.5.2 allows the user the option to either read directly from the compressed or uncompressed file.
+ The Wikimedia data dump files are released in compressed forms: bzip2 or gzip. Prior to v0.5.2, XOWA required that the files be uncompressed in order to read them. v0.5.2 allows the user the option to either read directly from the compressed or uncompressed file.
+ https://simple.wikipedia.org
@@ -372,7 +372,7 @@
@@ -410,7 +410,7 @@
@@ -453,7 +453,7 @@
@@ -485,7 +485,7 @@
diff --git a/home/wiki/App/Basics/Editing.html b/home/wiki/App/Basics/Editing.html
index a1f1e4475..93f067f5a 100644
--- a/home/wiki/App/Basics/Editing.html
+++ b/home/wiki/App/Basics/Editing.html
@@ -75,7 +75,7 @@
XOWA should support all forms of wiki syntax. Note that there may be outlier quirks due to discrepancies between XOWA's parsing approach and MediaWiki's.
Corrections / fixes are encouraged
@@ -100,7 +100,7 @@
Select and copy the wiki text.
C:\xowa\file\simple.wikipedia.org\...
+ If an image is found, XOWA downloads a temporary version of the file to C:\xowa_release\file\simple.wikipedia.org\...
C:\xowa\wiki\simple.wikipedia.org\simple.wikipedia.org-file-user.xowa
. This ensures that the file is still available even if the temporary version is deleted. Note that the cache on Options/Files will periodically delete temporary versions
+ As of v2.5.4.1, XOWA also saves Wikimedia files to C:\xowa_release\wiki\simple.wikipedia.org\simple.wikipedia.org-file-user.xowa
. This ensures that the file is still available even if the temporary version is deleted. Note that the cache on Options/Files will periodically delete temporary versions
C:\xowa\user\xowa.user.anonymous.sqlite3
. The table name is file_cache
+ You can view the cache in C:\xowa_release\user\xowa.user.anonymous.sqlite3
. The table name is file_cache
@@ -218,7 +218,7 @@
1 GB
- C:\xowa\file\en.wikipedia.org
+ C:\xowa_release\file\en.wikipedia.org
No
@@ -238,7 +238,7 @@
3 GB
- C:\xowa\wiki\en.wikipedia.org
+ C:\xowa_release\wiki\en.wikipedia.org
No
@@ -258,7 +258,7 @@
1.5 GB
- C:\xowa\wiki\en.wikipedia.org
+ C:\xowa_release\wiki\en.wikipedia.org
Yes
diff --git a/home/wiki/App/Category/Building.html b/home/wiki/App/Category/Building.html
index 71e0602eb..234b5a4de 100644
--- a/home/wiki/App/Category/Building.html
+++ b/home/wiki/App/Category/Building.html
@@ -22,7 +22,7 @@
-text-
in the file name. For example, en.wikipedia.org-text-ns.000.xowa
en.wiktionary.org
0,4,14
. For more info, see https://en.wikipedia.org/wiki/Wikipedia:Namespace
+ Choose namespaces for your wiki. For example, 0,4,14
. For more info, see https://en.wikipedia.org/wiki/Wikipedia:Namespace
wiki folder
listed on the Info page. For example, Simple Wikipedia files will go to C:\xowa\wiki\simple.wikipedia.org\
+ Unzip the files to the wiki folder
listed on the Info page. For example, Simple Wikipedia files will go to C:\xowa_release\wiki\simple.wikipedia.org\
en.wikipedia.org
in the list
diff --git a/home/wiki/App/Import/Import_overview.html b/home/wiki/App/Import/Import_overview.html
index bf6bfa026..b45a178d4 100644
--- a/home/wiki/App/Import/Import_overview.html
+++ b/home/wiki/App/Import/Import_overview.html
@@ -68,7 +68,7 @@
Import online by click
+ Setup Custom Wiki
- Import through Dashboard/Import/Offline
+ Import through Dashboard/Import/Offline
- Import through Dashboard/Import/Online
+ Import through Dashboard/Import/Online
diff --git a/home/wiki/App/Import/Removal.html b/home/wiki/App/Import/Removal.html
index 317b69848..4e58c5eee 100644
--- a/home/wiki/App/Import/Removal.html
+++ b/home/wiki/App/Import/Removal.html
@@ -35,20 +35,20 @@
diff --git a/home/wiki/App/Import/Simple_Wikipedia.html b/home/wiki/App/Import/Simple_Wikipedia.html
index cb7820aa5..25689b0e4 100644
--- a/home/wiki/App/Import/Simple_Wikipedia.html
+++ b/home/wiki/App/Import/Simple_Wikipedia.html
@@ -76,7 +76,7 @@
Download the file
zip from archive.org: https://archive.org/details/Xowa_simplewiki_latest
Images
@@ -800,7 +800,7 @@ para 2
Table of contents
@@ -919,7 +919,7 @@ para 2
Magic words
{{CURRENTTIME}}
and {{lc:string}}
. For more info, see https://en.wikipedia.org/wiki/Help:Magic_words
+ Most magic words are supported, such as {{CURRENTTIME}}
and {{lc:string}}
. For more info, see https://en.wikipedia.org/wiki/Help:Magic_words
Parser functions
@@ -931,7 +931,7 @@ para 2
Templates
{{my_template|arg_1|arg_2|etc...}}
. For more info, see https://en.wikipedia.org/wiki/Help:A_quick_guide_to_templates
+ Templates are supported, such as {{my_template|arg_1|arg_2|etc...}}
. For more info, see https://en.wikipedia.org/wiki/Help:A_quick_guide_to_templates
{{#invoke:my_module|my_function|arg_1|arg_2|etc...}}
. For more info, see https://en.wikipedia.org/wiki/Wikipedia:Lua
+ Modules are supported, such as {{#invoke:my_module|my_function|arg_1|arg_2|etc...}}
. For more info, see https://en.wikipedia.org/wiki/Wikipedia:Lua
<
). For more info, see https://en.wikipedia.org/wiki/Wikipedia:Page_name#Technical_restrictions_and_limitations
+ Try not to use punctuation. Some are invalid (For example: <
). For more info, see https://en.wikipedia.org/wiki/Wikipedia:Page_name#Technical_restrictions_and_limitations
Reindex search
diff --git a/home/wiki/App/Search/Address_bar.html b/home/wiki/App/Search/Address_bar.html
index 563cc53ca..95280c784 100644
--- a/home/wiki/App/Search/Address_bar.html
+++ b/home/wiki/App/Search/Address_bar.html
@@ -114,7 +114,7 @@
http://en.wikipedia.org/wiki/Special:Allpages?from=Earth&namespace=0&hideredirects=0
+ http://en.wikipedia.org/wiki/Special:Allpages?from=Earth&namespace=0&hideredirects=0
http://en.wikipedia.org/wiki/Special:Allpages?from=Earth&namespace=0&hideredirects=1
+ http://en.wikipedia.org/wiki/Special:Allpages?from=Earth&namespace=0&hideredirects=1
Generating a night-mode CSS from scratch
@@ -164,7 +164,7 @@
Click the "Show CSS" link
@@ -244,13 +244,17 @@
C:\xowa\wiki\dungeons.wikia.com
Current pages
dump from http://dungeons.wikia.com/wiki/Special:Statistics If a dump is not available, you can do the following
+ Download the Current pages
dump from http://dungeons.wikia.com/wiki/Special:Statistics If a dump is not available, you can do the following
Request a database dump
+ Visit http://dungeons.wikia.com/wiki/Special:Statistics You will see a button for Request a database dump
Wiki
choice from Wikipedia
to Other wiki
diff --git a/home/wiki/App/Wiki_types/Wikidata.html b/home/wiki/App/Wiki_types/Wikidata.html
index 0baaea708..7ac414e86 100644
--- a/home/wiki/App/Wiki_types/Wikidata.html
+++ b/home/wiki/App/Wiki_types/Wikidata.html
@@ -33,7 +33,7 @@
Phase 1 began in February of 2013. It involved moving all language links from an individual page to Wikidata.
diff --git a/home/wiki/App/Xtn/Mediawiki/Score.html b/home/wiki/App/Xtn/Mediawiki/Score.html
index 730289d66..72ba5a58e 100644
--- a/home/wiki/App/Xtn/Mediawiki/Score.html
+++ b/home/wiki/App/Xtn/Mediawiki/Score.html
@@ -144,7 +144,7 @@
Testing
Math, Helper Buttons (enlarge / more info), Musical scores, and other images don't work
In particular, math pages will lose all equations after a sync. For example, https://en.wikipedia.org/wiki/Pythagorean_theorem
+ Wikipedia stores some images in a separate location. XOWA still needs code to detect this location, copy it offline, and show it correctly. This should be done in the next few releases, but in the meantime it's heavily recommended that you don't use Automatic sync for all pages. In particular, math pages will lose all equations after a sync. For example, https://en.wikipedia.org/wiki/Pythagorean_theorem
diff --git a/home/wiki/Archive/Help/Version_notes.html b/home/wiki/Archive/Help/Version_notes.html
index 1914bb199..f1c8e217c 100644
--- a/home/wiki/Archive/Help/Version_notes.html
+++ b/home/wiki/Archive/Help/Version_notes.html
@@ -74,7 +74,7 @@
@@ -961,7 +961,7 @@
Image packages for Serbian, Malay and Bulgarian wikis
@@ -999,7 +999,7 @@
Image packages for Serbian, Malay and Bulgarian wikis
@@ -1026,7 +1026,7 @@
Fix for broken references in 2015-10 English Wikipedia dump
Next release: v2.8.2
@@ -1519,7 +1519,7 @@
The old version of the Bookmarks page was a simple feature. It basically added bookmarks to the bottom of a wiki page. Unfortunately, it was part of the "home" wiki and used the old text database format. I needed to convert the home wiki for Android, but couldn't do it without breaking Bookmarks.
New javascript libraries
@@ -1567,7 +1567,7 @@
Handle incomplete XML datadumps at http://dumps.wikimedia.org/backup-index.html
simple.wikipedia.org/wiki/Main_Page
@@ -1952,7 +1952,7 @@
Release: v2.5.4.1 (2015-05-25 01:15 Sun)
width:{{#expr:18*{{{Breite}}} }}em;
. See: https://de.wikipedia.org/w/index.php?title=Vorlage:Sitzverteilung/&action=edit
+ This value gets multiplied by various numbers in the template. For example: width:{{#expr:18*{{{Breite}}} }}em;
. See: https://de.wikipedia.org/w/index.php?title=Vorlage:Sitzverteilung/&action=edit
earth
), wildcards (e*
), multiple words (earth history
) and multiple wildcards (earth* history*
)
U.S.A.
or USA
; dont't
or dont
; half-life
or half
or life
.
@@ -186,10 +186,10 @@
@@ -325,7 +325,7 @@
Better performance: Search is much quicker. One word searches should come back subsecond and multiple words should come back in a few, with initial results coming back in the first second
(Android) New pages for "Import new wiki" and "XOWA Wikis"
diff --git a/home/wiki/Blog/2016-05.html b/home/wiki/Blog/2016-05.html
index c93101e0b..800eb3c03 100644
--- a/home/wiki/Blog/2016-05.html
+++ b/home/wiki/Blog/2016-05.html
@@ -25,7 +25,7 @@
(PC) Add torrent link / MD5 info to the Download Central Info page
diff --git a/home/wiki/Blog/2016-09.html b/home/wiki/Blog/2016-09.html
index 3d719ae1a..10e074830 100644
--- a/home/wiki/Blog/2016-09.html
+++ b/home/wiki/Blog/2016-09.html
@@ -25,7 +25,7 @@
(PC) Run GUI on Raspberry Pi
@@ -295,7 +295,7 @@
(PC) Fix for Category pages not working
(PC) New Category system to handle HTML dumps
diff --git a/home/wiki/Blog/2016-10.html b/home/wiki/Blog/2016-10.html
index 0d54be45e..8c09ba7a6 100644
--- a/home/wiki/Blog/2016-10.html
+++ b/home/wiki/Blog/2016-10.html
@@ -25,7 +25,7 @@
Next release: v3.11.2
@@ -240,13 +240,13 @@
(PC) Add custom scripting support through standalone javascript / lua files
diff --git a/home/wiki/Blog/2016-11.html b/home/wiki/Blog/2016-11.html
index 3004b5354..dee962edd 100644
--- a/home/wiki/Blog/2016-11.html
+++ b/home/wiki/Blog/2016-11.html
@@ -25,7 +25,7 @@
SpellIcon PsionicBlast.png
will be renamed to SpellIcon_PsionicBlast.png
diff --git a/home/wiki/Blog/2017-03.html b/home/wiki/Blog/2017-03.html
index 9ee514f4b..f6f66c65a 100644
--- a/home/wiki/Blog/2017-03.html
+++ b/home/wiki/Blog/2017-03.html
@@ -25,7 +25,7 @@
- (PC / Android) Add full-text search capability for all wikis. See: App/Full-text_search and App/Full-text_search/Lucene/Search_indexes/Getting
+ (PC / Android) Add full-text search capability for all wikis. See: App/Full-text_search and App/Full-text_search/Lucene/Search_indexes/Getting
(PC) Redesign full-text search Special Page. See: Special:XowaSearch
@@ -231,7 +231,7 @@
Custom url formats are now available. This was in response to Ope30 and a way to customize the displayed url. For more info, seeSpecial:XowaCfg?grp=xowa.gui.url bar
?grp=code
. If you want the direct link to a specific option page, you can now right-click on the "options link" and copy it
@@ -371,7 +371,7 @@
No more current directory for logs
current
. Unfortunately, this caused problems on Linux systems when two or more different-permissioned users were running XOWA.
+ XOWA stores its logs at C:\xowa_release\user\anonymous\app\tmp\log. XOWA used to store the current directory in a folder called current
. Unfortunately, this caused problems on Linux systems when two or more different-permissioned users were running XOWA.
@@ -247,10 +247,10 @@
@@ -3555,7 +3555,7 @@
Scribunto.Luaj: Upgrade to luaj 3.0 (aka fix failure when setting value to null inside do and calling pairs.next). See: https://en.wiktionary.org/wiki/Latvia
@@ -2660,7 +2660,7 @@
HttpServer: Fix HTTP Server failing with null ref.
@@ -2671,13 +2671,13 @@
diff --git a/home/wiki/Change_log/2016.html b/home/wiki/Change_log/2016.html
index e6676a9bc..07f398c98 100644
--- a/home/wiki/Change_log/2016.html
+++ b/home/wiki/Change_log/2016.html
@@ -557,7 +557,7 @@
Resolved by: Ignore TOC magic word on transcluded pages.
@@ -650,7 +650,7 @@
@@ -695,7 +695,7 @@
Resolved by: Handle image paths with spaces and other URL-encoding.
@@ -715,7 +715,7 @@
@@ -728,7 +728,7 @@
Message:
page_load fail: page=Web crawler err=[err 0] idx mode not closed
{detected by khanhhung2512 }
@@ -875,7 +875,7 @@
Resolved by: Parse numbers with fractions correctly; do not convert to zero.
@@ -894,7 +894,7 @@
Example: unit:1 -> "" x> " 1".
@@ -904,7 +904,7 @@
@@ -917,7 +917,7 @@
Resolved by: Do not automatically convert dates to julian.
@@ -949,7 +949,7 @@
Resolved by: Change {{NUMBEROFPAGES}} to read from site_stats.ss_total_pages and {{NUMBEROFARTICLES}} to read from site_stats.ss_good_articles.
@@ -1008,7 +1008,7 @@
@@ -1064,7 +1064,7 @@
Example: "<sup>jul</sup>" x> "<sup>jul</sup><sup>jul</sup>".
@@ -1276,7 +1276,7 @@
Example: "File:A.png|a|b" -> "b" x> "a|b".
@@ -1480,7 +1480,7 @@
Resolved by: Denormalize sortkey from cat_sort table to cat_link table and add explicit index for it.
@@ -1505,7 +1505,7 @@
@@ -1521,7 +1521,7 @@
Resolved by: Handle parser functions with 0 arguments, like {{#coordinates}}.
@@ -1537,7 +1537,7 @@
Example: "size={{{size|}}}" -> "size=" x> "size={{{size|}}}".
@@ -1561,7 +1561,7 @@
@@ -1577,7 +1577,7 @@
Example: Category:2001_albums&pagefrom=Beautiful+View#mw-pages x> Category:2001_albums#mw-pages?pagefrom=Beautiful%2BView.
@@ -1590,7 +1590,7 @@
Resolved by: Do not automatically url-decode query arguments.
@@ -1606,7 +1606,7 @@
Example: Category:2001_albums&pagefrom=Nightclubbing+%28Blank+and+Jones+album%29%0ANightclubbing+%28Blank+%26+Jones+album%29#mw-pages.
@@ -1616,7 +1616,7 @@
@@ -1631,7 +1631,7 @@
@@ -1657,7 +1657,7 @@
Example: "305±2 meter" x> "305±2 http://www.wikidata.org/entity/Q11573".
@@ -1765,7 +1765,7 @@
@@ -1843,7 +1843,7 @@
@@ -1876,7 +1876,7 @@
@@ -1886,7 +1886,7 @@
@@ -1907,7 +1907,7 @@
Resolved by: Handle gaps in Scribunto argument keys.
@@ -1923,7 +1923,7 @@
Resolved by: Fix regex pattern for matching end of string.
@@ -1933,7 +1933,7 @@
@@ -1949,7 +1949,7 @@
Example: "$ "; "\ ".
@@ -2038,7 +2038,7 @@
Resolved by: Reset page_id object.
@@ -2086,7 +2086,7 @@
Resolved by: Fix title.cascadingProtections to return back empty array instead of false.
@@ -2333,7 +2333,7 @@
@@ -2346,7 +2346,7 @@
Example: [[File:A.ogg|thumb|123px]].
@@ -2359,7 +2359,7 @@
Example: {{#lsth:page_1|header_1}}.
@@ -2411,7 +2411,7 @@
Resolved by: Add redirect support for wikibase pages.
@@ -2427,7 +2427,7 @@
Example: [[A|t_0<tr><td>t_1</td></tr>]].
@@ -2470,7 +2470,7 @@
Example: [[File:A.png]] is redirected to B.png; -> 'href="B.png"' x> 'href="A.png"'.
@@ -2480,7 +2480,7 @@
@@ -2493,7 +2493,7 @@
Example: {{#property:P277|id=Q1322933}}.
@@ -2555,7 +2555,7 @@
Resolved by: Change "infinite" to "infinity" for {{PROTECTIONEXPIRY}}.
@@ -2636,7 +2636,7 @@
Resolved by: For missing messages, always use current key, not key of cached item.
@@ -2649,7 +2649,7 @@
@@ -2679,7 +2679,7 @@
@@ -2872,7 +2872,7 @@
Example: ==a<br/>b==.
@@ -2888,7 +2888,7 @@
Example: ==a== ==a==.
@@ -2904,7 +2904,7 @@
Example: ==a<ref name="b">c==.
@@ -2935,7 +2935,7 @@
Resolved by: Update failover.css to use recent versions.
@@ -3147,7 +3147,7 @@
@@ -3188,7 +3188,7 @@
@@ -3198,7 +3198,7 @@
@@ -3420,7 +3420,7 @@
@@ -3433,7 +3433,7 @@
Resolved by: Add timeline.js if timeline is present.
@@ -3465,7 +3465,7 @@
Example: pass: {{ {{{0}}} | arg_1 | arg_2 }}; fail: {{{{{0}}}}}.
@@ -3638,7 +3638,7 @@
@@ -3651,7 +3651,7 @@
Resolved by: Add timeline.js if timeline is present.
@@ -3787,7 +3787,7 @@
Example: search -> search for I -> Integrated Authority File should not be in top 10 search results.
@@ -3810,7 +3810,7 @@
Script error: =Module:CountryData:13 bad argument: string expected, got nil
@@ -3839,7 +3839,7 @@
Message:
Script error: =Module:Redirect:66 could not parse redirect on page "SRK"
@@ -3852,7 +3852,7 @@
Resolved by: Apply min / max only if less than / greater than existing value.
@@ -3862,7 +3862,7 @@
@@ -3872,7 +3872,7 @@
@@ -4094,7 +4094,7 @@
Resolved by: Allow int to be passed to pf.expr.
@@ -4155,7 +4155,7 @@
Resolved by: Do not assign character classes to bytes > 128. Example: {{#invoke:AdressenSort|convert|1=, ß}} -> , ß x �.
@@ -4176,7 +4176,7 @@
Resolved by: Allow ints to be passed as title. Example: {{#invoke:Pinging|massmessage|#{{PAGEID}}|@=|:=}} .
@@ -4202,7 +4202,7 @@
Resolved by: Allow empty string for Raw argument in PAGESFORCATEGORY. Example: 0.
@@ -4281,7 +4281,7 @@
Resolved by: Serialize long for Luaj.
@@ -4304,7 +4304,7 @@
Resolved by: Pass display_title info to new page_banner manager.
@@ -4317,7 +4317,7 @@
Resolved by: Change server name to "//de.wikipedia.org" not "https://de.wikipedia.org".
@@ -4547,7 +4547,7 @@
@@ -4666,7 +4666,7 @@
Resolved by: Support "*" for Scribunto "pagesInCategory".
@@ -4679,7 +4679,7 @@
Resolved by: Support "from" atribute in "{{#property}}". Example: {{#property:p1|from=p2}}.
@@ -4801,7 +4801,7 @@
Resolved by: Assign correct word ids to search word.
@@ -4867,13 +4867,13 @@
Check |archiveurl= value (help)
. See: https://en.wikipedia.org/wiki/A https://en.wikipedia.org/wiki/Earth
+ Luaj: Fix frontier pattern not working. Resolves error messages for every url reference on en.w pages. EX: Check |archiveurl= value (help)
. See: https://en.wikipedia.org/wiki/A https://en.wikipedia.org/wiki/Earth
Specials character in |encyclopedia= at position 11 (help)
. See: https://en.wikipedia.org/wiki/A https://en.wikipedia.org/wiki/Earth
+ Luaj: Handle backslash-escaped UTF8 sequences. Resolves error messages for many references on en.w pages. EX: Specials character in |encyclopedia= at position 11 (help)
. See: https://en.wikipedia.org/wiki/A https://en.wikipedia.org/wiki/Earth
Script error: @/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: gplx.Err: callParserFunction: function was not found: function=PROTECTIONEXPIRY
. See: https://en.wikipedia.org/wiki/Alaska https://en.wikipedia.org/wiki/Earth
+ Scribunto: Add built-in function: {{PROTECTIONEXPIRY}}. Resolves script error on many en.w pages. EX: Script error: @/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: gplx.Err: callParserFunction: function was not found: function=PROTECTIONEXPIRY
. See: https://en.wikipedia.org/wiki/Alaska https://en.wikipedia.org/wiki/Earth
Script error: =Module:Effective protection level:16 attempt to index ? (a nil value)
. See: https://en.wikipedia.org/wiki/A https://en.wikipedia.org/wiki/Animal_Farm https://en.wikipedia.org/wiki/Agriculture
+ Xtn.FlaggedRevs: Add scribunto function: getStabilitySettings. Resolves script error on many en.w pages. EX: Script error: =Module:Effective protection level:16 attempt to index ? (a nil value)
. See: https://en.wikipedia.org/wiki/A https://en.wikipedia.org/wiki/Animal_Farm https://en.wikipedia.org/wiki/Agriculture
@@ -5108,16 +5108,16 @@
@@ -5147,7 +5147,7 @@
Search: Generate correct counts for search words (affects search results sometimes being off). [broken since:v2.4.4]
diff --git a/home/wiki/Change_log/2017.html b/home/wiki/Change_log/2017.html
index 2f5cbe8bb..64e5a0315 100644
--- a/home/wiki/Change_log/2017.html
+++ b/home/wiki/Change_log/2017.html
@@ -235,7 +235,7 @@
Example: if {{coord|3=region:CA-QC|display=inline,title}} then [2] -> null.
@@ -261,7 +261,7 @@
Resolved by: Check for zero length arrays in string:match.
@@ -291,7 +291,7 @@
@@ -445,7 +445,7 @@
Example: local arg = ....
@@ -474,7 +474,7 @@
Resolved by: Add 'redirectTarget' to Scrib_lib_title.
@@ -500,7 +500,7 @@
Message:
@C:/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: java.lang.NullPointerException
@@ -513,7 +513,7 @@
Resolved by: Ignore NOTOC commands at template level.
@@ -523,7 +523,7 @@
@@ -536,7 +536,7 @@
Example: [[Media:A.png]] -> "Media:A.png" x> "".
@@ -549,7 +549,7 @@
Resolved by: Format doubles using sprintf-like behavior.
@@ -569,7 +569,7 @@
@@ -604,7 +604,7 @@
@@ -722,7 +722,7 @@
Resolved by: Return error message if title is invalid.
@@ -741,7 +741,7 @@
Example: {{#time:Y-m-d|12 November 2016 2008}} {{#time:Y-m-d|2 12 November 2016}}.
@@ -754,7 +754,7 @@
Resolved by: Add more support for UNIQ substitutions with extension tags.
@@ -773,7 +773,7 @@
Example: '\"`UNIQ--item-0-QINU`\"'.
@@ -789,7 +789,7 @@
Resolved by: Replace xtag_bgn / xtag_end with UNIQ.
@@ -853,7 +853,7 @@
Example: [[A]] b\n{| -> <p>[[A]] b</p> x> <p>[[A]]\n<p>b.
@@ -866,7 +866,7 @@
Message:
=Module:Location map:353 Malformed coordinates value
@@ -882,7 +882,7 @@
Example: {{#statements:P6|from=Q668}}.
@@ -901,7 +901,7 @@
Example: url -> https://scn.wikipedia.org/wiki/$1 x> scn.wikipedia.org.
@@ -917,7 +917,7 @@
Resolved by: Return 1st three letters of unknown language codes, not blank.
@@ -930,7 +930,7 @@
Message:
=Module:Decimals:10 Unable to convert "Expression error: Unrecognized word "section>"." to a number
@@ -1035,7 +1035,7 @@
@@ -1095,7 +1095,7 @@
@@ -1105,7 +1105,7 @@
@@ -1128,7 +1128,7 @@
@@ -1138,7 +1138,7 @@
@@ -1148,7 +1148,7 @@
@@ -1207,7 +1207,7 @@
@@ -1291,7 +1291,7 @@
Resolved by: Use scribunto key name for datatypes.
@@ -1474,7 +1474,7 @@
@@ -1615,7 +1615,7 @@
Example: <ref>aEOS -> <ref>aEOS.
@@ -1631,7 +1631,7 @@
Example: ": {|".
@@ -1661,7 +1661,7 @@
@@ -1808,7 +1808,7 @@
Example: Route map: Attached KML Error: item specified on Wikidata, or in |wikidata=, is not a KML file (P31→Q26267864 not found).
@@ -1863,7 +1863,7 @@
diff --git a/home/wiki/Change_log/2018.html b/home/wiki/Change_log/2018.html
index 94e102468..3a686b0a9 100644
--- a/home/wiki/Change_log/2018.html
+++ b/home/wiki/Change_log/2018.html
@@ -77,7 +77,7 @@
@@ -90,7 +90,7 @@
Resolved by: Add Localize function for tabular data.
@@ -103,7 +103,7 @@
Resolved by: Support stripNoWiki.
@@ -116,7 +116,7 @@
Resolved by: Add isValidEntityId.
@@ -129,7 +129,7 @@
Resolved by: Add getSetting call.
@@ -142,7 +142,7 @@
Resolved by: Check for null in getEntityId when title is invalid.
@@ -155,7 +155,7 @@
Resolved by: Return emptyString not null if language is invalid.
@@ -171,7 +171,7 @@
Example: %b[].
@@ -184,7 +184,7 @@
Resolved by: Cache ifexist result of common wiki in current wiki.
@@ -197,7 +197,7 @@
Resolved by: Handle empty classes in img tag.
@@ -285,7 +285,7 @@
Resolved by: Add getBestStatements.
@@ -298,7 +298,7 @@
Resolved by: Add getEntityUrl.
@@ -314,7 +314,7 @@
Example: "01-12-2001 -1 month" -> 2001-11-01 x> "Invalid month: 12".
@@ -346,7 +346,7 @@
Example: tonumber('-') -> nil x> 0.
@@ -362,7 +362,7 @@
Example: /xowa/bin/any/xowa/xtns/JsonConfig.
@@ -378,7 +378,7 @@
Example: [[File:A.png|link=en:User_talk:|abc]].
diff --git a/home/wiki/Change_log/v3.10.3.1.html b/home/wiki/Change_log/v3.10.3.1.html
index 05cd1f2c0..aa6963e0d 100644
--- a/home/wiki/Change_log/v3.10.3.1.html
+++ b/home/wiki/Change_log/v3.10.3.1.html
@@ -109,7 +109,7 @@
Resolved by: Denormalize sortkey from cat_sort table to cat_link table and add explicit index for it.
@@ -134,7 +134,7 @@
@@ -150,7 +150,7 @@
Resolved by: Handle parser functions with 0 arguments, like {{#coordinates}}.
@@ -166,7 +166,7 @@
Example: "size={{{size|}}}" -> "size=" x> "size={{{size|}}}".
@@ -190,7 +190,7 @@
@@ -206,7 +206,7 @@
Example: Category:2001_albums&pagefrom=Beautiful+View#mw-pages x> Category:2001_albums#mw-pages?pagefrom=Beautiful%2BView.
@@ -219,7 +219,7 @@
Resolved by: Do not automatically url-decode query arguments.
@@ -235,7 +235,7 @@
Example: Category:2001_albums&pagefrom=Nightclubbing+%28Blank+and+Jones+album%29%0ANightclubbing+%28Blank+%26+Jones+album%29#mw-pages.
@@ -245,7 +245,7 @@
@@ -260,7 +260,7 @@
@@ -286,7 +286,7 @@
Example: "305±2 meter" x> "305±2 http://www.wikidata.org/entity/Q11573".
diff --git a/home/wiki/Change_log/v3.10.4.1.html b/home/wiki/Change_log/v3.10.4.1.html
index 8f2ef28e4..979f363c8 100644
--- a/home/wiki/Change_log/v3.10.4.1.html
+++ b/home/wiki/Change_log/v3.10.4.1.html
@@ -201,7 +201,7 @@
Example: "File:A.png|a|b" -> "b" x> "a|b".
diff --git a/home/wiki/Change_log/v3.11.2.1.html b/home/wiki/Change_log/v3.11.2.1.html
index f0d4c05b5..94ec5939b 100644
--- a/home/wiki/Change_log/v3.11.2.1.html
+++ b/home/wiki/Change_log/v3.11.2.1.html
@@ -118,7 +118,7 @@
Resolved by: Parse numbers with fractions correctly; do not convert to zero.
@@ -137,7 +137,7 @@
Example: unit:1 -> "" x> " 1".
@@ -147,7 +147,7 @@
@@ -160,7 +160,7 @@
Resolved by: Do not automatically convert dates to julian.
@@ -192,7 +192,7 @@
Resolved by: Change {{NUMBEROFPAGES}} to read from site_stats.ss_total_pages and {{NUMBEROFARTICLES}} to read from site_stats.ss_good_articles.
@@ -251,7 +251,7 @@
@@ -307,7 +307,7 @@
Example: "<sup>jul</sup>" x> "<sup>jul</sup><sup>jul</sup>".
diff --git a/home/wiki/Change_log/v3.12.1.1.html b/home/wiki/Change_log/v3.12.1.1.html
index 784c098fa..efd18eaaa 100644
--- a/home/wiki/Change_log/v3.12.1.1.html
+++ b/home/wiki/Change_log/v3.12.1.1.html
@@ -110,7 +110,7 @@
Resolved by: Ignore TOC magic word on transcluded pages.
@@ -203,7 +203,7 @@
@@ -248,7 +248,7 @@
Resolved by: Handle image paths with spaces and other URL-encoding.
@@ -268,7 +268,7 @@
@@ -281,7 +281,7 @@
Message:
page_load fail: page=Web crawler err=[err 0] idx mode not closed
{detected by khanhhung2512 }
diff --git a/home/wiki/Change_log/v3.4.4.1.html b/home/wiki/Change_log/v3.4.4.1.html
index d3f8f94f4..96c522420 100644
--- a/home/wiki/Change_log/v3.4.4.1.html
+++ b/home/wiki/Change_log/v3.4.4.1.html
@@ -49,7 +49,7 @@
Resolved by: Do not assign character classes to bytes > 128. Example: {{#invoke:AdressenSort|convert|1=, ß}} -> , ß x �.
@@ -70,7 +70,7 @@
Resolved by: Allow ints to be passed as title. Example: {{#invoke:Pinging|massmessage|#{{PAGEID}}|@=|:=}} .
@@ -96,7 +96,7 @@
Resolved by: Allow empty string for Raw argument in PAGESFORCATEGORY. Example: 0.
diff --git a/home/wiki/Change_log/v3.5.1.1.html b/home/wiki/Change_log/v3.5.1.1.html
index 89b6b5706..2c616e507 100644
--- a/home/wiki/Change_log/v3.5.1.1.html
+++ b/home/wiki/Change_log/v3.5.1.1.html
@@ -101,7 +101,7 @@
Resolved by: Allow int to be passed to pf.expr.
diff --git a/home/wiki/Change_log/v3.6.3.1.html b/home/wiki/Change_log/v3.6.3.1.html
index 85d9a3c27..d38025fbe 100644
--- a/home/wiki/Change_log/v3.6.3.1.html
+++ b/home/wiki/Change_log/v3.6.3.1.html
@@ -198,7 +198,7 @@
Example: search -> search for I -> Integrated Authority File should not be in top 10 search results.
@@ -221,7 +221,7 @@
Script error: =Module:CountryData:13 bad argument: string expected, got nil
@@ -250,7 +250,7 @@
Message:
Script error: =Module:Redirect:66 could not parse redirect on page "SRK"
@@ -263,7 +263,7 @@
Resolved by: Apply min / max only if less than / greater than existing value.
@@ -273,7 +273,7 @@
@@ -283,7 +283,7 @@
diff --git a/home/wiki/Change_log/v3.6.4.1.html b/home/wiki/Change_log/v3.6.4.1.html
index 19e5c8c75..c907122d8 100644
--- a/home/wiki/Change_log/v3.6.4.1.html
+++ b/home/wiki/Change_log/v3.6.4.1.html
@@ -158,7 +158,7 @@
@@ -171,7 +171,7 @@
Resolved by: Add timeline.js if timeline is present.
@@ -203,7 +203,7 @@
Example: pass: {{ {{{0}}} | arg_1 | arg_2 }}; fail: {{{{{0}}}}}.
@@ -376,7 +376,7 @@
@@ -389,7 +389,7 @@
Resolved by: Add timeline.js if timeline is present.
diff --git a/home/wiki/Change_log/v3.7.1.1.html b/home/wiki/Change_log/v3.7.1.1.html
index 49a293295..652cc9bf7 100644
--- a/home/wiki/Change_log/v3.7.1.1.html
+++ b/home/wiki/Change_log/v3.7.1.1.html
@@ -83,7 +83,7 @@
@@ -124,7 +124,7 @@
@@ -134,7 +134,7 @@
diff --git a/home/wiki/Change_log/v3.7.3.1.html b/home/wiki/Change_log/v3.7.3.1.html
index aa8043942..b08fcd925 100644
--- a/home/wiki/Change_log/v3.7.3.1.html
+++ b/home/wiki/Change_log/v3.7.3.1.html
@@ -80,7 +80,7 @@
Example: ==a<br/>b==.
@@ -96,7 +96,7 @@
Example: ==a== ==a==.
@@ -112,7 +112,7 @@
Example: ==a<ref name="b">c==.
@@ -143,7 +143,7 @@
Resolved by: Update failover.css to use recent versions.
diff --git a/home/wiki/Change_log/v3.8.1.1.html b/home/wiki/Change_log/v3.8.1.1.html
index ebe40e240..3828d85f2 100644
--- a/home/wiki/Change_log/v3.8.1.1.html
+++ b/home/wiki/Change_log/v3.8.1.1.html
@@ -70,7 +70,7 @@
diff --git a/home/wiki/Change_log/v3.8.2.1.html b/home/wiki/Change_log/v3.8.2.1.html
index 8dada614f..b9d991701 100644
--- a/home/wiki/Change_log/v3.8.2.1.html
+++ b/home/wiki/Change_log/v3.8.2.1.html
@@ -80,7 +80,7 @@
Resolved by: Change "infinite" to "infinity" for {{PROTECTIONEXPIRY}}.
@@ -161,7 +161,7 @@
Resolved by: For missing messages, always use current key, not key of cached item.
diff --git a/home/wiki/Change_log/v3.8.5.1.html b/home/wiki/Change_log/v3.8.5.1.html
index 52331161f..4745605b8 100644
--- a/home/wiki/Change_log/v3.8.5.1.html
+++ b/home/wiki/Change_log/v3.8.5.1.html
@@ -69,7 +69,7 @@
@@ -174,7 +174,7 @@
@@ -79,7 +79,7 @@
@@ -92,7 +92,7 @@
Example: [[File:A.ogg|thumb|123px]].
@@ -105,7 +105,7 @@
Example: {{#lsth:page_1|header_1}}.
@@ -157,7 +157,7 @@
Resolved by: Add redirect support for wikibase pages.
@@ -173,7 +173,7 @@
Example: [[A|t_0<tr><td>t_1</td></tr>]].
@@ -216,7 +216,7 @@
Example: [[File:A.png]] is redirected to B.png; -> 'href="B.png"' x> 'href="A.png"'.
@@ -226,7 +226,7 @@
@@ -239,7 +239,7 @@
Example: {{#property:P277|id=Q1322933}}.
diff --git a/home/wiki/Change_log/v3.9.2.1.html b/home/wiki/Change_log/v3.9.2.1.html
index 2ee2e861f..f516cfa62 100644
--- a/home/wiki/Change_log/v3.9.2.1.html
+++ b/home/wiki/Change_log/v3.9.2.1.html
@@ -59,7 +59,7 @@
Resolved by: Reset page_id object.
@@ -107,7 +107,7 @@
Resolved by: Fix title.cascadingProtections to return back empty array instead of false.
@@ -142,7 +142,7 @@
@@ -175,7 +175,7 @@
@@ -185,7 +185,7 @@
@@ -206,7 +206,7 @@
Resolved by: Handle gaps in Scribunto argument keys.
@@ -222,7 +222,7 @@
Resolved by: Fix regex pattern for matching end of string.
@@ -232,7 +232,7 @@
@@ -248,7 +248,7 @@
Example: "$ "; "\ ".
diff --git a/home/wiki/Change_log/v4.0.0.1701.html b/home/wiki/Change_log/v4.0.0.1701.html
index e6cbb3142..0d8b05118 100644
--- a/home/wiki/Change_log/v4.0.0.1701.html
+++ b/home/wiki/Change_log/v4.0.0.1701.html
@@ -75,7 +75,7 @@
Example: Route map: Attached KML Error: item specified on Wikidata, or in |wikidata=, is not a KML file (P31→Q26267864 not found).
@@ -130,7 +130,7 @@
diff --git a/home/wiki/Change_log/v4.1.0.1702.html b/home/wiki/Change_log/v4.1.0.1702.html
index bbdd6b42e..80f3abd6f 100644
--- a/home/wiki/Change_log/v4.1.0.1702.html
+++ b/home/wiki/Change_log/v4.1.0.1702.html
@@ -75,7 +75,7 @@
Example: <ref>aEOS -> <ref>aEOS.
@@ -91,7 +91,7 @@
Example: ": {|".
@@ -121,7 +121,7 @@
diff --git a/home/wiki/Change_log/v4.3.0.1702.html b/home/wiki/Change_log/v4.3.0.1702.html
index 6a2836a65..db1d7bf9f 100644
--- a/home/wiki/Change_log/v4.3.0.1702.html
+++ b/home/wiki/Change_log/v4.3.0.1702.html
@@ -104,7 +104,7 @@
diff --git a/home/wiki/Change_log/v4.4.0.1703.html b/home/wiki/Change_log/v4.4.0.1703.html
index 58d759b07..3d41ede99 100644
--- a/home/wiki/Change_log/v4.4.0.1703.html
+++ b/home/wiki/Change_log/v4.4.0.1703.html
@@ -98,7 +98,7 @@
Resolved by: Use scribunto key name for datatypes.
diff --git a/home/wiki/Change_log/v4.5.0.1703.html b/home/wiki/Change_log/v4.5.0.1703.html
index 9eb1fec2b..5f7b44d9a 100644
--- a/home/wiki/Change_log/v4.5.0.1703.html
+++ b/home/wiki/Change_log/v4.5.0.1703.html
@@ -99,7 +99,7 @@
@@ -159,7 +159,7 @@
@@ -169,7 +169,7 @@
@@ -192,7 +192,7 @@
@@ -202,7 +202,7 @@
@@ -212,7 +212,7 @@
@@ -271,7 +271,7 @@
diff --git a/home/wiki/Change_log/v4.5.15.1709.html b/home/wiki/Change_log/v4.5.15.1709.html
index 3c1cfcf06..0b54d0541 100644
--- a/home/wiki/Change_log/v4.5.15.1709.html
+++ b/home/wiki/Change_log/v4.5.15.1709.html
@@ -127,7 +127,7 @@
Example: if {{coord|3=region:CA-QC|display=inline,title}} then [2] -> null.
@@ -153,7 +153,7 @@
Resolved by: Check for zero length arrays in string:match.
@@ -183,7 +183,7 @@
diff --git a/home/wiki/Change_log/v4.5.19.1801.html b/home/wiki/Change_log/v4.5.19.1801.html
index 4a7b2caec..fa6db86c2 100644
--- a/home/wiki/Change_log/v4.5.19.1801.html
+++ b/home/wiki/Change_log/v4.5.19.1801.html
@@ -59,7 +59,7 @@
Resolved by: Add getBestStatements.
@@ -72,7 +72,7 @@
Resolved by: Add getEntityUrl.
@@ -88,7 +88,7 @@
Example: "01-12-2001 -1 month" -> 2001-11-01 x> "Invalid month: 12".
@@ -120,7 +120,7 @@
Example: tonumber('-') -> nil x> 0.
@@ -136,7 +136,7 @@
Example: /xowa/bin/any/xowa/xtns/JsonConfig.
@@ -152,7 +152,7 @@
Example: [[File:A.png|link=en:User_talk:|abc]].
diff --git a/home/wiki/Change_log/v4.5.2.1704.html b/home/wiki/Change_log/v4.5.2.1704.html
index c7222e4dc..d460970e3 100644
--- a/home/wiki/Change_log/v4.5.2.1704.html
+++ b/home/wiki/Change_log/v4.5.2.1704.html
@@ -67,7 +67,7 @@
Resolved by: Return error message if title is invalid.
@@ -86,7 +86,7 @@
Example: {{#time:Y-m-d|12 November 2016 2008}} {{#time:Y-m-d|2 12 November 2016}}.
@@ -99,7 +99,7 @@
Resolved by: Add more support for UNIQ substitutions with extension tags.
@@ -118,7 +118,7 @@
Example: '\"`UNIQ--item-0-QINU`\"'.
@@ -134,7 +134,7 @@
Resolved by: Replace xtag_bgn / xtag_end with UNIQ.
@@ -198,7 +198,7 @@
Example: [[A]] b\n{| -> <p>[[A]] b</p> x> <p>[[A]]\n<p>b.
@@ -211,7 +211,7 @@
Message:
=Module:Location map:353 Malformed coordinates value
@@ -227,7 +227,7 @@
Example: {{#statements:P6|from=Q668}}.
@@ -246,7 +246,7 @@
Example: url -> https://scn.wikipedia.org/wiki/$1 x> scn.wikipedia.org.
@@ -262,7 +262,7 @@
Resolved by: Return 1st three letters of unknown language codes, not blank.
@@ -275,7 +275,7 @@
Message:
=Module:Decimals:10 Unable to convert "Expression error: Unrecognized word "section>"." to a number
diff --git a/home/wiki/Change_log/v4.5.21.1808.html b/home/wiki/Change_log/v4.5.21.1808.html
index bf21662f4..5e070def4 100644
--- a/home/wiki/Change_log/v4.5.21.1808.html
+++ b/home/wiki/Change_log/v4.5.21.1808.html
@@ -46,7 +46,7 @@
@@ -59,7 +59,7 @@
Resolved by: Add Localize function for tabular data.
@@ -72,7 +72,7 @@
Resolved by: Support stripNoWiki.
@@ -85,7 +85,7 @@
Resolved by: Add isValidEntityId.
@@ -98,7 +98,7 @@
Resolved by: Add getSetting call.
@@ -111,7 +111,7 @@
Resolved by: Check for null in getEntityId when title is invalid.
@@ -124,7 +124,7 @@
Resolved by: Return emptyString not null if language is invalid.
@@ -140,7 +140,7 @@
Example: %b[].
@@ -153,7 +153,7 @@
Resolved by: Cache ifexist result of common wiki in current wiki.
@@ -166,7 +166,7 @@
Resolved by: Handle empty classes in img tag.
diff --git a/home/wiki/Change_log/v4.5.7.1706.html b/home/wiki/Change_log/v4.5.7.1706.html
index 95e6cf379..9c5f008fe 100644
--- a/home/wiki/Change_log/v4.5.7.1706.html
+++ b/home/wiki/Change_log/v4.5.7.1706.html
@@ -82,7 +82,7 @@
Example: local arg = ....
@@ -111,7 +111,7 @@
Resolved by: Add 'redirectTarget' to Scrib_lib_title.
@@ -137,7 +137,7 @@
Message:
@C:/xowa/bin/any/xowa/xtns/Scribunto/engines/Luaj/MWServer.lua:59 vm error: java.lang.NullPointerException
@@ -150,7 +150,7 @@
Resolved by: Ignore NOTOC commands at template level.
@@ -160,7 +160,7 @@
@@ -173,7 +173,7 @@
Example: [[Media:A.png]] -> "Media:A.png" x> "".
@@ -186,7 +186,7 @@
Resolved by: Format doubles using sprintf-like behavior.
@@ -206,7 +206,7 @@
@@ -241,7 +241,7 @@
diff --git a/home/wiki/Change_log/v4.6.0.1903.html b/home/wiki/Change_log/v4.6.0.1903.html
index 17b69a56e..597fa15ea 100644
--- a/home/wiki/Change_log/v4.6.0.1903.html
+++ b/home/wiki/Change_log/v4.6.0.1903.html
@@ -49,7 +49,7 @@
Resolved by: Support templatestyles.
@@ -339,7 +339,7 @@
- https://it.wikisource.org
+ https://it.wikisource.org
https://it.wikivoyage.org
https://it.wikiquote.org
https://it.wikibooks.org
diff --git a/home/wiki/Dashboard/Import/Online.html b/home/wiki/Dashboard/Import/Online.html
index a5c8dfc53..7c6297ba5 100644
--- a/home/wiki/Dashboard/Import/Online.html
+++ b/home/wiki/Dashboard/Import/Online.html
@@ -67,10 +67,10 @@
- download
+ download
- http://commons.wikimedia.org
+ http://commons.wikimedia.org
@@ -92,10 +92,10 @@
- download
+ download
- http://www.wikidata.org
+ http://www.wikidata.org
@@ -117,7 +117,7 @@
- download
+ download
http://www.mediawiki.org
@@ -142,7 +142,7 @@
- download
+ download
http://species.wikimedia.org
@@ -167,7 +167,7 @@
- download
+ download
http://meta.wikimedia.org
@@ -192,7 +192,7 @@
- download
+ download
http://incubator.wikimedia.org
@@ -217,7 +217,7 @@
- download
+ download
http://foundation.wikimedia.org
@@ -242,10 +242,10 @@
- download
+ download
- http://en.wikipedia.org
+ http://en.wikipedia.org
English
@@ -268,7 +268,7 @@
- download
+ download
http://en.wiktionary.org
@@ -294,7 +294,7 @@
- download
+ download
http://en.wikisource.org
@@ -320,7 +320,7 @@
- download
+ download
http://en.wikibooks.org
@@ -346,7 +346,7 @@
- download
+ download
http://en.wikiversity.org
@@ -372,7 +372,7 @@
- download
+ download
http://en.wikiquote.org
@@ -398,7 +398,7 @@
- download
+ download
http://en.wikinews.org
@@ -424,7 +424,7 @@
- download
+ download
http://en.wikivoyage.org
@@ -450,10 +450,10 @@
- download
+ download
- http://de.wikipedia.org
+ http://de.wikipedia.org
German
@@ -476,7 +476,7 @@
- download
+ download
http://de.wiktionary.org
@@ -502,7 +502,7 @@
- download
+ download
http://de.wikisource.org
@@ -528,7 +528,7 @@
- download
+ download
http://de.wikibooks.org
@@ -554,7 +554,7 @@
- download
+ download
http://de.wikiversity.org
@@ -580,7 +580,7 @@
- download
+ download
http://de.wikiquote.org
@@ -606,7 +606,7 @@
- download
+ download
http://de.wikinews.org
@@ -632,7 +632,7 @@
- download
+ download
http://de.wikivoyage.org
@@ -658,7 +658,7 @@
- download
+ download
http://es.wikipedia.org
@@ -684,7 +684,7 @@
- download
+ download
http://es.wiktionary.org
@@ -710,7 +710,7 @@
- download
+ download
http://es.wikisource.org
@@ -736,7 +736,7 @@
- download
+ download
http://es.wikibooks.org
@@ -762,7 +762,7 @@
- download
+ download
http://es.wikiversity.org
@@ -788,7 +788,7 @@
- download
+ download
http://es.wikiquote.org
@@ -814,7 +814,7 @@
- download
+ download
http://es.wikinews.org
@@ -840,7 +840,7 @@
- download
+ download
http://es.wikivoyage.org
@@ -866,10 +866,10 @@
- download
+ download
- http://fr.wikipedia.org
+ http://fr.wikipedia.org
French
@@ -892,7 +892,7 @@
- download
+ download
http://fr.wiktionary.org
@@ -918,10 +918,10 @@
- download
+ download
- http://fr.wikisource.org
+ http://fr.wikisource.org
French
@@ -944,7 +944,7 @@
- download
+ download
http://fr.wikibooks.org
@@ -970,7 +970,7 @@
- download
+ download
http://fr.wikiversity.org
@@ -996,7 +996,7 @@
- download
+ download
http://fr.wikiquote.org
@@ -1022,7 +1022,7 @@
- download
+ download
http://fr.wikinews.org
@@ -1048,7 +1048,7 @@
- download
+ download
http://fr.wikivoyage.org
@@ -1074,7 +1074,7 @@
- download
+ download
http://it.wikipedia.org
@@ -1100,7 +1100,7 @@
- download
+ download
http://it.wiktionary.org
@@ -1126,10 +1126,10 @@
- download
+ download
- http://it.wikisource.org
+ http://it.wikisource.org
Italian
@@ -1152,7 +1152,7 @@
- download
+ download
http://it.wikibooks.org
@@ -1178,7 +1178,7 @@
- download
+ download
http://it.wikiversity.org
@@ -1204,7 +1204,7 @@
- download
+ download
http://it.wikiquote.org
@@ -1230,7 +1230,7 @@
- download
+ download
http://it.wikinews.org
@@ -1256,7 +1256,7 @@
- download
+ download
http://it.wikivoyage.org
@@ -1282,7 +1282,7 @@
- download
+ download
http://ja.wikipedia.org
@@ -1308,7 +1308,7 @@
- download
+ download
http://ja.wiktionary.org
@@ -1334,7 +1334,7 @@
- download
+ download
http://ja.wikisource.org
@@ -1360,7 +1360,7 @@
- download
+ download
http://ja.wikibooks.org
@@ -1386,7 +1386,7 @@
- download
+ download
http://ja.wikiversity.org
@@ -1412,7 +1412,7 @@
- download
+ download
http://ja.wikiquote.org
@@ -1438,7 +1438,7 @@
- download
+ download
http://ja.wikinews.org
@@ -1464,7 +1464,7 @@
- download
+ download
http://nl.wikipedia.org
@@ -1490,7 +1490,7 @@
- download
+ download
http://nl.wiktionary.org
@@ -1516,7 +1516,7 @@
- download
+ download
http://nl.wikisource.org
@@ -1542,7 +1542,7 @@
- download
+ download
http://nl.wikibooks.org
@@ -1568,7 +1568,7 @@
- download
+ download
http://nl.wikiquote.org
@@ -1594,7 +1594,7 @@
- download
+ download
http://nl.wikinews.org
@@ -1620,7 +1620,7 @@
- download
+ download
http://nl.wikivoyage.org
@@ -1646,7 +1646,7 @@
- download
+ download
http://nl.wikimedia.org
@@ -1672,7 +1672,7 @@
- download
+ download
http://pl.wikipedia.org
@@ -1698,7 +1698,7 @@
- download
+ download
http://pl.wiktionary.org
@@ -1724,7 +1724,7 @@
- download
+ download
http://pl.wikisource.org
@@ -1750,7 +1750,7 @@
- download
+ download
http://pl.wikibooks.org
@@ -1776,7 +1776,7 @@
- download
+ download
http://pl.wikiquote.org
@@ -1802,7 +1802,7 @@
- download
+ download
http://pl.wikinews.org
@@ -1828,7 +1828,7 @@
- download
+ download
http://pl.wikivoyage.org
@@ -1854,7 +1854,7 @@
- download
+ download
http://pl.wikimedia.org
@@ -1880,7 +1880,7 @@
- download
+ download
http://pt.wikipedia.org
@@ -1906,7 +1906,7 @@
- download
+ download
http://pt.wiktionary.org
@@ -1932,7 +1932,7 @@
- download
+ download
http://pt.wikisource.org
@@ -1958,7 +1958,7 @@
- download
+ download
http://pt.wikibooks.org
@@ -1984,7 +1984,7 @@
- download
+ download
http://pt.wikiversity.org
@@ -2010,7 +2010,7 @@
- download
+ download
http://pt.wikiquote.org
@@ -2036,7 +2036,7 @@
- download
+ download
http://pt.wikinews.org
@@ -2062,7 +2062,7 @@
- download
+ download
http://pt.wikivoyage.org
@@ -2088,7 +2088,7 @@
- download
+ download
http://ru.wikipedia.org
@@ -2114,7 +2114,7 @@
- download
+ download
http://ru.wiktionary.org
@@ -2140,7 +2140,7 @@
- download
+ download
http://ru.wikisource.org
@@ -2166,7 +2166,7 @@
- download
+ download
http://ru.wikibooks.org
@@ -2192,7 +2192,7 @@
- download
+ download
http://ru.wikiversity.org
@@ -2218,7 +2218,7 @@
- download
+ download
http://ru.wikiquote.org
@@ -2244,7 +2244,7 @@
- download
+ download
http://ru.wikinews.org
@@ -2270,7 +2270,7 @@
- download
+ download
http://ru.wikivoyage.org
@@ -2296,7 +2296,7 @@
- download
+ download
http://ru.wikimedia.org
@@ -2322,7 +2322,7 @@
- download
+ download
http://ar.wikipedia.org
@@ -2348,7 +2348,7 @@
- download
+ download
http://ar.wiktionary.org
@@ -2374,7 +2374,7 @@
- download
+ download
http://ar.wikisource.org
@@ -2400,7 +2400,7 @@
- download
+ download
http://ar.wikibooks.org
@@ -2426,7 +2426,7 @@
- download
+ download
http://ar.wikiversity.org
@@ -2452,7 +2452,7 @@
- download
+ download
http://ar.wikiquote.org
@@ -2478,7 +2478,7 @@
- download
+ download
http://ar.wikinews.org
@@ -2504,7 +2504,7 @@
- download
+ download
http://ar.wikimedia.org
@@ -2530,7 +2530,7 @@
- download
+ download
http://ca.wikipedia.org
@@ -2556,7 +2556,7 @@
- download
+ download
http://ca.wiktionary.org
@@ -2582,7 +2582,7 @@
- download
+ download
http://ca.wikisource.org
@@ -2608,7 +2608,7 @@
- download
+ download
http://ca.wikibooks.org
@@ -2634,7 +2634,7 @@
- download
+ download
http://ca.wikiquote.org
@@ -2660,7 +2660,7 @@
- download
+ download
http://ca.wikinews.org
@@ -2686,7 +2686,7 @@
- download
+ download
http://ca.wikimedia.org
@@ -2712,7 +2712,7 @@
- download
+ download
http://cs.wikipedia.org
@@ -2738,7 +2738,7 @@
- download
+ download
http://cs.wiktionary.org
@@ -2764,7 +2764,7 @@
- download
+ download
http://cs.wikisource.org
@@ -2790,7 +2790,7 @@
- download
+ download
http://cs.wikibooks.org
@@ -2816,7 +2816,7 @@
- download
+ download
http://cs.wikiversity.org
@@ -2842,7 +2842,7 @@
- download
+ download
http://cs.wikiquote.org
@@ -2868,7 +2868,7 @@
- download
+ download
http://cs.wikinews.org
@@ -2894,7 +2894,7 @@
- download
+ download
http://da.wikipedia.org
@@ -2920,7 +2920,7 @@
- download
+ download
http://da.wiktionary.org
@@ -2946,7 +2946,7 @@
- download
+ download
http://da.wikisource.org
@@ -2972,7 +2972,7 @@
- download
+ download
http://da.wikibooks.org
@@ -2998,7 +2998,7 @@
- download
+ download
http://da.wikiquote.org
@@ -3024,7 +3024,7 @@
- download
+ download
http://eo.wikipedia.org
@@ -3050,7 +3050,7 @@
- download
+ download
http://eo.wiktionary.org
@@ -3076,7 +3076,7 @@
- download
+ download
http://eo.wikisource.org
@@ -3102,7 +3102,7 @@
- download
+ download
http://eo.wikibooks.org
@@ -3128,7 +3128,7 @@
- download
+ download
http://eo.wikiquote.org
@@ -3154,7 +3154,7 @@
- download
+ download
http://eo.wikinews.org
@@ -3180,7 +3180,7 @@
- download
+ download
http://fa.wikipedia.org
@@ -3206,7 +3206,7 @@
- download
+ download
http://fa.wiktionary.org
@@ -3232,7 +3232,7 @@
- download
+ download
http://fa.wikisource.org
@@ -3258,7 +3258,7 @@
- download
+ download
http://fa.wikibooks.org
@@ -3284,7 +3284,7 @@
- download
+ download
http://fa.wikiquote.org
@@ -3310,7 +3310,7 @@
- download
+ download
http://fa.wikinews.org
@@ -3336,7 +3336,7 @@
- download
+ download
http://fa.wikivoyage.org
@@ -3362,7 +3362,7 @@
- download
+ download
http://fi.wikipedia.org
@@ -3388,7 +3388,7 @@
- download
+ download
http://fi.wiktionary.org
@@ -3414,7 +3414,7 @@
- download
+ download
http://fi.wikisource.org
@@ -3440,7 +3440,7 @@
- download
+ download
http://fi.wikibooks.org
@@ -3466,7 +3466,7 @@
- download
+ download
http://fi.wikiversity.org
@@ -3492,7 +3492,7 @@
- download
+ download
http://fi.wikiquote.org
@@ -3518,7 +3518,7 @@
- download
+ download
http://fi.wikinews.org
@@ -3544,7 +3544,7 @@
- download
+ download
http://fi.wikimedia.org
@@ -3570,7 +3570,7 @@
- download
+ download
http://hu.wikipedia.org
@@ -3596,7 +3596,7 @@
- download
+ download
http://hu.wiktionary.org
@@ -3622,7 +3622,7 @@
- download
+ download
http://hu.wikisource.org
@@ -3648,7 +3648,7 @@
- download
+ download
http://hu.wikibooks.org
@@ -3674,7 +3674,7 @@
- download
+ download
http://hu.wikiquote.org
@@ -3700,7 +3700,7 @@
- download
+ download
http://hu.wikinews.org
@@ -3726,7 +3726,7 @@
- download
+ download
http://id.wikipedia.org
@@ -3752,7 +3752,7 @@
- download
+ download
http://id.wiktionary.org
@@ -3778,7 +3778,7 @@
- download
+ download
http://id.wikisource.org
@@ -3804,7 +3804,7 @@
- download
+ download
http://id.wikibooks.org
@@ -3830,7 +3830,7 @@
- download
+ download
http://id.wikiquote.org
@@ -3856,7 +3856,7 @@
- download
+ download
http://kk.wikipedia.org
@@ -3882,7 +3882,7 @@
- download
+ download
http://kk.wiktionary.org
@@ -3908,7 +3908,7 @@
- download
+ download
http://kk.wikibooks.org
@@ -3934,7 +3934,7 @@
- download
+ download
http://kk.wikiquote.org
@@ -3960,7 +3960,7 @@
- download
+ download
http://ko.wikipedia.org
@@ -3986,7 +3986,7 @@
- download
+ download
http://ko.wiktionary.org
@@ -4012,7 +4012,7 @@
- download
+ download
http://ko.wikisource.org
@@ -4038,7 +4038,7 @@
- download
+ download
http://ko.wikibooks.org
@@ -4064,7 +4064,7 @@
- download
+ download
http://ko.wikiversity.org
@@ -4090,7 +4090,7 @@
- download
+ download
http://ko.wikiquote.org
@@ -4116,7 +4116,7 @@
- download
+ download
http://ko.wikinews.org
@@ -4142,7 +4142,7 @@
- download
+ download
http://lt.wikipedia.org
@@ -4168,7 +4168,7 @@
- download
+ download
http://lt.wiktionary.org
@@ -4194,7 +4194,7 @@
- download
+ download
http://lt.wikisource.org
@@ -4220,7 +4220,7 @@
- download
+ download
http://lt.wikibooks.org
@@ -4246,7 +4246,7 @@
- download
+ download
http://lt.wikiquote.org
@@ -4272,7 +4272,7 @@
- download
+ download
http://no.wikipedia.org
@@ -4298,7 +4298,7 @@
- download
+ download
http://no.wiktionary.org
@@ -4324,7 +4324,7 @@
- download
+ download
http://no.wikisource.org
@@ -4350,7 +4350,7 @@
- download
+ download
http://no.wikibooks.org
@@ -4376,7 +4376,7 @@
- download
+ download
http://no.wikiquote.org
@@ -4402,7 +4402,7 @@
- download
+ download
http://no.wikinews.org
@@ -4428,7 +4428,7 @@
- download
+ download
http://no.wikimedia.org
@@ -4454,7 +4454,7 @@
- download
+ download
http://ro.wikipedia.org
@@ -4480,7 +4480,7 @@
- download
+ download
http://ro.wiktionary.org
@@ -4506,7 +4506,7 @@
- download
+ download
http://ro.wikisource.org
@@ -4532,7 +4532,7 @@
- download
+ download
http://ro.wikibooks.org
@@ -4558,7 +4558,7 @@
- download
+ download
http://ro.wikiquote.org
@@ -4584,7 +4584,7 @@
- download
+ download
http://ro.wikinews.org
@@ -4610,7 +4610,7 @@
- download
+ download
http://ro.wikivoyage.org
@@ -4636,7 +4636,7 @@
- download
+ download
http://sk.wikipedia.org
@@ -4662,7 +4662,7 @@
- download
+ download
http://sk.wiktionary.org
@@ -4688,7 +4688,7 @@
- download
+ download
http://sk.wikisource.org
@@ -4714,7 +4714,7 @@
- download
+ download
http://sk.wikibooks.org
@@ -4740,7 +4740,7 @@
- download
+ download
http://sk.wikiquote.org
@@ -4766,7 +4766,7 @@
- download
+ download
http://sr.wikipedia.org
@@ -4792,7 +4792,7 @@
- download
+ download
http://sr.wiktionary.org
@@ -4818,7 +4818,7 @@
- download
+ download
http://sr.wikisource.org
@@ -4844,7 +4844,7 @@
- download
+ download
http://sr.wikibooks.org
@@ -4870,7 +4870,7 @@
- download
+ download
http://sr.wikiquote.org
@@ -4896,7 +4896,7 @@
- download
+ download
http://sr.wikinews.org
@@ -4922,7 +4922,7 @@
- download
+ download
http://sv.wikipedia.org
@@ -4948,7 +4948,7 @@
- download
+ download
http://sv.wiktionary.org
@@ -4974,7 +4974,7 @@
- download
+ download
http://sv.wikisource.org
@@ -5000,7 +5000,7 @@
- download
+ download
http://sv.wikibooks.org
@@ -5026,7 +5026,7 @@
- download
+ download
http://sv.wikiversity.org
@@ -5052,7 +5052,7 @@
- download
+ download
http://sv.wikiquote.org
@@ -5078,7 +5078,7 @@
- download
+ download
http://sv.wikinews.org
@@ -5104,7 +5104,7 @@
- download
+ download
http://sv.wikivoyage.org
@@ -5130,7 +5130,7 @@
- download
+ download
http://tr.wikipedia.org
@@ -5156,7 +5156,7 @@
- download
+ download
http://tr.wiktionary.org
@@ -5182,7 +5182,7 @@
- download
+ download
http://tr.wikisource.org
@@ -5208,7 +5208,7 @@
- download
+ download
http://tr.wikibooks.org
@@ -5234,7 +5234,7 @@
- download
+ download
http://tr.wikiquote.org
@@ -5260,7 +5260,7 @@
- download
+ download
http://tr.wikinews.org
@@ -5286,7 +5286,7 @@
- download
+ download
http://tr.wikimedia.org
@@ -5312,7 +5312,7 @@
- download
+ download
http://uk.wikipedia.org
@@ -5338,7 +5338,7 @@
- download
+ download
http://uk.wiktionary.org
@@ -5364,7 +5364,7 @@
- download
+ download
http://uk.wikisource.org
@@ -5390,7 +5390,7 @@
- download
+ download
http://uk.wikibooks.org
@@ -5416,7 +5416,7 @@
- download
+ download
http://uk.wikiquote.org
@@ -5442,7 +5442,7 @@
- download
+ download
http://uk.wikinews.org
@@ -5468,7 +5468,7 @@
- download
+ download
http://uk.wikivoyage.org
@@ -5494,7 +5494,7 @@
- download
+ download
http://vi.wikipedia.org
@@ -5520,7 +5520,7 @@
- download
+ download
http://vi.wiktionary.org
@@ -5546,7 +5546,7 @@
- download
+ download
http://vi.wikisource.org
@@ -5572,7 +5572,7 @@
- download
+ download
http://vi.wikibooks.org
@@ -5598,7 +5598,7 @@
- download
+ download
http://vi.wikiquote.org
@@ -5624,7 +5624,7 @@
- download
+ download
http://vi.wikivoyage.org
@@ -5650,7 +5650,7 @@
- download
+ download
http://zh.wikipedia.org
@@ -5676,7 +5676,7 @@
- download
+ download
http://zh.wiktionary.org
@@ -5702,7 +5702,7 @@
- download
+ download
http://zh.wikisource.org
@@ -5728,7 +5728,7 @@
- download
+ download
http://zh.wikibooks.org
@@ -5754,7 +5754,7 @@
- download
+ download
http://zh.wikiquote.org
@@ -5780,7 +5780,7 @@
- download
+ download
http://zh.wikinews.org
@@ -5806,7 +5806,7 @@
- download
+ download
http://zh.wikivoyage.org
@@ -5832,7 +5832,7 @@
- download
+ download
http://bg.wikipedia.org
@@ -5858,7 +5858,7 @@
- download
+ download
http://bg.wiktionary.org
@@ -5884,7 +5884,7 @@
- download
+ download
http://bg.wikisource.org
@@ -5910,7 +5910,7 @@
- download
+ download
http://bg.wikibooks.org
@@ -5936,7 +5936,7 @@
- download
+ download
http://bg.wikiquote.org
@@ -5962,7 +5962,7 @@
- download
+ download
http://bg.wikinews.org
@@ -5988,7 +5988,7 @@
- download
+ download
http://el.wikipedia.org
@@ -6014,7 +6014,7 @@
- download
+ download
http://el.wiktionary.org
@@ -6040,7 +6040,7 @@
- download
+ download
http://el.wikisource.org
@@ -6066,7 +6066,7 @@
- download
+ download
http://el.wikibooks.org
@@ -6092,7 +6092,7 @@
- download
+ download
http://el.wikiversity.org
@@ -6118,7 +6118,7 @@
- download
+ download
http://el.wikiquote.org
@@ -6144,7 +6144,7 @@
- download
+ download
http://el.wikinews.org
@@ -6170,7 +6170,7 @@
- download
+ download
http://el.wikivoyage.org
@@ -6196,7 +6196,7 @@
- download
+ download
http://et.wikipedia.org
@@ -6222,7 +6222,7 @@
- download
+ download
http://et.wiktionary.org
@@ -6248,7 +6248,7 @@
- download
+ download
http://et.wikisource.org
@@ -6274,7 +6274,7 @@
- download
+ download
http://et.wikibooks.org
@@ -6300,7 +6300,7 @@
- download
+ download
http://et.wikiquote.org
@@ -6326,7 +6326,7 @@
- download
+ download
http://et.wikimedia.org
@@ -6352,7 +6352,7 @@
- download
+ download
http://eu.wikipedia.org
@@ -6378,7 +6378,7 @@
- download
+ download
http://eu.wiktionary.org
@@ -6404,7 +6404,7 @@
- download
+ download
http://eu.wikibooks.org
@@ -6430,7 +6430,7 @@
- download
+ download
http://eu.wikiquote.org
@@ -6456,7 +6456,7 @@
- download
+ download
http://gl.wikipedia.org
@@ -6482,7 +6482,7 @@
- download
+ download
http://gl.wiktionary.org
@@ -6508,7 +6508,7 @@
- download
+ download
http://gl.wikisource.org
@@ -6534,7 +6534,7 @@
- download
+ download
http://gl.wikibooks.org
@@ -6560,7 +6560,7 @@
- download
+ download
http://gl.wikiquote.org
@@ -6586,7 +6586,7 @@
- download
+ download
http://he.wikipedia.org
@@ -6612,7 +6612,7 @@
- download
+ download
http://he.wiktionary.org
@@ -6638,7 +6638,7 @@
- download
+ download
http://he.wikisource.org
@@ -6664,7 +6664,7 @@
- download
+ download
http://he.wikibooks.org
@@ -6690,7 +6690,7 @@
- download
+ download
http://he.wikiquote.org
@@ -6716,7 +6716,7 @@
- download
+ download
http://he.wikinews.org
@@ -6742,7 +6742,7 @@
- download
+ download
http://he.wikivoyage.org
@@ -6768,7 +6768,7 @@
- download
+ download
http://hr.wikipedia.org
@@ -6794,7 +6794,7 @@
- download
+ download
http://hr.wiktionary.org
@@ -6820,7 +6820,7 @@
- download
+ download
http://hr.wikisource.org
@@ -6846,7 +6846,7 @@
- download
+ download
http://hr.wikibooks.org
@@ -6872,7 +6872,7 @@
- download
+ download
http://hr.wikiquote.org
@@ -6898,7 +6898,7 @@
- download
+ download
http://ms.wikipedia.org
@@ -6924,7 +6924,7 @@
- download
+ download
http://ms.wiktionary.org
@@ -6950,7 +6950,7 @@
- download
+ download
http://ms.wikibooks.org
@@ -6976,7 +6976,7 @@
- download
+ download
http://nn.wikipedia.org
@@ -7002,7 +7002,7 @@
- download
+ download
http://nn.wiktionary.org
@@ -7028,7 +7028,7 @@
- download
+ download
http://nn.wikiquote.org
@@ -7054,7 +7054,7 @@
- download
+ download
http://sh.wikipedia.org
@@ -7080,7 +7080,7 @@
- download
+ download
http://sh.wiktionary.org
@@ -7106,10 +7106,10 @@
- download
+ download
- http://simple.wikipedia.org
+ http://simple.wikipedia.org
Simple English
@@ -7132,7 +7132,7 @@
- download
+ download
http://simple.wiktionary.org
@@ -7158,7 +7158,7 @@
- download
+ download
http://simple.wikibooks.org
@@ -7184,7 +7184,7 @@
- download
+ download
http://simple.wikiquote.org
@@ -7210,7 +7210,7 @@
- download
+ download
http://sl.wikipedia.org
@@ -7236,7 +7236,7 @@
- download
+ download
http://sl.wiktionary.org
@@ -7262,7 +7262,7 @@
- download
+ download
http://sl.wikisource.org
@@ -7288,7 +7288,7 @@
- download
+ download
http://sl.wikibooks.org
@@ -7314,7 +7314,7 @@
- download
+ download
http://sl.wikiversity.org
@@ -7340,7 +7340,7 @@
- download
+ download
http://sl.wikiquote.org
@@ -7366,7 +7366,7 @@
- download
+ download
http://th.wikipedia.org
@@ -7392,7 +7392,7 @@
- download
+ download
http://th.wiktionary.org
@@ -7418,7 +7418,7 @@
- download
+ download
http://th.wikisource.org
@@ -7444,7 +7444,7 @@
- download
+ download
http://th.wikibooks.org
@@ -7470,7 +7470,7 @@
- download
+ download
http://th.wikiquote.org
@@ -7496,7 +7496,7 @@
- download
+ download
http://th.wikinews.org
@@ -7522,7 +7522,7 @@
- download
+ download
http://vo.wikipedia.org
@@ -7548,7 +7548,7 @@
- download
+ download
http://vo.wiktionary.org
@@ -7574,7 +7574,7 @@
- download
+ download
http://vo.wikibooks.org
@@ -7600,7 +7600,7 @@
- download
+ download
http://vo.wikiquote.org
@@ -7626,7 +7626,7 @@
- download
+ download
http://hi.wikipedia.org
@@ -7652,7 +7652,7 @@
- download
+ download
http://hi.wiktionary.org
@@ -7678,7 +7678,7 @@
- download
+ download
http://hi.wikibooks.org
@@ -7704,7 +7704,7 @@
- download
+ download
http://hi.wikiquote.org
@@ -7730,7 +7730,7 @@
- download
+ download
http://ia.wikipedia.org
@@ -7756,7 +7756,7 @@
- download
+ download
http://ia.wiktionary.org
@@ -7782,7 +7782,7 @@
- download
+ download
http://ia.wikibooks.org
@@ -7808,7 +7808,7 @@
- download
+ download
http://la.wikipedia.org
@@ -7834,7 +7834,7 @@
- download
+ download
http://la.wiktionary.org
@@ -7860,7 +7860,7 @@
- download
+ download
http://la.wikisource.org
@@ -7886,7 +7886,7 @@
- download
+ download
http://la.wikibooks.org
@@ -7912,7 +7912,7 @@
- download
+ download
http://la.wikiquote.org
@@ -7938,7 +7938,7 @@
- download
+ download
http://aa.wikipedia.org
@@ -7964,7 +7964,7 @@
- download
+ download
http://aa.wiktionary.org
@@ -7990,7 +7990,7 @@
- download
+ download
http://aa.wikibooks.org
@@ -8016,7 +8016,7 @@
- download
+ download
http://ab.wikipedia.org
@@ -8042,7 +8042,7 @@
- download
+ download
http://ab.wiktionary.org
@@ -8068,7 +8068,7 @@
- download
+ download
http://ace.wikipedia.org
@@ -8094,7 +8094,7 @@
- download
+ download
http://ady.wikipedia.org
@@ -8120,7 +8120,7 @@
- download
+ download
http://af.wikipedia.org
@@ -8146,7 +8146,7 @@
- download
+ download
http://af.wiktionary.org
@@ -8172,7 +8172,7 @@
- download
+ download
http://af.wikibooks.org
@@ -8198,7 +8198,7 @@
- download
+ download
http://af.wikiquote.org
@@ -8224,7 +8224,7 @@
- download
+ download
http://ak.wikipedia.org
@@ -8250,7 +8250,7 @@
- download
+ download
http://ak.wiktionary.org
@@ -8276,7 +8276,7 @@
- download
+ download
http://ak.wikibooks.org
@@ -8302,7 +8302,7 @@
- download
+ download
http://als.wikipedia.org
@@ -8328,7 +8328,7 @@
- download
+ download
http://als.wiktionary.org
@@ -8354,7 +8354,7 @@
- download
+ download
http://als.wikibooks.org
@@ -8380,7 +8380,7 @@
- download
+ download
http://als.wikiquote.org
@@ -8406,7 +8406,7 @@
- download
+ download
http://am.wikipedia.org
@@ -8432,7 +8432,7 @@
- download
+ download
http://am.wiktionary.org
@@ -8458,7 +8458,7 @@
- download
+ download
http://am.wikiquote.org
@@ -8484,7 +8484,7 @@
- download
+ download
http://an.wikipedia.org
@@ -8510,7 +8510,7 @@
- download
+ download
http://an.wiktionary.org
@@ -8536,7 +8536,7 @@
- download
+ download
http://ang.wikipedia.org
@@ -8562,7 +8562,7 @@
- download
+ download
http://ang.wiktionary.org
@@ -8588,7 +8588,7 @@
- download
+ download
http://ang.wikisource.org
@@ -8614,7 +8614,7 @@
- download
+ download
http://ang.wikibooks.org
@@ -8640,7 +8640,7 @@
- download
+ download
http://ang.wikiquote.org
@@ -8666,7 +8666,7 @@
- download
+ download
http://arc.wikipedia.org
@@ -8692,7 +8692,7 @@
- download
+ download
http://arz.wikipedia.org
@@ -8718,7 +8718,7 @@
- download
+ download
http://as.wikipedia.org
@@ -8744,7 +8744,7 @@
- download
+ download
http://as.wiktionary.org
@@ -8770,7 +8770,7 @@
- download
+ download
http://as.wikisource.org
@@ -8796,7 +8796,7 @@
- download
+ download
http://as.wikibooks.org
@@ -8822,7 +8822,7 @@
- download
+ download
http://ast.wikipedia.org
@@ -8848,7 +8848,7 @@
- download
+ download
http://ast.wiktionary.org
@@ -8874,7 +8874,7 @@
- download
+ download
http://ast.wikibooks.org
@@ -8900,7 +8900,7 @@
- download
+ download
http://ast.wikiquote.org
@@ -8926,7 +8926,7 @@
- download
+ download
http://av.wikipedia.org
@@ -8952,7 +8952,7 @@
- download
+ download
http://av.wiktionary.org
@@ -8978,7 +8978,7 @@
- download
+ download
http://ay.wikipedia.org
@@ -9004,7 +9004,7 @@
- download
+ download
http://ay.wiktionary.org
@@ -9030,7 +9030,7 @@
- download
+ download
http://ay.wikibooks.org
@@ -9056,7 +9056,7 @@
- download
+ download
http://az.wikipedia.org
@@ -9082,7 +9082,7 @@
- download
+ download
http://az.wiktionary.org
@@ -9108,7 +9108,7 @@
- download
+ download
http://az.wikisource.org
@@ -9134,7 +9134,7 @@
- download
+ download
http://az.wikibooks.org
@@ -9160,7 +9160,7 @@
- download
+ download
http://az.wikiquote.org
@@ -9186,7 +9186,7 @@
- download
+ download
http://azb.wikipedia.org
@@ -9212,7 +9212,7 @@
- download
+ download
http://ba.wikipedia.org
@@ -9238,7 +9238,7 @@
- download
+ download
http://ba.wikibooks.org
@@ -9264,7 +9264,7 @@
- download
+ download
http://bar.wikipedia.org
@@ -9290,7 +9290,7 @@
- download
+ download
http://bat-smg.wikipedia.org
@@ -9316,7 +9316,7 @@
- download
+ download
http://bcl.wikipedia.org
@@ -9342,7 +9342,7 @@
- download
+ download
http://be.wikipedia.org
@@ -9368,7 +9368,7 @@
- download
+ download
http://be.wiktionary.org
@@ -9394,7 +9394,7 @@
- download
+ download
http://be.wikisource.org
@@ -9420,7 +9420,7 @@
- download
+ download
http://be.wikibooks.org
@@ -9446,7 +9446,7 @@
- download
+ download
http://be.wikiquote.org
@@ -9472,7 +9472,7 @@
- download
+ download
http://be.wikimedia.org
@@ -9498,7 +9498,7 @@
- download
+ download
http://be-x-old.wikipedia.org
@@ -9524,7 +9524,7 @@
- download
+ download
http://bh.wikipedia.org
@@ -9550,7 +9550,7 @@
- download
+ download
http://bh.wiktionary.org
@@ -9576,7 +9576,7 @@
- download
+ download
http://bi.wikipedia.org
@@ -9602,7 +9602,7 @@
- download
+ download
http://bi.wiktionary.org
@@ -9628,7 +9628,7 @@
- download
+ download
http://bi.wikibooks.org
@@ -9654,7 +9654,7 @@
- download
+ download
http://bjn.wikipedia.org
@@ -9680,7 +9680,7 @@
- download
+ download
http://bm.wikipedia.org
@@ -9706,7 +9706,7 @@
- download
+ download
http://bm.wiktionary.org
@@ -9732,7 +9732,7 @@
- download
+ download
http://bm.wikibooks.org
@@ -9758,7 +9758,7 @@
- download
+ download
http://bm.wikiquote.org
@@ -9784,7 +9784,7 @@
- download
+ download
http://bn.wikipedia.org
@@ -9810,7 +9810,7 @@
- download
+ download
http://bn.wiktionary.org
@@ -9836,7 +9836,7 @@
- download
+ download
http://bn.wikisource.org
@@ -9862,7 +9862,7 @@
- download
+ download
http://bn.wikibooks.org
@@ -9888,7 +9888,7 @@
- download
+ download
http://bo.wikipedia.org
@@ -9914,7 +9914,7 @@
- download
+ download
http://bo.wiktionary.org
@@ -9940,7 +9940,7 @@
- download
+ download
http://bo.wikibooks.org
@@ -9966,7 +9966,7 @@
- download
+ download
http://bpy.wikipedia.org
@@ -9992,7 +9992,7 @@
- download
+ download
http://br.wikipedia.org
@@ -10018,7 +10018,7 @@
- download
+ download
http://br.wiktionary.org
@@ -10044,7 +10044,7 @@
- download
+ download
http://br.wikisource.org
@@ -10070,7 +10070,7 @@
- download
+ download
http://br.wikiquote.org
@@ -10096,7 +10096,7 @@
- download
+ download
http://br.wikimedia.org
@@ -10122,7 +10122,7 @@
- download
+ download
http://bs.wikipedia.org
@@ -10148,7 +10148,7 @@
- download
+ download
http://bs.wiktionary.org
@@ -10174,7 +10174,7 @@
- download
+ download
http://bs.wikisource.org
@@ -10200,7 +10200,7 @@
- download
+ download
http://bs.wikibooks.org
@@ -10226,7 +10226,7 @@
- download
+ download
http://bs.wikiquote.org
@@ -10252,7 +10252,7 @@
- download
+ download
http://bs.wikinews.org
@@ -10278,7 +10278,7 @@
- download
+ download
http://bug.wikipedia.org
@@ -10304,7 +10304,7 @@
- download
+ download
http://bxr.wikipedia.org
@@ -10330,7 +10330,7 @@
- download
+ download
http://cbk-zam.wikipedia.org
@@ -10356,7 +10356,7 @@
- download
+ download
http://cdo.wikipedia.org
@@ -10382,7 +10382,7 @@
- download
+ download
http://ce.wikipedia.org
@@ -10408,7 +10408,7 @@
- download
+ download
http://ceb.wikipedia.org
@@ -10434,7 +10434,7 @@
- download
+ download
http://ch.wikipedia.org
@@ -10460,7 +10460,7 @@
- download
+ download
http://ch.wiktionary.org
@@ -10486,7 +10486,7 @@
- download
+ download
http://ch.wikibooks.org
@@ -10512,7 +10512,7 @@
- download
+ download
http://cho.wikipedia.org
@@ -10538,7 +10538,7 @@
- download
+ download
http://chr.wikipedia.org
@@ -10564,7 +10564,7 @@
- download
+ download
http://chr.wiktionary.org
@@ -10590,7 +10590,7 @@
- download
+ download
http://chy.wikipedia.org
@@ -10616,7 +10616,7 @@
- download
+ download
http://ckb.wikipedia.org
@@ -10642,7 +10642,7 @@
- download
+ download
http://co.wikipedia.org
@@ -10668,7 +10668,7 @@
- download
+ download
http://co.wiktionary.org
@@ -10694,7 +10694,7 @@
- download
+ download
http://co.wikibooks.org
@@ -10720,7 +10720,7 @@
- download
+ download
http://co.wikiquote.org
@@ -10746,7 +10746,7 @@
- download
+ download
http://co.wikimedia.org
@@ -10772,7 +10772,7 @@
- download
+ download
http://cr.wikipedia.org
@@ -10798,7 +10798,7 @@
- download
+ download
http://cr.wiktionary.org
@@ -10824,7 +10824,7 @@
- download
+ download
http://cr.wikiquote.org
@@ -10850,7 +10850,7 @@
- download
+ download
http://crh.wikipedia.org
@@ -10876,7 +10876,7 @@
- download
+ download
http://csb.wikipedia.org
@@ -10902,7 +10902,7 @@
- download
+ download
http://csb.wiktionary.org
@@ -10928,7 +10928,7 @@
- download
+ download
http://cu.wikipedia.org
@@ -10954,7 +10954,7 @@
- download
+ download
http://cv.wikipedia.org
@@ -10980,7 +10980,7 @@
- download
+ download
http://cv.wikibooks.org
@@ -11006,7 +11006,7 @@
- download
+ download
http://cy.wikipedia.org
@@ -11032,7 +11032,7 @@
- download
+ download
http://cy.wiktionary.org
@@ -11058,7 +11058,7 @@
- download
+ download
http://cy.wikisource.org
@@ -11084,7 +11084,7 @@
- download
+ download
http://cy.wikibooks.org
@@ -11110,7 +11110,7 @@
- download
+ download
http://cy.wikiquote.org
@@ -11136,7 +11136,7 @@
- download
+ download
http://diq.wikipedia.org
@@ -11162,7 +11162,7 @@
- download
+ download
http://dsb.wikipedia.org
@@ -11188,7 +11188,7 @@
- download
+ download
http://dv.wikipedia.org
@@ -11214,7 +11214,7 @@
- download
+ download
http://dv.wiktionary.org
@@ -11240,7 +11240,7 @@
- download
+ download
http://dz.wikipedia.org
@@ -11266,7 +11266,7 @@
- download
+ download
http://dz.wiktionary.org
@@ -11292,7 +11292,7 @@
- download
+ download
http://ee.wikipedia.org
@@ -11318,7 +11318,7 @@
- download
+ download
http://eml.wikipedia.org
@@ -11344,7 +11344,7 @@
- download
+ download
http://ext.wikipedia.org
@@ -11370,7 +11370,7 @@
- download
+ download
http://ff.wikipedia.org
@@ -11396,7 +11396,7 @@
- download
+ download
http://fiu-vro.wikipedia.org
@@ -11422,7 +11422,7 @@
- download
+ download
http://fj.wikipedia.org
@@ -11448,7 +11448,7 @@
- download
+ download
http://fj.wiktionary.org
@@ -11474,7 +11474,7 @@
- download
+ download
http://fo.wikipedia.org
@@ -11500,7 +11500,7 @@
- download
+ download
http://fo.wiktionary.org
@@ -11526,7 +11526,7 @@
- download
+ download
http://fo.wikisource.org
@@ -11552,7 +11552,7 @@
- download
+ download
http://frp.wikipedia.org
@@ -11578,7 +11578,7 @@
- download
+ download
http://frr.wikipedia.org
@@ -11604,7 +11604,7 @@
- download
+ download
http://fur.wikipedia.org
@@ -11630,7 +11630,7 @@
- download
+ download
http://fy.wikipedia.org
@@ -11656,7 +11656,7 @@
- download
+ download
http://fy.wiktionary.org
@@ -11682,7 +11682,7 @@
- download
+ download
http://fy.wikibooks.org
@@ -11708,7 +11708,7 @@
- download
+ download
http://ga.wikipedia.org
@@ -11734,7 +11734,7 @@
- download
+ download
http://ga.wiktionary.org
@@ -11760,7 +11760,7 @@
- download
+ download
http://ga.wikibooks.org
@@ -11786,7 +11786,7 @@
- download
+ download
http://ga.wikiquote.org
@@ -11815,7 +11815,7 @@
- download
+ download
http://gan.wikipedia.org
@@ -11841,7 +11841,7 @@
- download
+ download
http://gd.wikipedia.org
@@ -11867,7 +11867,7 @@
- download
+ download
http://gd.wiktionary.org
@@ -11893,7 +11893,7 @@
- download
+ download
http://glk.wikipedia.org
@@ -11919,7 +11919,7 @@
- download
+ download
http://gn.wikipedia.org
@@ -11945,7 +11945,7 @@
- download
+ download
http://gn.wiktionary.org
@@ -11974,7 +11974,7 @@
- download
+ download
http://gom.wikipedia.org
@@ -12003,7 +12003,7 @@
- download
+ download
http://got.wikibooks.org
@@ -12029,7 +12029,7 @@
- download
+ download
http://gu.wikipedia.org
@@ -12055,7 +12055,7 @@
- download
+ download
http://gu.wiktionary.org
@@ -12081,7 +12081,7 @@
- download
+ download
http://gu.wikisource.org
@@ -12107,7 +12107,7 @@
- download
+ download
http://gu.wikibooks.org
@@ -12133,7 +12133,7 @@
- download
+ download
http://gu.wikiquote.org
@@ -12159,7 +12159,7 @@
- download
+ download
http://gv.wikipedia.org
@@ -12185,7 +12185,7 @@
- download
+ download
http://gv.wiktionary.org
@@ -12211,7 +12211,7 @@
- download
+ download
http://ha.wikipedia.org
@@ -12237,7 +12237,7 @@
- download
+ download
http://ha.wiktionary.org
@@ -12263,7 +12263,7 @@
- download
+ download
http://hak.wikipedia.org
@@ -12289,7 +12289,7 @@
- download
+ download
http://haw.wikipedia.org
@@ -12315,7 +12315,7 @@
- download
+ download
http://hif.wikipedia.org
@@ -12341,7 +12341,7 @@
- download
+ download
http://ho.wikipedia.org
@@ -12367,7 +12367,7 @@
- download
+ download
http://hsb.wikipedia.org
@@ -12393,7 +12393,7 @@
- download
+ download
http://hsb.wiktionary.org
@@ -12419,7 +12419,7 @@
- download
+ download
http://ht.wikipedia.org
@@ -12445,7 +12445,7 @@
- download
+ download
http://ht.wikisource.org
@@ -12471,7 +12471,7 @@
- download
+ download
http://hy.wikipedia.org
@@ -12497,7 +12497,7 @@
- download
+ download
http://hy.wiktionary.org
@@ -12523,7 +12523,7 @@
- download
+ download
http://hy.wikisource.org
@@ -12549,7 +12549,7 @@
- download
+ download
http://hy.wikibooks.org
@@ -12575,7 +12575,7 @@
- download
+ download
http://hy.wikiquote.org
@@ -12601,7 +12601,7 @@
- download
+ download
http://hz.wikipedia.org
@@ -12627,7 +12627,7 @@
- download
+ download
http://ie.wikipedia.org
@@ -12653,7 +12653,7 @@
- download
+ download
http://ie.wiktionary.org
@@ -12679,7 +12679,7 @@
- download
+ download
http://ie.wikibooks.org
@@ -12705,7 +12705,7 @@
- download
+ download
http://ig.wikipedia.org
@@ -12731,7 +12731,7 @@
- download
+ download
http://ii.wikipedia.org
@@ -12757,7 +12757,7 @@
- download
+ download
http://ik.wikipedia.org
@@ -12783,7 +12783,7 @@
- download
+ download
http://ik.wiktionary.org
@@ -12809,7 +12809,7 @@
- download
+ download
http://ilo.wikipedia.org
@@ -12835,7 +12835,7 @@
- download
+ download
http://io.wikipedia.org
@@ -12861,7 +12861,7 @@
- download
+ download
http://io.wiktionary.org
@@ -12887,7 +12887,7 @@
- download
+ download
http://is.wikipedia.org
@@ -12913,7 +12913,7 @@
- download
+ download
http://is.wiktionary.org
@@ -12939,7 +12939,7 @@
- download
+ download
http://is.wikisource.org
@@ -12965,7 +12965,7 @@
- download
+ download
http://is.wikibooks.org
@@ -12991,7 +12991,7 @@
- download
+ download
http://is.wikiquote.org
@@ -13017,7 +13017,7 @@
- download
+ download
http://iu.wikipedia.org
@@ -13043,7 +13043,7 @@
- download
+ download
http://iu.wiktionary.org
@@ -13069,7 +13069,7 @@
- download
+ download
http://jam.wikipedia.org
@@ -13095,7 +13095,7 @@
- download
+ download
http://jbo.wikipedia.org
@@ -13121,7 +13121,7 @@
- download
+ download
http://jbo.wiktionary.org
@@ -13147,7 +13147,7 @@
- download
+ download
http://jv.wikipedia.org
@@ -13173,7 +13173,7 @@
- download
+ download
http://jv.wiktionary.org
@@ -13199,7 +13199,7 @@
- download
+ download
http://ka.wikipedia.org
@@ -13228,7 +13228,7 @@
- download
+ download
http://kbd.wikipedia.org
@@ -13254,7 +13254,7 @@
- download
+ download
http://kg.wikipedia.org
@@ -13283,7 +13283,7 @@
- download
+ download
http://kn.wikipedia.org
@@ -13309,7 +13309,7 @@
- download
+ download
http://kn.wiktionary.org
@@ -13335,7 +13335,7 @@
- download
+ download
http://kn.wikisource.org
@@ -13361,7 +13361,7 @@
- download
+ download
http://kn.wikibooks.org
@@ -13390,7 +13390,7 @@
- download
+ download
http://krc.wikipedia.org
@@ -13416,7 +13416,7 @@
- download
+ download
http://ks.wikipedia.org
@@ -13442,7 +13442,7 @@
- download
+ download
http://ks.wiktionary.org
@@ -13468,7 +13468,7 @@
- download
+ download
http://ks.wikibooks.org
@@ -13494,7 +13494,7 @@
- download
+ download
http://ks.wikiquote.org
@@ -13520,7 +13520,7 @@
- download
+ download
http://ksh.wikipedia.org
@@ -13546,7 +13546,7 @@
- download
+ download
http://ku.wikipedia.org
@@ -13572,7 +13572,7 @@
- download
+ download
http://ku.wiktionary.org
@@ -13598,7 +13598,7 @@
- download
+ download
http://ku.wikibooks.org
@@ -13624,7 +13624,7 @@
- download
+ download
http://ku.wikiquote.org
@@ -13650,7 +13650,7 @@
- download
+ download
http://kv.wikipedia.org
@@ -13676,7 +13676,7 @@
- download
+ download
http://kw.wikipedia.org
@@ -13702,7 +13702,7 @@
- download
+ download
http://kw.wiktionary.org
@@ -13728,7 +13728,7 @@
- download
+ download
http://kw.wikiquote.org
@@ -13754,7 +13754,7 @@
- download
+ download
http://ky.wikipedia.org
@@ -13780,7 +13780,7 @@
- download
+ download
http://ky.wiktionary.org
@@ -13806,7 +13806,7 @@
- download
+ download
http://ky.wikibooks.org
@@ -13832,7 +13832,7 @@
- download
+ download
http://ky.wikiquote.org
@@ -13858,7 +13858,7 @@
- download
+ download
http://lad.wikipedia.org
@@ -13884,7 +13884,7 @@
- download
+ download
http://lb.wikipedia.org
@@ -13910,7 +13910,7 @@
- download
+ download
http://lb.wiktionary.org
@@ -13936,7 +13936,7 @@
- download
+ download
http://lb.wikibooks.org
@@ -13962,7 +13962,7 @@
- download
+ download
http://lb.wikiquote.org
@@ -13988,7 +13988,7 @@
- download
+ download
http://lbe.wikipedia.org
@@ -14014,7 +14014,7 @@
- download
+ download
http://lez.wikipedia.org
@@ -14040,7 +14040,7 @@
- download
+ download
http://lg.wikipedia.org
@@ -14066,7 +14066,7 @@
- download
+ download
http://li.wikipedia.org
@@ -14092,7 +14092,7 @@
- download
+ download
http://li.wiktionary.org
@@ -14118,7 +14118,7 @@
- download
+ download
http://li.wikisource.org
@@ -14147,7 +14147,7 @@
- download
+ download
http://li.wikiquote.org
@@ -14173,7 +14173,7 @@
- download
+ download
http://lij.wikipedia.org
@@ -14199,7 +14199,7 @@
- download
+ download
http://lmo.wikipedia.org
@@ -14225,7 +14225,7 @@
- download
+ download
http://ln.wikipedia.org
@@ -14251,7 +14251,7 @@
- download
+ download
http://ln.wiktionary.org
@@ -14277,7 +14277,7 @@
- download
+ download
http://ln.wikibooks.org
@@ -14306,7 +14306,7 @@
- download
+ download
http://lo.wiktionary.org
@@ -14335,7 +14335,7 @@
- download
+ download
http://ltg.wikipedia.org
@@ -14361,7 +14361,7 @@
- download
+ download
http://lv.wikipedia.org
@@ -14387,7 +14387,7 @@
- download
+ download
http://lv.wiktionary.org
@@ -14413,7 +14413,7 @@
- download
+ download
http://lv.wikibooks.org
@@ -14439,7 +14439,7 @@
- download
+ download
http://mai.wikipedia.org
@@ -14465,7 +14465,7 @@
- download
+ download
http://map-bms.wikipedia.org
@@ -14491,7 +14491,7 @@
- download
+ download
http://mdf.wikipedia.org
@@ -14517,7 +14517,7 @@
- download
+ download
http://mg.wikipedia.org
@@ -14543,7 +14543,7 @@
- download
+ download
http://mg.wiktionary.org
@@ -14569,7 +14569,7 @@
- download
+ download
http://mg.wikibooks.org
@@ -14595,7 +14595,7 @@
- download
+ download
http://mh.wikipedia.org
@@ -14621,7 +14621,7 @@
- download
+ download
http://mh.wiktionary.org
@@ -14647,7 +14647,7 @@
- download
+ download
http://mhr.wikipedia.org
@@ -14673,7 +14673,7 @@
- download
+ download
http://mi.wikipedia.org
@@ -14699,7 +14699,7 @@
- download
+ download
http://mi.wiktionary.org
@@ -14725,7 +14725,7 @@
- download
+ download
http://mi.wikibooks.org
@@ -14751,7 +14751,7 @@
- download
+ download
http://min.wikipedia.org
@@ -14777,7 +14777,7 @@
- download
+ download
http://mk.wikipedia.org
@@ -14803,7 +14803,7 @@
- download
+ download
http://mk.wiktionary.org
@@ -14829,7 +14829,7 @@
- download
+ download
http://mk.wikisource.org
@@ -14855,7 +14855,7 @@
- download
+ download
http://mk.wikibooks.org
@@ -14881,7 +14881,7 @@
- download
+ download
http://mk.wikimedia.org
@@ -14907,7 +14907,7 @@
- download
+ download
http://ml.wikipedia.org
@@ -14933,7 +14933,7 @@
- download
+ download
http://ml.wiktionary.org
@@ -14959,7 +14959,7 @@
- download
+ download
http://ml.wikisource.org
@@ -14985,7 +14985,7 @@
- download
+ download
http://ml.wikibooks.org
@@ -15011,7 +15011,7 @@
- download
+ download
http://ml.wikiquote.org
@@ -15037,7 +15037,7 @@
- download
+ download
http://mn.wikipedia.org
@@ -15063,7 +15063,7 @@
- download
+ download
http://mn.wiktionary.org
@@ -15089,7 +15089,7 @@
- download
+ download
http://mn.wikibooks.org
@@ -15115,7 +15115,7 @@
- download
+ download
http://mo.wikipedia.org
@@ -15141,7 +15141,7 @@
- download
+ download
http://mo.wiktionary.org
@@ -15167,7 +15167,7 @@
- download
+ download
http://mr.wikipedia.org
@@ -15193,7 +15193,7 @@
- download
+ download
http://mr.wiktionary.org
@@ -15219,7 +15219,7 @@
- download
+ download
http://mr.wikisource.org
@@ -15245,7 +15245,7 @@
- download
+ download
http://mr.wikibooks.org
@@ -15271,7 +15271,7 @@
- download
+ download
http://mr.wikiquote.org
@@ -15297,7 +15297,7 @@
- download
+ download
http://mrj.wikipedia.org
@@ -15323,7 +15323,7 @@
- download
+ download
http://mt.wikipedia.org
@@ -15349,7 +15349,7 @@
- download
+ download
http://mt.wiktionary.org
@@ -15375,7 +15375,7 @@
- download
+ download
http://mus.wikipedia.org
@@ -15401,7 +15401,7 @@
- download
+ download
http://mwl.wikipedia.org
@@ -15427,7 +15427,7 @@
- download
+ download
http://my.wikipedia.org
@@ -15453,7 +15453,7 @@
- download
+ download
http://my.wiktionary.org
@@ -15479,7 +15479,7 @@
- download
+ download
http://my.wikibooks.org
@@ -15505,7 +15505,7 @@
- download
+ download
http://myv.wikipedia.org
@@ -15531,7 +15531,7 @@
- download
+ download
http://mzn.wikipedia.org
@@ -15557,7 +15557,7 @@
- download
+ download
http://na.wikipedia.org
@@ -15583,7 +15583,7 @@
- download
+ download
http://na.wiktionary.org
@@ -15609,7 +15609,7 @@
- download
+ download
http://na.wikibooks.org
@@ -15635,7 +15635,7 @@
- download
+ download
http://na.wikiquote.org
@@ -15661,7 +15661,7 @@
- download
+ download
http://nah.wikipedia.org
@@ -15687,7 +15687,7 @@
- download
+ download
http://nah.wiktionary.org
@@ -15713,7 +15713,7 @@
- download
+ download
http://nah.wikibooks.org
@@ -15739,7 +15739,7 @@
- download
+ download
http://nap.wikipedia.org
@@ -15765,7 +15765,7 @@
- download
+ download
http://nds.wikipedia.org
@@ -15791,7 +15791,7 @@
- download
+ download
http://nds.wiktionary.org
@@ -15817,7 +15817,7 @@
- download
+ download
http://nds.wikibooks.org
@@ -15843,7 +15843,7 @@
- download
+ download
http://nds.wikiquote.org
@@ -15869,7 +15869,7 @@
- download
+ download
http://nds-nl.wikipedia.org
@@ -15895,7 +15895,7 @@
- download
+ download
http://ne.wikipedia.org
@@ -15921,7 +15921,7 @@
- download
+ download
http://ne.wiktionary.org
@@ -15947,7 +15947,7 @@
- download
+ download
http://ne.wikibooks.org
@@ -15973,7 +15973,7 @@
- download
+ download
http://new.wikipedia.org
@@ -15999,7 +15999,7 @@
- download
+ download
http://ng.wikipedia.org
@@ -16025,7 +16025,7 @@
- download
+ download
http://nov.wikipedia.org
@@ -16051,7 +16051,7 @@
- download
+ download
http://nrm.wikipedia.org
@@ -16077,7 +16077,7 @@
- download
+ download
http://nso.wikipedia.org
@@ -16103,7 +16103,7 @@
- download
+ download
http://nv.wikipedia.org
@@ -16129,7 +16129,7 @@
- download
+ download
http://ny.wikipedia.org
@@ -16155,7 +16155,7 @@
- download
+ download
http://oc.wikipedia.org
@@ -16181,7 +16181,7 @@
- download
+ download
http://oc.wiktionary.org
@@ -16207,7 +16207,7 @@
- download
+ download
http://oc.wikibooks.org
@@ -16233,7 +16233,7 @@
- download
+ download
http://olo.wikipedia.org
@@ -16258,7 +16258,7 @@
- download
+ download
http://om.wikipedia.org
@@ -16284,7 +16284,7 @@
- download
+ download
http://om.wiktionary.org
@@ -16310,7 +16310,7 @@
- download
+ download
http://or.wikipedia.org
@@ -16336,7 +16336,7 @@
- download
+ download
http://or.wiktionary.org
@@ -16362,7 +16362,7 @@
- download
+ download
http://or.wikisource.org
@@ -16388,7 +16388,7 @@
- download
+ download
http://os.wikipedia.org
@@ -16414,7 +16414,7 @@
- download
+ download
http://pa.wikipedia.org
@@ -16440,7 +16440,7 @@
- download
+ download
http://pa.wiktionary.org
@@ -16466,7 +16466,7 @@
- download
+ download
http://pa.wikibooks.org
@@ -16492,7 +16492,7 @@
- download
+ download
http://pag.wikipedia.org
@@ -16518,7 +16518,7 @@
- download
+ download
http://pam.wikipedia.org
@@ -16544,7 +16544,7 @@
- download
+ download
http://pap.wikipedia.org
@@ -16570,7 +16570,7 @@
- download
+ download
http://pcd.wikipedia.org
@@ -16596,7 +16596,7 @@
- download
+ download
http://pdc.wikipedia.org
@@ -16622,7 +16622,7 @@
- download
+ download
http://pfl.wikipedia.org
@@ -16648,7 +16648,7 @@
- download
+ download
http://pi.wikipedia.org
@@ -16674,7 +16674,7 @@
- download
+ download
http://pi.wiktionary.org
@@ -16700,7 +16700,7 @@
- download
+ download
http://pih.wikipedia.org
@@ -16726,7 +16726,7 @@
- download
+ download
http://pms.wikipedia.org
@@ -16752,7 +16752,7 @@
- download
+ download
http://pnb.wikipedia.org
@@ -16778,7 +16778,7 @@
- download
+ download
http://pnb.wiktionary.org
@@ -16804,7 +16804,7 @@
- download
+ download
http://pnt.wikipedia.org
@@ -16830,7 +16830,7 @@
- download
+ download
http://ps.wikipedia.org
@@ -16856,7 +16856,7 @@
- download
+ download
http://ps.wiktionary.org
@@ -16882,7 +16882,7 @@
- download
+ download
http://ps.wikibooks.org
@@ -16908,7 +16908,7 @@
- download
+ download
http://qu.wikipedia.org
@@ -16934,7 +16934,7 @@
- download
+ download
http://qu.wiktionary.org
@@ -16960,7 +16960,7 @@
- download
+ download
http://qu.wikibooks.org
@@ -16986,7 +16986,7 @@
- download
+ download
http://qu.wikiquote.org
@@ -17012,7 +17012,7 @@
- download
+ download
http://rm.wikipedia.org
@@ -17038,7 +17038,7 @@
- download
+ download
http://rm.wiktionary.org
@@ -17064,7 +17064,7 @@
- download
+ download
http://rm.wikibooks.org
@@ -17090,7 +17090,7 @@
- download
+ download
http://rmy.wikipedia.org
@@ -17116,7 +17116,7 @@
- download
+ download
http://rn.wikipedia.org
@@ -17142,7 +17142,7 @@
- download
+ download
http://rn.wiktionary.org
@@ -17168,7 +17168,7 @@
- download
+ download
http://roa-rup.wikipedia.org
@@ -17194,7 +17194,7 @@
- download
+ download
http://roa-rup.wiktionary.org
@@ -17220,7 +17220,7 @@
- download
+ download
http://roa-tara.wikipedia.org
@@ -17246,7 +17246,7 @@
- download
+ download
http://rue.wikipedia.org
@@ -17272,7 +17272,7 @@
- download
+ download
http://rw.wikipedia.org
@@ -17298,7 +17298,7 @@
- download
+ download
http://rw.wiktionary.org
@@ -17324,7 +17324,7 @@
- download
+ download
http://sa.wikipedia.org
@@ -17350,7 +17350,7 @@
- download
+ download
http://sa.wiktionary.org
@@ -17376,7 +17376,7 @@
- download
+ download
http://sa.wikisource.org
@@ -17402,7 +17402,7 @@
- download
+ download
http://sa.wikibooks.org
@@ -17428,7 +17428,7 @@
- download
+ download
http://sa.wikiquote.org
@@ -17454,7 +17454,7 @@
- download
+ download
http://sah.wikipedia.org
@@ -17480,7 +17480,7 @@
- download
+ download
http://sah.wikisource.org
@@ -17506,7 +17506,7 @@
- download
+ download
http://sc.wikipedia.org
@@ -17532,7 +17532,7 @@
- download
+ download
http://sc.wiktionary.org
@@ -17558,7 +17558,7 @@
- download
+ download
http://scn.wikipedia.org
@@ -17584,7 +17584,7 @@
- download
+ download
http://scn.wiktionary.org
@@ -17610,7 +17610,7 @@
- download
+ download
http://sco.wikipedia.org
@@ -17636,7 +17636,7 @@
- download
+ download
http://sd.wikipedia.org
@@ -17662,7 +17662,7 @@
- download
+ download
http://sd.wiktionary.org
@@ -17688,7 +17688,7 @@
- download
+ download
http://sd.wikinews.org
@@ -17714,7 +17714,7 @@
- download
+ download
http://se.wikipedia.org
@@ -17740,7 +17740,7 @@
- download
+ download
http://se.wikibooks.org
@@ -17766,7 +17766,7 @@
- download
+ download
http://se.wikimedia.org
@@ -17792,7 +17792,7 @@
- download
+ download
http://sg.wikipedia.org
@@ -17818,7 +17818,7 @@
- download
+ download
http://sg.wiktionary.org
@@ -17844,7 +17844,7 @@
- download
+ download
http://si.wikipedia.org
@@ -17870,7 +17870,7 @@
- download
+ download
http://si.wiktionary.org
@@ -17896,7 +17896,7 @@
- download
+ download
http://si.wikibooks.org
@@ -17922,7 +17922,7 @@
- download
+ download
http://sm.wikipedia.org
@@ -17948,7 +17948,7 @@
- download
+ download
http://sm.wiktionary.org
@@ -17974,7 +17974,7 @@
- download
+ download
http://sn.wikipedia.org
@@ -18000,7 +18000,7 @@
- download
+ download
http://sn.wiktionary.org
@@ -18026,7 +18026,7 @@
- download
+ download
http://so.wikipedia.org
@@ -18052,7 +18052,7 @@
- download
+ download
http://so.wiktionary.org
@@ -18078,7 +18078,7 @@
- download
+ download
http://sq.wikipedia.org
@@ -18104,7 +18104,7 @@
- download
+ download
http://sq.wiktionary.org
@@ -18130,7 +18130,7 @@
- download
+ download
http://sq.wikibooks.org
@@ -18156,7 +18156,7 @@
- download
+ download
http://sq.wikiquote.org
@@ -18182,7 +18182,7 @@
- download
+ download
http://sq.wikinews.org
@@ -18208,7 +18208,7 @@
- download
+ download
http://srn.wikipedia.org
@@ -18234,7 +18234,7 @@
- download
+ download
http://ss.wikipedia.org
@@ -18260,7 +18260,7 @@
- download
+ download
http://ss.wiktionary.org
@@ -18286,7 +18286,7 @@
- download
+ download
http://st.wikipedia.org
@@ -18312,7 +18312,7 @@
- download
+ download
http://st.wiktionary.org
@@ -18338,7 +18338,7 @@
- download
+ download
http://stq.wikipedia.org
@@ -18364,7 +18364,7 @@
- download
+ download
http://su.wikipedia.org
@@ -18390,7 +18390,7 @@
- download
+ download
http://su.wiktionary.org
@@ -18416,7 +18416,7 @@
- download
+ download
http://su.wikibooks.org
@@ -18442,7 +18442,7 @@
- download
+ download
http://su.wikiquote.org
@@ -18468,7 +18468,7 @@
- download
+ download
http://sw.wikipedia.org
@@ -18494,7 +18494,7 @@
- download
+ download
http://sw.wiktionary.org
@@ -18520,7 +18520,7 @@
- download
+ download
http://sw.wikibooks.org
@@ -18546,7 +18546,7 @@
- download
+ download
http://szl.wikipedia.org
@@ -18572,7 +18572,7 @@
- download
+ download
http://ta.wikipedia.org
@@ -18598,7 +18598,7 @@
- download
+ download
http://ta.wiktionary.org
@@ -18624,7 +18624,7 @@
- download
+ download
http://ta.wikisource.org
@@ -18650,7 +18650,7 @@
- download
+ download
http://ta.wikibooks.org
@@ -18676,7 +18676,7 @@
- download
+ download
http://ta.wikiquote.org
@@ -18702,7 +18702,7 @@
- download
+ download
http://ta.wikinews.org
@@ -18728,7 +18728,7 @@
- download
+ download
http://tcy.wikipedia.org
@@ -18754,7 +18754,7 @@
- download
+ download
http://te.wikipedia.org
@@ -18780,7 +18780,7 @@
- download
+ download
http://te.wiktionary.org
@@ -18806,7 +18806,7 @@
- download
+ download
http://te.wikisource.org
@@ -18832,7 +18832,7 @@
- download
+ download
http://te.wikibooks.org
@@ -18858,7 +18858,7 @@
- download
+ download
http://te.wikiquote.org
@@ -18884,7 +18884,7 @@
- download
+ download
http://tet.wikipedia.org
@@ -18910,7 +18910,7 @@
- download
+ download
http://tg.wikipedia.org
@@ -18936,7 +18936,7 @@
- download
+ download
http://tg.wiktionary.org
@@ -18962,7 +18962,7 @@
- download
+ download
http://tg.wikibooks.org
@@ -18988,7 +18988,7 @@
- download
+ download
http://ti.wikipedia.org
@@ -19014,7 +19014,7 @@
- download
+ download
http://ti.wiktionary.org
@@ -19040,7 +19040,7 @@
- download
+ download
http://tk.wikipedia.org
@@ -19066,7 +19066,7 @@
- download
+ download
http://tk.wiktionary.org
@@ -19092,7 +19092,7 @@
- download
+ download
http://tk.wikibooks.org
@@ -19118,7 +19118,7 @@
- download
+ download
http://tk.wikiquote.org
@@ -19144,7 +19144,7 @@
- download
+ download
http://tl.wikipedia.org
@@ -19170,7 +19170,7 @@
- download
+ download
http://tl.wiktionary.org
@@ -19196,7 +19196,7 @@
- download
+ download
http://tl.wikibooks.org
@@ -19222,7 +19222,7 @@
- download
+ download
http://tn.wikipedia.org
@@ -19248,7 +19248,7 @@
- download
+ download
http://tn.wiktionary.org
@@ -19274,7 +19274,7 @@
- download
+ download
http://to.wikipedia.org
@@ -19300,7 +19300,7 @@
- download
+ download
http://to.wiktionary.org
@@ -19326,7 +19326,7 @@
- download
+ download
http://tpi.wikipedia.org
@@ -19352,7 +19352,7 @@
- download
+ download
http://tpi.wiktionary.org
@@ -19378,7 +19378,7 @@
- download
+ download
http://ts.wikipedia.org
@@ -19404,7 +19404,7 @@
- download
+ download
http://ts.wiktionary.org
@@ -19430,7 +19430,7 @@
- download
+ download
http://tt.wikipedia.org
@@ -19456,7 +19456,7 @@
- download
+ download
http://tt.wiktionary.org
@@ -19482,7 +19482,7 @@
- download
+ download
http://tt.wikibooks.org
@@ -19508,7 +19508,7 @@
- download
+ download
http://tt.wikiquote.org
@@ -19534,7 +19534,7 @@
- download
+ download
http://tum.wikipedia.org
@@ -19560,7 +19560,7 @@
- download
+ download
http://tw.wikipedia.org
@@ -19586,7 +19586,7 @@
- download
+ download
http://tw.wiktionary.org
@@ -19612,7 +19612,7 @@
- download
+ download
http://ty.wikipedia.org
@@ -19638,7 +19638,7 @@
- download
+ download
http://tyv.wikipedia.org
@@ -19664,7 +19664,7 @@
- download
+ download
http://ua.wikimedia.org
@@ -19690,7 +19690,7 @@
- download
+ download
http://udm.wikipedia.org
@@ -19716,7 +19716,7 @@
- download
+ download
http://ug.wikipedia.org
@@ -19742,7 +19742,7 @@
- download
+ download
http://ug.wiktionary.org
@@ -19768,7 +19768,7 @@
- download
+ download
http://ug.wikibooks.org
@@ -19794,7 +19794,7 @@
- download
+ download
http://ug.wikiquote.org
@@ -19820,7 +19820,7 @@
- download
+ download
http://ur.wikipedia.org
@@ -19846,7 +19846,7 @@
- download
+ download
http://ur.wiktionary.org
@@ -19872,7 +19872,7 @@
- download
+ download
http://ur.wikibooks.org
@@ -19898,7 +19898,7 @@
- download
+ download
http://ur.wikiquote.org
@@ -19924,7 +19924,7 @@
- download
+ download
http://uz.wikipedia.org
@@ -19950,7 +19950,7 @@
- download
+ download
http://uz.wiktionary.org
@@ -19976,7 +19976,7 @@
- download
+ download
http://uz.wikibooks.org
@@ -20002,7 +20002,7 @@
- download
+ download
http://uz.wikiquote.org
@@ -20028,7 +20028,7 @@
- download
+ download
http://ve.wikipedia.org
@@ -20054,7 +20054,7 @@
- download
+ download
http://vec.wikipedia.org
@@ -20080,7 +20080,7 @@
- download
+ download
http://vec.wiktionary.org
@@ -20106,7 +20106,7 @@
- download
+ download
http://vec.wikisource.org
@@ -20132,7 +20132,7 @@
- download
+ download
http://vep.wikipedia.org
@@ -20158,7 +20158,7 @@
- download
+ download
http://vls.wikipedia.org
@@ -20184,7 +20184,7 @@
- download
+ download
http://wa.wikipedia.org
@@ -20210,7 +20210,7 @@
- download
+ download
http://wa.wiktionary.org
@@ -20236,7 +20236,7 @@
- download
+ download
http://wa.wikibooks.org
@@ -20262,7 +20262,7 @@
- download
+ download
http://war.wikipedia.org
@@ -20288,7 +20288,7 @@
- download
+ download
http://wo.wikipedia.org
@@ -20314,7 +20314,7 @@
- download
+ download
http://wo.wiktionary.org
@@ -20340,7 +20340,7 @@
- download
+ download
http://wo.wikiquote.org
@@ -20366,7 +20366,7 @@
- download
+ download
http://wuu.wikipedia.org
@@ -20392,7 +20392,7 @@
- download
+ download
http://xal.wikipedia.org
@@ -20418,7 +20418,7 @@
- download
+ download
http://xh.wikipedia.org
@@ -20444,7 +20444,7 @@
- download
+ download
http://xh.wiktionary.org
@@ -20470,7 +20470,7 @@
- download
+ download
http://xh.wikibooks.org
@@ -20496,7 +20496,7 @@
- download
+ download
http://xmf.wikipedia.org
@@ -20522,7 +20522,7 @@
- download
+ download
http://yi.wikipedia.org
@@ -20548,7 +20548,7 @@
- download
+ download
http://yi.wiktionary.org
@@ -20574,7 +20574,7 @@
- download
+ download
http://yi.wikisource.org
@@ -20600,7 +20600,7 @@
- download
+ download
http://yo.wikipedia.org
@@ -20626,7 +20626,7 @@
- download
+ download
http://yo.wiktionary.org
@@ -20652,7 +20652,7 @@
- download
+ download
http://yo.wikibooks.org
@@ -20678,7 +20678,7 @@
- download
+ download
http://za.wikipedia.org
@@ -20704,7 +20704,7 @@
- download
+ download
http://za.wiktionary.org
@@ -20730,7 +20730,7 @@
- download
+ download
http://za.wikibooks.org
@@ -20756,7 +20756,7 @@
- download
+ download
http://za.wikiquote.org
@@ -20782,7 +20782,7 @@
- download
+ download
http://zea.wikipedia.org
@@ -20808,7 +20808,7 @@
- download
+ download
http://zh-classical.wikipedia.org
@@ -20834,7 +20834,7 @@
- download
+ download
http://zh-min-nan.wikipedia.org
@@ -20860,7 +20860,7 @@
- download
+ download
http://zh-min-nan.wiktionary.org
@@ -20886,7 +20886,7 @@
- download
+ download
http://zh-min-nan.wikisource.org
@@ -20912,7 +20912,7 @@
- download
+ download
http://zh-min-nan.wikibooks.org
@@ -20938,7 +20938,7 @@
- download
+ download
http://zh-min-nan.wikiquote.org
@@ -20964,7 +20964,7 @@
- download
+ download
http://zh-yue.wikipedia.org
@@ -20990,7 +20990,7 @@
- download
+ download
http://zu.wikipedia.org
@@ -21016,7 +21016,7 @@
- download
+ download
http://zu.wiktionary.org
@@ -21042,7 +21042,7 @@
-
- download
+ download
http://zu.wikibooks.org
diff --git a/home/wiki/Dashboard/Wiki_maintenance.html b/home/wiki/Dashboard/Wiki_maintenance.html
index eabe1d395..8a709a16d 100644
--- a/home/wiki/Dashboard/Wiki_maintenance.html
+++ b/home/wiki/Dashboard/Wiki_maintenance.html
@@ -103,354 +103,6 @@
Search[11]
-
-
- commons.wikimedia.org
-
-
- n
-
-
- 2020-02-14
-
-
- 2017-03-20
-
-
- Dump complete
-
-
- sqlite3
-
-
- v0
-
-
- v1
-
-
-
-
-
-
-
-
-
-
-
-
-
- de.wikipedia.org
-
-
- n
-
-
- 2020-02-01
-
-
- 2017-03-20
-
-
- Dump complete
-
-
- sqlite3
-
-
- v0
-
-
- v1
-
-
-
-
-
-
-
-
-
-
-
-
-
- dungeons.wikia.com
-
-
- n
-
-
- 2016-02-11
-
-
-
-
- <<NULL>>
-
-
- sqlite3
-
-
- v0
-
-
- v1
-
-
-
-
-
-
-
-
-
-
-
-
-
- en.wikipedia.org
-
-
- n
-
-
- 2019-11-18
-
-
- 2017-03-20
-
-
- Dump complete
-
-
- sqlite3
-
-
- v0
-
-
- v1
-
-
-
-
-
-
-
-
-
-
-
-
-
- fr.wikipedia.org
-
-
- n
-
-
- 2019-08-04
-
-
- 2017-03-20
-
-
- Dump complete
-
-
- sqlite3
-
-
- v0
-
-
- v1
-
-
-
-
-
-
-
-
-
-
-
-
-
- fr.wikisource.org
-
-
- n
-
-
- 2019-11-03
-
-
- 2017-03-20
-
-
- Dump complete
-
-
- sqlite3
-
-
- v0
-
-
- v1
-
-
-
-
-
-
-
-
-
-
-
-
-
- it.wikisource.org
-
-
- n
-
-
- 2020-03-14
-
-
- 2017-03-20
-
-
- Dump complete
-
-
- sqlite3
-
-
- v0
-
-
- v1
-
-
-
-
-
-
-
-
-
-
-
-
-
- nethackwiki.com
-
-
- n
-
-
- 2017-01-29
-
-
-
-
- <<NULL>>
-
-
- sqlite3
-
-
- v0
-
-
- v1
-
-
-
-
-
-
-
-
-
-
-
-
-
- simple.wikipedia.org
-
-
- n
-
-
- 2020-04-09
-
-
- 2017-03-20
-
-
- Dump complete
-
-
- sqlite3
-
-
- v0
-
-
- v1
-
-
-
-
-
-
-
-
-
-
-
-
- www.wikidata.org
-
-
- n
-
-
- 2020-02-11
-
-
- 2017-03-20
-
-
- Dump complete
-
-
- sqlite3
-
-
- v0
-
-
- v1
-
-
-
-
-
-
-
-
-
-
-
Script
diff --git a/home/wiki/Dev/Command-line.html b/home/wiki/Dev/Command-line.html
index b23fa9238..c3e67ad04 100644
--- a/home/wiki/Dev/Command-line.html
+++ b/home/wiki/Dev/Command-line.html
@@ -64,7 +64,7 @@
Open up a command-line. For example, on Windows, run cmd
- Articles in the namespace will not be available. See http://en.wikipedia.org/wiki/Wikipedia:Namespace For example, ns.012 is for "Help:" articles
+ Articles in the namespace will not be available. See http://en.wikipedia.org/wiki/Wikipedia:Namespace For example, ns.012 is for "Help:" articles
@@ -249,10 +249,10 @@
old
- C:\xowa\wiki\en.wikipedia.org\en.wikipedia.org.000.sqlite3
+ C:\xowa_release\wiki\en.wikipedia.org\en.wikipedia.org.000.sqlite3
- C:\xowa\file\en.wikipedia.org\fsdb.main\fsdb.abc.sqlite3
+ C:\xowa_release\file\en.wikipedia.org\fsdb.main\fsdb.abc.sqlite3
@@ -263,10 +263,10 @@
old
- C:\xowa\wiki\en.wikipedia.org\en.wikipedia.org-core.xowa
+ C:\xowa_release\wiki\en.wikipedia.org\en.wikipedia.org-core.xowa
- C:\xowa\file\en.wikipedia.org\fsdb.main\fsdb.abc.sqlite3
+ C:\xowa_release\file\en.wikipedia.org\fsdb.main\fsdb.abc.sqlite3
@@ -277,10 +277,10 @@
new
- C:\xowa\wiki\en.wikipedia.org\en.wikipedia.org.000.sqlite3
+ C:\xowa_release\wiki\en.wikipedia.org\en.wikipedia.org.000.sqlite3
- C:\xowa\wiki\en.wikipedia.org\en.wikipedia.org-file-core.xowa
+ C:\xowa_release\wiki\en.wikipedia.org\en.wikipedia.org-file-core.xowa
@@ -291,10 +291,10 @@
new
diff --git a/home/wiki/Dev/Design/Offline_files.html b/home/wiki/Dev/Design/Offline_files.html
index dd4841c30..54e317ef6 100644
--- a/home/wiki/Dev/Design/Offline_files.html
+++ b/home/wiki/Dev/Design/Offline_files.html
@@ -42,7 +42,7 @@
- C:\xowa\wiki\en.wikipedia.org\en.wikipedia.org-core.xowa
+ C:\xowa_release\wiki\en.wikipedia.org\en.wikipedia.org-core.xowa
- C:\xowa\wiki\en.wikipedia.org\en.wikipedia.org-file-core.xowa
+ C:\xowa_release\wiki\en.wikipedia.org\en.wikipedia.org-file-core.xowa
[ 50 GB; 03 h]
Import the Commons wiki with category level 2. See Dashboard/Import/Offline
+ [ 50 GB; 03 h]
Import the Commons wiki with category level 2. See Dashboard/Import/Offline
[ 50 GB; 02 h]
Download and unzip commonswiki-latest-image.sql.gz
diff --git a/home/wiki/Dev/Design/Site_config.html b/home/wiki/Dev/Design/Site_config.html
index f089982af..ee1ee10ba 100644
--- a/home/wiki/Dev/Design/Site_config.html
+++ b/home/wiki/Dev/Design/Site_config.html
@@ -54,7 +54,7 @@ references
All other extension tags will be disabled. For example, <math> will show up as just <math> LaTeX source instead of being replaced with graphical equations
- The main purpose of this functionality is to disable extensions in some wikis. For example, the <do> extension is only active in the Wikivoyage wiki. Otherwise, English Wikipedia has an article called Type system which will render incorrectly with the following fragment: + The main purpose of this functionality is to disable extensions in some wikis. For example, the <do> extension is only active in the Wikivoyage wiki. Otherwise, English Wikipedia has an article called Type system which will render incorrectly with the following fragment:
<code>if <complex test> then <do something> else <generate type error></code> diff --git a/home/wiki/Dev/Design/Sqlite/File-sizes.html b/home/wiki/Dev/Design/Sqlite/File-sizes.html index d7ded7036..76fb57d71 100644 --- a/home/wiki/Dev/Design/Sqlite/File-sizes.html +++ b/home/wiki/Dev/Design/Sqlite/File-sizes.html @@ -25,7 +25,7 @@ Large wikis and FAT32:
- After ImageMagic and Inkscape are installed, you must click the following link to update XOWA's config: update xowa config. You can also configure this option at Options/Files
+ After ImageMagic and Inkscape are installed, you must click the following link to update XOWA's config: update xowa config
. You can also configure this option at Options/Files
For more information about the config, see the section below. diff --git a/home/wiki/Dev/File/Setup/Mac_OS_X.html b/home/wiki/Dev/File/Setup/Mac_OS_X.html index ece610f5a..a2ad061b4 100644 --- a/home/wiki/Dev/File/Setup/Mac_OS_X.html +++ b/home/wiki/Dev/File/Setup/Mac_OS_X.html @@ -36,7 +36,7 @@ brew install imagemagick brew cask install inkscape
- After ImageMagic and Inkscape are installed, you must click the following link to update XOWA's config: update xowa config
+ After ImageMagic and Inkscape are installed, you must click the following link to update XOWA's config: update xowa config
You can also do the following: diff --git a/home/wiki/Dev/File/Setup/Windows.html b/home/wiki/Dev/File/Setup/Windows.html index 9192af5a7..78c24261c 100644 --- a/home/wiki/Dev/File/Setup/Windows.html +++ b/home/wiki/Dev/File/Setup/Windows.html @@ -89,7 +89,7 @@
fails if "should not be small" is small
@@ -42,7 +42,7 @@
should not be small
fails if horizontal scroll bar
@@ -60,7 +60,7 @@
fails if "text should line up directly header" does not line up with "consecutive..."
@@ -108,7 +108,7 @@
fails if "should not be bold" is bold
@@ -148,7 +148,7 @@
fails if "should be small" is not small
@@ -167,7 +167,7 @@
fails if "text should be inside gray wikitable" is not actually in table
diff --git a/home/wiki/Diagnostics/Javascript/Graph/Commons.html b/home/wiki/Diagnostics/Javascript/Graph/Commons.html
index 83420df1d..8cc758efa 100644
--- a/home/wiki/Diagnostics/Javascript/Graph/Commons.html
+++ b/home/wiki/Diagnostics/Javascript/Graph/Commons.html
@@ -22,7 +22,7 @@
-'
-'Dim.
- '
-
+ pass
+'
+'Earth
+ '
+
-'
-'Dim.
- '
-
+ pass
+'
+'Earth
+ '
+
+'
+'Earth symbol.svg
+ '
+
-
-
-
-
+'
+'Moon
+ '
+
+
+
+
+'
+'14 Dec 1799
+ '
+
+
+
+
'
'90°S, 0°E
@@ -122,7 +137,6 @@
{{#property:p625|q=q933}}
+'
+'The Earth seen from Apollo 17.jpg
+ '
+
+'
+'The Earth seen from Apollo 17.jpg
+ '
+
+'
+'The Earth seen from Apollo 17.jpg
+ '
+
- ![]() ![]() |
- ![]() ![]() |
- ![]() ![]() |
- ![]() ![]() |
- ![]() ![]() |
- ![]() ![]() |
|
- ![]() ![]() |
- ![]() ![]() |
|
- ![]() ![]() |
- ![]() ![]() |
- ![]() ![]() |
- ![]() ![]() |
|
- ![]() ![]() |
- ![]() - ![]() ![]() + ![]() |
- ![]() - ![]() ![]() + ![]() |
- ![]() ![]() |
- ![]() ![]() ![]() ![]() |
- ![]() ![]() ![]() ![]() |
- ![]() ![]() |
diff --git a/home/wiki/Diagnostics/Xtns/Wikia/NewWindowLink.html b/home/wiki/Diagnostics/Xtns/Wikia/NewWindowLink.html index 52ad911e8..fa26475e7 100644 --- a/home/wiki/Diagnostics/Xtns/Wikia/NewWindowLink.html +++ b/home/wiki/Diagnostics/Xtns/Wikia/NewWindowLink.html @@ -51,7 +51,7 @@ [https://en.wikipedia.org https://en.wikipedia.org]
- The preferred pronunciation is "X' - O - WA". In IPA, it would be ɛksˈ ō wə
.
+ The preferred pronunciation is "X' - O - WA". In IPA, it would be ɛksˈ ō wə
.
An accepted pronunciation is "ZO' - WA". In IPA, it would be zō wə
.
@@ -69,7 +69,7 @@
Why are language links to other wikis not listed?
- Short answer: Set up the Wikidata wiki (www.wikidata.org). See Dashboard/Import/Online. After you install the Wikidata wiki, language links to other wikis will be listed at the bottom of the article. + Short answer: Set up the Wikidata wiki (www.wikidata.org). See Dashboard/Import/Online. After you install the Wikidata wiki, language links to other wikis will be listed at the bottom of the article.
Long answer: See App/Wiki_types/Wikidata @@ -112,7 +112,7 @@ Ugaritic: Install the fonts from http://ftp.gnu.org/gnu/freefont/freefont-ttf-20120503.zip
- For a full list, see Dashboard/Import/Online and Dashboard/Image_databases + For a full list, see Dashboard/Import/Online and Dashboard/Image_databases
- For more details about this release, please see the change log. + For more details about this release, please see the change log.
For more details about the release schedule, please see the release schedule. @@ -179,12 +179,12 @@ When you are ready to start, click this link:
http://simple.wikipedia.org/wiki/World_history
+ Right-click the following url: http://simple.wikipedia.org/wiki/World_history