2016-04-12 22:03:40 +00:00
<!DOCTYPE html>
< html dir = "ltr" >
< head >
< meta http-equiv = "content-type" content = "text/html;charset=UTF-8" / >
< title > App/Setup/Installation - XOWA< / title >
2016-04-15 20:20:49 +00:00
< link rel = "shortcut icon" href = "http://xowa.org/xowa_logo.png" / >
< link rel = "stylesheet" href = "http://xowa.org/xowa_common.css" type = "text/css" >
2016-04-12 22:03:40 +00:00
< / 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 > App/Setup/Installation< / 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 id = "toc" class = "toc" >
< div id = "toctitle" >
< h2 >
Contents
< / h2 >
< / div >
< ul >
< li class = "toclevel-1 tocsection-1" >
< a href = "#Download_and_unzip_XOWA" > < span class = "tocnumber" > 1< / span > < span class = "toctext" > Download and unzip XOWA< / span > < / a >
< / li >
< li class = "toclevel-1 tocsection-2" >
< a href = "#Run_XOWA" > < span class = "tocnumber" > 2< / span > < span class = "toctext" > Run XOWA< / span > < / a >
< / li >
< li class = "toclevel-1 tocsection-3" >
< a href = "#XOWA_folder" > < span class = "tocnumber" > 3< / span > < span class = "toctext" > XOWA folder< / span > < / a >
< / li >
< / ul >
< / div >
< h2 >
< span class = "mw-headline" id = "Download_and_unzip_XOWA" > Download and unzip XOWA< / span >
< / h2 >
< ul >
< li >
Download a package for your operating system from < a href = "https://github.com/gnosygnu/xowa/releases/" rel = "nofollow" class = "external free" > https://github.com/gnosygnu/xowa/releases/< / a > For example, if you're using Windows, you would download < code > xowa_app_windows_v3.1.1.1.zip< / code > .
< / li >
< li >
Unzip to a folder. See the XOWA Folder section below for possible choices.
< / li >
< li >
When finished, you will have a file called < code > readme.txt< / code > as well as many other files and directories.
< / li >
< / ul >
< h2 >
< span class = "mw-headline" id = "Run_XOWA" > Run XOWA< / span >
< / h2 >
< ul >
< li >
On < b > Windows< / b > , double-click < code > C:\xowa\xowa.exe< / code >
< / li >
< li >
On < b > Linux< / b > , open a terminal and run < code > sh /home/Your_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_Name/xowa/xowa_linux.jar< / code >
< / dd >
< / dl >
< ul >
< li >
On < b > OS X< / b > , open a terminal and run < code > sh /Users/Your_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_Name/xowa/xowa_macosx.jar< / code >
< / dd >
< / dl >
< h2 >
< span class = "mw-headline" id = "XOWA_folder" > XOWA folder< / span >
< / h2 >
< p >
XOWA works from one folder. For the purpose of the instructions throughout this wiki, this folder will be referred to as < code > /xowa/< / code > .
< / 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 >
Windows
< / td >
< td >
C:\xowa\
< / td >
< td >
C:\xowa\xowa_windows.jar
< / td >
< / tr >
< tr >
< td >
Linux
< / td >
< td >
/home/Your_Name/xowa/
< / td >
< td >
/home/Your_Name/xowa/xowa_linux.jar
< / td >
< / tr >
< tr >
< td >
OS X
< / td >
< td >
/Users/Your_Name/xowa/
< / td >
< td >
/Users/Your_Name/xowa/xowa_macosx.jar
< / td >
< / tr >
< / table >
< / 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' >
2016-04-15 20:35:54 +00:00
< a style = "background-image: url(http://xowa.org/xowa_logo.png);" href = "http://xowa.org" title = "Visit the main page" > < / a >
2016-04-12 22:03:40 +00:00
< / div >
< div class = "portal" id = 'xowa-portal-home' >
< h3 > XOWA< / h3 >
< div class = "body" >
< ul >
2016-04-15 20:20:49 +00:00
< 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/wiki/home/page/Help/Download_XOWA.html" title = 'Download the XOWA application' > Download XOWA< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/Dashboard/Image_databases.html" title = 'Download offline wikis and image databases' > Download wikis< / a > < / li >
< / ul >
< / div >
< / div >
< div class = "portal" id = 'xowa-portal-stargin' >
< h3 > Getting started< / h3 >
< div class = "body" >
< ul >
< li > < a href = "http://xowa.org/wiki/home/page/App/Setup/System_requirements.html" title = 'Get XOWA's system requirements' > Requirements< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/App/Setup/Installation.html" title = 'Get instructions for installing XOWA' > Installation< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/App/Import/Simple_Wikipedia.html" title = 'Learn how to set up Simple Wikipedia' > Simple Wikipedia< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/App/Import/English_Wikipedia.html" title = 'Learn how to set up English Wikipedia' > English Wikipedia< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/App/Import/Other_wikis.html" title = 'Learn how to set up other Wikipedias' > Other Wikipedias< / a > < / li >
2016-04-12 22:03:40 +00:00
< / ul >
< / div >
< / div >
< div class = "portal" id = 'xowa-portal-help' >
< h3 > Help< / h3 >
< div class = "body" >
< ul >
2016-04-15 20:20:49 +00:00
< li > < a href = "http://xowa.org/wiki/home/page/Help/About.html" title = 'Get more information about XOWA' > About< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/Help/Contents.html" title = 'View a list of help topics' > Contents< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/Help/Media.html" title = 'Read what others have written about XOWA' > Media< / a > < / li >
< li > < a href = "http://xowa.org/wiki/home/page/Help/Feedback.html" title = 'Questions? Comments? Leave feedback for XOWA' > Feedback< / a > < / li >
2016-04-12 22:03:40 +00:00
< / ul >
< / div >
< / div >
2016-04-15 20:20:49 +00:00
< div class = "portal" id = 'xowa-portal-blog' >
< h3 > Blog< / h3 >
< div class = "body" >
< ul >
< li > < a href = "http://xowa.org/wiki/home/page/Blog.html" title = 'Follow XOWA' ' s development process ' > Current< / a > < / li >
< / ul >
< / div >
< / div >
2016-04-12 22:03:40 +00:00
< 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 >