Setup.html 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671
  1. <!DOCTYPE html>
  2. <html dir="ltr">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  5. <title>Android/Setup - XOWA</title>
  6. <link rel="shortcut icon" href="https://gnosygnu.github.io/xowa/xowa_logo.png" />
  7. <link rel="stylesheet" href="https://gnosygnu.github.io/xowa/xowa_common.css" type="text/css">
  8. </head>
  9. <body class="mediawiki ltr sitedir-ltr ns-0 ns-subject skin-vector action-submit vector-animateLayout" spellcheck="false">
  10. <div id="mw-page-base" class="noprint"></div>
  11. <div id="mw-head-base" class="noprint"></div>
  12. <div id="content" class="mw-body">
  13. <h1 id="firstHeading" class="firstHeading"><span>Android/Setup</span></h1>
  14. <div id="bodyContent" class="mw-body-content">
  15. <div id="siteSub">From XOWA: the free, open-source, offline wiki application</div>
  16. <div id="contentSub"></div>
  17. <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
  18. <div id="toc" class="toc">
  19. <div id="toctitle" class="toctitle">
  20. <h2>
  21. Contents
  22. </h2>
  23. </div>
  24. <ul>
  25. <li class="toclevel-1 tocsection-1">
  26. <a href="#Installing_the_XOWA_Android_App"><span class="tocnumber">1</span> <span class="toctext">Installing the XOWA Android App</span></a>
  27. </li>
  28. <li class="toclevel-1 tocsection-2">
  29. <a href="#Install_a_wiki_automatically:_Simple_Wikipedia"><span class="tocnumber">2</span> <span class="toctext">Install a wiki automatically: Simple Wikipedia</span></a>
  30. </li>
  31. <li class="toclevel-1 tocsection-3">
  32. <a href="#Install_a_wiki_manually:_Simple_Wikipedia"><span class="tocnumber">3</span> <span class="toctext">Install a wiki manually: Simple Wikipedia</span></a>
  33. <ul>
  34. <li class="toclevel-2 tocsection-4">
  35. <a href="#Download_the_files"><span class="tocnumber">3.1</span> <span class="toctext">Download the files</span></a>
  36. </li>
  37. <li class="toclevel-2 tocsection-5">
  38. <a href="#Open_the_wiki_in_XOWA_Android"><span class="tocnumber">3.2</span> <span class="toctext">Open the wiki in XOWA Android</span></a>
  39. </li>
  40. </ul>
  41. </li>
  42. <li class="toclevel-1 tocsection-6">
  43. <a href="#Setting_up_a_wiki:_English_Wikipedia_or_any_other"><span class="tocnumber">4</span> <span class="toctext">Setting up a wiki: English Wikipedia or any other</span></a>
  44. </li>
  45. <li class="toclevel-1 tocsection-7">
  46. <a href="#Android_file_path"><span class="tocnumber">5</span> <span class="toctext">Android file path</span></a>
  47. </li>
  48. <li class="toclevel-1 tocsection-8">
  49. <a href="#Android_wikis_[1]"><span class="tocnumber">6</span> <span class="toctext">Android wikis <sup>[1]</sup></span></a>
  50. </li>
  51. </ul>
  52. </div>
  53. <h2>
  54. <span class="mw-headline" id="Installing_the_XOWA_Android_App">Installing the XOWA Android App</span>
  55. </h2>
  56. <p>
  57. Choose one of the following:
  58. </p>
  59. <ul>
  60. <li>
  61. (Android) Open Google Play and search for "xowa"
  62. </li>
  63. <li>
  64. (Browser) Go to <a href="https://play.google.com/store/apps/details?id=org.xowa" rel="nofollow" class="external free">https://play.google.com/store/apps/details?id=org.xowa</a> and press Install
  65. </li>
  66. <li>
  67. (Offline) Go to <a href="https://github.com/gnosygnu/xowa/releases" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/releases</a> and grab the latest xowa_app_android_v*.apk
  68. </li>
  69. </ul>
  70. <h2>
  71. <span class="mw-headline" id="Install_a_wiki_automatically:_Simple_Wikipedia">Install a wiki automatically: Simple Wikipedia</span>
  72. </h2>
  73. <ul>
  74. <li>
  75. Select XOWA from the Menu (button in upper left hand corner)
  76. </li>
  77. <li>
  78. On the XOWA Wikis screen, press the Download button
  79. </li>
  80. <li>
  81. Add Simple Wikipedia Articles to the Queue
  82. </li>
  83. <li>
  84. Run the Queue
  85. </li>
  86. <li>
  87. Select XOWA again from the Menu
  88. </li>
  89. <li>
  90. Select simple.wikipedia.org
  91. </li>
  92. </ul>
  93. <h2>
  94. <span class="mw-headline" id="Install_a_wiki_manually:_Simple_Wikipedia">Install a wiki manually: Simple Wikipedia</span>
  95. </h2>
  96. <h3>
  97. <span class="mw-headline" id="Download_the_files">Download the files</span>
  98. </h3>
  99. <ul>
  100. <li>
  101. Download the articles. This will not have any images and will be about 300 MB.
  102. </li>
  103. </ul>
  104. <dl>
  105. <dd>
  106. <a href="https://archive.org/download/Xowa_simplewiki_latest/Xowa_simplewiki_2016-06_core.zip" rel="nofollow" class="external free">https://archive.org/download/Xowa_simplewiki_latest/Xowa_simplewiki_2016-06_core.zip</a>
  107. </dd>
  108. <dd>
  109. <a href="https://archive.org/download/Xowa_simplewiki_latest/Xowa_simplewiki_2016-06_html.zip" rel="nofollow" class="external free">https://archive.org/download/Xowa_simplewiki_latest/Xowa_simplewiki_2016-06_html.zip</a>
  110. </dd>
  111. </dl>
  112. <ul>
  113. <li>
  114. Unzip the zip file to <code>C:\xowa\wiki\simple.wikipedia.org</code>. When you are done, you will have these files:
  115. </li>
  116. </ul>
  117. <dl>
  118. <dd>
  119. <code>C:\xowa\wiki\simple.wikipedia.org\simple.wikipedia.org-core.xowa</code>
  120. </dd>
  121. <dd>
  122. <code>C:\xowa\wiki\simple.wikipedia.org\simple.wikipedia.org-html.xowa</code>
  123. </dd>
  124. </dl>
  125. <ul>
  126. <li>
  127. Move the files to your micro-SD card with a folder structure of <code>\Android\data\org.xowa\files\xowa\wiki\simple.wikipedia.org</code>. Assuming your micro-SD card is attached as the X drive, you will have files like these:
  128. </li>
  129. </ul>
  130. <dl>
  131. <dd>
  132. <code>X:\Android\data\org.xowa\files\xowa\wiki\simple.wikipedia.org\simple.wikipedia.org-core.xowa</code>
  133. </dd>
  134. <dd>
  135. <code>X:\Android\data\org.xowa\files\xowa\wiki\simple.wikipedia.org\simple.wikipedia.org-html.xowa</code>
  136. </dd>
  137. </dl>
  138. <ul>
  139. <li>
  140. Download the images. It will be about 2 GB.
  141. </li>
  142. </ul>
  143. <dl>
  144. <dd>
  145. <a href="https://archive.org/download/Xowa_simplewiki_latest/Xowa_simplewiki_2016-06_file.zip" rel="nofollow" class="external free">https://archive.org/download/Xowa_simplewiki_latest/Xowa_simplewiki_2016-06_file.zip</a>
  146. </dd>
  147. </dl>
  148. <ul>
  149. <li>
  150. Unzip the zip file to <code>C:\xowa\wiki\simple.wikipedia.org</code>. When you are done, you will have these files:
  151. </li>
  152. </ul>
  153. <dl>
  154. <dd>
  155. <code>C:\xowa\wiki\simple.wikipedia.org\simple.wikipedia.org-file.xowa</code>
  156. </dd>
  157. </dl>
  158. <ul>
  159. <li>
  160. Move the files to your micro-SD card with a folder. Following the example above, you will have files like these:
  161. </li>
  162. </ul>
  163. <dl>
  164. <dd>
  165. <code>X:\Android\data\org.xowa\files\xowa\wiki\simple.wikipedia.org\simple.wikipedia.org-file.xowa</code>
  166. </dd>
  167. </dl>
  168. <h3>
  169. <span class="mw-headline" id="Open_the_wiki_in_XOWA_Android">Open the wiki in XOWA Android</span>
  170. </h3>
  171. <ul>
  172. <li>
  173. Insert the micro-SD into your Android device
  174. </li>
  175. <li>
  176. Launch XOWA on your Android device
  177. </li>
  178. <li>
  179. Press the <code>menu</code> button in the top left-hand corner
  180. </li>
  181. <li>
  182. Press the <code>XOWA</code> button
  183. </li>
  184. <li>
  185. Press the <code>download</code> button in the top right-hand corner.
  186. </li>
  187. </ul>
  188. <dl>
  189. <dd>
  190. If you're on Marshmallow, you will get a prompt to allow XOWA to read your SD card. Please allow it. For more information on XOWA's privacy policy, see <a href="/wiki/Help/Privacy/Android" id="xolnki_2" title="Help/Privacy/Android">Help/Privacy/Android</a>
  191. </dd>
  192. </dl>
  193. <ul>
  194. <li>
  195. Navigate to the wiki folder on your SD card
  196. </li>
  197. </ul>
  198. <dl>
  199. <dd>
  200. For example, on an LG G4 device, you would navigate to <code>storage</code> -&gt; <code>CARD-CODE</code> -&gt; <code>xowa</code> -&gt; <code>wiki</code> -&gt; <code>simple.wikipedia.org</code>
  201. </dd>
  202. </dl>
  203. <ul>
  204. <li>
  205. Press the file with the XOWA icon. In this case, it would be <code>simple.wikipedia.org-core.xowa</code>
  206. </li>
  207. <li>
  208. Press the link for simple.wikipedia.org on the <code>XOWA</code> page. You will be navigated to <code>simple.wikipedia.org/wiki/Main_Page</code>.
  209. </li>
  210. </ul>
  211. <h2>
  212. <span class="mw-headline" id="Setting_up_a_wiki:_English_Wikipedia_or_any_other">Setting up a wiki: English Wikipedia or any other</span>
  213. </h2>
  214. <p>
  215. The process is the same as Simple Wikipedia, except you will be downloading many more files.
  216. </p>
  217. <ul>
  218. <li>
  219. For the html-only version, you will be downloading 28 GB. See the <code>html</code> links below for English Wikipedia
  220. </li>
  221. <li>
  222. For images, you will be downloading another 82 GB. See the <code>file</code> links below for English Wikipedia
  223. </li>
  224. </ul>
  225. <p>
  226. Note that all files are not required. You can download some files and the wiki will still work. For example:
  227. </p>
  228. <ul>
  229. <li>
  230. You can download the html-only files. You do not need images in order to use the wiki
  231. </li>
  232. <li>
  233. You can download some of the html databases and skip others
  234. </li>
  235. </ul>
  236. <dl>
  237. <dd>
  238. For example, if you don't download <code>html.category articles</code>, you won't be able to read categories (articles in the [[Category]] namespace)
  239. </dd>
  240. </dl>
  241. <ul>
  242. <li>
  243. You can download some of the image databases and skip others
  244. </li>
  245. </ul>
  246. <dl>
  247. <dd>
  248. For example, if you don't download <code>images.main articles.part-02</code>, you won't have 500,000 random images.
  249. </dd>
  250. </dl>
  251. <p>
  252. Finally, the following files are required:
  253. </p>
  254. <ul>
  255. <li>
  256. If you're running html-only:
  257. <ul>
  258. <li>
  259. html.core
  260. </li>
  261. </ul>
  262. </li>
  263. <li>
  264. If you're running html and images:
  265. <ul>
  266. <li>
  267. html.core
  268. </li>
  269. <li>
  270. images.core
  271. </li>
  272. </ul>
  273. </li>
  274. </ul>
  275. <h2>
  276. <span class="mw-headline" id="Android_file_path">Android file path</span>
  277. </h2>
  278. <p>
  279. The <code>\Android\data\org.xowa\</code> folder is strongly recommended.
  280. </p>
  281. <ul>
  282. <li>
  283. Android Kit-Kat devices and up can only write to an external folder with this hierarchy: <code>\Android\data\org.xowa\</code>
  284. </li>
  285. <li>
  286. XOWA Android currently does not write to any databases, but it will in the coming months. I'm working on an auto-update feature which will split a wiki into pieces and merge them together. The merging will require write permissions.
  287. </li>
  288. </ul>
  289. <p>
  290. If you don't ever plan on using the auto-update feature, you can use any other path. For example, <code>X:\xowa\wiki\simple.wikipedia.org\simple.wikipedia.org-text.xowa</code>.
  291. </p>
  292. <p>
  293. There is one catch: files in <code>\Android\data\org.xowa\</code> will be deleted when ...
  294. </p>
  295. <ul>
  296. <li>
  297. "Clear data" is selected from Settings -&gt; XOWA -&gt; Storage.
  298. </li>
  299. <li>
  300. The app is uninstalled
  301. </li>
  302. </ul>
  303. <p>
  304. This means that you can copy English Wikipedia to <code>\Android\data\org.xowa\</code>, and have 100 GB of data deleted when pressing "Clear data".
  305. </p>
  306. <p>
  307. If you want to guard against accidental deletion, you should install instead somewhere else, like <code>X:\xowa\</code>. Note that this means you will not be able to use the auto-update feature within the Android app. You will be able to use it from the desktop app.
  308. </p>
  309. <p>
  310. <br>
  311. </p>
  312. <h2>
  313. <span class="mw-headline" id="Android_wikis_[1]">Android wikis <sup id="cite_ref-more_wikis_0-0" class="reference"><a href="#cite_note-more_wikis-0">[1]</a></sup></span>
  314. </h2>
  315. <table class='wikitable sortable'>
  316. <tr>
  317. <th>
  318. wiki
  319. </th>
  320. <th>
  321. wiki date
  322. </th>
  323. <th>
  324. posted date
  325. </th>
  326. <th>
  327. size<br>
  328. (GB)
  329. </th>
  330. <th>
  331. type
  332. </th>
  333. <th>
  334. download
  335. </th>
  336. </tr>
  337. <tr style='color:black; border-collapse:collapse;'>
  338. <td style='color:black; vertical-align:top;'>
  339. <p>
  340. <a href="https://simple.wikipedia.org" rel="nofollow" class="external free">https://simple.wikipedia.org</a><br>
  341. </p>
  342. </td>
  343. <td style='color:black; vertical-align:top;'>
  344. <p>
  345. 2016-03-05<br>
  346. </p>
  347. </td>
  348. <td style='color:black; vertical-align:top;'>
  349. <p>
  350. 2016-03-28
  351. </p>
  352. </td>
  353. <td style='color:black; vertical-align:top; text-align:right;'>
  354. <p>
  355. 1.9
  356. </p>
  357. </td>
  358. <td style='color:black; vertical-align:top;'>
  359. <p>
  360. .xowa
  361. </p>
  362. </td>
  363. <td style='color:black; vertical-align:top;'>
  364. <p>
  365. <a href="https://archive.org/download/Xowa_simplewiki_latest/Xowa_simplewiki_2016-03-05_html.7z" rel="nofollow" class="external text">html</a><br>
  366. <a href="https://archive.org/download/Xowa_simplewiki_latest/Xowa_simplewiki_2016-03-05_file.7z" rel="nofollow" class="external text">images</a>
  367. </p>
  368. </td>
  369. </tr>
  370. <tr style='color:black; border-collapse:collapse;'>
  371. <td style='color:black; vertical-align:top;'>
  372. <p>
  373. <a href="https://en.wikipedia.org" rel="nofollow" class="external free">https://en.wikipedia.org</a> (Android)
  374. </p>
  375. </td>
  376. <td style='color:black; vertical-align:top;'>
  377. <p>
  378. 2016-05-01
  379. </p>
  380. </td>
  381. <td style='color:black; vertical-align:top;'>
  382. <p>
  383. 2016-05-24
  384. </p>
  385. </td>
  386. <td style='color:black; vertical-align:top; text-align:right;'>
  387. <p>
  388. 28.8
  389. </p>
  390. </td>
  391. <td style='color:black; vertical-align:top;'>
  392. <p>
  393. .xowa
  394. </p>
  395. </td>
  396. <td style='color:black; vertical-align:top;'>
  397. <p>
  398. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-05-01_html_core.7z" rel="nofollow" class="external text">html.core</a><br>
  399. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-05-01_html_ns-000_part-1.7z" rel="nofollow" class="external text">html.main articles.part-1</a><br>
  400. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-05-01_html_ns-000_part-2.7z" rel="nofollow" class="external text">html.main articles.part-2</a><br>
  401. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-05-01_html_ns-000_part-3.7z" rel="nofollow" class="external text">html.main articles.part-3</a><br>
  402. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-05-01_html_ns-004.7z" rel="nofollow" class="external text">html.project articles</a><br>
  403. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-05-01_html_ns-014.7z" rel="nofollow" class="external text">html.category articles</a><br>
  404. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-05-01_html_ns-100.7z" rel="nofollow" class="external text">html.portal articles</a><br>
  405. </p>
  406. </td>
  407. </tr>
  408. <tr style='color:black; border-collapse:collapse;'>
  409. <td style='color:black; vertical-align:top;'>
  410. <p>
  411. <a href="https://en.wikipedia.org" rel="nofollow" class="external free">https://en.wikipedia.org</a>
  412. </p>
  413. </td>
  414. <td style='color:black; vertical-align:top;'>
  415. <p>
  416. 2016-03-05
  417. </p>
  418. </td>
  419. <td style='color:black; vertical-align:top;'>
  420. <p>
  421. 2016-04-09
  422. </p>
  423. </td>
  424. <td style='color:black; vertical-align:top; text-align:right;'>
  425. <p>
  426. 80
  427. </p>
  428. </td>
  429. <td style='color:black; vertical-align:top;'>
  430. <p>
  431. .xowa
  432. </p>
  433. </td>
  434. <td style='color:black; vertical-align:top;'>
  435. <p>
  436. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_file_core.7z" rel="nofollow" class="external text">images.core</a><br>
  437. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_file_ns-000_part-01.7z" rel="nofollow" class="external text">images.main articles.part-01</a><br>
  438. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_file_ns-000_part-02.7z" rel="nofollow" class="external text">images.main articles.part-02</a><br>
  439. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_file_ns-000_part-03.7z" rel="nofollow" class="external text">images.main articles.part-03</a><br>
  440. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_file_ns-000_part-04.7z" rel="nofollow" class="external text">images.main articles.part-04</a><br>
  441. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_file_ns-000_part-05.7z" rel="nofollow" class="external text">images.main articles.part-05</a><br>
  442. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_file_ns-000_part-06.7z" rel="nofollow" class="external text">images.main articles.part-06</a><br>
  443. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_file_ns-000_part-07.7z" rel="nofollow" class="external text">images.main articles.part-07</a><br>
  444. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_file_ns-000_part-08.7z" rel="nofollow" class="external text">images.main articles.part-08</a><br>
  445. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_file_ns-000_part-09.7z" rel="nofollow" class="external text">images.main articles.part-09</a><br>
  446. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_file_ns-000_part-10.7z" rel="nofollow" class="external text">images.main articles.part-10</a><br>
  447. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_file_ns-100.7z" rel="nofollow" class="external text">images.other articles</a><br>
  448. </p>
  449. </td>
  450. </tr>
  451. <tr style='color:black; border-collapse:collapse;'>
  452. <td style='color:black; vertical-align:top;'>
  453. <p>
  454. <a href="https://en.wikipedia.org" rel="nofollow" class="external free">https://en.wikipedia.org</a>
  455. </p>
  456. </td>
  457. <td style='color:black; vertical-align:top;'>
  458. <p>
  459. 2016-05-01
  460. </p>
  461. </td>
  462. <td style='color:black; vertical-align:top;'>
  463. <p>
  464. 2016-05-17
  465. </p>
  466. </td>
  467. <td style='color:black; vertical-align:top; text-align:right;'>
  468. <p>
  469. 6.2
  470. </p>
  471. </td>
  472. <td style='color:black; vertical-align:top;'>
  473. <p>
  474. .xowa
  475. </p>
  476. </td>
  477. <td style='color:black; vertical-align:top;'>
  478. <p>
  479. <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-05-01_file_v2b.7z" rel="nofollow" class="external text">images.update.2016-05-01 (.xowa)</a>
  480. </p>
  481. </td>
  482. </tr>
  483. <tr style='color:black; border-collapse:collapse;'>
  484. <td style='color:black; vertical-align:top;'>
  485. <p>
  486. <a href="https://de.wikipedia.org" rel="nofollow" class="external free">https://de.wikipedia.org</a>
  487. </p>
  488. </td>
  489. <td style='color:black; vertical-align:top;'>
  490. <p>
  491. 2016-04-07
  492. </p>
  493. </td>
  494. <td style='color:black; vertical-align:top;'>
  495. <p>
  496. 2016-04-21
  497. </p>
  498. </td>
  499. <td style='color:black; vertical-align:top; text-align:right;'>
  500. <p>
  501. 39
  502. </p>
  503. </td>
  504. <td style='color:black; vertical-align:top;'>
  505. <p>
  506. .xowa
  507. </p>
  508. </td>
  509. <td style='color:black; vertical-align:top;'>
  510. <p>
  511. <a href="https://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-04-07_core.7z" rel="nofollow" class="external text">core</a><br>
  512. <a href="https://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-04-07_html.7z" rel="nofollow" class="external text">html</a><br>
  513. <a href="https://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2015-08-07_file_core.7z" rel="nofollow" class="external text">images.core</a><br>
  514. <a href="https://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2015-08-07_file_ns-000_part-1.7z" rel="nofollow" class="external text">images.main articles.part-1</a><br>
  515. <a href="https://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2015-08-07_file_ns-000_part-2.7z" rel="nofollow" class="external text">images.main articles.part-2</a><br>
  516. <a href="https://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2015-08-07_file_ns-000_part-3.7z" rel="nofollow" class="external text">images.main articles.part-3</a><br>
  517. <a href="https://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2015-08-07_file_ns-000_part-4.7z" rel="nofollow" class="external text">images.main articles.part-4</a><br>
  518. <a href="https://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2015-08-07_file_ns-100.7z" rel="nofollow" class="external text">images.other articles</a><br>
  519. <a href="https://archive.org/download/Xowa_dewiki_latest/Xowa_dewiki_2016-04-07_file_update.7z" rel="nofollow" class="external text">images.update: 2016-04</a><br>
  520. </p>
  521. </td>
  522. </tr>
  523. <tr style='color:black; border-collapse:collapse;'>
  524. <td style='color:black; vertical-align:top;'>
  525. <p>
  526. <a href="https://de.wiktionary.org" rel="nofollow" class="external free">https://de.wiktionary.org</a><br>
  527. <a href="https://de.wikisource.org" rel="nofollow" class="external free">https://de.wikisource.org</a><br>
  528. <a href="https://de.wikivoyage.org" rel="nofollow" class="external free">https://de.wikivoyage.org</a><br>
  529. <a href="https://de.wikiquote.org" rel="nofollow" class="external free">https://de.wikiquote.org</a><br>
  530. <a href="https://de.wikibooks.org" rel="nofollow" class="external free">https://de.wikibooks.org</a><br>
  531. <a href="https://de.wikiversity.org" rel="nofollow" class="external free">https://de.wikiversity.org</a><br>
  532. <a href="https://de.wikinews.org" rel="nofollow" class="external free">https://de.wikinews.org</a>
  533. </p>
  534. </td>
  535. <td style='color:black; vertical-align:top;'>
  536. <p>
  537. 2016-04-07
  538. </p>
  539. </td>
  540. <td style='color:black; vertical-align:top;'>
  541. <p>
  542. 2016-04-21
  543. </p>
  544. </td>
  545. <td style='color:black; vertical-align:top; text-align:right;'>
  546. <p>
  547. 4.9
  548. </p>
  549. </td>
  550. <td style='color:black; vertical-align:top;'>
  551. <p>
  552. .xowa
  553. </p>
  554. </td>
  555. <td style='color:black; vertical-align:top;'>
  556. <p>
  557. <a href="https://archive.org/download/Xowa_dewiki_latest/Xowa_debundle_2016-04-07.7z" rel="nofollow" class="external text">wikis and images</a><br>
  558. </p>
  559. </td>
  560. </tr>
  561. </table>
  562. <ol class="references">
  563. <li id="cite_note-more_wikis-0">
  564. <span class="mw-cite-backlink"><a href="#cite_ref-more_wikis_0-0">^</a></span> <span class="reference-text">More wikis will be generated over the coming months. If you want a specific wiki, please make a request at <a href="https://github.com/gnosygnu/xowa/issues" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/issues</a></span>
  565. </li>
  566. </ol>
  567. </div>
  568. </div>
  569. </div>
  570. <div id="mw-head" class="noprint">
  571. <div id="left-navigation">
  572. <div id="p-namespaces" class="vectorTabs">
  573. <h3>Namespaces</h3>
  574. <ul>
  575. <li id="ca-nstab-main" class="selected"><span><a id="ca-nstab-main-href" href="index.html">Page</a></span></li>
  576. </ul>
  577. </div>
  578. </div>
  579. </div>
  580. <div id='mw-panel' class='noprint'>
  581. <div id='p-logo'>
  582. <a style="background-image: url(https://gnosygnu.github.io/xowa/xowa_logo.png);" href="http://xowa.org/" title="Visit the main page"></a>
  583. </div>
  584. <div class="portal" id='xowa-portal-home'>
  585. <h3>XOWA</h3>
  586. <div class="body">
  587. <ul>
  588. <li><a href="http://xowa.org/index.html" title='Visit the main page'>Main page</a></li>
  589. <li><a href="http://xowa.org/screenshots.html" title='See screenshots of XOWA'>Screenshots</a></li>
  590. <li><a href="https://www.youtube.com/watch?v=q0qbXYXEH6M" title="See a video of XOWA Desktop in action">Video</a></li>
  591. <li><a href="http://xowa.org/home/wiki/Help/Download_XOWA.html" title='Download the XOWA application'>Download XOWA</a></li>
  592. <li><a href="http://xowa.org/home/wiki/Dashboard/Image_databases.html" title='Download offline wikis and image databases'>Download wikis</a></li>
  593. </ul>
  594. </div>
  595. </div>
  596. <div class="portal" id='xowa-portal-started'>
  597. <h3>Getting started</h3>
  598. <div class="body">
  599. <ul>
  600. <li><a href="http://xowa.org/home/wiki/App/Setup/System_requirements.html" title='Get XOWA&apos;s system requirements'>Requirements</a></li>
  601. <li><a href="http://xowa.org/home/wiki/App/Setup/Installation.html" title='Get instructions for installing XOWA'>Installation</a></li>
  602. <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>
  603. <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>
  604. <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>
  605. </ul>
  606. </div>
  607. </div>
  608. <div class="portal" id='xowa-portal-android'>
  609. <h3>Android</h3>
  610. <div class="body">
  611. <ul>
  612. <li><a href="http://xowa.org/home/wiki/Android/Setup.html" title='Setup XOWA on your Android device'>Setup</a></li>
  613. <li><a href="https://www.youtube.com/watch?v=jsMTBxGweUw" title="See a video of XOWA Android in action">Video</a></li>
  614. </ul>
  615. </div>
  616. </div>
  617. <div class="portal" id='xowa-portal-help'>
  618. <h3>Help</h3>
  619. <div class="body">
  620. <ul>
  621. <li><a href="http://xowa.org/home/wiki/Help/About.html" title='Get more information about XOWA'>About</a></li>
  622. <li><a href="http://xowa.org/home/wiki/Help/Contents.html" title='View a list of help topics'>Contents</a></li>
  623. <li><a href="http://xowa.org/home/wiki/Help/Media.html" title='Read what others have written about XOWA'>Media</a></li>
  624. <li><a href="http://xowa.org/home/wiki/Help/Feedback.html" title='Questions? Comments? Leave feedback for XOWA'>Feedback</a></li>
  625. </ul>
  626. </div>
  627. </div>
  628. <div class="portal" id='xowa-portal-blog'>
  629. <h3>Blog</h3>
  630. <div class="body">
  631. <ul>
  632. <li><a href="http://xowa.org/home/wiki/Blog.html" title='Follow XOWA''s development process'>Current</a></li>
  633. </ul>
  634. </div>
  635. </div>
  636. <div class="portal" id='xowa-portal-links'>
  637. <h3>Links</h3>
  638. <div class="body">
  639. <ul>
  640. <li><a href="http://dumps.wikimedia.org/backup-index.html" title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
  641. <li><a href="https://archive.org/search.php?query=xowa" title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
  642. <li><a href="http://en.wikipedia.org" title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
  643. </ul>
  644. </div>
  645. </div>
  646. <div class="portal" id='xowa-portal-donate'>
  647. <h3>Donate</h3>
  648. <div class="body">
  649. <ul>
  650. <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/ -->
  651. <li><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title="Support Wikipedia!">Wikipedia</a></li>
  652. <li><a href="http://xowa.org/home/wiki/Help/Donate.html" title="Support XOWA!">XOWA</a></li>
  653. </ul>
  654. </div>
  655. </div>
  656. </div>
  657. </body>
  658. </html>