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

$version_number

This commit is contained in:
gnosygnu
2016-04-17 15:24:17 -04:00
parent 7bea9a221d
commit bc134eaa58
242 changed files with 66 additions and 120230 deletions

View File

@@ -1,8 +1,9 @@
<!DOCTYPE html>
<html dir="ltr">
<head>
<title>XOWA: Installation</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>XOWA: Installation</title>
<meta http-equiv="refresh" content="5;URL=http://xowa.org/home/wiki/App/Setup/Installation.html">
<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">
</head>
@@ -17,83 +18,10 @@
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
<!-- page_bgn -->
<h2><span class='mw-headline' id='Choose_a_folder'> Choose a folder </span></h2>
<p>XOWA works from one folder. For the purpose of these instructions, this folder will be referred to as <b>/xowa/</b>.
</p>
<p>The table below lists recommended locations by operating system. Note that these are just recommendations: you can use any other folder on your hard drive (or on a flash memory card).
</p>
<table class='wikitable'>
<tr>
<th> operating system
</th>
<th> folder
</th>
<th> path of xowa jar
</th>
</tr>
<tr>
<td> Linux
</td>
<td> /home/your_user_name/xowa/
</td>
<td> /home/your_user_name/xowa/xowa_linux.jar
</td>
</tr>
<tr>
<td> OS X
</td>
<td> /Users/your_user_name/xowa/
</td>
<td> /Users/your_user_name/xowa/xowa_macosx.jar
</td>
</tr>
<tr>
<td> Windows
</td>
<td> C:\xowa\
</td>
<td> C:\xowa\xowa_windows.jar
</td>
</tr>
</table>
<p><br/>
</p>
<h2><span class='mw-headline' id='Download_XOWA'> Download XOWA </span></h2>
<ul>
<li> Download an "xowa_app_*.zip" from <a href="http://xowa.org//download.html">the download page</a>
</li>
<li> Unzip to the xowa root folder. When finished, you will have a file called <b>/xowa/xowa.gfs</b> as well as many other files and directories.
</li>
</ul>
<p><br/>
</p>
<h2><span class='mw-headline' id='Run_XOWA'> Run XOWA </span></h2>
<ul>
<li> On <b>Windows</b>, double-click <b>C:\xowa\xowa.exe</b>
</li>
<li> On <b>Linux</b>, open a terminal and run <code>sh /home/your_user_name/xowa/xowa_linux.sh</code>
</li>
</ul>
<dl>
<dd> Note that the shell script is a wrapper for <code>java -Xmx256m -jar /home/your_user_name/xowa/xowa_linux.jar</code>
</dd>
</dl>
<ul>
<li> On <b>OS X</b>, open a terminal and run <code>sh /Users/your_user_name/xowa/xowa_macosx.sh</code>
</li>
</ul>
<dl>
<dd> Note that the shell script is a wrapper for <code>java -Xmx256m -d32 -XstartOnFirstThread -jar /Users/your_user_name/xowa/xowa_macosx.jar</code>
</dd>
</dl>
<span style='text-align:center'>
The contents you are looking for have moved. You will be redirected to the new location automatically in 5 seconds.<br/>
Please bookmark the correct page at <a href="http://xowa.org/home/wiki/App/Setup/Installation.html">http://xowa.org/home/wiki/App/Setup/Installation.html</a>
</span>
<!-- page_end -->
</div>
</div>