1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

fix command-line dumps

This commit is contained in:
gnosygnu
2018-12-21 07:10:00 -05:00
parent d17a61e573
commit f67aea662a
78 changed files with 19039 additions and 20032 deletions

View File

@@ -16,318 +16,331 @@
<div id="siteSub">From XOWA: the free, open-source, offline wiki application</div>
<div id="contentSub"></div>
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
<div id='xocfg_body'>
<!-- TEXT:err_msg -->
<div id='xocfg_err'>
</div>
<div>
<!-- BTN:info -->
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.cfg_edit.help__toggle_all()' title='toggle all help'>&nbsp;</span> <!-- COMBO:cfg_grps -->
<select id='xocfg_nav_select' onchange='xo.cfg_edit.select__send(this);' onkeyup='xo.cfg_edit.select__by_keypress(event, this);' accesskey='l'>
<option value='xowa.app.security'>
App - Security
</option>
<option value='xowa.app.startup'>
App - Startup
</option>
<option value='xowa.app.update'>
App - Update
</option>
<option value='xowa.gui.general'>
Gui - General
</option>
<option value='xowa.gui.tabs'>
Gui - Tabs
</option>
<option value='xowa.gui.url_bar'>
Gui - Address bar
</option>
<option value='xowa.gui.menus'>
Gui - Menus
</option>
<option value='xowa.gui.shortcuts'>
Gui - Shortcuts
</option>
<option value='xowa.gui.nightmode'>
Gui - Nightmode
</option>
<option value='xowa.wiki.hdumps'>
Wiki - HTML Databases
</option>
<option value='xowa.wiki.edit'>
Wiki - Editing
</option>
<option value='xowa.bldr.general'>
Import - General
</option>
<option value='xowa.bldr.db'>
Import - Database
</option>
<option value='xowa.bldr.page_sync'>
Import - Page sync
</option>
<option value='xowa.bldr.dansguardian'>
Import - Dansguardian
</option>
<option value='xowa.html.css'>
HTML - CSS
</option>
<option value='xowa.html.page'>
HTML - Page
</option>
<option value='xowa.html.tidy'>
HTML - Tidy
</option>
<option value='xowa.html.scripting'>
HTML - Scripting
</option>
<option value='xowa.files.general' selected='selected'>
Files - General
</option>
<option value='xowa.files.apps'>
Files - Apps
</option>
<option value='xowa.addon.search'>
Addon - Search
</option>
<option value='xowa.addon.fulltext_search'>
Addon - Full-text search
</option>
<option value='xowa.addon.category'>
Addon - Category
</option>
<option value='xowa.addon.http_server'>
Addon - HTTP Server
</option>
<option value='xowa.addon.scribunto'>
Addon - Scribunto
</option>
<option value='xowa.addon.math'>
Addon - Math
</option>
<option value='xowa.addon.score'>
Addon - Score
</option>
<option value='xowa.addon.popups'>
Addon - Popups
</option>
<option value='xowa.addon.wikibase'>
Addon - Wikidata
</option>
<option value='xowa.dev.general'>
Dev - General
</option>
</select> <!-- LINK:cfg_link -->
<div style='float:right;margin:2px 7px;'>
<a id='options_lnk'>options link</a>
</div>
</div>
<div id='cfg_grps'>
<!-- TEXT:page_help -->
<div>
<p id='page_help_para'>
</p>
</div>
<h2>
Basic
</h2>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.files.retrieval_enabled")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.files.retrieval_enabled__name' class='xocfg_itm_name'>
Retrieval enabled
</div><!-- BTN:undo -->
<div id='xowa.files.retrieval_enabled__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.files.retrieval_enabled")' title="reset to &quot;y&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<input id="xowa.files.retrieval_enabled" data-xocfg-key="xowa.files.retrieval_enabled" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox" checked="checked">
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.files.retrieval_enabled__key_box' value='xowa.files.retrieval_enabled'> <input type='hidden' id='xowa.files.retrieval_enabled__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.files.retrieval_enabled_help_div' class='xohelp_div'>
<div id='xowa.files.retrieval_enabled_help_msg' class='xohelp_msg'>
<p>
Choose one of the following:
</p>
<ul>
<li>
<b>checked</b> to automatically download images / retrieve images from database
<ul>
<li>
ImageMagick and Inkscape <b>must</b> be installed (See <a tabindex="-1" href="/wiki/Dev/File/Setup" id="xolnki_27" title="Dev/File/Setup">Dev/File/Setup</a>)
</li>
<li>
An internet connection must be available, or a local tarball must be set up. (See <a tabindex="-1" href="/wiki/Archive/Usage/Offline_images" id="xolnki_28" title="Archive/Usage/Offline images">Archive/Usage/Offline_images</a>)
</li>
</ul>
</li>
<li>
<b>unchecked</b> to leave images unprocessed
</li>
</ul>
</div>
</div>
<h2>
Cache
</h2>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.files.cache.fsys_size_min")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.files.cache.fsys_size_min__name' class='xocfg_itm_name'>
Minimum disk space used
</div><!-- BTN:undo -->
<div id='xowa.files.cache.fsys_size_min__undo' data-xocfg-type='int' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.files.cache.fsys_size_min")' title="reset to &quot;75&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<input id="xowa.files.cache.fsys_size_min" data-xocfg-key="xowa.files.cache.fsys_size_min" data-xocfg-type="int" accesskey="d" class="xocfg_data__int" type="text" value="75">
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.files.cache.fsys_size_min__key_box' value='xowa.files.cache.fsys_size_min'> <input type='hidden' id='xowa.files.cache.fsys_size_min__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.files.cache.fsys_size_min_help_div' class='xohelp_div'>
<div id='xowa.files.cache.fsys_size_min_help_msg' class='xohelp_msg'>
<p>
Enter a minimum size for the cache to use (in MB)<br>
</p>
<p>
This is an advanced configuration tweak. When the cache reaches its maximum size, it will delete files to free space. It will continue deleting files until the minimum size is reached.<br>
</p>
<p>
For example:
</p>
<ul>
<li>
If the max is set to 100 MB
</li>
<li>
... and the current size of all files in the cache is 99.9 MB
</li>
<li>
... and a 200 KB file is added
</li>
<li>
Then the cache size will be temporarily 100.1 MB
</li>
<li>
... triggering the delete mechanism
</li>
<li>
... which will reduce the current size of all files to 75 MB
</li>
</ul>
</div>
</div>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.files.cache.fsys_size_max")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.files.cache.fsys_size_max__name' class='xocfg_itm_name'>
Maximum disk space used
</div><!-- BTN:undo -->
<div id='xowa.files.cache.fsys_size_max__undo' data-xocfg-type='int' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.files.cache.fsys_size_max")' title="reset to &quot;100&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<input id="xowa.files.cache.fsys_size_max" data-xocfg-key="xowa.files.cache.fsys_size_max" data-xocfg-type="int" accesskey="d" class="xocfg_data__int" type="text" value="100">
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.files.cache.fsys_size_max__key_box' value='xowa.files.cache.fsys_size_max'> <input type='hidden' id='xowa.files.cache.fsys_size_max__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.files.cache.fsys_size_max_help_div' class='xohelp_div'>
<div id='xowa.files.cache.fsys_size_max_help_msg' class='xohelp_msg'>
<p>
Enter a maximum size for the cache to use (in MB)<br>
</p>
</div>
</div>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.files.cache.reduce_to_min")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.files.cache.reduce_to_min__name' class='xocfg_itm_name'>
Reduce cache to min
</div><!-- BTN:undo -->
<div id='xowa.files.cache.reduce_to_min__undo' data-xocfg-type='btn' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.files.cache.reduce_to_min")' title="reset to &quot;&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<button id="xowa.files.cache.reduce_to_min" data-xocfg-key="xowa.files.cache.reduce_to_min" data-xocfg-type="btn" class="xocfg_data__btn">Reduce cache to min</button>
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.files.cache.reduce_to_min__key_box' value='xowa.files.cache.reduce_to_min'> <input type='hidden' id='xowa.files.cache.reduce_to_min__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.files.cache.reduce_to_min_help_div' class='xohelp_div'>
<div id='xowa.files.cache.reduce_to_min_help_msg' class='xohelp_msg'>
<p>
Press to reduce the cache to the minimum now (typically 75 MB).
</p>
</div>
</div>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.files.cache.clear")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.files.cache.clear__name' class='xocfg_itm_name'>
Clear cache
</div><!-- BTN:undo -->
<div id='xowa.files.cache.clear__undo' data-xocfg-type='btn' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.files.cache.clear")' title="reset to &quot;&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<button id="xowa.files.cache.clear" data-xocfg-key="xowa.files.cache.clear" data-xocfg-type="btn" class="xocfg_data__btn">Clear cache</button>
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.files.cache.clear__key_box' value='xowa.files.cache.clear'> <input type='hidden' id='xowa.files.cache.clear__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.files.cache.clear_help_div' class='xohelp_div'>
<div id='xowa.files.cache.clear_help_msg' class='xohelp_msg'>
<p>
Press to clear the cache (reduces to 0 MB).
</p>
</div>
</div>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.files.cache.info")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.files.cache.info__name' class='xocfg_itm_name'>
Info
</div><!-- BTN:undo -->
<div id='xowa.files.cache.info__undo' data-xocfg-type='memo' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.files.cache.info")' title="reset to &quot;cache folder: C:\xowa\file
space used: 18.930 MB
file count: 1510
oldest file: 2017-03-29 18:20:56
&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<textarea id="xowa.files.cache.info" data-xocfg-key="xowa.files.cache.info" data-xocfg-type="memo" accesskey="d" class="xocfg_data__memo xocfg_data__readonly" readonly="true">
cache folder: C:\xowa\file
space used: 18.930 MB
file count: 1510
oldest file: 2017-03-29 18:20:56
</textarea>
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.files.cache.info__key_box' value='xowa.files.cache.info'> <input type='hidden' id='xowa.files.cache.info__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.files.cache.info_help_div' class='xohelp_div'>
<div id='xowa.files.cache.info_help_msg' class='xohelp_msg'>
<p>
Miscellaneous information about the cache
</p>
</div>
</div>
</div>
</div>
<div id='xocfg_body'>
<!-- TEXT:err_msg -->
<div id='xocfg_err'></div>
<div>
<!-- BTN:info -->
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.cfg_edit.help__toggle_all()' title='toggle all help'>&nbsp;</span>
<!-- COMBO:cfg_grps -->
<select id='xocfg_nav_select' onchange='xo.cfg_edit.select__send(this);' onkeyup='xo.cfg_edit.select__by_keypress(event, this);' accesskey='l'>
<option value='xowa.app.security' >App - Security</option>
<option value='xowa.app.startup' >App - Startup</option>
<option value='xowa.app.update' >App - Update</option>
<option value='xowa.gui.general' >Gui - General</option>
<option value='xowa.gui.tabs' >Gui - Tabs</option>
<option value='xowa.gui.url_bar' >Gui - Address bar</option>
<option value='xowa.gui.menus' >Gui - Menus</option>
<option value='xowa.gui.shortcuts' >Gui - Shortcuts</option>
<option value='xowa.gui.nightmode' >Gui - Nightmode</option>
<option value='xowa.wiki.hdumps' >Wiki - HTML Databases</option>
<option value='xowa.wiki.edit' >Wiki - Editing</option>
<option value='xowa.bldr.general' >Import - General</option>
<option value='xowa.bldr.db' >Import - Database</option>
<option value='xowa.bldr.page_sync' >Import - Page sync</option>
<option value='xowa.bldr.dansguardian' >Import - Dansguardian</option>
<option value='xowa.html.css' >HTML - CSS</option>
<option value='xowa.html.page' >HTML - Page</option>
<option value='xowa.html.tidy' >HTML - Tidy</option>
<option value='xowa.html.scripting' >HTML - Scripting</option>
<option value='xowa.files.general' selected='selected'>Files - General</option>
<option value='xowa.files.apps' >Files - Apps</option>
<option value='xowa.addon.search' >Addon - Search</option>
<option value='xowa.addon.fulltext_search' >Addon - Full-text search</option>
<option value='xowa.addon.category' >Addon - Category</option>
<option value='xowa.addon.http_server' >Addon - HTTP Server</option>
<option value='xowa.addon.scribunto' >Addon - Scribunto</option>
<option value='xowa.addon.math' >Addon - Math</option>
<option value='xowa.addon.score' >Addon - Score</option>
<option value='xowa.addon.popups' >Addon - Popups</option>
<option value='xowa.addon.wikibase' >Addon - Wikidata</option>
<option value='xowa.dev.general' >Dev - General</option>
</select>
<!-- LINK:cfg_link -->
<div style='float:right;margin:2px 7px;'>
<a id='options_lnk'>options link</a>
</div>
</div>
<div id='cfg_grps'>
<!-- TEXT:page_help -->
<div>
<p id='page_help_para'></p>
</div>
<h2>Basic</h2>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.files.retrieval_enabled")' title='view more info'>&nbsp;</span>
</div>
<!-- TEXT:key -->
<div id='xowa.files.retrieval_enabled__name' class='xocfg_itm_name'>Retrieval enabled</div>
<!-- BTN:undo -->
<div id='xowa.files.retrieval_enabled__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.files.retrieval_enabled")' title="reset to &quot;y&quot;">&nbsp;</span>
</div>
<!-- TEXT:val -->
<div class='xocfg_itm_data'>
<input id="xowa.files.retrieval_enabled" data-xocfg-key="xowa.files.retrieval_enabled" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox" checked="checked"></input></div>
<!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.files.retrieval_enabled__key_box' value='xowa.files.retrieval_enabled'></input>
<input type='hidden' id='xowa.files.retrieval_enabled__ctx_box' value='app'></input>
</div>
<!-- DIV:help -->
<div id='xowa.files.retrieval_enabled_help_div' class='xohelp_div'>
<div id='xowa.files.retrieval_enabled_help_msg' class='xohelp_msg'><p>Choose one of the following:
</p>
<ul>
<li> <b>checked</b> to automatically download images / retrieve images from database
<ul>
<li> ImageMagick and Inkscape <b>must</b> be installed (See <a href="/wiki/Dev/File/Setup" id="xolnki_27" title="Dev/File/Setup" tabindex="-1">Dev/File/Setup</a>)
</li>
<li> An internet connection must be available, or a local tarball must be set up. (See <a href="/wiki/Archive/Usage/Offline_images" id="xolnki_28" title="Archive/Usage/Offline images" tabindex="-1">Archive/Usage/Offline_images</a>)
</li>
</ul>
</li>
<li> <b>unchecked</b> to leave images unprocessed
</li>
</ul>
</div>
</div>
<h2>Cache</h2>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.files.cache.fsys_size_min")' title='view more info'>&nbsp;</span>
</div>
<!-- TEXT:key -->
<div id='xowa.files.cache.fsys_size_min__name' class='xocfg_itm_name'>Minimum disk space used</div>
<!-- BTN:undo -->
<div id='xowa.files.cache.fsys_size_min__undo' data-xocfg-type='int' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.files.cache.fsys_size_min")' title="reset to &quot;75&quot;">&nbsp;</span>
</div>
<!-- TEXT:val -->
<div class='xocfg_itm_data'>
<input id="xowa.files.cache.fsys_size_min" data-xocfg-key="xowa.files.cache.fsys_size_min" data-xocfg-type="int" accesskey="d" class="xocfg_data__int" type="text" value="75"></input></div>
<!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.files.cache.fsys_size_min__key_box' value='xowa.files.cache.fsys_size_min'></input>
<input type='hidden' id='xowa.files.cache.fsys_size_min__ctx_box' value='app'></input>
</div>
<!-- DIV:help -->
<div id='xowa.files.cache.fsys_size_min_help_div' class='xohelp_div'>
<div id='xowa.files.cache.fsys_size_min_help_msg' class='xohelp_msg'><p>Enter a minimum size for the cache to use (in MB)<br/>
</p>
<p>This is an advanced configuration tweak. When the cache reaches its maximum size, it will delete files to free space. It will continue deleting files until the minimum size is reached.<br/>
</p>
<p>For example:
</p>
<ul>
<li> If the max is set to 100 MB
</li>
<li> ... and the current size of all files in the cache is 99.9 MB
</li>
<li> ... and a 200 KB file is added
</li>
<li> Then the cache size will be temporarily 100.1 MB
</li>
<li> ... triggering the delete mechanism
</li>
<li> ... which will reduce the current size of all files to 75 MB
</li>
</ul>
</div>
</div>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.files.cache.fsys_size_max")' title='view more info'>&nbsp;</span>
</div>
<!-- TEXT:key -->
<div id='xowa.files.cache.fsys_size_max__name' class='xocfg_itm_name'>Maximum disk space used</div>
<!-- BTN:undo -->
<div id='xowa.files.cache.fsys_size_max__undo' data-xocfg-type='int' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.files.cache.fsys_size_max")' title="reset to &quot;100&quot;">&nbsp;</span>
</div>
<!-- TEXT:val -->
<div class='xocfg_itm_data'>
<input id="xowa.files.cache.fsys_size_max" data-xocfg-key="xowa.files.cache.fsys_size_max" data-xocfg-type="int" accesskey="d" class="xocfg_data__int" type="text" value="100"></input></div>
<!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.files.cache.fsys_size_max__key_box' value='xowa.files.cache.fsys_size_max'></input>
<input type='hidden' id='xowa.files.cache.fsys_size_max__ctx_box' value='app'></input>
</div>
<!-- DIV:help -->
<div id='xowa.files.cache.fsys_size_max_help_div' class='xohelp_div'>
<div id='xowa.files.cache.fsys_size_max_help_msg' class='xohelp_msg'><p>Enter a maximum size for the cache to use (in MB)<br/>
</p>
</div>
</div>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.files.cache.reduce_to_min")' title='view more info'>&nbsp;</span>
</div>
<!-- TEXT:key -->
<div id='xowa.files.cache.reduce_to_min__name' class='xocfg_itm_name'>Reduce cache to min</div>
<!-- BTN:undo -->
<div id='xowa.files.cache.reduce_to_min__undo' data-xocfg-type='btn' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.files.cache.reduce_to_min")' title="reset to &quot;&quot;">&nbsp;</span>
</div>
<!-- TEXT:val -->
<div class='xocfg_itm_data'>
<button id="xowa.files.cache.reduce_to_min" data-xocfg-key="xowa.files.cache.reduce_to_min" data-xocfg-type="btn" class="xocfg_data__btn" >Reduce cache to min</button></div>
<!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.files.cache.reduce_to_min__key_box' value='xowa.files.cache.reduce_to_min'></input>
<input type='hidden' id='xowa.files.cache.reduce_to_min__ctx_box' value='app'></input>
</div>
<!-- DIV:help -->
<div id='xowa.files.cache.reduce_to_min_help_div' class='xohelp_div'>
<div id='xowa.files.cache.reduce_to_min_help_msg' class='xohelp_msg'><p>Press to reduce the cache to the minimum now (typically 75 MB).
</p>
</div>
</div>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.files.cache.clear")' title='view more info'>&nbsp;</span>
</div>
<!-- TEXT:key -->
<div id='xowa.files.cache.clear__name' class='xocfg_itm_name'>Clear cache</div>
<!-- BTN:undo -->
<div id='xowa.files.cache.clear__undo' data-xocfg-type='btn' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.files.cache.clear")' title="reset to &quot;&quot;">&nbsp;</span>
</div>
<!-- TEXT:val -->
<div class='xocfg_itm_data'>
<button id="xowa.files.cache.clear" data-xocfg-key="xowa.files.cache.clear" data-xocfg-type="btn" class="xocfg_data__btn" >Clear cache</button></div>
<!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.files.cache.clear__key_box' value='xowa.files.cache.clear'></input>
<input type='hidden' id='xowa.files.cache.clear__ctx_box' value='app'></input>
</div>
<!-- DIV:help -->
<div id='xowa.files.cache.clear_help_div' class='xohelp_div'>
<div id='xowa.files.cache.clear_help_msg' class='xohelp_msg'><p>Press to clear the cache (reduces to 0 MB).
</p>
</div>
</div>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.files.cache.info")' title='view more info'>&nbsp;</span>
</div>
<!-- TEXT:key -->
<div id='xowa.files.cache.info__name' class='xocfg_itm_name'>Info</div>
<!-- BTN:undo -->
<div id='xowa.files.cache.info__undo' data-xocfg-type='memo' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.files.cache.info")' title="reset to &quot;cache folder: C:\xowa\file
space used: 8.618 MB
file count: 590
oldest file: 2018-11-24 23:18:52
&quot;">&nbsp;</span>
</div>
<!-- TEXT:val -->
<div class='xocfg_itm_data'>
<textarea id="xowa.files.cache.info" data-xocfg-key="xowa.files.cache.info" data-xocfg-type="memo" accesskey="d" class="xocfg_data__memo xocfg_data__readonly" readonly="true">cache folder: C:\xowa\file
space used: 8.618 MB
file count: 590
oldest file: 2018-11-24 23:18:52
</textarea></div>
<!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.files.cache.info__key_box' value='xowa.files.cache.info'></input>
<input type='hidden' id='xowa.files.cache.info__ctx_box' value='app'></input>
</div>
<!-- DIV:help -->
<div id='xowa.files.cache.info_help_div' class='xohelp_div'>
<div id='xowa.files.cache.info_help_msg' class='xohelp_msg'><p>Miscellaneous information about the cache
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>