<spanclass='xoimg_btn_x16 xoimg_help_tip'href='javascript:void(0)'onclick='return xo.help.toggle("xowa.bldr.import.dump_servers")'title='view more info'> </span>
<li> Note that servers are prioritized from left-to-right. In the default example, <b>your.org</b> will be tried first. If it is offline, then the next server -- <b>dumps.wikimedia.org</b> -- will be tried, etc.
</li>
<li> See <ahref="/wiki/App/Import/Download/Dump_servers"id="xolnki_17"title="App/Import/Download/Dump servers"tabindex="-1">App/Import/Download/Dump_servers</a> for more info
<spanclass='xoimg_btn_x16 xoimg_help_tip'href='javascript:void(0)'onclick='return xo.help.toggle("xowa.bldr.import.download_xowa_common")'title='view more info'> </span>
<spanclass='xoimg_btn_x16 xoimg_list_undo'onclick='return xo.cfg_edit.delete__send("xowa.bldr.import.download_xowa_common")'title="reset to "y""> </span>
<divid='xowa.bldr.import.download_xowa_common_help_msg'class='xohelp_msg'><p>Affects the xowa_common.css file in /xowa/user/anonymous/wiki/wiki_name/html/. Only occurs once when importing a wiki.
</p>
<ul>
<li><b>checked</b>: Downloads xowa_common.css from the Wikimedia servers. Note that this stylesheet will be the latest copy but it may cause unexpected formatting in XOWA.
</li>
<li><b>unchecked</b>: Copies xowa_common.css from /xowa/bin/any/html/html/import/. Note that this stylesheet is the one XOWA is coded against. It is the most stable, but will not have the latest logo
</li>
</ul>
</div>
</div>
<divclass="xocfg_row flex_div">
<!-- BTN:help_item -->
<divclass='xocfg_itm_help'>
<spanclass='xoimg_btn_x16 xoimg_help_tip'href='javascript:void(0)'onclick='return xo.help.toggle("xowa.bldr.import.unzip_bz2_file")'title='view more info'> </span>
<spanclass='xoimg_btn_x16 xoimg_list_undo'onclick='return xo.cfg_edit.delete__send("xowa.bldr.import.unzip_bz2_file")'title="reset to "n""> </span>
<divid='xowa.bldr.import.unzip_bz2_file_help_msg'class='xohelp_msg'><p>Choose one of the following:
</p>
<ul>
<li><b>checked</b>: the .bz2 file will be unzipped to an .xml file. The import will be faster, but it will use more disk space
</li>
<li><b>unchecked</b>: the .bz2 file will not be unzipped. The import will not be faster, but it will not use more disk space
</li>
</ul>
<p>NOTE: When XOWA reads directly from the .bz2 file, the progress percentage will not be accurate. It may hover at 99.99% for several minutes'
</p>
</div>
</div>
<divclass="xocfg_row flex_div">
<!-- BTN:help_item -->
<divclass='xocfg_itm_help'>
<spanclass='xoimg_btn_x16 xoimg_help_tip'href='javascript:void(0)'onclick='return xo.help.toggle("xowa.bldr.import.delete_xml_file")'title='view more info'> </span>
</div>
<!-- TEXT:key -->
<divid='xowa.bldr.import.delete_xml_file__name'class='xocfg_itm_name'>Delete XML file after import</div>
<spanclass='xoimg_btn_x16 xoimg_list_undo'onclick='return xo.cfg_edit.delete__send("xowa.bldr.import.delete_xml_file")'title="reset to "y""> </span>
<divid='xowa.bldr.import.delete_xml_file_help_msg'class='xohelp_msg'><p>(Only relevant if 'Unzip bz2 file' is checked) Choose one of the following:
</p>
<ul>
<li><b>checked</b>: the .xml file is automatically deleted once the import process completes
</li>
<li><b>unchecked</b>: the .xml file is untouched
</li>
</ul>
</div>
</div>
<h2>bzip2 Options</h2>
<divclass="xocfg_row flex_div">
<!-- BTN:help_item -->
<divclass='xocfg_itm_help'>
<spanclass='xoimg_btn_x16 xoimg_help_tip'href='javascript:void(0)'onclick='return xo.help.toggle("xowa.bldr.import.apps.bz2_stdout.enabled")'title='view more info'> </span>
<spanclass='xoimg_btn_x16 xoimg_list_undo'onclick='return xo.cfg_edit.delete__send("xowa.bldr.import.apps.bz2_stdout.enabled")'title="reset to "y""> </span>
<divid='xowa.bldr.import.apps.bz2_stdout.enabled_help_msg'class='xohelp_msg'><p><b>NOTE: this option only applies if the "Custom wiki commands" option is <code>wiki.download,wiki.import</code> (wiki.unzip must be removed)</b><br/>
Select the method for importing a wiki dump bz2 file.
</p>
<ul>
<li><b>checked</b> : import through a native process's stdout. This will be faster, but may not work on all Operating Systems. A 95 MB file takes 85 seconds
</li>
<li><b>unchecked</b>: import though Apache Common's Java bz2 compression library. This will be slower, but will work on all Operating Systems. A 95 MB file takes 215 seconds.
</li>
</ul>
</div>
</div>
<divclass="xocfg_row flex_div">
<!-- BTN:help_item -->
<divclass='xocfg_itm_help'>
<spanclass='xoimg_btn_x16 xoimg_help_tip'href='javascript:void(0)'onclick='return xo.help.toggle("xowa.bldr.import.apps.bz2_stdout.cmd")'title='view more info'> </span>
<divid='xowa.bldr.import.apps.bz2_stdout.cmd_help_msg'class='xohelp_msg'><p><b>NOTE: lbzip2 (Many thanks to Anselm for making this suggestion, as well as compiling the data to support it. See <ahref="http://sourceforge.net/p/xowa/tickets/263/?limit=10&page=6#f2fb/dcb6"rel="nofollow"class="external free"tabindex="-1">http://sourceforge.net/p/xowa/tickets/263/?limit=10&page=6#f2fb/dcb6</a>)</b>
Linux users should consider using lbzip2, as lbzip2 has significant performance differences (30% in many cases).
<li> change "Import bz2 by stdout process" to
<ul>
<li><code>lbzip2</code>
</li>
<li><code>-dkc "~{src}"</code>
</li>
</ul>
</li>
</ul>
</div>
</div>
<h2>Apps</h2>
<divclass="xocfg_row flex_div">
<!-- BTN:help_item -->
<divclass='xocfg_itm_help'>
<spanclass='xoimg_btn_x16 xoimg_help_tip'href='javascript:void(0)'onclick='return xo.help.toggle("xowa.bldr.import.apps.bz2")'title='view more info'> </span>
<divid='xowa.bldr.import.apps.bz2_help_msg'class='xohelp_msg'><p>Choose app to decompress bz2 file (Recommended: <ahref="http://7-zip.org/"rel="nofollow"class="external text"tabindex="-1">7-zip</a>)
</p>
</div>
</div>
<divclass="xocfg_row flex_div">
<!-- BTN:help_item -->
<divclass='xocfg_itm_help'>
<spanclass='xoimg_btn_x16 xoimg_help_tip'href='javascript:void(0)'onclick='return xo.help.toggle("xowa.bldr.import.apps.gz")'title='view more info'> </span>
<divid='xowa.bldr.import.apps.gz_help_msg'class='xohelp_msg'><p>Choose app to decompress gzip file (Recommended: <ahref="http://7-zip.org/"rel="nofollow"class="external text"tabindex="-1">7-zip</a>)
</p>
</div>
</div>
<h2>Search</h2>
<divclass="xocfg_row flex_div">
<!-- BTN:help_item -->
<divclass='xocfg_itm_help'>
<spanclass='xoimg_btn_x16 xoimg_help_tip'href='javascript:void(0)'onclick='return xo.help.toggle("xowa.bldr.import.page_rank.iteration_max")'title='view more info'> </span>
<spanclass='xoimg_btn_x16 xoimg_list_undo'onclick='return xo.cfg_edit.delete__send("xowa.bldr.import.page_rank.iteration_max")'title="reset to "0""> </span>
<divid='xowa.bldr.import.page_rank.iteration_max_help_msg'class='xohelp_msg'><p>Specify one of the following:
</p>
<ul>
<li><b>0</b> : (default) page rank is disabled
</li>
<li><b>(number greater than 1)</b>: page rank will be calculated until it is finished or maximum number of interations are reached. For more info, see <ahref="/wiki/Help/Features/Search/Build"id="xolnki_18"title="Help/Features/Search/Build"tabindex="-1">Help/Features/Search/Build</a>
<li><ahref="http://dumps.wikimedia.org/backup-index.html"title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
<li><ahref="https://archive.org/search.php?query=xowa"title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
<li><ahref="http://en.wikipedia.org"title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
</ul>
</div>
</div>
<divclass="portal"id='xowa-portal-donate'>
<h3>Donate</h3>
<divclass="body">
<ul>
<li><ahref="https://archive.org/donate/index.php"title="Support archive.org!">archive.org</a></li><!-- listed first due to recent fire damages: http://blog.archive.org/2013/11/06/scanning-center-fire-please-help-rebuild/ -->