Security.html 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  1. <!DOCTYPE html>
  2. <html dir="ltr">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  5. <title>Options/Security - 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/Security</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 active'>
  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'>
  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/Security'>Security</a>
  243. </li>
  244. <li class=''>
  245. <a href='/wiki/Options/Shortcuts'>Shortcuts</a>
  246. </li>
  247. <li class=''>
  248. <a href='/wiki/Options/Menus'>Menus</a>
  249. </li>
  250. <li class=''>
  251. <a href='/wiki/Options/Config_script'>Config script</a>
  252. </li>
  253. </ul>
  254. </div><br>
  255. <div class='tab-content'>
  256. <div id="toc" class="toc">
  257. <div id="toctitle">
  258. <h2>
  259. Contents
  260. </h2>
  261. </div>
  262. <ul>
  263. <li class="toclevel-1 tocsection-1">
  264. <a href="#Security"><span class="tocnumber">1</span> <span class="toctext">Security</span></a>
  265. </li>
  266. <li class="toclevel-1 tocsection-2">
  267. <a href="#Web"><span class="tocnumber">2</span> <span class="toctext">Web</span></a>
  268. </li>
  269. <li class="toclevel-1 tocsection-3">
  270. <a href="#Privacy"><span class="tocnumber">3</span> <span class="toctext">Privacy</span></a>
  271. </li>
  272. <li class="toclevel-1 tocsection-4">
  273. <a href="#Notes"><span class="tocnumber">4</span> <span class="toctext">Notes</span></a>
  274. </li>
  275. </ul>
  276. </div>
  277. <div style='float:right; margin-right:10px; margin-top:5px;'>
  278. <p>
  279. <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>
  280. </p>
  281. </div><br>
  282. <h2>
  283. <span class="mw-headline" id="Security">Security</span>
  284. </h2>
  285. <table class='options_table'>
  286. <tr>
  287. <td class='options_row_label'>
  288. JavaScript enabled: <sup id="cite_ref-javascript_enabled_0-0" class="reference"><a href="#cite_note-javascript_enabled-0">[1]</a></sup>
  289. </td>
  290. <td>
  291. <input xowa_prop="app.gui.html.javascript_enabled" type="checkbox" class="options_checkbox" id='xowa_prop_0' checked='checked'>
  292. </td>
  293. </tr>
  294. </table>
  295. <h2>
  296. <span class="mw-headline" id="Web">Web</span>
  297. </h2>
  298. <table class='options_table'>
  299. <tr>
  300. <td class='options_row_label'>
  301. Web access enabled: <sup id="cite_ref-web_access_enabled_1-0" class="reference"><a href="#cite_note-web_access_enabled-1">[2]</a></sup>
  302. </td>
  303. <td>
  304. <input xowa_prop="app.user.cfg.security.web_access_enabled" type="checkbox" class="options_checkbox" id='xowa_prop_1' checked='checked'>
  305. </td>
  306. </tr>
  307. </table>
  308. <h2>
  309. <span class="mw-headline" id="Privacy">Privacy</span>
  310. </h2>
  311. <table class='options_table'>
  312. <tr>
  313. <td class='options_row_label'>
  314. Logs enabled: <sup id="cite_ref-logs_enabled_2-0" class="reference"><a href="#cite_note-logs_enabled-2">[3]</a></sup>
  315. </td>
  316. <td>
  317. <input xowa_prop="app.api.usr.logs.enabled" type="checkbox" class="options_checkbox" id='xowa_prop_2' checked='checked'>
  318. </td>
  319. </tr>
  320. <tr>
  321. <td class='options_row_label'>
  322. History enabled: <sup id="cite_ref-history_enabled_3-0" class="reference"><a href="#cite_note-history_enabled-3">[4]</a></sup>
  323. </td>
  324. <td>
  325. <input xowa_prop="app.api.usr.history.enabled" type="checkbox" class="options_checkbox" id='xowa_prop_3' checked='checked'>
  326. </td>
  327. </tr>
  328. <tr>
  329. <td class='options_row_label'>
  330. Bookmarks enabled: <sup id="cite_ref-bookmarks_enabled_4-0" class="reference"><a href="#cite_note-bookmarks_enabled-4">[5]</a></sup>
  331. </td>
  332. <td>
  333. <input xowa_prop="app.api.usr.bookmarks.enabled" type="checkbox" class="options_checkbox" id='xowa_prop_4' checked='checked'>
  334. </td>
  335. </tr>
  336. <tr>
  337. <td class='options_row_label'>
  338. Load HTML to browser method: <sup id="cite_ref-html_load_tid_5-0" class="reference"><a href="#cite_note-html_load_tid-5">[6]</a></sup>
  339. </td>
  340. <td>
  341. <select xowa_prop="xowa.api.gui.browser.html.load_tid" xowa_prop_list="xowa.api.gui.browser.html.load_tid_list" class="options_textbox" size='2' id='xowa_prop_5'>
  342. <option value='mem' selected='selected'>
  343. mem
  344. </option>
  345. <option value='url'>
  346. url
  347. </option>
  348. </select>
  349. </td>
  350. </tr>
  351. </table>
  352. <h2>
  353. <span class="mw-headline" id="Notes">Notes</span>
  354. </h2>
  355. <ol class="references">
  356. <li id="cite_note-javascript_enabled-0">
  357. <span class="mw-cite-backlink"><a href="#cite_ref-javascript_enabled_0-0">^</a></span> <span class="reference-text">Choose if Javascript enabled: (default is <code>checked</code>)</span>
  358. <ul>
  359. <li>
  360. <span class="reference-text"><b>checked</b> to enable JavaScript. Note that this will allow you to use the functions listed at <a href="http://xowa.org/wiki/home/page/Diagnostics/Javascript/All.html" id="xolnki_2" title="Diagnostics/Javascript/All" class="xowa-visited">Diagnostics/Javascript/All</a></span>
  361. </li>
  362. <li>
  363. <span class="reference-text"><b>unchecked</b> to disable JavaScript. Only JavaScript specified by XOWA will run</span>
  364. </li>
  365. </ul>
  366. <dl>
  367. <dd>
  368. <span class="reference-text">XOWA uses JavaScript for certain functionality such as MathJax, sortable, collapsible, and reference tooltips. Unfortunately, JavaScript can also be a vector of attack. Although XOWA scrubs pages to eliminate embedded JavaScript, it is possible for malicious JavaScript to be injected into a Wiki page that evades XOWA's code. For those concerned about security, the safest approach would be to disable JavaScript entirely.</span>
  369. </dd>
  370. </dl>
  371. </li>
  372. <li id="cite_note-web_access_enabled-1">
  373. <span class="mw-cite-backlink"><a href="#cite_ref-web_access_enabled_1-0">^</a></span> <span class="reference-text">Choose if XOWA is allowed to access the Web: (default is <code>checked</code>)</span>
  374. <ul>
  375. <li>
  376. <span class="reference-text"><b>checked</b> to allow web access.</span>
  377. </li>
  378. <li>
  379. <span class="reference-text"><b>unchecked</b> to forbid web access. XOWA will not connect to the internet under any circumstances. This is equivalent to pulling the network cable for XOWA only.</span>
  380. </li>
  381. </ul><span class="reference-text">Note that this may cause the app to not behave properly. For example:</span>
  382. <ul>
  383. <li>
  384. <span class="reference-text">Images will not download, even if "Retrieve files" is checked</span>
  385. </li>
  386. <li>
  387. <span class="reference-text">Import links on Import/List will not work</span>
  388. </li>
  389. <li>
  390. <span class="reference-text">Download dump status on Wiki/Maintenance will not work</span>
  391. </li>
  392. <li>
  393. <span class="reference-text">etc..</span>
  394. </li>
  395. </ul><span class="reference-text">Also, note that this only controls XOWA's access to the internet. <a href="http://xowa.org/wiki/home/page/Options/Apps.html" id="xolnki_3" title="Options/Apps">Viewer apps</a> may still access the internet. For example, clicking on an external link will still launch a "Web browser". If you have VLC set up to play media files, it may access the internet when you click on a media file. A PDF app may try to update itself when you click on a PDF file. For more information, see <a href="http://xowa.org/wiki/home/page/Help/Privacy.html" id="xolnki_4" title="Help/Privacy" class="xowa-visited">Help/Privacy</a></span>
  396. </li>
  397. <li id="cite_note-logs_enabled-2">
  398. <span class="mw-cite-backlink"><a href="#cite_ref-logs_enabled_2-0">^</a></span> <span class="reference-text">Choose if logs are enabled: (default is <code>checked</code>)</span>
  399. <ul>
  400. <li>
  401. <span class="reference-text"><b>checked</b> to enable logs. XOWA logs application activity for diagnostic purposes. Note that these logs are never shared or uploaded. See <a href="http://xowa.org/wiki/home/page/Help/Privacy.html" id="xolnki_5" title="Help/Privacy" class="xowa-visited">Help/Privacy</a> for more info</span>
  402. </li>
  403. <li>
  404. <span class="reference-text"><b>unchecked</b> to disable logs. No messages will be written to the log. You can check by going to Help -&gt; System Data -&gt; Session Log</span>
  405. </li>
  406. </ul>
  407. </li>
  408. <li id="cite_note-history_enabled-3">
  409. <span class="mw-cite-backlink"><a href="#cite_ref-history_enabled_3-0">^</a></span> <span class="reference-text">Choose if page history is enabled: (default is <code>checked</code>)</span>
  410. <ul>
  411. <li>
  412. <span class="reference-text"><b>checked</b> to enable page history. XOWA stores viewed pages for the Page History page (History -&gt; Show). Note that this history is never shared or uploaded. See <a href="http://xowa.org/wiki/home/page/Help/Privacy.html" id="xolnki_6" title="Help/Privacy" class="xowa-visited">Help/Privacy</a> for more info</span>
  413. </li>
  414. <li>
  415. <span class="reference-text"><b>unchecked</b> to disable page history. No pages will be stored in page history. You can check by going to Help -&gt; System Data -&gt; Page History</span>
  416. </li>
  417. </ul>
  418. </li>
  419. <li id="cite_note-bookmarks_enabled-4">
  420. <span class="mw-cite-backlink"><a href="#cite_ref-bookmarks_enabled_4-0">^</a></span> <span class="reference-text">Choose if bookmarks are enabled: (default is <code>checked</code>)</span>
  421. <ul>
  422. <li>
  423. <span class="reference-text"><b>checked</b> to enable bookmarks. XOWA adds bookmarks whenever the user chooses "Bookmark this page". Note that these bookmarks are never shared or uploaded. See <a href="http://xowa.org/wiki/home/page/Help/Privacy.html" id="xolnki_7" title="Help/Privacy" class="xowa-visited">Help/Privacy</a> for more info</span>
  424. </li>
  425. <li>
  426. <span class="reference-text"><b>unchecked</b> to disable adding bookmarks. No bookmarks will be be added, even if the user clicks "Bookmark this page". You can check by clicking "Bookmark this page" and then clicking "Show all bookmarks"</span>
  427. </li>
  428. </ul>
  429. </li>
  430. <li id="cite_note-html_load_tid-5">
  431. <span class="mw-cite-backlink"><a href="#cite_ref-html_load_tid_5-0">^</a></span> <span class="reference-text">Choose how HTML is loaded into the browser: (default is <code>mem</code>) (recommended is <code>url</code>) This is a performance optimization with privacy implications</span>
  432. <ul>
  433. <li>
  434. <span class="reference-text"><b>mem</b>: Loads HTML through memory by calling <code>browser.setText(html)</code>. For unknown reasons, SWT / XULRunner uses more memory when loading HTML by setText -- as much as 5 - 10 MB for a page like en.w:Earth.</span>
  435. </li>
  436. <li>
  437. <span class="reference-text"><b>url</b>: Loads HTML through the file system by calling <code>browser.setUrl(file, html)</code>. This call uses less memory, but requires writing the HTML to disk. (see /xowa/user/anonymous/app/tmp/html) Although setting HTML via disk is theoretically slower than memory, the time difference is not noticeable. This may be more of an issue for users with privacy concerns. For more info on the latter, see <a href="http://xowa.org/wiki/home/page/Help/Privacy.html" id="xolnki_8" title="Help/Privacy" class="xowa-visited">Help/Privacy</a>.</span>
  438. </li>
  439. </ul><span class="reference-text">Note that <b>mem</b> is currently the default, but <b>url</b> will be made the default in a future release.</span>
  440. </li>
  441. </ol>
  442. </div>
  443. </div>
  444. </div>
  445. </div>
  446. </div>
  447. <div id="mw-head" class="noprint">
  448. <div id="left-navigation">
  449. <div id="p-namespaces" class="vectorTabs">
  450. <h3>Namespaces</h3>
  451. <ul>
  452. <li id="ca-nstab-main" class="selected"><span><a id="ca-nstab-main-href" href="index.html">Page</a></span></li>
  453. </ul>
  454. </div>
  455. </div>
  456. </div>
  457. <div id='mw-panel' class='noprint'>
  458. <div id='p-logo'>
  459. <a style="background-image: url(https://gnosygnu.github.io/xowa/xowa_logo.png);" href="http://xowa.org/" title="Visit the main page"></a>
  460. </div>
  461. <div class="portal" id='xowa-portal-home'>
  462. <h3>XOWA</h3>
  463. <div class="body">
  464. <ul>
  465. <li><a href="http://xowa.org/index.html" title='Visit the main page'>Main page</a></li>
  466. <li><a href="http://xowa.org/screenshots.html" title='See screenshots of XOWA'>Screenshots</a></li>
  467. <li><a href="http://xowa.org/wiki/home/page/Help/Download_XOWA.html" title='Download the XOWA application'>Download XOWA</a></li>
  468. <li><a href="http://xowa.org/wiki/home/page/Dashboard/Image_databases.html" title='Download offline wikis and image databases'>Download wikis</a></li>
  469. </ul>
  470. </div>
  471. </div>
  472. <div class="portal" id='xowa-portal-stargin'>
  473. <h3>Getting started</h3>
  474. <div class="body">
  475. <ul>
  476. <li><a href="http://xowa.org/wiki/home/page/App/Setup/System_requirements.html" title='Get XOWA&apos;s system requirements'>Requirements</a></li>
  477. <li><a href="http://xowa.org/wiki/home/page/App/Setup/Installation.html" title='Get instructions for installing XOWA'>Installation</a></li>
  478. <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>
  479. <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>
  480. <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>
  481. </ul>
  482. </div>
  483. </div>
  484. <div class="portal" id='xowa-portal-help'>
  485. <h3>Help</h3>
  486. <div class="body">
  487. <ul>
  488. <li><a href="http://xowa.org/wiki/home/page/Help/About.html" title='Get more information about XOWA'>About</a></li>
  489. <li><a href="http://xowa.org/wiki/home/page/Help/Contents.html" title='View a list of help topics'>Contents</a></li>
  490. <li><a href="http://xowa.org/wiki/home/page/Help/Media.html" title='Read what others have written about XOWA'>Media</a></li>
  491. <li><a href="http://xowa.org/wiki/home/page/Help/Feedback.html" title='Questions? Comments? Leave feedback for XOWA'>Feedback</a></li>
  492. </ul>
  493. </div>
  494. </div>
  495. <div class="portal" id='xowa-portal-blog'>
  496. <h3>Blog</h3>
  497. <div class="body">
  498. <ul>
  499. <li><a href="http://xowa.org/wiki/home/page/Blog.html" title='Follow XOWA''s development process'>Current</a></li>
  500. </ul>
  501. </div>
  502. </div>
  503. <div class="portal" id='xowa-portal-links'>
  504. <h3>Links</h3>
  505. <div class="body">
  506. <ul>
  507. <li><a href="http://dumps.wikimedia.org/backup-index.html" title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
  508. <li><a href="https://archive.org/search.php?query=xowa" title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
  509. <li><a href="http://en.wikipedia.org" title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
  510. </ul>
  511. </div>
  512. </div>
  513. <div class="portal" id='xowa-portal-donate'>
  514. <h3>Donate</h3>
  515. <div class="body">
  516. <ul>
  517. <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/ -->
  518. <li><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title="Support Wikipedia!">Wikipedia</a></li>
  519. <!-- <li><a href="" title="Support XOWA! (but only after you've supported archive.org and Wikipedia)">XOWA</a></li> -->
  520. </ul>
  521. </div>
  522. </div>
  523. </div>
  524. </body>
  525. </html>