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:
@@ -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