mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
609 lines
24 KiB
HTML
609 lines
24 KiB
HTML
<!DOCTYPE html>
|
|
<html dir="ltr">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
|
<title>Options/Apps - XOWA</title>
|
|
<link rel="shortcut icon" href="https://gnosygnu.github.io/xowa/xowa_logo.png" />
|
|
<link rel="stylesheet" href="https://gnosygnu.github.io/xowa/xowa_common.css" type="text/css">
|
|
<style data-source="xowa">
|
|
.options_row_label {font-weight:bold; vertical-align:text-top; text-align:right; width:150px;}
|
|
.options_table {border: 1px solid #AAAAAA; border-collapse: collapse; color: black; margin: 1em 0; background-color: #F9F9F9;}
|
|
.options_table td {border: 1px solid #AAAAAA; padding: 0.2em;}
|
|
.options_textbox {padding: 2px; border: 1px solid black;}
|
|
.options_textbox_num {padding: 2px; border: 1px solid black; text-align:right;}
|
|
.options_textarea {padding: 2px; border: 1px solid black;}
|
|
.options_select {padding: 2px; border: 1px solid black;}
|
|
.options_button {padding: 2px; border: 1px solid black; background: white; height: 22px; margin-left: 1px; vertical-align: top;}
|
|
.options_checkbox {padding: 2px; border: 1px solid black;}
|
|
.options_readonly {background-color:#F9F9F9;}
|
|
</style>
|
|
<style data-source="xowa">
|
|
.optionsButton
|
|
{
|
|
width: 100px;
|
|
height: 40px;
|
|
font-family: 'Segoe UI';
|
|
font-size: 12px;
|
|
margin-left: -5px;
|
|
cursor: pointer;
|
|
background-color: lightgray;
|
|
text-align: center;
|
|
}
|
|
|
|
.optionsLink
|
|
{
|
|
color: black !important;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.optionsButton.active
|
|
{
|
|
width: 100px;
|
|
height: 40px;
|
|
font-family: 'Segoe UI';
|
|
font-size: 12px;
|
|
margin-left: -5px;
|
|
cursor: pointer;
|
|
background-color: dimgray;
|
|
color: white !important;
|
|
border: solid 1px dimgray;
|
|
}
|
|
.optionsButton.active a
|
|
{
|
|
color: white !important;
|
|
}
|
|
|
|
.tabs
|
|
{
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.tab-links ul
|
|
{
|
|
margin-left: -40px;
|
|
}
|
|
.tab-links li
|
|
{
|
|
margin: 0px 0px 0px 0px;
|
|
float: left;
|
|
list-style: none;
|
|
}
|
|
|
|
.tab-links a
|
|
{
|
|
padding: 9px 15px 9px 15px;
|
|
border-radius: 3px 3px 0px 0px;
|
|
background: #f0f0f0;
|
|
font-family: 'Segoe UI';
|
|
font-size: 13px;
|
|
color: black !important;
|
|
text-decoration: none;
|
|
border-radius: 3px;
|
|
border-top: solid 1px gray;
|
|
border-left: solid 1px gray;
|
|
border-right: solid 1px gray;
|
|
}
|
|
|
|
.tab-links a:hover
|
|
{
|
|
background: #B0B0B0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
li.active a, li.active a:hover
|
|
{
|
|
background: #fff;
|
|
color: #4c4c4c;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tab-content
|
|
{
|
|
padding: 15px;
|
|
border-radius: 3px;
|
|
background: #fff;
|
|
border-top: solid 1px gray;
|
|
margin-top: 5px;
|
|
min-height: 300px;
|
|
}
|
|
</style>
|
|
<style data-source="xowa">
|
|
.options_row_label {font-weight:bold; vertical-align:text-top; text-align:right; width:150px;}
|
|
.options_table {border: 1px solid #AAAAAA; border-collapse: collapse; color: black; margin: 1em 0; background-color: #F9F9F9;}
|
|
.options_table td {border: 1px solid #AAAAAA; padding: 0.2em;}
|
|
.options_textbox {padding: 2px; border: 1px solid black;}
|
|
.options_textbox_num {padding: 2px; border: 1px solid black; text-align:right;}
|
|
.options_textarea {padding: 2px; border: 1px solid black;}
|
|
.options_select {padding: 2px; border: 1px solid black;}
|
|
.options_button {padding: 2px; border: 1px solid black; background: white; height: 22px; margin-left: 1px; vertical-align: top;}
|
|
.options_checkbox {padding: 2px; border: 1px solid black;}
|
|
.options_readonly {background-color:#F9F9F9;}
|
|
</style>
|
|
<style data-source="xowa">
|
|
.optionsButton
|
|
{
|
|
width: 100px;
|
|
height: 40px;
|
|
font-family: 'Segoe UI';
|
|
font-size: 12px;
|
|
margin-left: -5px;
|
|
cursor: pointer;
|
|
background-color: lightgray;
|
|
text-align: center;
|
|
}
|
|
|
|
.optionsLink
|
|
{
|
|
color: black !important;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.optionsButton.active
|
|
{
|
|
width: 100px;
|
|
height: 40px;
|
|
font-family: 'Segoe UI';
|
|
font-size: 12px;
|
|
margin-left: -5px;
|
|
cursor: pointer;
|
|
background-color: dimgray;
|
|
color: white !important;
|
|
border: solid 1px dimgray;
|
|
}
|
|
.optionsButton.active a
|
|
{
|
|
color: white !important;
|
|
}
|
|
|
|
.tabs
|
|
{
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.tab-links ul
|
|
{
|
|
margin-left: -40px;
|
|
}
|
|
.tab-links li
|
|
{
|
|
margin: 0px 0px 0px 0px;
|
|
float: left;
|
|
list-style: none;
|
|
}
|
|
|
|
.tab-links a
|
|
{
|
|
padding: 9px 15px 9px 15px;
|
|
border-radius: 3px 3px 0px 0px;
|
|
background: #f0f0f0;
|
|
font-family: 'Segoe UI';
|
|
font-size: 13px;
|
|
color: black !important;
|
|
text-decoration: none;
|
|
border-radius: 3px;
|
|
border-top: solid 1px gray;
|
|
border-left: solid 1px gray;
|
|
border-right: solid 1px gray;
|
|
}
|
|
|
|
.tab-links a:hover
|
|
{
|
|
background: #B0B0B0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
li.active a, li.active a:hover
|
|
{
|
|
background: #fff;
|
|
color: #4c4c4c;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tab-content
|
|
{
|
|
padding: 15px;
|
|
border-radius: 3px;
|
|
background: #fff;
|
|
border-top: solid 1px gray;
|
|
margin-top: 5px;
|
|
min-height: 300px;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body class="mediawiki ltr sitedir-ltr ns-0 ns-subject skin-vector action-submit vector-animateLayout" spellcheck="false">
|
|
<div id="mw-page-base" class="noprint"></div>
|
|
<div id="mw-head-base" class="noprint"></div>
|
|
<div id="content" class="mw-body">
|
|
<h1 id="firstHeading" class="firstHeading"><span>Options/Apps</span></h1>
|
|
<div id="bodyContent" class="mw-body-content">
|
|
<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>
|
|
<table>
|
|
<tr>
|
|
<td class='optionsButton'>
|
|
<a class='optionsLink' href='/wiki/Options/Window'>Apps (basic)</a>
|
|
</td>
|
|
<td class='optionsButton'>
|
|
<a class='optionsLink' href='/wiki/Options/Security'>Apps (advanced)</a>
|
|
</td>
|
|
<td class='optionsButton'>
|
|
<a class='optionsLink' href='/wiki/Options/Import'>Wiki</a>
|
|
</td>
|
|
<td class='optionsButton'>
|
|
<a class='optionsLink' href='/wiki/Options/HTML'>HTML</a>
|
|
</td>
|
|
<td class='optionsButton active'>
|
|
<a class='optionsLink' href='/wiki/Options/Content_apps'>External apps</a>
|
|
</td>
|
|
<td class='optionsButton'>
|
|
<a class='optionsLink' href='/wiki/Options/Search_suggest'>Modules</a>
|
|
</td>
|
|
<td class='optionsButton'>
|
|
<a class='optionsLink' href='/wiki/Options/Math'>Extensions</a>
|
|
</td>
|
|
<td class='optionsButton'>
|
|
<a class='optionsLink' href='/wiki/Options/Dev'>Misc</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="tabs">
|
|
<div>
|
|
<ul class='tab-links' style='margin-left:0px;'>
|
|
<li class='active'>
|
|
<a href='/wiki/Options/Content_apps'>Content apps</a>
|
|
</li>
|
|
<li class=''>
|
|
<a href='/wiki/Options/Firefox_addon'>Firefox addon</a>
|
|
</li>
|
|
<li class=''>
|
|
<a href='/wiki/Options/HTTP_server'>HTTP server</a>
|
|
</li>
|
|
</ul>
|
|
</div><br>
|
|
<div class='tab-content'>
|
|
<div id="toc" class="toc">
|
|
<div id="toctitle">
|
|
<h2>
|
|
Contents
|
|
</h2>
|
|
</div>
|
|
<ul>
|
|
<li class="toclevel-1 tocsection-1">
|
|
<a href="#Instructions"><span class="tocnumber">1</span> <span class="toctext">Instructions</span></a>
|
|
</li>
|
|
<li class="toclevel-1 tocsection-2">
|
|
<a href="#Apps"><span class="tocnumber">2</span> <span class="toctext">Apps</span></a>
|
|
</li>
|
|
<li class="toclevel-1 tocsection-3">
|
|
<a href="#Notes"><span class="tocnumber">3</span> <span class="toctext">Notes</span></a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div style='float:right; margin-right:10px; margin-top:5px;'>
|
|
<p>
|
|
<a href="xowa-cmd:app.user.prefs.save();" accesskey='s'><img src='file:///C:/xowa/bin/any/xowa/file/app.window/save.png' width="16" height="16">Save</a>
|
|
</p>
|
|
</div><br>
|
|
|
|
<h2>
|
|
<span class="mw-headline" id="Instructions">Instructions</span>
|
|
</h2>
|
|
<ul>
|
|
<li>
|
|
App path: Enter a path to program. Note that "..." will allow you to choose a file from your system.<sup id="cite_ref-ref_app_path_0-0" class="reference"><a href="#cite_note-ref_app_path-0">[1]</a></sup>
|
|
</li>
|
|
<li>
|
|
App args: Enter args for program. <sup id="cite_ref-ref_app_args_1-0" class="reference"><a href="#cite_note-ref_app_args-1">[2]</a></sup>
|
|
</li>
|
|
</ul>
|
|
<h2>
|
|
<span class="mw-headline" id="Apps">Apps</span>
|
|
</h2>
|
|
<table class="options_table">
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
Web browser:
|
|
<p>
|
|
<sup id="cite_ref-2" class="reference"><a href="#cite_note-2">[3]</a></sup>
|
|
</p>
|
|
</td>
|
|
<td>
|
|
<input xowa_prop="app.fsys.apps.web.cmd" class="options_textbox" style="width: 380px; margin-bottom:2px;" type="xowa_io" id='xowa_prop_0' value='cmd'><button id='xowa_prop_0_io' class='options_button' onclick='xowa_io_select("file", "xowa_prop_0", "Please select a file.");'>...</button>
|
|
<p>
|
|
<input xowa_prop="app.fsys.apps.web.args" class="options_textbox" style="width: 380px;" id='xowa_prop_1' value='/c start "~{url}"'>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
Media player:
|
|
<p>
|
|
<sup id="cite_ref-3" class="reference"><a href="#cite_note-3">[4]</a></sup>
|
|
</p>
|
|
</td>
|
|
<td>
|
|
<input xowa_prop="app.fsys.apps.media.cmd" class="options_textbox" style="width: 380px; margin-bottom:2px;" type="xowa_io" id='xowa_prop_2' value='vlc'><button id='xowa_prop_2_io' class='options_button' onclick='xowa_io_select("file", "xowa_prop_2", "Please select a file.");'>...</button>
|
|
<p>
|
|
<input xowa_prop="app.fsys.apps.media.args" class="options_textbox" style="width: 380px;" id='xowa_prop_3' value='"~{file}"'>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
Image viewer:
|
|
<p>
|
|
<sup id="cite_ref-4" class="reference"><a href="#cite_note-4">[5]</a></sup>
|
|
</p>
|
|
</td>
|
|
<td>
|
|
<input xowa_prop="app.fsys.apps.image.cmd" class="options_textbox" style="width: 380px; margin-bottom:2px;" type="xowa_io" id='xowa_prop_4' value='cmd'><button id='xowa_prop_4_io' class='options_button' onclick='xowa_io_select("file", "xowa_prop_4", "Please select a file.");'>...</button>
|
|
<p>
|
|
<input xowa_prop="app.fsys.apps.image.args" class="options_textbox" style="width: 380px;" id='xowa_prop_5' value='/c start "~{file}"'>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
PDF viewer:
|
|
<p>
|
|
<sup id="cite_ref-5" class="reference"><a href="#cite_note-5">[6]</a></sup>
|
|
</p>
|
|
</td>
|
|
<td>
|
|
<input xowa_prop="app.fsys.apps.pdf.cmd" class="options_textbox" style="width: 380px; margin-bottom:2px;" type="xowa_io" id='xowa_prop_6' value='cmd'><button id='xowa_prop_6_io' class='options_button' onclick='xowa_io_select("file", "xowa_prop_6", "Please select a file.");'>...</button>
|
|
<p>
|
|
<input xowa_prop="app.fsys.apps.pdf.args" class="options_textbox" style="width: 380px;" id='xowa_prop_7' value='/c start "~{file}"'>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
DjVu viewer:
|
|
<p>
|
|
<sup id="cite_ref-6" class="reference"><a href="#cite_note-6">[7]</a></sup>
|
|
</p>
|
|
</td>
|
|
<td>
|
|
<input xowa_prop="app.fsys.apps.djvu.cmd" class="options_textbox" style="width: 380px; margin-bottom:2px;" type="xowa_io" id='xowa_prop_8' value='cmd'><button id='xowa_prop_8_io' class='options_button' onclick='xowa_io_select("file", "xowa_prop_8", "Please select a file.");'>...</button>
|
|
<p>
|
|
<input xowa_prop="app.fsys.apps.djvu.args" class="options_textbox" style="width: 380px;" id='xowa_prop_9' value='/c start "~{file}"'>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<h2>
|
|
<span class="mw-headline" id="Notes">Notes</span>
|
|
</h2>
|
|
<ol class="references">
|
|
<li id="cite_note-ref_app_path-0">
|
|
<span class="mw-cite-backlink"><a href="#cite_ref-ref_app_path_0-0">^</a></span> <span class="reference-text">For app path, enter one of the following</span>
|
|
<ul>
|
|
<li>
|
|
<span class="reference-text">An absolute path. Note that you <b>must</b> enter quotes if your path has spaces. For example:</span>
|
|
</li>
|
|
</ul>
|
|
<dl>
|
|
<dd>
|
|
<span class="reference-text">On Linux / Mac OS X: <code>/usr/bin/vlc</code></span>
|
|
</dd>
|
|
<dd>
|
|
<span class="reference-text">On Windows: <code>"C:\Program Files\VLC\vlc"</code></span>
|
|
</dd>
|
|
</dl>
|
|
<ul>
|
|
<li>
|
|
<span class="reference-text">An XOWA relative path. For example:</span>
|
|
</li>
|
|
</ul>
|
|
<dl>
|
|
<dd>
|
|
<span class="reference-text">On Linux / Mac OS X: <code>~{<>bin_plat_dir<>}vlc/vlc</code></span>
|
|
<dl>
|
|
<dd>
|
|
<span class="reference-text">This will expand to <code>/xowa/bin/linux/vlc/vlc</code></span>
|
|
</dd>
|
|
</dl>
|
|
</dd>
|
|
<dd>
|
|
<span class="reference-text">On Windows: <code>~{<>bin_plat_dir<>}vlc\vlc</code></span>
|
|
<dl>
|
|
<dd>
|
|
<span class="reference-text">This will expand to <code>C:\xowa\bin\windows\vlc\vlc</code></span>
|
|
</dd>
|
|
</dl>
|
|
</dd>
|
|
<dd>
|
|
<span class="reference-text">Note that relative paths display their expanded form (<code>/xowa/bin/linux/</code>), not their literal form (<code>~{<>bin_plat_dir<>}</code>)</span>
|
|
</dd>
|
|
<dd>
|
|
<span class="reference-text">i.e.: if you enter <code>~{<>bin_plat_dir<>}</code> and press save, the text box will show <code>/xowa/bin/linux/</code>, even though the value is saved as <code>~{<>bin_plat_dir<>}</code></span>
|
|
</dd>
|
|
</dl>
|
|
<ul>
|
|
<li>
|
|
<span class="reference-text">A binary name, if the binary's directory is defined in your PATH</span>
|
|
</li>
|
|
</ul>
|
|
<dl>
|
|
<dd>
|
|
<span class="reference-text">EX: On a Windows system with a PATH including <code>"C:\Program Files\VLC"</code>, a value of <code>vlc</code> is sufficient.</span>
|
|
</dd>
|
|
</dl><span class="reference-text">Note regarding default values:</span>
|
|
<ul>
|
|
<li>
|
|
<span class="reference-text">For Linux / Mac OS X systems, the default values may not apply. Please change as necessary on your system</span>
|
|
</li>
|
|
</ul>
|
|
<ul>
|
|
<li>
|
|
<span class="reference-text">For Windows systems, the default path is defined as <code>cmd</code> and the arg is <code>/c start "~{file}"</code>. This attempts to launch the file with the default application defined for the file.</span>
|
|
</li>
|
|
</ul>
|
|
<dl>
|
|
<dd>
|
|
<span class="reference-text">If this does not work properly, please specify the app path</span>
|
|
</dd>
|
|
</dl>
|
|
</li>
|
|
<li id="cite_note-ref_app_args-1">
|
|
<span class="mw-cite-backlink"><a href="#cite_ref-ref_app_args_1-0">^</a></span> <span class="reference-text">For app args, note the following</span>
|
|
<ul>
|
|
<li>
|
|
<span class="reference-text">A web browser takes one argument of <code>~{url}</code> which expands to the url in the external link</span>
|
|
</li>
|
|
</ul>
|
|
<dl>
|
|
<dd>
|
|
<span class="reference-text">EX: For <a href="https://sourceforge.net/projects/xowa/files/" rel="nofollow" class="external free">https://sourceforge.net/projects/xowa/files/</a> the <code>~{url}</code> will be <code>https://sourceforge.net/projects/xowa/files/</code></span>
|
|
</dd>
|
|
</dl>
|
|
<ul>
|
|
<li>
|
|
<span class="reference-text">Other content applications take one argument of <code>~{file}</code> which expands to the local path for the file</span>
|
|
</li>
|
|
</ul>
|
|
<dl>
|
|
<dd>
|
|
<span class="reference-text">EX: The image [[File:A.png]] will produce a <code>~{file}</code> of <code>/xowa/file/en.wikipedia.org/orig/7/0/1/c/A.png</code></span>
|
|
</dd>
|
|
</dl>
|
|
<ul>
|
|
<li>
|
|
<span class="reference-text">Customized arguments can be passed depending on the application</span>
|
|
</li>
|
|
</ul>
|
|
<dl>
|
|
<dd>
|
|
<span class="reference-text">EX: VLC takes an argument <code>--no-loop</code> which explicitly instructs VLC not to automatically replay the file. (Clicking on a pronunciation example would cause the short 1 second word to be repeated over and over again).</span>
|
|
</dd>
|
|
<dd>
|
|
<span class="reference-text">To pass this argument, change the args to <code>--no-loop "~{file}"</code></span>
|
|
</dd>
|
|
</dl>
|
|
</li>
|
|
<li id="cite_note-2">
|
|
<span class="mw-cite-backlink"><a href="#cite_ref-2">^</a></span> <span class="reference-text">Launches when clicking on external links . Recommended: <a href="http://www.mozilla.org/en-US" rel="nofollow" class="external text">Mozilla Firefox</a></span>
|
|
</li>
|
|
<li id="cite_note-3">
|
|
<span class="mw-cite-backlink"><a href="#cite_ref-3">^</a></span> <span class="reference-text">Launches when clicking on video or audio links . Recommended: <a href="http://www.videolan.org/vlc/index.html" rel="nofollow" class="external text">VLC</a></span>
|
|
</li>
|
|
<li id="cite_note-4">
|
|
<span class="mw-cite-backlink"><a href="#cite_ref-4">^</a></span> <span class="reference-text">Launches when clicking on images in Wikimedia Commons . Recommended: <a href="http://www.gimp.org" rel="nofollow" class="external text">GIMP</a></span>
|
|
</li>
|
|
<li id="cite_note-5">
|
|
<span class="mw-cite-backlink"><a href="#cite_ref-5">^</a></span> <span class="reference-text">Launches when clicking on pdf files . Recommended: <a href="http://projects.gnome.org/evince" rel="nofollow" class="external text">Evince</a></span>
|
|
</li>
|
|
<li id="cite_note-6">
|
|
<span class="mw-cite-backlink"><a href="#cite_ref-6">^</a></span> <span class="reference-text">Launches when clicking on djvu files . Recommended: <a href="http://djvu.sourceforge.net" rel="nofollow" class="external text">DjVuLibre</a></span>
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div id="mw-head" class="noprint">
|
|
<div id="left-navigation">
|
|
<div id="p-namespaces" class="vectorTabs">
|
|
<h3>Namespaces</h3>
|
|
<ul>
|
|
<li id="ca-nstab-main" class="selected"><span><a id="ca-nstab-main-href" href="index.html">Page</a></span></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id='mw-panel' class='noprint'>
|
|
<div id='p-logo'>
|
|
<a style="background-image: url(https://gnosygnu.github.io/xowa/xowa_logo.png);" href="http://xowa.org/" title="Visit the main page"></a>
|
|
</div>
|
|
<div class="portal" id='xowa-portal-home'>
|
|
<h3>XOWA</h3>
|
|
<div class="body">
|
|
<ul>
|
|
<li><a href="http://xowa.org/index.html" title='Visit the main page'>Main page</a></li>
|
|
<li><a href="http://xowa.org/screenshots.html" title='See screenshots of XOWA'>Screenshots</a></li>
|
|
<li><a href="http://xowa.org/home/wiki/Help/Download_XOWA.html" title='Download the XOWA application'>Download XOWA</a></li>
|
|
<li><a href="http://xowa.org/home/wiki/Dashboard/Image_databases.html" title='Download offline wikis and image databases'>Download wikis</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="portal" id='xowa-portal-started'>
|
|
<h3>Getting started</h3>
|
|
<div class="body">
|
|
<ul>
|
|
<li><a href="http://xowa.org/home/wiki/App/Setup/System_requirements.html" title='Get XOWA's system requirements'>Requirements</a></li>
|
|
<li><a href="http://xowa.org/home/wiki/App/Setup/Installation.html" title='Get instructions for installing XOWA'>Installation</a></li>
|
|
<li><a href="http://xowa.org/home/wiki/App/Import/Simple_Wikipedia.html" title='Learn how to set up Simple Wikipedia'>Simple Wikipedia</a></li>
|
|
<li><a href="http://xowa.org/home/wiki/App/Import/English_Wikipedia.html" title='Learn how to set up English Wikipedia'>English Wikipedia</a></li>
|
|
<li><a href="http://xowa.org/home/wiki/App/Import/Other_wikis.html" title='Learn how to set up other Wikipedias'>Other Wikipedias</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="portal" id='xowa-portal-android'>
|
|
<h3>Android</h3>
|
|
<div class="body">
|
|
<ul>
|
|
<li><a href="http://xowa.org/home/wiki/Android/Setup.html" title='Setup XOWA on your Android device'>Setup</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="portal" id='xowa-portal-help'>
|
|
<h3>Help</h3>
|
|
<div class="body">
|
|
<ul>
|
|
<li><a href="http://xowa.org/home/wiki/Help/About.html" title='Get more information about XOWA'>About</a></li>
|
|
<li><a href="http://xowa.org/home/wiki/Help/Contents.html" title='View a list of help topics'>Contents</a></li>
|
|
<li><a href="http://xowa.org/home/wiki/Help/Media.html" title='Read what others have written about XOWA'>Media</a></li>
|
|
<li><a href="http://xowa.org/home/wiki/Help/Feedback.html" title='Questions? Comments? Leave feedback for XOWA'>Feedback</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="portal" id='xowa-portal-blog'>
|
|
<h3>Blog</h3>
|
|
<div class="body">
|
|
<ul>
|
|
<li><a href="http://xowa.org/home/wiki/Blog.html" title='Follow XOWA''s development process'>Current</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="portal" id='xowa-portal-links'>
|
|
<h3>Links</h3>
|
|
<div class="body">
|
|
<ul>
|
|
<li><a href="http://dumps.wikimedia.org/backup-index.html" title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
|
|
<li><a href="https://archive.org/search.php?query=xowa" title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
|
|
<li><a href="http://en.wikipedia.org" title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="portal" id='xowa-portal-donate'>
|
|
<h3>Donate</h3>
|
|
<div class="body">
|
|
<ul>
|
|
<li><a href="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/ -->
|
|
<li><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title="Support Wikipedia!">Wikipedia</a></li>
|
|
<!-- <li><a href="" title="Support XOWA! (but only after you've supported archive.org and Wikipedia)">XOWA</a></li> -->
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html> |