Content_apps.html 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. <!DOCTYPE html>
  2. <html dir="ltr">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  5. <title>Options/Content apps - 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. <style>
  9. .options_row_label {font-weight:bold; vertical-align:text-top; text-align:right; width:150px;}
  10. .options_table {border: 1px solid #AAAAAA; border-collapse: collapse; color: black; margin: 1em 0; background-color: #F9F9F9;}
  11. .options_table td {border: 1px solid #AAAAAA; padding: 0.2em;}
  12. .options_textbox {padding: 2px; border: 1px solid black;}
  13. .options_textbox_num {padding: 2px; border: 1px solid black; text-align:right;}
  14. .options_textarea {padding: 2px; border: 1px solid black;}
  15. .options_select {padding: 2px; border: 1px solid black;}
  16. .options_button {padding: 2px; border: 1px solid black; background: white; height: 22px; margin-left: 1px; vertical-align: top;}
  17. .options_checkbox {padding: 2px; border: 1px solid black;}
  18. .options_readonly {background-color:#F9F9F9;}
  19. </style>
  20. <style>
  21. .optionsButton
  22. {
  23. width: 100px;
  24. height: 40px;
  25. font-family: 'Segoe UI';
  26. font-size: 12px;
  27. margin-left: -5px;
  28. cursor: pointer;
  29. background-color: lightgray;
  30. text-align: center;
  31. }
  32. .optionsLink
  33. {
  34. color: black !important;
  35. text-decoration: none;
  36. }
  37. .optionsButton.active
  38. {
  39. width: 100px;
  40. height: 40px;
  41. font-family: 'Segoe UI';
  42. font-size: 12px;
  43. margin-left: -5px;
  44. cursor: pointer;
  45. background-color: dimgray;
  46. color: white !important;
  47. border: solid 1px dimgray;
  48. }
  49. .optionsButton.active a
  50. {
  51. color: white !important;
  52. }
  53. .tabs
  54. {
  55. width: 100%;
  56. margin-top: 10px;
  57. }
  58. .tab-links ul
  59. {
  60. margin-left: -40px;
  61. }
  62. .tab-links li
  63. {
  64. margin: 0px 0px 0px 0px;
  65. float: left;
  66. list-style: none;
  67. }
  68. .tab-links a
  69. {
  70. padding: 9px 15px 9px 15px;
  71. border-radius: 3px 3px 0px 0px;
  72. background: #f0f0f0;
  73. font-family: 'Segoe UI';
  74. font-size: 13px;
  75. color: black !important;
  76. text-decoration: none;
  77. border-radius: 3px;
  78. border-top: solid 1px gray;
  79. border-left: solid 1px gray;
  80. border-right: solid 1px gray;
  81. }
  82. .tab-links a:hover
  83. {
  84. background: #B0B0B0;
  85. text-decoration: none;
  86. }
  87. li.active a, li.active a:hover
  88. {
  89. background: #fff;
  90. color: #4c4c4c;
  91. font-weight: bold;
  92. }
  93. .tab-content
  94. {
  95. padding: 15px;
  96. border-radius: 3px;
  97. background: #fff;
  98. border-top: solid 1px gray;
  99. margin-top: 5px;
  100. min-height: 300px;
  101. }
  102. </style>
  103. <style>
  104. .options_row_label {font-weight:bold; vertical-align:text-top; text-align:right; width:150px;}
  105. .options_table {border: 1px solid #AAAAAA; border-collapse: collapse; color: black; margin: 1em 0; background-color: #F9F9F9;}
  106. .options_table td {border: 1px solid #AAAAAA; padding: 0.2em;}
  107. .options_textbox {padding: 2px; border: 1px solid black;}
  108. .options_textbox_num {padding: 2px; border: 1px solid black; text-align:right;}
  109. .options_textarea {padding: 2px; border: 1px solid black;}
  110. .options_select {padding: 2px; border: 1px solid black;}
  111. .options_button {padding: 2px; border: 1px solid black; background: white; height: 22px; margin-left: 1px; vertical-align: top;}
  112. .options_checkbox {padding: 2px; border: 1px solid black;}
  113. .options_readonly {background-color:#F9F9F9;}
  114. </style>
  115. <style>
  116. .optionsButton
  117. {
  118. width: 100px;
  119. height: 40px;
  120. font-family: 'Segoe UI';
  121. font-size: 12px;
  122. margin-left: -5px;
  123. cursor: pointer;
  124. background-color: lightgray;
  125. text-align: center;
  126. }
  127. .optionsLink
  128. {
  129. color: black !important;
  130. text-decoration: none;
  131. }
  132. .optionsButton.active
  133. {
  134. width: 100px;
  135. height: 40px;
  136. font-family: 'Segoe UI';
  137. font-size: 12px;
  138. margin-left: -5px;
  139. cursor: pointer;
  140. background-color: dimgray;
  141. color: white !important;
  142. border: solid 1px dimgray;
  143. }
  144. .optionsButton.active a
  145. {
  146. color: white !important;
  147. }
  148. .tabs
  149. {
  150. width: 100%;
  151. margin-top: 10px;
  152. }
  153. .tab-links ul
  154. {
  155. margin-left: -40px;
  156. }
  157. .tab-links li
  158. {
  159. margin: 0px 0px 0px 0px;
  160. float: left;
  161. list-style: none;
  162. }
  163. .tab-links a
  164. {
  165. padding: 9px 15px 9px 15px;
  166. border-radius: 3px 3px 0px 0px;
  167. background: #f0f0f0;
  168. font-family: 'Segoe UI';
  169. font-size: 13px;
  170. color: black !important;
  171. text-decoration: none;
  172. border-radius: 3px;
  173. border-top: solid 1px gray;
  174. border-left: solid 1px gray;
  175. border-right: solid 1px gray;
  176. }
  177. .tab-links a:hover
  178. {
  179. background: #B0B0B0;
  180. text-decoration: none;
  181. }
  182. li.active a, li.active a:hover
  183. {
  184. background: #fff;
  185. color: #4c4c4c;
  186. font-weight: bold;
  187. }
  188. .tab-content
  189. {
  190. padding: 15px;
  191. border-radius: 3px;
  192. background: #fff;
  193. border-top: solid 1px gray;
  194. margin-top: 5px;
  195. min-height: 300px;
  196. }
  197. </style>
  198. </head>
  199. <body class="mediawiki ltr sitedir-ltr ns-0 ns-subject skin-vector action-submit vector-animateLayout" spellcheck="false">
  200. <div id="mw-page-base" class="noprint"></div>
  201. <div id="mw-head-base" class="noprint"></div>
  202. <div id="content" class="mw-body">
  203. <h1 id="firstHeading" class="firstHeading"><span>Options/Content apps</span></h1>
  204. <div id="bodyContent" class="mw-body-content">
  205. <div id="siteSub">From XOWA: the free, open-source, offline wiki application</div>
  206. <div id="contentSub"></div>
  207. <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
  208. <div>
  209. <table>
  210. <tr>
  211. <td class='optionsButton'>
  212. <a class='optionsLink' href='/wiki/Options/Window'>Apps (basic)</a>
  213. </td>
  214. <td class='optionsButton'>
  215. <a class='optionsLink' href='/wiki/Options/Security'>Apps (advanced)</a>
  216. </td>
  217. <td class='optionsButton'>
  218. <a class='optionsLink' href='/wiki/Options/Import'>Wiki</a>
  219. </td>
  220. <td class='optionsButton'>
  221. <a class='optionsLink' href='/wiki/Options/HTML'>HTML</a>
  222. </td>
  223. <td class='optionsButton active'>
  224. <a class='optionsLink' href='/wiki/Options/Content_apps'>External apps</a>
  225. </td>
  226. <td class='optionsButton'>
  227. <a class='optionsLink' href='/wiki/Options/Search_suggest'>Modules</a>
  228. </td>
  229. <td class='optionsButton'>
  230. <a class='optionsLink' href='/wiki/Options/Math'>Extensions</a>
  231. </td>
  232. <td class='optionsButton'>
  233. <a class='optionsLink' href='/wiki/Options/Dev'>Misc</a>
  234. </td>
  235. </tr>
  236. </table>
  237. </div>
  238. <div class="tabs">
  239. <div>
  240. <ul class='tab-links' style='margin-left:0px;'>
  241. <li class='active'>
  242. <a href='/wiki/Options/Content_apps'>Content apps</a>
  243. </li>
  244. <li class=''>
  245. <a href='/wiki/Options/Firefox_addon'>Firefox addon</a>
  246. </li>
  247. <li class=''>
  248. <a href='/wiki/Options/HTTP_server'>HTTP server</a>
  249. </li>
  250. </ul>
  251. </div><br>
  252. <div class='tab-content'>
  253. <div id="toc" class="toc">
  254. <div id="toctitle">
  255. <h2>
  256. Contents
  257. </h2>
  258. </div>
  259. <ul>
  260. <li class="toclevel-1 tocsection-1">
  261. <a href="#Instructions"><span class="tocnumber">1</span> <span class="toctext">Instructions</span></a>
  262. </li>
  263. <li class="toclevel-1 tocsection-2">
  264. <a href="#Apps"><span class="tocnumber">2</span> <span class="toctext">Apps</span></a>
  265. </li>
  266. <li class="toclevel-1 tocsection-3">
  267. <a href="#Notes"><span class="tocnumber">3</span> <span class="toctext">Notes</span></a>
  268. </li>
  269. </ul>
  270. </div>
  271. <div style='float:right; margin-right:10px; margin-top:5px;'>
  272. <p>
  273. <a href="xowa-cmd:app.user.prefs.save();" accesskey='s'><img src='file:///C:/xowa/bin/any/xowa/file/app.window/save.png' width="16" height="16">Save</a>
  274. </p>
  275. </div><br>
  276. <h2>
  277. <span class="mw-headline" id="Instructions">Instructions</span>
  278. </h2>
  279. <ul>
  280. <li>
  281. App path: Enter a path to program. Note that "..." will allow you to choose a file from your system.<sup id="cite_ref-ref_app_path_0-0" class="reference"><a href="#cite_note-ref_app_path-0">[1]</a></sup>
  282. </li>
  283. <li>
  284. App args: Enter args for program. <sup id="cite_ref-ref_app_args_1-0" class="reference"><a href="#cite_note-ref_app_args-1">[2]</a></sup>
  285. </li>
  286. </ul>
  287. <h2>
  288. <span class="mw-headline" id="Apps">Apps</span>
  289. </h2>
  290. <table class="options_table">
  291. <tr>
  292. <td class='options_row_label'>
  293. Web browser:
  294. <p>
  295. <sup id="cite_ref-2" class="reference"><a href="#cite_note-2">[3]</a></sup>
  296. </p>
  297. </td>
  298. <td>
  299. <input xowa_prop="app.fsys.apps.web.cmd" class="options_textbox" style="width: 380px; margin-bottom:2px;" type="xowa_io" id='xowa_prop_0' value='cmd'><button id='xowa_prop_0_io' class='options_button' onclick='xowa_io_select("file", "xowa_prop_0", "Please select a file.");'>...</button>
  300. <p>
  301. <input xowa_prop="app.fsys.apps.web.args" class="options_textbox" style="width: 380px;" id='xowa_prop_1' value='/c start "~{url}"'>
  302. </p>
  303. </td>
  304. </tr>
  305. <tr>
  306. <td class='options_row_label'>
  307. Media player:
  308. <p>
  309. <sup id="cite_ref-3" class="reference"><a href="#cite_note-3">[4]</a></sup>
  310. </p>
  311. </td>
  312. <td>
  313. <input xowa_prop="app.fsys.apps.media.cmd" class="options_textbox" style="width: 380px; margin-bottom:2px;" type="xowa_io" id='xowa_prop_2' value='vlc'><button id='xowa_prop_2_io' class='options_button' onclick='xowa_io_select("file", "xowa_prop_2", "Please select a file.");'>...</button>
  314. <p>
  315. <input xowa_prop="app.fsys.apps.media.args" class="options_textbox" style="width: 380px;" id='xowa_prop_3' value='"~{file}"'>
  316. </p>
  317. </td>
  318. </tr>
  319. <tr>
  320. <td class='options_row_label'>
  321. Image viewer:
  322. <p>
  323. <sup id="cite_ref-4" class="reference"><a href="#cite_note-4">[5]</a></sup>
  324. </p>
  325. </td>
  326. <td>
  327. <input xowa_prop="app.fsys.apps.image.cmd" class="options_textbox" style="width: 380px; margin-bottom:2px;" type="xowa_io" id='xowa_prop_4' value='cmd'><button id='xowa_prop_4_io' class='options_button' onclick='xowa_io_select("file", "xowa_prop_4", "Please select a file.");'>...</button>
  328. <p>
  329. <input xowa_prop="app.fsys.apps.image.args" class="options_textbox" style="width: 380px;" id='xowa_prop_5' value='/c start "~{file}"'>
  330. </p>
  331. </td>
  332. </tr>
  333. <tr>
  334. <td class='options_row_label'>
  335. PDF viewer:
  336. <p>
  337. <sup id="cite_ref-5" class="reference"><a href="#cite_note-5">[6]</a></sup>
  338. </p>
  339. </td>
  340. <td>
  341. <input xowa_prop="app.fsys.apps.pdf.cmd" class="options_textbox" style="width: 380px; margin-bottom:2px;" type="xowa_io" id='xowa_prop_6' value='cmd'><button id='xowa_prop_6_io' class='options_button' onclick='xowa_io_select("file", "xowa_prop_6", "Please select a file.");'>...</button>
  342. <p>
  343. <input xowa_prop="app.fsys.apps.pdf.args" class="options_textbox" style="width: 380px;" id='xowa_prop_7' value='/c start "~{file}"'>
  344. </p>
  345. </td>
  346. </tr>
  347. <tr>
  348. <td class='options_row_label'>
  349. DjVu viewer:
  350. <p>
  351. <sup id="cite_ref-6" class="reference"><a href="#cite_note-6">[7]</a></sup>
  352. </p>
  353. </td>
  354. <td>
  355. <input xowa_prop="app.fsys.apps.djvu.cmd" class="options_textbox" style="width: 380px; margin-bottom:2px;" type="xowa_io" id='xowa_prop_8' value='cmd'><button id='xowa_prop_8_io' class='options_button' onclick='xowa_io_select("file", "xowa_prop_8", "Please select a file.");'>...</button>
  356. <p>
  357. <input xowa_prop="app.fsys.apps.djvu.args" class="options_textbox" style="width: 380px;" id='xowa_prop_9' value='/c start "~{file}"'>
  358. </p>
  359. </td>
  360. </tr>
  361. </table>
  362. <h2>
  363. <span class="mw-headline" id="Notes">Notes</span>
  364. </h2>
  365. <ol class="references">
  366. <li id="cite_note-ref_app_path-0">
  367. <span class="mw-cite-backlink"><a href="#cite_ref-ref_app_path_0-0">^</a></span> <span class="reference-text">For app path, enter one of the following</span>
  368. <ul>
  369. <li>
  370. <span class="reference-text">An absolute path. Note that you <b>must</b> enter quotes if your path has spaces. For example:</span>
  371. </li>
  372. </ul>
  373. <dl>
  374. <dd>
  375. <span class="reference-text">On Linux / Mac OS X: <code>/usr/bin/vlc</code></span>
  376. </dd>
  377. <dd>
  378. <span class="reference-text">On Windows: <code>"C:\Program Files\VLC\vlc"</code></span>
  379. </dd>
  380. </dl>
  381. <ul>
  382. <li>
  383. <span class="reference-text">An XOWA relative path. For example:</span>
  384. </li>
  385. </ul>
  386. <dl>
  387. <dd>
  388. <span class="reference-text">On Linux / Mac OS X: <code>~{&lt;&gt;bin_plat_dir&lt;&gt;}vlc/vlc</code></span>
  389. <dl>
  390. <dd>
  391. <span class="reference-text">This will expand to <code>/xowa/bin/linux/vlc/vlc</code></span>
  392. </dd>
  393. </dl>
  394. </dd>
  395. <dd>
  396. <span class="reference-text">On Windows: <code>~{&lt;&gt;bin_plat_dir&lt;&gt;}vlc\vlc</code></span>
  397. <dl>
  398. <dd>
  399. <span class="reference-text">This will expand to <code>C:\xowa\bin\windows\vlc\vlc</code></span>
  400. </dd>
  401. </dl>
  402. </dd>
  403. <dd>
  404. <span class="reference-text">Note that relative paths display their expanded form (<code>/xowa/bin/linux/</code>), not their literal form (<code>~{&lt;&gt;bin_plat_dir&lt;&gt;}</code>)</span>
  405. </dd>
  406. <dd>
  407. <span class="reference-text">i.e.: if you enter <code>~{&lt;&gt;bin_plat_dir&lt;&gt;}</code> and press save, the text box will show <code>/xowa/bin/linux/</code>, even though the value is saved as <code>~{&lt;&gt;bin_plat_dir&lt;&gt;}</code></span>
  408. </dd>
  409. </dl>
  410. <ul>
  411. <li>
  412. <span class="reference-text">A binary name, if the binary's directory is defined in your PATH</span>
  413. </li>
  414. </ul>
  415. <dl>
  416. <dd>
  417. <span class="reference-text">EX: On a Windows system with a PATH including <code>"C:\Program Files\VLC"</code>, a value of <code>vlc</code> is sufficient.</span>
  418. </dd>
  419. </dl><span class="reference-text">Note regarding default values:</span>
  420. <ul>
  421. <li>
  422. <span class="reference-text">For Linux / Mac OS X systems, the default values may not apply. Please change as necessary on your system</span>
  423. </li>
  424. </ul>
  425. <ul>
  426. <li>
  427. <span class="reference-text">For Windows systems, the default path is defined as <code>cmd</code> and the arg is <code>/c start "~{file}"</code>. This attempts to launch the file with the default application defined for the file.</span>
  428. </li>
  429. </ul>
  430. <dl>
  431. <dd>
  432. <span class="reference-text">If this does not work properly, please specify the app path</span>
  433. </dd>
  434. </dl>
  435. </li>
  436. <li id="cite_note-ref_app_args-1">
  437. <span class="mw-cite-backlink"><a href="#cite_ref-ref_app_args_1-0">^</a></span> <span class="reference-text">For app args, note the following</span>
  438. <ul>
  439. <li>
  440. <span class="reference-text">A web browser takes one argument of <code>~{url}</code> which expands to the url in the external link</span>
  441. </li>
  442. </ul>
  443. <dl>
  444. <dd>
  445. <span class="reference-text">EX: For <a href="https://sourceforge.net/projects/xowa/files/" rel="nofollow" class="external free">https://sourceforge.net/projects/xowa/files/</a> the <code>~{url}</code> will be <code>https://sourceforge.net/projects/xowa/files/</code></span>
  446. </dd>
  447. </dl>
  448. <ul>
  449. <li>
  450. <span class="reference-text">Other content applications take one argument of <code>~{file}</code> which expands to the local path for the file</span>
  451. </li>
  452. </ul>
  453. <dl>
  454. <dd>
  455. <span class="reference-text">EX: The image [[File:A.png]] will produce a <code>~{file}</code> of <code>/xowa/file/en.wikipedia.org/orig/7/0/1/c/A.png</code></span>
  456. </dd>
  457. </dl>
  458. <ul>
  459. <li>
  460. <span class="reference-text">Customized arguments can be passed depending on the application</span>
  461. </li>
  462. </ul>
  463. <dl>
  464. <dd>
  465. <span class="reference-text">EX: VLC takes an argument <code>--no-loop</code> which explicitly instructs VLC not to automatically replay the file. (Clicking on a pronunciation example would cause the short 1 second word to be repeated over and over again).</span>
  466. </dd>
  467. <dd>
  468. <span class="reference-text">To pass this argument, change the args to <code>--no-loop "~{file}"</code></span>
  469. </dd>
  470. </dl>
  471. </li>
  472. <li id="cite_note-2">
  473. <span class="mw-cite-backlink"><a href="#cite_ref-2">^</a></span> <span class="reference-text">Launches when clicking on external links . Recommended: <a href="http://www.mozilla.org/en-US" rel="nofollow" class="external text">Mozilla Firefox</a></span>
  474. </li>
  475. <li id="cite_note-3">
  476. <span class="mw-cite-backlink"><a href="#cite_ref-3">^</a></span> <span class="reference-text">Launches when clicking on video or audio links . Recommended: <a href="http://www.videolan.org/vlc/index.html" rel="nofollow" class="external text">VLC</a></span>
  477. </li>
  478. <li id="cite_note-4">
  479. <span class="mw-cite-backlink"><a href="#cite_ref-4">^</a></span> <span class="reference-text">Launches when clicking on images in Wikimedia Commons . Recommended: <a href="http://www.gimp.org" rel="nofollow" class="external text">GIMP</a></span>
  480. </li>
  481. <li id="cite_note-5">
  482. <span class="mw-cite-backlink"><a href="#cite_ref-5">^</a></span> <span class="reference-text">Launches when clicking on pdf files . Recommended: <a href="http://projects.gnome.org/evince" rel="nofollow" class="external text">Evince</a></span>
  483. </li>
  484. <li id="cite_note-6">
  485. <span class="mw-cite-backlink"><a href="#cite_ref-6">^</a></span> <span class="reference-text">Launches when clicking on djvu files . Recommended: <a href="http://djvu.sourceforge.net" rel="nofollow" class="external text">DjVuLibre</a></span>
  486. </li>
  487. </ol>
  488. </div>
  489. </div>
  490. </div>
  491. </div>
  492. </div>
  493. <div id="mw-head" class="noprint">
  494. <div id="left-navigation">
  495. <div id="p-namespaces" class="vectorTabs">
  496. <h3>Namespaces</h3>
  497. <ul>
  498. <li id="ca-nstab-main" class="selected"><span><a id="ca-nstab-main-href" href="index.html">Page</a></span></li>
  499. </ul>
  500. </div>
  501. </div>
  502. </div>
  503. <div id='mw-panel' class='noprint'>
  504. <div id='p-logo'>
  505. <a style="background-image: url(https://gnosygnu.github.io/xowa/xowa_logo.png);" href="http://xowa.org/" title="Visit the main page"></a>
  506. </div>
  507. <div class="portal" id='xowa-portal-home'>
  508. <h3>XOWA</h3>
  509. <div class="body">
  510. <ul>
  511. <li><a href="http://xowa.org/index.html" title='Visit the main page'>Main page</a></li>
  512. <li><a href="http://xowa.org/screenshots.html" title='See screenshots of XOWA'>Screenshots</a></li>
  513. <li><a href="http://xowa.org/home/wiki/Help/Download_XOWA.html" title='Download the XOWA application'>Download XOWA</a></li>
  514. <li><a href="http://xowa.org/home/wiki/Dashboard/Image_databases.html" title='Download offline wikis and image databases'>Download wikis</a></li>
  515. </ul>
  516. </div>
  517. </div>
  518. <div class="portal" id='xowa-portal-started'>
  519. <h3>Getting started</h3>
  520. <div class="body">
  521. <ul>
  522. <li><a href="http://xowa.org/home/wiki/App/Setup/System_requirements.html" title='Get XOWA&apos;s system requirements'>Requirements</a></li>
  523. <li><a href="http://xowa.org/home/wiki/App/Setup/Installation.html" title='Get instructions for installing XOWA'>Installation</a></li>
  524. <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>
  525. <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>
  526. <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>
  527. </ul>
  528. </div>
  529. </div>
  530. <div class="portal" id='xowa-portal-android'>
  531. <h3>Android</h3>
  532. <div class="body">
  533. <ul>
  534. <li><a href="http://xowa.org/home/wiki/Android/Setup.html" title='Setup XOWA on your Android device'>Setup</a></li>
  535. </ul>
  536. </div>
  537. </div>
  538. <div class="portal" id='xowa-portal-help'>
  539. <h3>Help</h3>
  540. <div class="body">
  541. <ul>
  542. <li><a href="http://xowa.org/home/wiki/Help/About.html" title='Get more information about XOWA'>About</a></li>
  543. <li><a href="http://xowa.org/home/wiki/Help/Contents.html" title='View a list of help topics'>Contents</a></li>
  544. <li><a href="http://xowa.org/home/wiki/Help/Media.html" title='Read what others have written about XOWA'>Media</a></li>
  545. <li><a href="http://xowa.org/home/wiki/Help/Feedback.html" title='Questions? Comments? Leave feedback for XOWA'>Feedback</a></li>
  546. </ul>
  547. </div>
  548. </div>
  549. <div class="portal" id='xowa-portal-blog'>
  550. <h3>Blog</h3>
  551. <div class="body">
  552. <ul>
  553. <li><a href="http://xowa.org/home/wiki/Blog.html" title='Follow XOWA''s development process'>Current</a></li>
  554. </ul>
  555. </div>
  556. </div>
  557. <div class="portal" id='xowa-portal-links'>
  558. <h3>Links</h3>
  559. <div class="body">
  560. <ul>
  561. <li><a href="http://dumps.wikimedia.org/backup-index.html" title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
  562. <li><a href="https://archive.org/search.php?query=xowa" title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
  563. <li><a href="http://en.wikipedia.org" title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
  564. </ul>
  565. </div>
  566. </div>
  567. <div class="portal" id='xowa-portal-donate'>
  568. <h3>Donate</h3>
  569. <div class="body">
  570. <ul>
  571. <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/ -->
  572. <li><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title="Support Wikipedia!">Wikipedia</a></li>
  573. <!-- <li><a href="" title="Support XOWA! (but only after you've supported archive.org and Wikipedia)">XOWA</a></li> -->
  574. </ul>
  575. </div>
  576. </div>
  577. </div>
  578. </body>
  579. </html>