mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
fix_cli_for_fsdb_make_v1a
This commit is contained in:
@@ -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.
|
||||
</p>
|
||||
<p>
|
||||
If you need information on wiki syntax, you should consult the Wikipedia <a href="/site/en.wikipedia.org/wiki/Help:Wiki_markup">Wiki markup page</a>.
|
||||
If you need information on wiki syntax, you should consult the Wikipedia <a href="http://en.wikipedia.org/wiki/Help:Wiki_markup" rel="nofollow" class="external text">Wiki markup page</a>.
|
||||
</p>
|
||||
<h2>
|
||||
<span class="mw-headline" id="Corrections_/_fixes_are_encouraged">Corrections / fixes are encouraged</span>
|
||||
@@ -100,7 +100,7 @@
|
||||
Select and copy the wiki text.
|
||||
</li>
|
||||
<li>
|
||||
Go to the offline version of the article: <a href="/site/en.wikipedia.org/wiki/Earth" id="xolnki_2" title="Earth">en.wikipedia.org:Earth</a>
|
||||
Go to the offline version of the article: <a href="/wiki/En.wikipedia.org:Earth" id="xolnki_2" title="En.wikipedia.org:Earth">en.wikipedia.org:Earth</a>
|
||||
</li>
|
||||
<li>
|
||||
Click on <b>Edit</b>
|
||||
|
||||
@@ -82,10 +82,10 @@
|
||||
If image dbs are not available, or if the image is not in the image dbs, XOWA checks the Wikimedia servers
|
||||
</li>
|
||||
<li>
|
||||
If an image is found, XOWA downloads a temporary version of the file to <code>C:\xowa\file\simple.wikipedia.org\...</code>
|
||||
If an image is found, XOWA downloads a temporary version of the file to <code>C:\xowa_release\file\simple.wikipedia.org\...</code>
|
||||
</li>
|
||||
<li>
|
||||
As of v2.5.4.1, XOWA also saves Wikimedia files to <code>C:\xowa\wiki\simple.wikipedia.org\simple.wikipedia.org-file-user.xowa</code>. This ensures that the file is still available even if the temporary version is deleted. Note that the cache on <a href="/wiki/Options/Files" id="xolnki_3" title="Options/Files">Options/Files</a> will periodically delete temporary versions
|
||||
As of v2.5.4.1, XOWA also saves Wikimedia files to <code>C:\xowa_release\wiki\simple.wikipedia.org\simple.wikipedia.org-file-user.xowa</code>. This ensures that the file is still available even if the temporary version is deleted. Note that the cache on <a href="/wiki/Options/Files" id="xolnki_3" title="Options/Files">Options/Files</a> will periodically delete temporary versions
|
||||
</li>
|
||||
<li>
|
||||
The HTML is updated to use the temporary version of the file.
|
||||
@@ -148,7 +148,7 @@
|
||||
You can configure the cache at <a href="/wiki/Options/Files" id="xolnki_4" title="Options/Files">Options/Files</a>
|
||||
</li>
|
||||
<li>
|
||||
You can view the cache in <code>C:\xowa\user\xowa.user.anonymous.sqlite3</code>. The table name is <code>file_cache</code>
|
||||
You can view the cache in <code>C:\xowa_release\user\xowa.user.anonymous.sqlite3</code>. The table name is <code>file_cache</code>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>
|
||||
@@ -218,7 +218,7 @@
|
||||
1 GB
|
||||
</td>
|
||||
<td>
|
||||
C:\xowa\file\en.wikipedia.org
|
||||
C:\xowa_release\file\en.wikipedia.org
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
@@ -238,7 +238,7 @@
|
||||
3 GB
|
||||
</td>
|
||||
<td>
|
||||
C:\xowa\wiki\en.wikipedia.org
|
||||
C:\xowa_release\wiki\en.wikipedia.org
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
@@ -258,7 +258,7 @@
|
||||
1.5 GB
|
||||
</td>
|
||||
<td>
|
||||
C:\xowa\wiki\en.wikipedia.org
|
||||
C:\xowa_release\wiki\en.wikipedia.org
|
||||
</td>
|
||||
<td>
|
||||
Yes
|
||||
|
||||
Reference in New Issue
Block a user