Search.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  1. <!DOCTYPE html>
  2. <html dir="ltr">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  5. <title>App/Search - 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 data-source="xowa" type="text/css">
  9. .symbol-col {
  10. text-align:center;
  11. }
  12. code {
  13. border: solid 1px gray;
  14. background: #EFEFEF;
  15. text-align:center;
  16. padding: 1px;
  17. }
  18. .page-inc, .page-exc {
  19. border: solid 1px gray;
  20. text-align:center;
  21. padding: 1px;
  22. }
  23. .page-inc {
  24. background:#89C35C;
  25. }
  26. .page-exc {
  27. background:#F62217;
  28. }
  29. .page-inc b, .page-exc b {
  30. font-weight: bold;
  31. }
  32. </style>
  33. </head>
  34. <body class="mediawiki ltr sitedir-ltr ns-0 ns-subject skin-vector action-submit vector-animateLayout" spellcheck="false">
  35. <div id="mw-page-base" class="noprint"></div>
  36. <div id="mw-head-base" class="noprint"></div>
  37. <div id="content" class="mw-body">
  38. <h1 id="firstHeading" class="firstHeading"><span>App/Search</span></h1>
  39. <div id="bodyContent" class="mw-body-content">
  40. <div id="siteSub">From XOWA: the free, open-source, offline wiki application</div>
  41. <div id="contentSub"></div>
  42. <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
  43. <p>
  44. XOWA can search for a page by title
  45. </p>
  46. <div id="toc" class="toc">
  47. <div id="toctitle" class="toctitle">
  48. <h2>
  49. Contents
  50. </h2>
  51. </div>
  52. <ul>
  53. <li class="toclevel-1 tocsection-1">
  54. <a href="#Search_by_page_title"><span class="tocnumber">1</span> <span class="toctext">Search by page title</span></a>
  55. </li>
  56. <li class="toclevel-1 tocsection-2">
  57. <a href="#Usage"><span class="tocnumber">2</span> <span class="toctext">Usage</span></a>
  58. </li>
  59. <li class="toclevel-1 tocsection-3">
  60. <a href="#Syntax"><span class="tocnumber">3</span> <span class="toctext">Syntax</span></a>
  61. <ul>
  62. <li class="toclevel-2 tocsection-4">
  63. <a href="#General"><span class="tocnumber">3.1</span> <span class="toctext">General</span></a>
  64. </li>
  65. <li class="toclevel-2 tocsection-5">
  66. <a href="#Wildcard"><span class="tocnumber">3.2</span> <span class="toctext">Wildcard</span></a>
  67. </li>
  68. <li class="toclevel-2 tocsection-6">
  69. <a href="#Not"><span class="tocnumber">3.3</span> <span class="toctext">Not</span></a>
  70. </li>
  71. <li class="toclevel-2 tocsection-7">
  72. <a href="#Quote"><span class="tocnumber">3.4</span> <span class="toctext">Quote</span></a>
  73. </li>
  74. </ul>
  75. </li>
  76. <li class="toclevel-1 tocsection-8">
  77. <a href="#Sorting"><span class="tocnumber">4</span> <span class="toctext">Sorting</span></a>
  78. </li>
  79. <li class="toclevel-1 tocsection-9">
  80. <a href="#Background_database_search"><span class="tocnumber">5</span> <span class="toctext">Background database search</span></a>
  81. </li>
  82. <li class="toclevel-1 tocsection-10">
  83. <a href="#Database_update"><span class="tocnumber">6</span> <span class="toctext">Database update</span></a>
  84. </li>
  85. <li class="toclevel-1 tocsection-11">
  86. <a href="#Options"><span class="tocnumber">7</span> <span class="toctext">Options</span></a>
  87. </li>
  88. </ul>
  89. </div>
  90. <h2>
  91. <span class="mw-headline" id="Search_by_page_title">Search by page title</span>
  92. </h2>
  93. <p>
  94. XOWA can find a page by words in its title. For example, typing <code>earth</code> will pull up all titles with the word, including <span class='page-inc'>Earth</span> and <span class='page-inc'>History of Earth</span>. More complicated searches can be performed, such as <code>earth + (history, future) -middle</code>
  95. </p>
  96. <p>
  97. XOWA can also search by text within a page (full-text search). More information is available here: <a href="/wiki/App/Full-text_search" id="xolnki_2" title="App/Full-text search">App/Full-text search</a>
  98. </p>
  99. <h2>
  100. <span class="mw-headline" id="Usage">Usage</span>
  101. </h2>
  102. <p>
  103. There are three ways to use search:
  104. </p>
  105. <ul>
  106. <li>
  107. Type into the address bar. A list of suggestions appear underneath.
  108. </li>
  109. <li>
  110. Type into the suggest box. A list of suggestions appear underneath. Note that this box is near the top-right hand corner of the page between "View HTML" and the magnifying glass icon.
  111. </li>
  112. <li>
  113. Type "?:some word" into the address bar. For example, enter <code>?:earth</code> in the address bar when in Simple Wikipedia
  114. </li>
  115. </ul>
  116. <h2>
  117. <span class="mw-headline" id="Syntax">Syntax</span>
  118. </h2>
  119. <p>
  120. The following syntax is supported for search text:
  121. </p>
  122. <table class='wikitable' style='background: white;'>
  123. <tr>
  124. <th>
  125. name
  126. </th>
  127. <th>
  128. description
  129. </th>
  130. <th>
  131. symbol
  132. </th>
  133. <th>
  134. example
  135. </th>
  136. <th>
  137. finds
  138. </th>
  139. <th>
  140. skips
  141. </th>
  142. </tr>
  143. <tr>
  144. <td>
  145. single word
  146. </td>
  147. <td>
  148. finds pages which start with this word<br>
  149. (automatic wildcard at the end)
  150. </td>
  151. <td>
  152. </td>
  153. <td>
  154. <code>earth</code>
  155. </td>
  156. <td>
  157. <p>
  158. <span class='page-inc'><b>Earth</b></span><br>
  159. <span class='page-inc'><b>History</b> of <b>Earth</b></span><br>
  160. <span class='page-inc'><b>Earth</b>quake</span>
  161. </p>
  162. </td>
  163. <td>
  164. </td>
  165. </tr>
  166. <tr>
  167. <td>
  168. single word with space
  169. </td>
  170. <td>
  171. finds pages which have this word exactly<br>
  172. (no automatic wildcard)
  173. </td>
  174. <td>
  175. </td>
  176. <td>
  177. <code>earth&nbsp;</code>
  178. </td>
  179. <td>
  180. <p>
  181. <span class='page-inc'><b>Earth</b></span><br>
  182. <span class='page-inc'><b>History</b> of <b>Earth</b></span>
  183. </p>
  184. </td>
  185. <td>
  186. <span class='page-exc'>Earthquake</span>
  187. </td>
  188. </tr>
  189. <tr>
  190. <td>
  191. multiple words
  192. </td>
  193. <td>
  194. finds pages which have all these words
  195. </td>
  196. <td>
  197. </td>
  198. <td>
  199. <code>earth history</code>
  200. </td>
  201. <td>
  202. <p>
  203. <span class='page-inc'><b>History</b> of <b>Earth</b></span><br>
  204. <span class='page-inc'><b>Earth</b> <b>history</b></span>
  205. </p>
  206. </td>
  207. <td>
  208. <span class='page-exc'>Earth</span>
  209. </td>
  210. </tr>
  211. <tr>
  212. <td>
  213. wildcard
  214. </td>
  215. <td>
  216. finds pages which start with these letters
  217. </td>
  218. <td class='symbol-col'>
  219. <code>*</code>
  220. </td>
  221. <td>
  222. <code>earth*</code>
  223. </td>
  224. <td>
  225. <p>
  226. <span class='page-inc'><b>Earth</b></span><br>
  227. <span class='page-inc'>History of <b>Earth</b></span><br>
  228. <span class='page-inc'><b>Earth</b>quake</span>
  229. </p>
  230. </td>
  231. <td>
  232. </td>
  233. </tr>
  234. <tr>
  235. <td>
  236. </td>
  237. <td>
  238. finds pages which end with these letters
  239. </td>
  240. <td class='symbol-col'>
  241. <code>*</code>
  242. </td>
  243. <td>
  244. <code>*earth</code>
  245. </td>
  246. <td>
  247. <p>
  248. <span class='page-inc'><b>Earth</b></span><br>
  249. <span class='page-inc'>History of <b>Earth</b></span><br>
  250. <span class='page-inc'><b>Earth</b>quake</span><br>
  251. <span class='page-inc'>H<b>earth</b></span>
  252. </p>
  253. </td>
  254. <td>
  255. </td>
  256. </tr>
  257. <tr>
  258. <td>
  259. </td>
  260. <td>
  261. finds pages which start / end with these letters
  262. </td>
  263. <td class='symbol-col'>
  264. <code>*</code>
  265. </td>
  266. <td>
  267. <code>e*h</code>
  268. </td>
  269. <td>
  270. <p>
  271. <span class='page-inc'><b>Earth</b></span><br>
  272. <span class='page-inc'>History of <b>Earth</b></span><br>
  273. <span class='page-inc'><b>Earth</b>quake</span><br>
  274. <span class='page-inc'><b>E</b>nglis<b>h</b> language</span>
  275. </p>
  276. </td>
  277. <td>
  278. </td>
  279. </tr>
  280. <tr>
  281. <td>
  282. not
  283. </td>
  284. <td>
  285. skips pages which have this word
  286. </td>
  287. <td class='symbol-col'>
  288. <code>-</code>
  289. </td>
  290. <td>
  291. <code>earth -history</code>
  292. </td>
  293. <td>
  294. <span class='page-inc'><b>Earth</b></span>
  295. </td>
  296. <td>
  297. <span class='page-exc'>History of Earth</span>
  298. </td>
  299. </tr>
  300. <tr>
  301. <td>
  302. or
  303. </td>
  304. <td>
  305. includes pages which have this word
  306. </td>
  307. <td class='symbol-col'>
  308. <code>,</code>
  309. </td>
  310. <td>
  311. <code>earth, history</code>
  312. </td>
  313. <td>
  314. <p>
  315. <span class='page-inc'><b>History</b> of <b>Earth</b></span><br>
  316. <span class='page-inc'><b>Earth</b> <b>history</b></span><br>
  317. <span class='page-inc'><b>History</b></span><br>
  318. <span class='page-inc'><b>Earth</b></span>
  319. </p>
  320. </td>
  321. </tr>
  322. <tr>
  323. <td>
  324. and
  325. </td>
  326. <td>
  327. requires pages to have this word
  328. </td>
  329. <td class='symbol-col'>
  330. <code>+</code>
  331. </td>
  332. <td>
  333. <code>earth + history</code>
  334. </td>
  335. <td>
  336. <p>
  337. <span class='page-inc'><b>History</b> of <b>Earth</b></span><br>
  338. <span class='page-inc'><b>Earth</b> <b>history</b></span>
  339. </p>
  340. </td>
  341. <td>
  342. <span class='page-exc'>History</span><br>
  343. <p>
  344. <span class='page-exc'>Earth</span>
  345. </p>
  346. </td>
  347. </tr>
  348. <tr>
  349. <td>
  350. quote
  351. </td>
  352. <td>
  353. requires pages to have this exact text
  354. </td>
  355. <td class='symbol-col'>
  356. <code>"</code>
  357. </td>
  358. <td>
  359. <code>"earth history"</code>
  360. </td>
  361. <td>
  362. <p>
  363. <span class='page-inc'><b>Earth history</b></span>
  364. </p>
  365. </td>
  366. <td>
  367. <p>
  368. <span class='page-exc'>History of Earth</span><br>
  369. <span class='page-exc'>History</span><br>
  370. <span class='page-exc'>Earth</span>
  371. </p>
  372. </td>
  373. </tr>
  374. <tr>
  375. <td>
  376. parentheses
  377. </td>
  378. <td>
  379. allows complicated and / or grouping
  380. </td>
  381. <td class='symbol-col'>
  382. <code>(</code> <code>)</code>
  383. </td>
  384. <td>
  385. <code>earth + (history, future)</code>
  386. </td>
  387. <td>
  388. <p>
  389. <span class='page-inc'><b>History</b> of <b>Earth</b></span><br>
  390. <span class='page-inc'><b>Future</b> of <b>Earth</b></span>
  391. </p>
  392. </td>
  393. <td>
  394. <span class='page-exc'>Earth</span>
  395. </td>
  396. </tr>
  397. <tr>
  398. <td>
  399. escape
  400. </td>
  401. <td>
  402. allows searching for any symbols above
  403. </td>
  404. <td class='symbol-col'>
  405. <code>\</code>
  406. </td>
  407. <td>
  408. <code>c\+\+</code>
  409. </td>
  410. <td>
  411. <p>
  412. <span class='page-inc'><b>C++</b></span>
  413. </p>
  414. </td>
  415. </tr>
  416. </table>
  417. <h3>
  418. <span class="mw-headline" id="General">General</span>
  419. </h3>
  420. <ul>
  421. <li>
  422. Spaces are ignored
  423. <ul>
  424. <li>
  425. <code>earth, history</code> is the same as <code>earth , history</code> or <code>earth ,history</code>
  426. </li>
  427. </ul>
  428. </li>
  429. <li>
  430. Incorrect terms are auto-corrected as per the following:
  431. <ul>
  432. <li>
  433. <code>earth - history</code> is the same as <code>earth history</code>
  434. </li>
  435. <li>
  436. <code>earth +</code> is the same as <code>earth</code>
  437. </li>
  438. <li>
  439. <code>earth,</code> is the same as <code>earth</code>
  440. </li>
  441. <li>
  442. <code>"earth</code> is the same as <code>"earth"</code>. Note that <code>"earth history</code> becomes <code>"earth" history</code>.
  443. </li>
  444. <li>
  445. <code>(earth</code> is the same as <code>earth</code>
  446. </li>
  447. <li>
  448. <code>c\</code> is the same as <code>c</code>
  449. </li>
  450. </ul>
  451. </li>
  452. </ul>
  453. <h3>
  454. <span class="mw-headline" id="Wildcard">Wildcard</span>
  455. </h3>
  456. <ul>
  457. <li>
  458. Wildcards are automatically added to the last word. For example, <code>earth histor</code> is the same as <code>earth histor*</code>.
  459. </li>
  460. <li>
  461. Wildcards will be slower than non-wildcarded versions. In terms of performance, they are ranked as following:
  462. <ul>
  463. <li>
  464. <b>end of word</b>
  465. <ul>
  466. <li>
  467. faster, especially when word is longer. EX: <code>abcdefghi*</code> vs <code>a*</code>
  468. </li>
  469. <li>
  470. may be slow for certain multi-word queries. EX: <code>page meg*</code>
  471. </li>
  472. <li>
  473. uses the <code>&gt;=</code> <code>&lt;</code> operators: <code>word_text &gt;= ? AND word_text &lt; ?</code>
  474. </li>
  475. <li>
  476. uses an INDEX scan
  477. </li>
  478. </ul>
  479. </li>
  480. <li>
  481. <b>beginning of word</b> / <b>middle of word</b>
  482. <ul>
  483. <li>
  484. may be fast if matching a common string. EX: <code>*a</code>, <code>*arth</code>
  485. </li>
  486. <li>
  487. will be slow for queries that don't match results. EX: <code>ea*rh</code>
  488. </li>
  489. <li>
  490. uses the LIKE operator: <code>word_text LIKE ? ESCAPE '|'</code>
  491. </li>
  492. <li>
  493. uses a TABLE scan
  494. </li>
  495. </ul>
  496. </li>
  497. </ul>
  498. </li>
  499. </ul>
  500. <h3>
  501. <span class="mw-headline" id="Not">Not</span>
  502. </h3>
  503. <ul>
  504. <li>
  505. <code>-</code> only works at the start of the word
  506. <ul>
  507. <li>
  508. <code>earth hi-story</code> is the same as <code>earth "hi-story"</code>. In other words, the <code>-</code> is literal
  509. </li>
  510. </ul>
  511. </li>
  512. <li>
  513. <code>-</code> must be used with a word. Entering just <code>-QXZ</code> will return 0 results
  514. </li>
  515. </ul>
  516. <h3>
  517. <span class="mw-headline" id="Quote">Quote</span>
  518. </h3>
  519. <ul>
  520. <li>
  521. Quotes can also be used for escaping. For example <code>"c++"</code> is the same as <code>c\+\+</code>
  522. </li>
  523. <li>
  524. Quotes must be doubled up inside quotes. For example <code>"a""b"</code> means search for a word with <code>a"b</code>
  525. </li>
  526. </ul>
  527. <h2>
  528. <span class="mw-headline" id="Sorting">Sorting</span>
  529. </h2>
  530. <p>
  531. By default, XOWA returns results sorted by "page length descending". In other words, the largest page would be the first in the list and the smallest page would be the last.
  532. </p>
  533. <p>
  534. If a wiki is built with PageRank, or if a wiki is downloaded from archive.org, then the results will be sorted by "PageRank descending". See <a href="/wiki/Options/Search" id="xolnki_3" title="Options/Search">Options/Search</a> for enabling PageRank.
  535. </p>
  536. <h2>
  537. <span class="mw-headline" id="Background_database_search">Background database search</span>
  538. </h2>
  539. <p>
  540. By default, XOWA runs database searches in the background. This will return results to the screen quickly for complicated searches. For example, consider a search for <code>Earth*</code>:
  541. </p>
  542. <ul>
  543. <li>
  544. When the search runs in the background, the first result shows up in 2 seconds, and more results show up every second afterwards. The search will complete in 5 seconds.
  545. </li>
  546. <li>
  547. When the search does not run in the background, all the results show up at the 5 second mark.
  548. </li>
  549. </ul>
  550. <p>
  551. While a search is running in the background, there will be a link called <code>Stop searching</code>. Clicking on the link will stop the background search, though the current results may be incomplete.
  552. </p>
  553. <p>
  554. Finally, all search results are cached. The first time you search for <code>Earth*</code>, XOWA will search the database. Every time afterwards, it will pull the results up from memory. If you restart XOWA, it will search the database again.
  555. </p>
  556. <h2>
  557. <span class="mw-headline" id="Database_update">Database update</span>
  558. </h2>
  559. <p>
  560. XOWA wikis created before v3.3.4.1 will need to be upgraded. XOWA will detect if an upgrade is needed, and show a message box for confirmation. The upgrade process will take a few minutes.
  561. </p>
  562. <p>
  563. Note that new wikis created after v3.3.4.1 will automatically be in the new format.
  564. </p>
  565. <h2>
  566. <span class="mw-headline" id="Options">Options</span>
  567. </h2>
  568. <p>
  569. There are 2 pages for configuring Search
  570. </p>
  571. <ul>
  572. <li>
  573. <b>Configure PageRank</b>: See <a href="/wiki/Options/Search" id="xolnki_4" title="Options/Search">Options/Search</a>
  574. </li>
  575. <li>
  576. <b>Configure Address bar autocomplete</b>: See <a href="/wiki/Options/Search_suggest" id="xolnki_5" title="Options/Search suggest">Options/Search_suggest</a>
  577. </li>
  578. </ul>
  579. <p>
  580. <br>
  581. </p>
  582. </div>
  583. </div>
  584. </div>
  585. <div id="mw-head" class="noprint">
  586. <div id="left-navigation">
  587. <div id="p-namespaces" class="vectorTabs">
  588. <h3>Namespaces</h3>
  589. <ul>
  590. <li id="ca-nstab-main" class="selected"><span><a id="ca-nstab-main-href" href="index.html">Page</a></span></li>
  591. </ul>
  592. </div>
  593. </div>
  594. </div>
  595. <div id='mw-panel' class='noprint'>
  596. <div id='p-logo'>
  597. <a style="background-image: url(https://gnosygnu.github.io/xowa/xowa_logo.png);" href="http://xowa.org/" title="Visit the main page"></a>
  598. </div>
  599. <div class="portal" id='xowa-portal-home'>
  600. <h3>XOWA</h3>
  601. <div class="body">
  602. <ul>
  603. <li><a href="http://xowa.org/index.html" title='Visit the main page'>Main page</a></li>
  604. <li><a href="http://xowa.org/screenshots.html" title='See screenshots of XOWA'>Screenshots</a></li>
  605. <li><a href="https://www.youtube.com/watch?v=q0qbXYXEH6M" title="See a video of XOWA Desktop in action">Video</a></li>
  606. <li><a href="http://xowa.org/home/wiki/Help/Download_XOWA.html" title='Download the XOWA application'>Download XOWA</a></li>
  607. <li><a href="http://xowa.org/home/wiki/Dashboard/Image_databases.html" title='Download offline wikis and image databases'>Download wikis</a></li>
  608. </ul>
  609. </div>
  610. </div>
  611. <div class="portal" id='xowa-portal-started'>
  612. <h3>Getting started</h3>
  613. <div class="body">
  614. <ul>
  615. <li><a href="http://xowa.org/home/wiki/App/Setup/System_requirements.html" title='Get XOWA&apos;s system requirements'>Requirements</a></li>
  616. <li><a href="http://xowa.org/home/wiki/App/Setup/Installation.html" title='Get instructions for installing XOWA'>Installation</a></li>
  617. <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>
  618. <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>
  619. <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>
  620. </ul>
  621. </div>
  622. </div>
  623. <div class="portal" id='xowa-portal-android'>
  624. <h3>Android</h3>
  625. <div class="body">
  626. <ul>
  627. <li><a href="http://xowa.org/home/wiki/Android/Setup.html" title='Setup XOWA on your Android device'>Setup</a></li>
  628. <li><a href="https://www.youtube.com/watch?v=jsMTBxGweUw" title="See a video of XOWA Android in action">Video</a></li>
  629. </ul>
  630. </div>
  631. </div>
  632. <div class="portal" id='xowa-portal-help'>
  633. <h3>Help</h3>
  634. <div class="body">
  635. <ul>
  636. <li><a href="http://xowa.org/home/wiki/Help/About.html" title='Get more information about XOWA'>About</a></li>
  637. <li><a href="http://xowa.org/home/wiki/Help/Contents.html" title='View a list of help topics'>Contents</a></li>
  638. <li><a href="http://xowa.org/home/wiki/Help/Media.html" title='Read what others have written about XOWA'>Media</a></li>
  639. <li><a href="http://xowa.org/home/wiki/Help/Feedback.html" title='Questions? Comments? Leave feedback for XOWA'>Feedback</a></li>
  640. </ul>
  641. </div>
  642. </div>
  643. <div class="portal" id='xowa-portal-blog'>
  644. <h3>Blog</h3>
  645. <div class="body">
  646. <ul>
  647. <li><a href="http://xowa.org/home/wiki/Blog.html" title='Follow XOWA''s development process'>Current</a></li>
  648. </ul>
  649. </div>
  650. </div>
  651. <div class="portal" id='xowa-portal-links'>
  652. <h3>Links</h3>
  653. <div class="body">
  654. <ul>
  655. <li><a href="http://dumps.wikimedia.org/backup-index.html" title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
  656. <li><a href="https://archive.org/search.php?query=xowa" title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
  657. <li><a href="http://en.wikipedia.org" title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
  658. </ul>
  659. </div>
  660. </div>
  661. <div class="portal" id='xowa-portal-donate'>
  662. <h3>Donate</h3>
  663. <div class="body">
  664. <ul>
  665. <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/ -->
  666. <li><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title="Support Wikipedia!">Wikipedia</a></li>
  667. <li><a href="http://xowa.org/home/wiki/Help/Donate.html" title="Support XOWA!">XOWA</a></li>
  668. </ul>
  669. </div>
  670. </div>
  671. </div>
  672. </body>
  673. </html>