mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
704 lines
25 KiB
HTML
704 lines
25 KiB
HTML
<!DOCTYPE html>
|
|
<html dir="ltr">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
|
<title>Options - 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" type="text/css">
|
|
.options_row_label {font-weight:bold; vertical-align:text-top; text-align:right; width:200px;}
|
|
.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" type="text/css">
|
|
.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" type="text/css">
|
|
.console {font-family: monospace; color: #EEEEEE ; background-color: black ; border: medium solid black;}
|
|
.code
|
|
,.path
|
|
,.url {font-family: monospace; color: black ; background-color: #f9f9f9 ; border: medium solid #f9f9f9;}
|
|
.bold {font-weight: 900;}
|
|
</style>
|
|
<style data-source="xowa" type="text/css">
|
|
.options_row_label {font-weight:bold; vertical-align:text-top; text-align:right; width:200px;}
|
|
.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" type="text/css">
|
|
.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" type="text/css">
|
|
.console {font-family: monospace; color: #EEEEEE ; background-color: black ; border: medium solid black;}
|
|
.code
|
|
,.path
|
|
,.url {font-family: monospace; color: black ; background-color: #f9f9f9 ; border: medium solid #f9f9f9;}
|
|
.bold {font-weight: 900;}
|
|
</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</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'>
|
|
<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">
|
|
<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="#App_.28basic.29"><span class="tocnumber">1</span> <span class="toctext">App (basic)</span></a>
|
|
</li>
|
|
<li class="toclevel-1 tocsection-2">
|
|
<a href="#App_.28advanced.29"><span class="tocnumber">2</span> <span class="toctext">App (advanced)</span></a>
|
|
</li>
|
|
<li class="toclevel-1 tocsection-3">
|
|
<a href="#Wiki"><span class="tocnumber">3</span> <span class="toctext">Wiki</span></a>
|
|
</li>
|
|
<li class="toclevel-1 tocsection-4">
|
|
<a href="#HTML"><span class="tocnumber">4</span> <span class="toctext">HTML</span></a>
|
|
</li>
|
|
<li class="toclevel-1 tocsection-5">
|
|
<a href="#External_apps"><span class="tocnumber">5</span> <span class="toctext">External apps</span></a>
|
|
</li>
|
|
<li class="toclevel-1 tocsection-6">
|
|
<a href="#Modules"><span class="tocnumber">6</span> <span class="toctext">Modules</span></a>
|
|
</li>
|
|
<li class="toclevel-1 tocsection-7">
|
|
<a href="#Extensions"><span class="tocnumber">7</span> <span class="toctext">Extensions</span></a>
|
|
</li>
|
|
<li class="toclevel-1 tocsection-8">
|
|
<a href="#Miscellaneous"><span class="tocnumber">8</span> <span class="toctext">Miscellaneous</span></a>
|
|
</li>
|
|
<li class="toclevel-1 tocsection-9">
|
|
<a href="#Usage_Notes"><span class="tocnumber">9</span> <span class="toctext">Usage Notes</span></a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<ul>
|
|
<li>
|
|
All values are saved to <span class='path'>C:\xowa\user\anonymous\app\data\cfg\xowa_user_cfg.gfs</span>
|
|
</li>
|
|
</ul>
|
|
<div>
|
|
Reset options to default values ⊗
|
|
</div><sup id="cite_ref-options_reset_all_0-0" class="reference"><a href="#cite_note-options_reset_all-0">[1]</a></sup>
|
|
<h2>
|
|
<span class="mw-headline" id="App_.28basic.29">App (basic)</span>
|
|
</h2>
|
|
<table class='options_table'>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Window.html" id="xolnki_2" title="Options/Window" class="xowa-visited">Window</a>
|
|
</td>
|
|
<td>
|
|
Window Font and Startup position
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Language.html" id="xolnki_3" title="Options/Language" class="xowa-visited">Language</a>
|
|
</td>
|
|
<td>
|
|
UI Language
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Tabs.html" id="xolnki_4" title="Options/Tabs" class="xowa-visited">Tabs</a>
|
|
</td>
|
|
<td>
|
|
Tab appearance and behavior
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Startup.html" id="xolnki_5" title="Options/Startup" class="xowa-visited">Startup</a>
|
|
</td>
|
|
<td>
|
|
Application startup options
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<h2>
|
|
<span class="mw-headline" id="App_.28advanced.29">App (advanced)</span>
|
|
</h2>
|
|
<table class='options_table'>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Security.html" id="xolnki_6" title="Options/Security" class="xowa-visited">Security</a>
|
|
</td>
|
|
<td>
|
|
Disable Javascript or internet access
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Scripting.html" id="xolnki_7" title="Options/Scripting" class="xowa-visited">Scripting</a>
|
|
</td>
|
|
<td>
|
|
Add scripts to customize the page
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Shortcuts.html" id="xolnki_8" title="Options/Shortcuts" class="xowa-visited">Shortcuts</a>
|
|
</td>
|
|
<td>
|
|
Keyboard shortcuts
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Menus.html" id="xolnki_9" title="Options/Menus" class="xowa-visited">Menus</a>
|
|
</td>
|
|
<td>
|
|
Change the menu bar or right-click menu
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Config_script.html" id="xolnki_10" title="Options/Config script">Config script</a>
|
|
</td>
|
|
<td>
|
|
Change the startup configuration script
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<h2>
|
|
<span class="mw-headline" id="Wiki">Wiki</span>
|
|
</h2>
|
|
<table class='options_table'>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Import.html" id="xolnki_11" title="Options/Import" class="xowa-visited">Import</a>
|
|
</td>
|
|
<td>
|
|
Import options
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Files.html" id="xolnki_12" title="Options/Files" class="xowa-visited">Files</a>
|
|
</td>
|
|
<td>
|
|
File / image options
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/HTML_databases.html" id="xolnki_13" title="Options/HTML databases" class="xowa-visited">HTML databases</a>
|
|
</td>
|
|
<td>
|
|
HTML database usage options
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Page_sync.html" id="xolnki_14" title="Options/Page sync" class="xowa-visited">Page_sync</a>
|
|
</td>
|
|
<td>
|
|
Synchronize your offline page with the latest online one
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Category.html" id="xolnki_15" title="Options/Category" class="xowa-visited">Category</a>
|
|
</td>
|
|
<td>
|
|
Category options
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Import_Dansguardian.html" id="xolnki_16" title="Options/Import Dansguardian" class="xowa-visited">Import Dansguardian</a>
|
|
</td>
|
|
<td>
|
|
Import using Dansguardian filters
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<h2>
|
|
<span class="mw-headline" id="HTML">HTML</span>
|
|
</h2>
|
|
<table class='options_table'>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/HTML.html" id="xolnki_17" title="Options/HTML" class="xowa-visited">Appearance</a>
|
|
</td>
|
|
<td>
|
|
HTML page font and custom CSS
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Wiki_HTML.html" id="xolnki_18" title="Options/Wiki HTML" class="xowa-visited">Wiki</a>
|
|
</td>
|
|
<td>
|
|
Miscellaneous wiki HTML options
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/HTML_Tidy.html" id="xolnki_19" title="Options/HTML Tidy" class="xowa-visited">Tidy</a>
|
|
</td>
|
|
<td>
|
|
HTML Tidy options
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<h2>
|
|
<span class="mw-headline" id="External_apps">External apps</span>
|
|
</h2>
|
|
<table class='options_table'>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Content_apps.html" id="xolnki_20" title="Options/Content apps" class="xowa-visited">Content Apps</a>
|
|
</td>
|
|
<td>
|
|
Content applications (web browser, image viewer, media player)
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Firefox_addon.html" id="xolnki_21" title="Options/Firefox addon" class="xowa-visited">Firefox Add-on</a>
|
|
</td>
|
|
<td>
|
|
Firefox Add-on: Run XOWA inside Firefox
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/HTTP_server.html" id="xolnki_22" title="Options/HTTP server" class="xowa-visited">HTTP Server</a>
|
|
</td>
|
|
<td>
|
|
HTTP Server: Run XOWA as an HTTP Server
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<h2>
|
|
<span class="mw-headline" id="Modules">Modules</span>
|
|
</h2>
|
|
<table class='options_table'>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Search_suggest.html" id="xolnki_23" title="Options/Search suggest" class="xowa-visited">Search suggest</a>
|
|
</td>
|
|
<td>
|
|
Search suggest options (controls behavior in the search box)
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Search.html" id="xolnki_24" title="Options/Search" class="xowa-visited">Search</a>
|
|
</td>
|
|
<td>
|
|
Search options (controls behavior for Special:Search)
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Popups.html" id="xolnki_25" title="Options/Popups" class="xowa-visited">Popups</a>
|
|
</td>
|
|
<td>
|
|
Popups that appear when hovering over a link
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<h2>
|
|
<span class="mw-headline" id="Extensions">Extensions</span>
|
|
</h2>
|
|
<table class='options_table'>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Math.html" id="xolnki_26" title="Options/Math" class="xowa-visited">Math</a>
|
|
</td>
|
|
<td>
|
|
Math options (text called in an {{#math}} statement)
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Scribunto.html" id="xolnki_27" title="Options/Scribunto" class="xowa-visited">Scribunto</a>
|
|
</td>
|
|
<td>
|
|
Scribunto/Lua options (text called in an {{#invoke}} statement)
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Score.html" id="xolnki_28" title="Options/Score" class="xowa-visited">Score</a>
|
|
</td>
|
|
<td>
|
|
Score options (text called in a <score> statement; used to render musical scores)
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Wikibase.html" id="xolnki_29" title="Options/Wikibase" class="xowa-visited">Wikibase</a>
|
|
</td>
|
|
<td>
|
|
Wikidata options
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<h2>
|
|
<span class="mw-headline" id="Miscellaneous">Miscellaneous</span>
|
|
</h2>
|
|
<table class='options_table'>
|
|
<tr>
|
|
<td class='options_row_label'>
|
|
<a href="http://xowa.org/home/wiki/Options/Dev.html" id="xolnki_30" title="Options/Dev" class="xowa-visited">Dev</a>
|
|
</td>
|
|
<td>
|
|
Developer options
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<p>
|
|
<br>
|
|
</p>
|
|
<h2>
|
|
<span class="mw-headline" id="Usage_Notes">Usage Notes</span>
|
|
</h2>
|
|
<ol class="references">
|
|
<li id="cite_note-options_reset_all-0">
|
|
<span class="mw-cite-backlink"><a href="#cite_ref-options_reset_all_0-0">^</a></span> <span class="reference-text">Clears all customized options. Restore options to their original defaults. Requires restart of XOWA.</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="https://www.youtube.com/watch?v=q0qbXYXEH6M" title="See a video of XOWA Desktop in action">Video</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>
|
|
<li><a href="https://www.youtube.com/watch?v=jsMTBxGweUw" title="See a video of XOWA Android in action">Video</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> |