Window.html 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648
  1. <!DOCTYPE html>
  2. <html dir="ltr">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  5. <title>Options/Window - 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/Window</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 active'>
  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'>
  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/Window'>Window</a>
  243. </li>
  244. <li class=''>
  245. <a href='/wiki/Options/Language'>Language</a>
  246. </li>
  247. <li class=''>
  248. <a href='/wiki/Options/Tabs'>Tabs</a>
  249. </li>
  250. <li class=''>
  251. <a href='/wiki/Options/Startup'>Startup</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="#Font"><span class="tocnumber">1</span> <span class="toctext">Font</span></a>
  265. </li>
  266. <li class="toclevel-1 tocsection-2">
  267. <a href="#HTML_Box_"><span class="tocnumber">2</span> <span class="toctext">HTML Box</span></a>
  268. </li>
  269. <li class="toclevel-1 tocsection-3">
  270. <a href="#Status_Box"><span class="tocnumber">3</span> <span class="toctext">Status Box</span></a>
  271. </li>
  272. <li class="toclevel-1 tocsection-4">
  273. <a href="#Startup"><span class="tocnumber">4</span> <span class="toctext">Startup</span></a>
  274. </li>
  275. <li class="toclevel-1 tocsection-5">
  276. <a href="#Notes"><span class="tocnumber">5</span> <span class="toctext">Notes</span></a>
  277. </li>
  278. </ul>
  279. </div>
  280. <div style='float:right; margin-right:10px; margin-top:5px;'>
  281. <p>
  282. <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>
  283. </p>
  284. </div><br>
  285. <h2>
  286. <span class="mw-headline" id="Font">Font</span>
  287. </h2>
  288. <table class='options_table'>
  289. <tr>
  290. <td class='options_row_label'>
  291. Font name: <sup id="cite_ref-font_name_0-0" class="reference"><a href="#cite_note-font_name-0">[1]</a></sup>
  292. </td>
  293. <td>
  294. <input xowa_prop="app.gui.win_opts.font.name" class="options_textbox" style="width: 100px;" id='xowa_prop_0' value='Arial'>
  295. </td>
  296. </tr>
  297. <tr>
  298. <td class='options_row_label'>
  299. Font size: <sup id="cite_ref-font_size_1-0" class="reference"><a href="#cite_note-font_size-1">[2]</a></sup>
  300. </td>
  301. <td>
  302. <input xowa_prop="app.gui.win_opts.font.size" class="options_textbox" style="width: 100px;" id='xowa_prop_1' value='8.0'>
  303. </td>
  304. </tr>
  305. </table>
  306. <h2>
  307. <span class="mw-headline" id="HTML_Box_">HTML Box <sup id="cite_ref-html_box_2-0" class="reference"><a href="#cite_note-html_box-2">[3]</a></sup></span>
  308. </h2>
  309. <table class='options_table'>
  310. <tr>
  311. <td class='options_row_label'>
  312. Adjustment type: <sup id="cite_ref-html_box_adj_type_3-0" class="reference"><a href="#cite_note-html_box_adj_type-3">[4]</a></sup>
  313. </td>
  314. <td>
  315. <select xowa_prop="app.user.cfg.layout.html_box_adj_type" xowa_prop_list="app.user.cfg.layout.html_box_adj_type_list" class="options_select" style="width: 100px;" size='3' id='xowa_prop_2'>
  316. <option value='0' selected='selected'>
  317. none
  318. </option>
  319. <option value='1'>
  320. relative
  321. </option>
  322. <option value='2'>
  323. absolute
  324. </option>
  325. </select>
  326. </td>
  327. </tr>
  328. <tr>
  329. <td class='options_row_label'>
  330. Adjustment rect: <sup id="cite_ref-html_box_adj_rect_4-0" class="reference"><a href="#cite_note-html_box_adj_rect-4">[5]</a></sup>
  331. </td>
  332. <td>
  333. <input xowa_prop="app.user.cfg.layout.html_box_adj_rect" class="options_textbox" style="width: 100px;" id='xowa_prop_3' value='0,0,0,0'>
  334. </td>
  335. </tr>
  336. </table>
  337. <h2>
  338. <span class="mw-headline" id="Status_Box">Status Box</span>
  339. </h2>
  340. <table class='options_table'>
  341. <tr>
  342. <td class='options_row_label'>
  343. Show short urls: <sup id="cite_ref-show_short_urls_5-0" class="reference"><a href="#cite_note-show_short_urls-5">[6]</a></sup>
  344. </td>
  345. <td>
  346. <input xowa_prop="xowa.api.gui.browser.prog.show_short_url" type="checkbox" class="options_checkbox" id='xowa_prop_4'>
  347. </td>
  348. </tr>
  349. </table>
  350. <h2>
  351. <span class="mw-headline" id="Startup">Startup</span>
  352. </h2>
  353. <table class='options_table'>
  354. <tr>
  355. <td class='options_row_label'>
  356. Startup Rect Mode: <sup id="cite_ref-startup_rect_mode_6-0" class="reference"><a href="#cite_note-startup_rect_mode-6">[7]</a></sup>
  357. </td>
  358. <td>
  359. <select xowa_prop="app.user.cfg.startup.window.mode" xowa_prop_list="app.user.cfg.startup.window.mode_list" class="options_select" style="width: 100px;" size='5' id='xowa_prop_5'>
  360. <option value='previous' selected='selected'>
  361. previous
  362. </option>
  363. <option value='maximized'>
  364. maximized
  365. </option>
  366. <option value='absolute'>
  367. absolute
  368. </option>
  369. <option value='relative'>
  370. relative
  371. </option>
  372. <option value='default'>
  373. default
  374. </option>
  375. </select>
  376. </td>
  377. </tr>
  378. <tr>
  379. <td class='options_row_label'>
  380. Rect: <sup id="cite_ref-rect_7-0" class="reference"><a href="#cite_note-rect-7">[8]</a></sup>
  381. </td>
  382. <td>
  383. <input xowa_prop="app.user.cfg.startup.window.rect" class="options_textbox" style="width: 100px;" id='xowa_prop_6' value='0,0,800,640'>
  384. </td>
  385. </tr>
  386. <tr>
  387. <td class='options_row_label'>
  388. Safe mode: <sup id="cite_ref-safe_mode_8-0" class="reference"><a href="#cite_note-safe_mode-8">[9]</a></sup>
  389. </td>
  390. <td>
  391. <input xowa_prop="app.user.cfg.startup.window.safe_mode" type="checkbox" class="options_checkbox" id='xowa_prop_7' checked='checked'>
  392. </td>
  393. </tr>
  394. </table>
  395. <h2>
  396. <span class="mw-headline" id="Notes">Notes</span>
  397. </h2>
  398. <ol class="references">
  399. <li id="cite_note-font_name-0">
  400. <span class="mw-cite-backlink"><a href="#cite_ref-font_name_0-0">^</a></span> <span class="reference-text">Enter a font name (default is <code>Arial</code>)</span>
  401. <ul>
  402. <li>
  403. <span class="reference-text">The font name must be installed on your machine, such as "Arial", "Courier New", "Liberation Sans"</span>
  404. </li>
  405. <li>
  406. <span class="reference-text">The font name applies to the Address Bar, Tab Buttons, Search Bar, Find Box, and Progress Text messages</span>
  407. </li>
  408. <li>
  409. <span class="reference-text">To change the fonts for the menu, you will need to do it through your Operating System. SWT does not support customizable fonts for menus: <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=29899" rel="nofollow" class="external free">https://bugs.eclipse.org/bugs/show_bug.cgi?id=29899</a></span>
  410. </li>
  411. </ul>
  412. </li>
  413. <li id="cite_note-font_size-1">
  414. <span class="mw-cite-backlink"><a href="#cite_ref-font_size_1-0">^</a></span> <span class="reference-text">Enter a font size in points (default is <code>8</code>)</span>
  415. <ul>
  416. <li>
  417. <span class="reference-text">The font size must be a numeric value (typically between 6 and 30)</span>
  418. </li>
  419. <li>
  420. <span class="reference-text">The font size applies to the Address Bar, Tab Buttons, Search Bar, Find Box, and Progress Text messages</span>
  421. </li>
  422. <li>
  423. <span class="reference-text">To change the fonts for the menu, you will need to do it through your Operating System. SWT does not support customizable fonts for menus: <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=29899" rel="nofollow" class="external free">https://bugs.eclipse.org/bugs/show_bug.cgi?id=29899</a></span>
  424. </li>
  425. </ul>
  426. </li>
  427. <li id="cite_note-html_box-2">
  428. <span class="mw-cite-backlink"><a href="#cite_ref-html_box_2-0">^</a></span> <span class="reference-text">Handles Windows displays with "Large fonts" or "Extra large fonts":</span>
  429. <ul>
  430. <li>
  431. <span class="reference-text">For large fonts, use "relative" and a rect of "0,0,-2,-12"</span>
  432. </li>
  433. <li>
  434. <span class="reference-text">For extra large fonts, use "relative" and a rect of "0,0,-6,-28"</span>
  435. </li>
  436. <li>
  437. <span class="reference-text">For other unanticipated GUI layouts, experiment as necessary.</span>
  438. </li>
  439. </ul>
  440. </li>
  441. <li id="cite_note-html_box_adj_type-3">
  442. <span class="mw-cite-backlink"><a href="#cite_ref-html_box_adj_type_3-0">^</a></span> <span class="reference-text">Choose one of the following (default is <code>none</code>)</span>
  443. <ul>
  444. <li>
  445. <span class="reference-text"><b>none</b>: no action</span>
  446. </li>
  447. <li>
  448. <span class="reference-text"><b>absolute</b>: absolute coordinates of html box rectangle</span>
  449. </li>
  450. <li>
  451. <span class="reference-text"><b>relative</b>: relative adjustment to html box rectangle</span>
  452. </li>
  453. </ul>
  454. </li>
  455. <li id="cite_note-html_box_adj_rect-4">
  456. <span class="mw-cite-backlink"><a href="#cite_ref-html_box_adj_rect_4-0">^</a></span> <span class="reference-text">Enter 'x,y,w,h' numbers separated by commas (default is )</span>
  457. <ul>
  458. <li>
  459. <span class="reference-text"><b>none</b>: blank; EX: ''</span>
  460. </li>
  461. <li>
  462. <span class="reference-text"><b>absolute</b>: absolute rect of HTML box; EX: '0,40,1280,900' will place the html box at x=0,y=40,w=1280,h=900</span>
  463. </li>
  464. <li>
  465. <span class="reference-text"><b>relative</b>: relative adjustment to xowa calc; EX: '1,2,-3,-4' will add x=1,y=2,w=-3,h=-4</span>
  466. </li>
  467. </ul>
  468. </li>
  469. <li id="cite_note-show_short_urls-5">
  470. <span class="mw-cite-backlink"><a href="#cite_ref-show_short_urls_5-0">^</a></span> <span class="reference-text">Choose one of the following (default is <code>unchecked</code>)</span>
  471. <ul>
  472. <li>
  473. <span class="reference-text"><b>checked</b>: Link shown at the bottom is wiki_name/name. EX: <code>simple.wikipedia.org/Main_Page</code></span>
  474. </li>
  475. <li>
  476. <span class="reference-text"><b>unchecked</b>: Link shown at the bottom is wiki_name/wiki/name. EX: <code>simple.wikipedia.org/wiki/Main_Page</code></span>
  477. </li>
  478. </ul>
  479. </li>
  480. <li id="cite_note-startup_rect_mode-6">
  481. <span class="mw-cite-backlink"><a href="#cite_ref-startup_rect_mode_6-0">^</a></span> <span class="reference-text">Choose one of the following (default is <code>previous</code>)</span>
  482. <ul>
  483. <li>
  484. <span class="reference-text"><b>previous</b>: window starts at same rect as previous session (default)</span>
  485. </li>
  486. <li>
  487. <span class="reference-text"><b>maximized</b>: window always starts maximized</span>
  488. </li>
  489. <li>
  490. <span class="reference-text"><b>absolute</b>: window bounds are set to rect below</span>
  491. </li>
  492. <li>
  493. <span class="reference-text"><b>relative</b>: window starts at full screen, and then adjusted by rect below</span>
  494. </li>
  495. <li>
  496. <span class="reference-text"><b>default</b>: window starts at default rect (determined by operating system)</span>
  497. </li>
  498. </ul>
  499. </li>
  500. <li id="cite_note-rect-7">
  501. <span class="mw-cite-backlink"><a href="#cite_ref-rect_7-0">^</a></span> <span class="reference-text">Enter 'x,y,w,h' numbers separated by commas (default is <code>0,0,1280,1024</code>)</span>
  502. <ul>
  503. <li>
  504. <span class="reference-text"><b>absolute</b>: absolute rect of window; EX: 0,0,1280,1024 means x=0 y=0 w=1280 h=1024</span>
  505. </li>
  506. <li>
  507. <span class="reference-text"><b>relative</b>: relative adjustment to full screen size; EX: 20,20,-20,-20 on an 1280,1024 screen will yield a rect of x=20 y=20 w=1260 h=1004</span>
  508. </li>
  509. <li>
  510. <span class="reference-text"><b>previous</b>, <b>maximized</b>, <b>default</b>: does nothing</span>
  511. </li>
  512. </ul>
  513. </li>
  514. <li id="cite_note-safe_mode-8">
  515. <span class="mw-cite-backlink"><a href="#cite_ref-safe_mode_8-0">^</a></span> <span class="reference-text">Choose one of the following (default is <code>checked</code>)</span>
  516. <ul>
  517. <li>
  518. <span class="reference-text"><b>checked</b>: prevents window that would be located off screen; EX: x=-9999 or w=9999</span>
  519. </li>
  520. <li>
  521. <span class="reference-text"><b>unchecked</b>: allows off-screen rect.<br>
  522. </span>
  523. </li>
  524. </ul><span class="reference-text">NOTE: if you create an unviewable rect you will need to edit the options file</span>
  525. </li>
  526. </ol>
  527. </div>
  528. </div>
  529. </div>
  530. </div>
  531. </div>
  532. <div id="mw-head" class="noprint">
  533. <div id="left-navigation">
  534. <div id="p-namespaces" class="vectorTabs">
  535. <h3>Namespaces</h3>
  536. <ul>
  537. <li id="ca-nstab-main" class="selected"><span><a id="ca-nstab-main-href" href="index.html">Page</a></span></li>
  538. </ul>
  539. </div>
  540. </div>
  541. </div>
  542. <div id='mw-panel' class='noprint'>
  543. <div id='p-logo'>
  544. <a style="background-image: url(https://gnosygnu.github.io/xowa/xowa_logo.png);" href="http://xowa.org/" title="Visit the main page"></a>
  545. </div>
  546. <div class="portal" id='xowa-portal-home'>
  547. <h3>XOWA</h3>
  548. <div class="body">
  549. <ul>
  550. <li><a href="http://xowa.org/index.html" title='Visit the main page'>Main page</a></li>
  551. <li><a href="http://xowa.org/screenshots.html" title='See screenshots of XOWA'>Screenshots</a></li>
  552. <li><a href="http://xowa.org/home/wiki/Help/Download_XOWA.html" title='Download the XOWA application'>Download XOWA</a></li>
  553. <li><a href="http://xowa.org/home/wiki/Dashboard/Image_databases.html" title='Download offline wikis and image databases'>Download wikis</a></li>
  554. </ul>
  555. </div>
  556. </div>
  557. <div class="portal" id='xowa-portal-started'>
  558. <h3>Getting started</h3>
  559. <div class="body">
  560. <ul>
  561. <li><a href="http://xowa.org/home/wiki/App/Setup/System_requirements.html" title='Get XOWA&apos;s system requirements'>Requirements</a></li>
  562. <li><a href="http://xowa.org/home/wiki/App/Setup/Installation.html" title='Get instructions for installing XOWA'>Installation</a></li>
  563. <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>
  564. <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>
  565. <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>
  566. </ul>
  567. </div>
  568. </div>
  569. <div class="portal" id='xowa-portal-android'>
  570. <h3>Android</h3>
  571. <div class="body">
  572. <ul>
  573. <li><a href="http://xowa.org/home/wiki/Android/Setup.html" title='Setup XOWA on your Android device'>Setup</a></li>
  574. </ul>
  575. </div>
  576. </div>
  577. <div class="portal" id='xowa-portal-help'>
  578. <h3>Help</h3>
  579. <div class="body">
  580. <ul>
  581. <li><a href="http://xowa.org/home/wiki/Help/About.html" title='Get more information about XOWA'>About</a></li>
  582. <li><a href="http://xowa.org/home/wiki/Help/Contents.html" title='View a list of help topics'>Contents</a></li>
  583. <li><a href="http://xowa.org/home/wiki/Help/Media.html" title='Read what others have written about XOWA'>Media</a></li>
  584. <li><a href="http://xowa.org/home/wiki/Help/Feedback.html" title='Questions? Comments? Leave feedback for XOWA'>Feedback</a></li>
  585. </ul>
  586. </div>
  587. </div>
  588. <div class="portal" id='xowa-portal-blog'>
  589. <h3>Blog</h3>
  590. <div class="body">
  591. <ul>
  592. <li><a href="http://xowa.org/home/wiki/Blog.html" title='Follow XOWA''s development process'>Current</a></li>
  593. </ul>
  594. </div>
  595. </div>
  596. <div class="portal" id='xowa-portal-links'>
  597. <h3>Links</h3>
  598. <div class="body">
  599. <ul>
  600. <li><a href="http://dumps.wikimedia.org/backup-index.html" title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
  601. <li><a href="https://archive.org/search.php?query=xowa" title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
  602. <li><a href="http://en.wikipedia.org" title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
  603. </ul>
  604. </div>
  605. </div>
  606. <div class="portal" id='xowa-portal-donate'>
  607. <h3>Donate</h3>
  608. <div class="body">
  609. <ul>
  610. <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/ -->
  611. <li><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title="Support Wikipedia!">Wikipedia</a></li>
  612. <!-- <li><a href="" title="Support XOWA! (but only after you've supported archive.org and Wikipedia)">XOWA</a></li> -->
  613. </ul>
  614. </div>
  615. </div>
  616. </div>
  617. </body>
  618. </html>