2017-01-09 03:37:12 +00:00
<!DOCTYPE html>
< html dir = "ltr" >
< head >
< meta http-equiv = "content-type" content = "text/html;charset=UTF-8" / >
< title > App/Setup/Update/In-app - 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" >
< / 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/Update/In-app< / 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" >
< p >
This page describes how to update your XOWA application using the in-app updater.
< / p >
< div id = "toc" class = "toc" >
2017-06-26 01:14:55 +00:00
< div id = "toctitle" class = "toctitle" >
2017-01-09 03:37:12 +00:00
< h2 >
Contents
< / h2 >
< / div >
< ul >
< li class = "toclevel-1 tocsection-1" >
< a href = "#Special:XowaAppUpdate" > < span class = "tocnumber" > 1< / span > < span class = "toctext" > Special:XowaAppUpdate< / span > < / a >
< ul >
< li class = "toclevel-2 tocsection-2" >
< a href = "#Opening" > < span class = "tocnumber" > 1.1< / span > < span class = "toctext" > Opening< / span > < / a >
< / li >
< li class = "toclevel-2 tocsection-3" >
< a href = "#Installing" > < span class = "tocnumber" > 1.2< / span > < span class = "toctext" > Installing< / span > < / a >
< / li >
< li class = "toclevel-2 tocsection-4" >
< a href = "#Skipping" > < span class = "tocnumber" > 1.3< / span > < span class = "toctext" > Skipping< / span > < / a >
< / li >
< / ul >
< / li >
< li class = "toclevel-1 tocsection-5" >
< a href = "#Auto-startup_reminder" > < span class = "tocnumber" > 2< / span > < span class = "toctext" > Auto-startup reminder< / span > < / a >
< / li >
< li class = "toclevel-1 tocsection-6" >
< a href = "#Manual_updates" > < span class = "tocnumber" > 3< / span > < span class = "toctext" > Manual updates< / span > < / a >
< / li >
< / ul >
< / div >
< h2 >
2020-09-08 02:35:02 +00:00
< span class = "mw-headline" id = "Special:XowaAppUpdate" > < a href = "/wiki/Special:XowaAppUpdate" id = "xolnki_2" title = "Special:XowaAppUpdate" > Special:XowaAppUpdate< / a > < / span >
2017-01-09 03:37:12 +00:00
< / h2 >
< p >
2020-09-08 02:35:02 +00:00
This < a href = "/wiki/Special:XowaAppUpdate" id = "xolnki_3" title = "Special:XowaAppUpdate" > Special page< / a > shows all pending updates.
2017-01-09 03:37:12 +00:00
< / p >
< h3 >
2017-04-28 01:02:09 +00:00
< span class = "mw-headline" id = "Opening" > Opening< / span >
2017-01-09 03:37:12 +00:00
< / h3 >
< p >
Everytime this page is opened, it checks the XOWA site for updates: < a href = "http://xowa.org/admin/app_update/xoa_update.db" rel = "nofollow" class = "external free" > http://xowa.org/admin/app_update/xoa_update.db< / a >
< / p >
< ul >
< li >
If updates are found, it downloads the descriptions, stores them offline, and shows it on the page
< / li >
< li >
If no updates are found, it shows any offline descriptions
< / li >
< / ul >
< h3 >
2017-04-28 01:02:09 +00:00
< span class = "mw-headline" id = "Installing" > Installing< / span >
2017-01-09 03:37:12 +00:00
< / h3 >
< p >
If install is chosen, the following is done:
< / p >
< ul >
< li >
The appropriate package is chosen from from < a href = "http://github.com/gnosygnu/xowa/releases/" rel = "nofollow" class = "external free" > http://github.com/gnosygnu/xowa/releases/< / a > .
< ul >
< li >
Note that XOWA will automatically choose the matching operating system package. (If you're running XOWA on GNU/Linux 64-bit it will automatically download a xowa_app_linux_64 package)
< / li >
< li >
Note that the latest version will always be chosen for two reasons:
< ul >
< li >
The latest version is always the recommended version
< / li >
< li >
Downgrading from a later version to an earlier version is not recommended. Downgrading will generally work, but it's not something that is ever tested.
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li >
2020-09-08 02:43:20 +00:00
The package is downloaded and unzipped to C:\xowa_release\user\install\update
2017-01-09 03:37:12 +00:00
< / li >
< li >
For each file in the install package:
< ul >
< li >
The corresponding old file will be deleted
< / li >
< li >
The new file will be moved into the old file's place
< / li >
< li >
Any old file that can't be deleted will be saved to a list
< / li >
< / ul >
< / li >
< li >
XOWA will then shutdown and launch a standalone update app. It will copy any old files that couldn't be deleted in the previous step
< / li >
< li >
Once the standalone update app completes, it will launch XOWA
< / li >
< / ul >
< h3 >
2017-04-28 01:02:09 +00:00
< span class = "mw-headline" id = "Skipping" > Skipping< / span >
2017-01-09 03:37:12 +00:00
< / h3 >
< p >
This only applies to the auto-startup reminder (see the next section).
< / p >
< ul >
< li >
By pressing the "Skip this update" button, the Special:XowaAppUpdate page will tempoarily stop reminding you automatically at startup.
< / li >
< li >
However, once a new XOWA version is available, the Special:XowaAppUpdate page will resume launching automatically at startup.
< / li >
< / ul >
< h2 >
2017-04-28 01:02:09 +00:00
< span class = "mw-headline" id = "Auto-startup_reminder" > Auto-startup reminder< / span >
2017-01-09 03:37:12 +00:00
< / h2 >
< p >
XOWA will check for updates every time the application starts. It does this in a two-step process:
< / p >
< ul >
< li >
First, it checks online to see if any new updates have been released.
< ul >
< li >
By default, the time interval is set to 7 days. If XOWA has checked online for an update, it won't check again for another 7 days.
< / li >
< li >
2020-09-08 02:35:02 +00:00
If you want to disable online check or change the interval, you can do so at < a href = "/wiki/Special:XowaCfg%3Fgrp%3Dxowa.app.update" id = "xolnki_4" title = "Special:XowaCfg?grp=xowa.app.update" > the Options page< / a >
2017-01-09 03:37:12 +00:00
< / li >
< / ul >
< / li >
< li >
Next, it will check offline to see any existing updates have not been applied.
< ul >
< li >
2020-09-08 02:43:20 +00:00
A list of offline updates are at C:\xowa_release\user\install\update
2017-01-09 03:37:12 +00:00
< / li >
< / ul >
< / li >
< / ul >
< p >
If any updates are available, it will open the Special:XowaUpdate page
< / p >
< h2 >
2017-04-28 01:02:09 +00:00
< span class = "mw-headline" id = "Manual_updates" > Manual updates< / span >
2017-01-09 03:37:12 +00:00
< / h2 >
< p >
XOWA can always be updated manually:
< / p >
< ul >
< li >
You can download the latest version from < a href = "http://xowa.org/home/wiki/Help/Download_XOWA.html" rel = "nofollow" class = "external text" > XOWA's download page< / a >
< / li >
< li >
You can view all available versions at < a href = "http://localhost/github.com/gnosygnu/xowa/releases/" rel = "nofollow" class = "external text" > XOWA's Github page< / a >
< / li >
< / ul >
< p >
2020-09-08 02:35:02 +00:00
For more information on manual updates, see < a href = "/wiki/App/Setup/Update/Manual" id = "xolnki_5" title = "App/Setup/Update/Manual" > the manual update help page< / a >
2017-01-09 03:37:12 +00:00
< / p >
< / 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 >
2017-02-22 02:46:24 +00:00
< li > < a href = "http://xowa.org/home/wiki/Help/Donate.html" title = "Support XOWA!" > XOWA< / a > < / li >
2017-01-09 03:37:12 +00:00
< / ul >
< / div >
< / div >
< / div >
< / body >
< / html >