Browse Source

'v3.3.4.1'

gnosygnu 9 years ago
parent
commit
f07480bb57
3 changed files with 349 additions and 38 deletions
  1. 135 1
      blog.html
  2. 144 28
      download.html
  3. 70 9
      image_dbs.html

+ 135 - 1
blog.html

@@ -17,6 +17,140 @@
     <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
 
 <!-- page_bgn -->
+    <h2>
+      <span class="mw-headline" id="Release:_v3.3.4.1_.282016-03-27_19:30_Sun.29">Release: v3.3.4.1 (2016-03-27 19:30 Sun)</span>
+    </h2>
+    <p>
+      The desktop app is a major release. It has a new autocomplete address bar, a new search system as well as minor parser fixes.
+    </p>
+    <p>
+      The Android app is a major release. It has more updates for the new search system.
+    </p>
+    <h3>
+      <span class="mw-headline" id=".28Desktop.29_New_autocomplete_address_bar">(Desktop) New autocomplete address bar</span>
+    </h3>
+    <p>
+      The address bar now supports autocompletion. For example, open up English Wikipedia, and start typing <code>earth</code>. The autocomplete is very fast and supports a lot of advanced functionality. For example you can do a search like <code>earth + (history, future) -middle</code> directly in the address bar. See [[App/Search/Overview]] as well as [[Options/Search suggest]].
+    </p>
+    <p>
+      Unfortunately, the autocomplete uses the new search system, so old wikis need to upgrade the search databases. You can upgrade by any of the following:
+    </p>
+    <ul>
+      <li>
+        Use the search suggest box 
+        <ul>
+          <li>
+            Open any page in the wiki
+          </li>
+          <li>
+            Click the search suggest box (the box between "View HTML" and the magnifying glass)
+          </li>
+          <li>
+            Start typing. XOWA will prompt you to upgrade the wiki.
+          </li>
+        </ul>
+      </li>
+      <li>
+        Use the [[Dashboard/Wiki_maintenance]] page 
+        <ul>
+          <li>
+            Go to [[Dashboard/Wiki_maintenance]]
+          </li>
+          <li>
+            Find your wiki in the list
+          </li>
+          <li>
+            Click the <code>Search</code> button in the same row
+          </li>
+          <li>
+            Click <code>Run Script</code>
+          </li>
+        </ul>
+      </li>
+      <li>
+        Download a copy (only for users with 2016-03 English Wikipedia) 
+        <ul>
+          <li>
+            Download <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_wiki_core.7z" rel="nofollow" class="external free">https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_wiki_core.7z</a>
+          </li>
+          <li>
+            Download <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_wiki_xtn_search.7z" rel="nofollow" class="external free">https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_wiki_xtn_search.7z</a>
+          </li>
+        </ul>
+      </li>
+    </ul>
+    <h3>
+      <span class="mw-headline" id=".28Desktop.29_New_search_system">(Desktop) New search system</span>
+    </h3>
+    <p>
+      I completely rewrote the search system over the past several weeks. Most of these changes were meant for Android to handle fast searches with a slower processor. This new engine is now part of the desktop app, so desktop users get the same benefits as well. To summarize, here are the main benefits:
+    </p>
+    <ul>
+      <li>
+        <b>Faster searches</b>: Searches are now dramatically faster for single-words (<code>earth</code>), wildcards (<code>e*</code>), multiple words (<code>earth history</code>) and multiple wildcards (<code>earth* history*</code>)
+      </li>
+      <li>
+        <b>PageRank score</b>: Searches now use <a href="https://en.wikipedia.org/wiki/PageRank">PageRank</a> to order results. These provide better quality results than using page length. The old system would show "List of" pages at the top of the page
+      </li>
+      <li>
+        <b>Punctuation friendly</b>: Searches can be done for <code>U.S.A.</code> or <code>USA</code>; <code>dont't</code> or <code>dont</code>; <code>half-life</code> or <code>half</code> or <code>life</code>.
+      </li>
+      <li>
+        <b>Boolean searches</b>: Searches can use boolean operators like <code>-</code>, <code>,</code>, <code>+</code>, <code>()</code>, and <code>*</code>. In addition, there's even an escape operator: <code>\</code>. See [[App/Search/Overview]]
+      </li>
+      <li>
+        <b>Home wiki</b>: The home wiki is now searchable. Try entering in <code>search</code> or any other word
+      </li>
+    </ul>
+    <h3>
+      <span class="mw-headline" id=".28Desktop.29_Minor_fixes_for_Category_pages_and_taxonomy_url_links">(Desktop) Minor fixes for Category pages and taxonomy url links</span>
+    </h3>
+    <p>
+      There are basically two fixes:
+    </p>
+    <ul>
+      <li>
+        <b>Category pages had script error</b>: 2016-03 English Wikipedia Category pages would have script errors in the top right corner of the page. For example, <a href="https://en.wikipedia.org/wiki/Category:Articles_lacking_sources_from_February_2009">https://en.wikipedia.org/wiki/Category:Articles_lacking_sources_from_February_2009</a>
+      </li>
+      <li>
+        <b>Taxonomy boxes would have non-clickable links</b>: 2016-03 English Wikipedia pages on biological species have a taxonomy box at the bottom of the page. It has external links which should be clickable, but were not. For example, <a href="https://en.wikipedia.org/wiki/Golden_eagle">https://en.wikipedia.org/wiki/Golden_eagle</a>
+      </li>
+    </ul>
+    <h3>
+      <span class="mw-headline" id=".28Android.29_Improvements_for_search_system">(Android) Improvements for search system</span>
+    </h3>
+    <p>
+      The Android search system received more performance and accuracy improvements. Also, the Android version supports boolean searches as well. If you're using the new search system, you should definitely update your copy:
+    </p>
+    <ul>
+      <li>
+        Download the new apk: <a href="https://github.com/gnosygnu/xowa/releases" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/releases</a>
+      </li>
+      <li>
+        Download the new wiki databases: <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_html_core.7z" rel="nofollow" class="external free">https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_html_core.7z</a>
+      </li>
+    </ul>
+    <p>
+      If you haven't tried XOWA on Android, please give it a try. See <a href="https://github.com/gnosygnu/xowa/wiki/Android" rel="nofollow" class="external free">https://github.com/gnosygnu/xowa/wiki/Android</a>.
+    </p>
+    <h3>
+      <span class="mw-headline" id="Next_release:_v3.4.1">Next release: v3.4.1</span>
+    </h3>
+    <p>
+      I've spent a lot of time on the search system for the past several weeks. I'm going to take a break and work on the following items for next week's release:
+    </p>
+    <ul>
+      <li>
+        <b>Shrink the image databases for English Wikipedia</b> : English Wikipedia is getting close to 128 GB but there are about 25 GB of unused image files. I'm planning on adding a feature that allows users to delete these old images. I'll also upload a brand new set.
+      </li>
+      <li>
+        <b>Resume image dumps</b>: I'm going to upload a new French Wikipedia.
+      </li>
+      <li>
+        <b>Make minor Android changes</b>: There are still some minor changes I need to make for the upcoming Google Play release in April.
+      </li>
+    </ul>
+
     <h2>
       <span class="mw-headline" id="Release:_NONE_.282016-03-20_22:00_Sun.29">Release: NONE (2016-03-20 22:00 Sun)</span>
     </h2>
@@ -116,7 +250,7 @@
         Better performance: Search is much quicker. One word searches should come back subsecond and multiple words should come back in a few, with initial results coming back in the first second
       </li>
       <li>
-        Better ranking: Search now ranks results by <a href="/site/en.wikipedia.org/wiki/PageRank">page rank</a>. Previously, XOWA ranks by page length, which resulted in long "List of" articles appearing near the top.
+        Better ranking: Search now ranks results by <a href="https://en.wikipedia.org/wiki/PageRank">page rank</a>. Previously, XOWA ranks by page length, which resulted in long "List of" articles appearing near the top.
       </li>
       <li>
         Better search terms: Search now handles punctuation better. Searches can be done for "U.S.A." or "USA"; "dont't" or "dont"; "half-life" or "half" or "life".

+ 144 - 28
download.html

@@ -21,43 +21,43 @@
 
 <h2><span class='mw-headline' id='Windows'> Windows </span></h2>
 <ul>
-  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.2.1.1/xowa_app_windows_64_v3.2.1.1.zip" class="external text" rel="nofollow">Windows (64-bit)</a>
+  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.3.4.1/xowa_app_windows_64_v3.3.4.1.zip" class="external text" rel="nofollow">Windows (64-bit)</a>
   </li>
-  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.2.1.1/xowa_app_windows_v3.2.1.1.zip" class="external text" rel="nofollow">Windows (32-bit)</a>
+  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.3.4.1/xowa_app_windows_v3.3.4.1.zip" class="external text" rel="nofollow">Windows (32-bit)</a>
   </li>
 </ul>
 
 <h2><span class='mw-headline' id='Linux'> Linux </span></h2>
 <ul>
-  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.2.1.1/xowa_app_linux_64_v3.2.1.1.zip" class="external text" rel="nofollow">Linux (64-bit)</a>
+  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.3.4.1/xowa_app_linux_64_v3.3.4.1.zip" class="external text" rel="nofollow">Linux (64-bit)</a>
   </li>
-  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.2.1.1/xowa_app_linux_v3.2.1.1.zip" class="external text" rel="nofollow">Linux (32-bit)</a>
+  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.3.4.1/xowa_app_linux_v3.3.4.1.zip" class="external text" rel="nofollow">Linux (32-bit)</a>
   </li>
 </ul>
 
 <h2><span class='mw-headline' id='Mac_OS_X'> Mac OS X </span></h2>
 <ul>
-  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.2.1.1/xowa_app_macosx_64_v3.2.1.1.zip" class="external text" rel="nofollow">Mac OS X (64-bit)</a>
+  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.3.4.1/xowa_app_macosx_64_v3.3.4.1.zip" class="external text" rel="nofollow">Mac OS X (64-bit)</a>
   </li>
-  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.2.1.1/xowa_app_macosx_v3.2.1.1.zip" class="external text" rel="nofollow">Mac OS X (32-bit)</a>
+  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.3.4.1/xowa_app_macosx_v3.3.4.1.zip" class="external text" rel="nofollow">Mac OS X (32-bit)</a>
   </li>
 </ul>
 
 <h2><span class='mw-headline' id='RaspberryPi'> Raspberry Pi </span></h2>
 <ul>
-  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.2.1.1/xowa_app_arm_v3.2.1.1.zip" class="external text" rel="nofollow">Raspberry Pi</a>
+  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.3.4.1/xowa_app_arm_v3.3.4.1.zip" class="external text" rel="nofollow">Raspberry Pi</a>
   </li>
 </ul>
 
 <h2><span class='mw-headline' id='Android'> Android </span></h2>
 <ul>
-  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.3.2.1/xowa_app_android_v3.3.2.1.apk" class="external text" rel="nofollow">Android</a>
+  <li> <a href="https://github.com/gnosygnu/xowa/releases/download/v3.3.4.1/xowa_app_android_v3.3.4.1.apk" class="external text" rel="nofollow">Android</a>
   </li>
 </ul>
 
 <h2><span class='mw-headline' id='Source'> Source code </span></h2>
 <ul>
-  <li> <a href="https://github.com/gnosygnu/xowa/archive/v3.2.1.1.zip" class="external text" rel="nofollow">Source code</a>
+  <li> <a href="https://github.com/gnosygnu/xowa/archive/v3.3.4.1.zip" class="external text" rel="nofollow">Source code</a>
   </li>
 </ul>
 
@@ -68,79 +68,195 @@
 </ul>
 <br/>
     <h2>
-      <span class="mw-headline" id="v3.2.1.1_.282016-01-31.29">v3.2.1.1 (2016-01-31)</span>
+      <span class="mw-headline" id="v3.3.4.1_.282016-03-27.29">v3.3.4.1 (2016-03-27)</span>
     </h2>
     <h3>
       <span class="mw-headline" id="Windows_.2F_Linux_.2F_Mac_OS_X">Windows / Linux / Mac OS X</span>
     </h3>
     <p>
-      <b>major.fix</b>
+      <b>major.add</b>
     </p>
     <ul>
       <li>
-        Search: Fix search not working. [broken since: v3.1.1.1]
+        Search: Add autocomplete to url bar.
       </li>
     </ul>
     <dl>
       <dd>
-        <span style='font-variant:small-caps'>Resolved by</span>: Assign correct word ids to search word.
+        <span style='font-variant:small-caps'>Links</span>: <a href="/wiki/App/Search/Address_bar" id="xolnki_11" title="App/Search/Address bar" class="xowa-visited">App/Search/Address_bar</a>
       </dd>
+    </dl>
+    <ul>
+      <li>
+        Search: Improve performance of searches.
+      </li>
+    </ul>
+    <ul>
+      <li>
+        Search: Assign numeric score to pages using PageRank.
+      </li>
+    </ul>
+    <dl>
       <dd>
-        <span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikipedia.org/wiki/Special:Search?search=Earth&amp;fulltext=y">https://en.wikipedia.org/wiki/Special:Search?search=Earth&amp;fulltext=y</a>
+        <span style='font-variant:small-caps'>Links</span>: <a href="/wiki/Options/Search" id="xolnki_12" title="Options/Search" class="xowa-visited">Options/Search</a>
       </dd>
     </dl>
     <ul>
       <li>
-        Html: Fix English Wiktionary sections defaulting to collapsed but showing "hide". [broken since: v3.1.5.1]
+        Search: Handle titles with punctuation like "GNU/Linux", "o'clock", "Faster-than-light", "History of U.S.A. Science", "20,000_Leagues_Under_the_Sea" etc..
+      </li>
+    </ul>
+    <ul>
+      <li>
+        Search: Improve boolean searches.
       </li>
     </ul>
     <dl>
       <dd>
-        <span style='font-variant:small-caps'>Resolved by</span>: Change mediawiki.gadget.navframe.js to explicitly set style.display.
+        <span style='font-variant:small-caps'>Links</span>: <a href="/wiki/App/Search/Overview" id="xolnki_13" title="App/Search/Overview" class="xowa-visited">App/Search/Overview</a>
       </dd>
+    </dl>
+    <ul>
+      <li>
+        Doc: Add search capabilities to the home wiki.
+      </li>
+    </ul>
+    <dl>
       <dd>
-        <span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wiktionary.org/wiki/green">https://en.wiktionary.org/wiki/green</a>
+        <span style='font-variant:small-caps'>Resolved by</span>: Upgrade home wiki to new search system.
       </dd>
     </dl>
     <p>
-      <b>major.add</b>
+      <br>
+      <b>minor.fix</b>
     </p>
     <ul>
       <li>
-        Build: Build application package for Raspberry Pi. {contributed by yonisolo}
+        Scribunto: Fix script error on English Wikipedia category pages. Message: <code>Script error: =Module:progress box:59 attempt to index ? (a number value)</code>
       </li>
     </ul>
-    <p>
-      <b>package</b>
-    </p>
+    <dl>
+      <dd>
+        <span style='font-variant:small-caps'>Resolved by</span>: Support "*" for Scribunto "pagesInCategory".
+      </dd>
+      <dd>
+        <span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikipedia.org/wiki/Category:Articles_lacking_sources_from_February_2009">https://en.wikipedia.org/wiki/Category:Articles_lacking_sources_from_February_2009</a>
+      </dd>
+    </dl>
     <ul>
       <li>
-        Package: Release English Wikipedia (2016-01).
+        Wikibase: Add hyperlinks to taxonomy navbar for about a few hundred en.w pages.
       </li>
     </ul>
     <dl>
       <dd>
-        <span style='font-variant:small-caps'>Links</span>: <a href="https://archive.org/details/Xowa_enwiki_latest" rel="nofollow" class="external free">https://archive.org/details/Xowa_enwiki_latest</a>
+        <span style='font-variant:small-caps'>Resolved by</span>: Support "from" atribute in "{{#property}}". Example: {{#property:p1|from=p2}}.
+      </dd>
+      <dd>
+        <span style='font-variant:small-caps'>Links</span>: <a href="/site/en.wikipedia.org/wiki/Golden_eagle">https://en.wikipedia.org/wiki/Golden_eagle</a>
       </dd>
     </dl>
     <ul>
       <li>
-        Package: Release English Wikis (2016-01).
+        UI: Allow keybindings for all punctuation symbols.
       </li>
     </ul>
     <dl>
       <dd>
-        <span style='font-variant:small-caps'>Links</span>: <a href="https://archive.org/details/Xowa_enwiki_latest" rel="nofollow" class="external free">https://archive.org/details/Xowa_enwiki_latest</a>
+        <span style='font-variant:small-caps'>Resolved by</span>: Assign keycodes based on SWT const values.
       </dd>
     </dl>
     <p>
-      <b>doc</b>
+      <br>
+      <b>minor.add</b>
     </p>
     <ul>
       <li>
-        Doc: Modify "Change log" entries to be more user-oriented.
+        Database: Minor performance improvements.
+      </li>
+    </ul>
+    <dl>
+      <dd>
+        <span style='font-variant:small-caps'>Resolved by</span>: Upgrade sqlite-jdbc to 3.8.2.
+      </dd>
+    </dl>
+    <ul>
+      <li>
+        Setup: Always list correct version number in windows.exe files. {detected by anonymous}
+      </li>
+    </ul>
+    <ul>
+      <li>
+        Extension.NewWindowLink: Handle {{#NewWindowLink}} for wikia wikis. {requested by anonymous}
       </li>
     </ul>
+    <p>
+      <br>
+      <b>trivial.add</b>
+    </p>
+    <ul>
+      <li>
+        Wikibase: Add "adywiki" to list of known wikis.
+      </li>
+    </ul>
+    <ul>
+      <li>
+        Wiki: Change site_stats from int to long.
+      </li>
+    </ul>
+    <p>
+      <br>
+    </p>
+    <h3>
+      <span class="mw-headline" id="Android">Android</span>
+    </h3>
+    <p>
+      <b>major.fix</b>
+    </p>
+    <ul>
+      <li>
+        Search: Improve performance and accuracy of searches.
+      </li>
+    </ul>
+    <dl>
+      <dd>
+        <span style='font-variant:small-caps'>Resolved by</span>: Remove unnecessary level of threading.
+      </dd>
+    </dl>
+    <ul>
+      <li>
+        Javascript: Fix table collapse / expand buttons not working.
+      </li>
+    </ul>
+    <dl>
+      <dd>
+        <span style='font-variant:small-caps'>Resolved by</span>: Change javascript to call tableFull.setAttribute("style", 'display:none !important');.
+      </dd>
+    </dl>
+    <ul>
+      <li>
+        Search: Allow search for apostrophe words. {detected by anonymous4}
+      </li>
+    </ul>
+    <dl>
+      <dd>
+        <span style='font-variant:small-caps'>Resolved by</span>: Search using prepared statements, not dynamic SQL. Example: search for "o'clock".
+      </dd>
+    </dl>
+    <ul>
+      <li>
+        Search: Allow search for "and", "or".
+      </li>
+    </ul>
+    <dl>
+      <dd>
+        <span style='font-variant:small-caps'>Resolved by</span>: Change boolean AND operator to be "+" and OR operator to be ",".
+      </dd>
+    </dl>
+    <p>
+      <br>
+    </p>
+
     
 <!-- page_end -->
     </div>

+ 70 - 9
image_dbs.html

@@ -119,17 +119,17 @@
       <tr style='color:black; border-collapse:collapse;'>
         <td style='color:black; vertical-align:top;'>
           <p>
-            <a href="https://en.wikipedia.org/wiki/">https://en.wikipedia.org</a>
+            <a href="/site/en.wikipedia.org/wiki/">https://en.wikipedia.org</a>
           </p>
         </td>
         <td style='color:black; vertical-align:top;'>
           <p>
-            2015-12-06
+            2016-03-05
           </p>
         </td>
         <td style='color:black; vertical-align:top;'>
           <p>
-            2015-12-24
+            2016-03-20
           </p>
         </td>
         <td style='color:black; vertical-align:top; text-align:right;'>
@@ -142,14 +142,43 @@
             .xowa
           </p>
         </td>
+        <td style='color:black; vertical-align:top;'>
+        </td>
+      </tr>
+      <tr style='color:black; border-collapse:collapse;'>
+        <td style='color:black; vertical-align:top;'>
+          <p>
+            <a href="/site/en.wikipedia.org/wiki/">https://en.wikipedia.org</a>
+          </p>
+        </td>
+        <td style='color:black; vertical-align:top;'>
+          <p>
+            2016-03-05
+          </p>
+        </td>
+        <td style='color:black; vertical-align:top;'>
+          <p>
+            2016-03-20
+          </p>
+        </td>
+        <td style='color:black; vertical-align:top; text-align:right;'>
+          <p>
+            15 - 30<sup id="cite_ref-pkg_enwiki_6-1" class="reference"><a href="#cite_note-pkg_enwiki-6">[7]</a></sup>
+          </p>
+        </td>
+        <td style='color:black; vertical-align:top;'>
+          <p>
+            .xowa
+          </p>
+        </td>
         <td style='color:black; vertical-align:top;'>
           <p>
-            <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2015-12-06_wiki_core.7z" rel="nofollow" class="external text">wiki.core</a><br>
-            <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2015-12-06_wiki_text_ns-000_part-1.7z" rel="nofollow" class="external text">wiki.main articles.part-1</a><br>
-            <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2015-12-06_wiki_text_ns-000_part-2.7z" rel="nofollow" class="external text">wiki.main articles.part-2</a><br>
-            <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2015-12-06_wiki_text_ns-100.7z" rel="nofollow" class="external text">wiki.other articles</a><br>
-            <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2015-12-06_wiki_xtn_search.7z" rel="nofollow" class="external text">wiki.search</a><br>
-            <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2015-12-06_wiki_xtn_category.7z" rel="nofollow" class="external text">wiki.category</a>
+            <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_wiki_core.7z" rel="nofollow" class="external text">wiki.core</a><br>
+            <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_wiki_text_ns-000_part-1.7z" rel="nofollow" class="external text">wiki.main articles.part-1</a><br>
+            <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_wiki_text_ns-000_part-2.7z" rel="nofollow" class="external text">wiki.main articles.part-2</a><br>
+            <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_wiki_text_ns-100.7z" rel="nofollow" class="external text">wiki.other articles</a><br>
+            <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_wiki_xtn_search.7z" rel="nofollow" class="external text">wiki.search</a><br>
+            <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_wiki_xtn_category.7z" rel="nofollow" class="external text">wiki.category</a>
           </p>
         </td>
       </tr>
@@ -460,6 +489,38 @@
           </p>
         </td>
       </tr>
+      <tr style='color:black; border-collapse:collapse;'>
+        <td style='color:black; vertical-align:top;'>
+          <p>
+            <a href="/site/en.wikipedia.org/wiki/">https://en.wikipedia.org</a>
+          </p>
+        </td>
+        <td style='color:black; vertical-align:top;'>
+          <p>
+            2016-03-05
+          </p>
+        </td>
+        <td style='color:black; vertical-align:top;'>
+          <p>
+            2016-03-20
+          </p>
+        </td>
+        <td style='color:black; vertical-align:top; text-align:right;'>
+          <p>
+            5.2
+          </p>
+        </td>
+        <td style='color:black; vertical-align:top;'>
+          <p>
+            .xowa (v2b)
+          </p>
+        </td>
+        <td style='color:black; vertical-align:top;'>
+          <p>
+            <a href="https://archive.org/download/Xowa_enwiki_latest/Xowa_enwiki_2016-03-05_file_v2b.7z" rel="nofollow" class="external text">images.update.2016-03-05.v2b (.xowa)</a>
+          </p>
+        </td>
+      </tr>
       <tr style='color:black; border-collapse:collapse;'>
         <td style='color:black; vertical-align:top;'>
           <p>