1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2019-03-10 20:44:35 -04:00
parent b1af77320f
commit fcdd36c369
198 changed files with 4843 additions and 5721 deletions

View File

@@ -75,7 +75,7 @@
Upgrade an existing wiki with v3.3.4.1. You can upgrade with the following process
<ul>
<li>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Wiki_maintenance.html" id="xolnki_2" title="Dashboard/Wiki maintenance">Dashboard/Wiki_maintenance</a>
Go to <a href="http://xowa.org/home/wiki/Dashboard/Wiki_maintenance" id="xolnki_2" title="Dashboard/Wiki maintenance">Dashboard/Wiki_maintenance</a>
</li>
<li>
Find your wiki in the list
@@ -103,16 +103,16 @@
XOWA reads every page title and breaks it up into words
</li>
<li>
XOWA stores this data in an <a href="https://en.wikipedia.org/wiki/Inverted_index" rel="nofollow" class="external text">inverted index</a>. From a database standpoint, they are placed in two database tables called search_word and search_link.
XOWA stores this data in an <a href="/site/en.wikipedia.org/wiki/Inverted_index">inverted index</a>. From a database standpoint, they are placed in two database tables called search_word and search_link.
</li>
<li>
XOWA then downloads a list of pagelinks from Wikimedia's dump servers. For example, for 2016-03 English Wikipeda, the link is <a href="http://dumps.wikimedia.org/enwiki/20160305/enwiki-20160305-pagelinks.sql.gz" rel="nofollow" class="external free">http://dumps.wikimedia.org/enwiki/20160305/enwiki-20160305-pagelinks.sql.gz</a>
</li>
<li>
XOWA then parses this data and calculates <a href="https://en.wikipedia.org/wiki/PageRank" rel="nofollow" class="external text">PageRank</a> based on which page links to which page
XOWA then parses this data and calculates <a href="/site/en.wikipedia.org/wiki/PageRank">PageRank</a> based on which page links to which page
</li>
<li>
XOWA then applies a series of calculations to come up with a page score for each page. For more info, see <a href="http://xowa.org/home/wiki/Help/Features/Search/Score.html" id="xolnki_3" title="Help/Features/Search/Score">Help/Features/Search/Score</a>
XOWA then applies a series of calculations to come up with a page score for each page. For more info, see <a href="http://xowa.org/home/wiki/Help/Features/Search/Score" id="xolnki_3" title="Help/Features/Search/Score">Help/Features/Search/Score</a>
</li>
</ul>
<p>
@@ -147,7 +147,7 @@
<dd>
<dl>
<dd>
Note, on a <a href="http://xowa.org/home/wiki/Help/Admin/Environment/Machine.html" id="xolnki_4" title="Help/Admin/Environment/Machine">machine with a fast processor and an SSD</a> this process will <b>only</b> take about 2 hours.
Note, on a <a href="http://xowa.org/home/wiki/Help/Admin/Environment/Machine" id="xolnki_4" title="Help/Admin/Environment/Machine">machine with a fast processor and an SSD</a> this process will <b>only</b> take about 2 hours.
</dd>
</dl>
</dd>
@@ -172,7 +172,7 @@
</p>
<ul>
<li>
Go to <a href="http://xowa.org/home/wiki/Options/Import.html" id="xolnki_5" title="Options/Import">Options/Import</a>
Go to <a href="http://xowa.org/home/wiki/Options/Import" id="xolnki_5" title="Options/Import">Options/Import</a>
</li>
<li>
Change "PageRank iteration count" to 0
@@ -210,7 +210,7 @@
<b>Test with Simple Wikipedia</b>: The full PageRank process only takes about 20 minutes and requires no more than another 1 GB.
</li>
<li>
<b>Recreate through <a href="http://xowa.org/home/wiki/Dashboard/Wiki_maintenance.html" id="xolnki_6" title="Dashboard/Wiki maintenance">Dashboard/Wiki_maintenance</a></b>: A search index is built when a wiki is first created. You can also recreate it at <a href="http://xowa.org/home/wiki/Dashboard/Wiki_maintenance.html" id="xolnki_7" title="Dashboard/Wiki maintenance">Dashboard/Wiki_maintenance</a>
<b>Recreate through <a href="http://xowa.org/home/wiki/Dashboard/Wiki_maintenance" id="xolnki_6" title="Dashboard/Wiki maintenance">Dashboard/Wiki_maintenance</a></b>: A search index is built when a wiki is first created. You can also recreate it at <a href="http://xowa.org/home/wiki/Dashboard/Wiki_maintenance" id="xolnki_7" title="Dashboard/Wiki maintenance">Dashboard/Wiki_maintenance</a>
</li>
</ul>