English_Wikipedia.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. <!DOCTYPE html>
  2. <html dir="ltr">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  5. <title>App/Import/English Wikipedia - 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. </head>
  9. <body class="mediawiki ltr sitedir-ltr ns-0 ns-subject skin-vector action-submit vector-animateLayout" spellcheck="false">
  10. <div id="mw-page-base" class="noprint"></div>
  11. <div id="mw-head-base" class="noprint"></div>
  12. <div id="content" class="mw-body">
  13. <h1 id="firstHeading" class="firstHeading"><span>App/Import/English Wikipedia</span></h1>
  14. <div id="bodyContent" class="mw-body-content">
  15. <div id="siteSub">From XOWA: the free, open-source, offline wiki application</div>
  16. <div id="contentSub"></div>
  17. <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
  18. <div id="toc" class="toc">
  19. <div id="toctitle" class="toctitle">
  20. <h2>
  21. Contents
  22. </h2>
  23. </div>
  24. <ul>
  25. <li class="toclevel-1 tocsection-1">
  26. <a href="#Background"><span class="tocnumber">1</span> <span class="toctext">Background</span></a>
  27. </li>
  28. <li class="toclevel-1 tocsection-2">
  29. <a href="#Quick_start"><span class="tocnumber">2</span> <span class="toctext">Quick start</span></a>
  30. <ul>
  31. <li class="toclevel-2 tocsection-3">
  32. <a href="#Articles"><span class="tocnumber">2.1</span> <span class="toctext">Articles</span></a>
  33. <ul>
  34. <li class="toclevel-3 tocsection-4">
  35. <a href="#Download_pre-built_wikis_from_archive.org"><span class="tocnumber">2.1.1</span> <span class="toctext">Download pre-built wikis from archive.org</span></a>
  36. </li>
  37. <li class="toclevel-3 tocsection-5">
  38. <a href="#Build_wikis_using_the_database_dumps_at_wikimedia.org"><span class="tocnumber">2.1.2</span> <span class="toctext">Build wikis using the database dumps at wikimedia.org</span></a>
  39. </li>
  40. </ul>
  41. </li>
  42. <li class="toclevel-2 tocsection-6">
  43. <a href="#Images"><span class="tocnumber">2.2</span> <span class="toctext">Images</span></a>
  44. </li>
  45. </ul>
  46. </li>
  47. <li class="toclevel-1 tocsection-7">
  48. <a href="#Detailed_start"><span class="tocnumber">3</span> <span class="toctext">Detailed start</span></a>
  49. </li>
  50. </ul>
  51. </div>
  52. <h2>
  53. <span class="mw-headline" id="Background">Background</span>
  54. </h2>
  55. <p>
  56. English Wikipedia has a lot of data. There are over 16 million pages with 25 GB of text, as well as 5 million images.
  57. </p>
  58. <p>
  59. Setting all this up on your computer will not be a quick process. As a general estimate, you will need at least 30 GB and 5 hours processing time. If you want images as well, the numbers increase to 100 GB of disk space and 30+ hours of processing time. However, when you are done, you will have a complete, recent copy of English Wikipedia with images that can fit on a 128 GB SD card.
  60. </p>
  61. <p>
  62. Although the process itself is not hard, I <b>strongly recommend</b> that you try Simple Wikipedia first. Simple Wikipedia has 180,000 pages and 90,000 images. The text version uses 200 MB and sets up in 5 minutes. With images, this expands to 2 GB and 30 minutes of downloading time. Simple Wikipedia is a reasonably accurate simulation of English Wikipedia -- just much smaller. It'll also give you a pretty good idea of what XOWA can do.
  63. </p>
  64. <h2>
  65. <span class="mw-headline" id="Quick_start">Quick start</span>
  66. </h2>
  67. <h3>
  68. <span class="mw-headline" id="Articles">Articles</span>
  69. </h3>
  70. <p>
  71. There are two approaches:
  72. </p>
  73. <ul>
  74. <li>
  75. Download pre-built wikis from archive.org
  76. </li>
  77. <li>
  78. Build wikis using the database dumps at wikimedia.org
  79. </li>
  80. </ul>
  81. <h4>
  82. <span class="mw-headline" id="Download_pre-built_wikis_from_archive.org">Download pre-built wikis from archive.org</span>
  83. </h4>
  84. <ul>
  85. <li>
  86. Go to <code>Special:XowaDownloadCentral</code> from the URL bar within XOWA. You can also do Main Menu -&gt; Tools -&gt; Download Central
  87. </li>
  88. <li>
  89. In the <b>Available</b> table, add the task names that start off with <code>English Wikipedia - Articles</code>
  90. </li>
  91. <li>
  92. In the <b>Queue</b> table, click the Play button
  93. </li>
  94. <li>
  95. Wait for the Queue to process. When it is done, enter the wiki URL in the bar. For example, <code>en.wikipedia.org</code>
  96. </li>
  97. </ul>
  98. <h4>
  99. <span class="mw-headline" id="Build_wikis_using_the_database_dumps_at_wikimedia.org">Build wikis using the database dumps at wikimedia.org</span>
  100. </h4>
  101. <ul>
  102. <li>
  103. Go to <a href="/wiki/Dashboard/Import/Online" id="xolnki_2" title="Dashboard/Import/Online">Dashboard/Import/Online</a>
  104. </li>
  105. <li>
  106. Find <code>en.wikipedia.org</code> in the list
  107. </li>
  108. <li>
  109. Click the <code>download</code> link.
  110. </li>
  111. <li>
  112. Wait for the wiki to build. When it is done, it will automatically load the Main Page
  113. </li>
  114. </ul>
  115. <h3>
  116. <span class="mw-headline" id="Images">Images</span>
  117. </h3>
  118. <ul>
  119. <li>
  120. Go to <code>Special:XowaDownloadCentral</code> from the URL bar within XOWA. You can also do Main Menu -&gt; Tools -&gt; Download Central
  121. </li>
  122. <li>
  123. In the <b>Available</b> table, add the task names that start off with <code>English Wikipedia - Images</code> and <code>English Wikipedia - Image Update</code>
  124. </li>
  125. <li>
  126. In the <b>Queue</b> table, click the Play button
  127. </li>
  128. <li>
  129. Wait for the Queue to process. When it is done, enter any page in the bar. For example, <code>en.wikipedia.org/wiki/Earth</code>
  130. </li>
  131. </ul>
  132. <p>
  133. <br>
  134. </p>
  135. <h2>
  136. <span class="mw-headline" id="Detailed_start">Detailed start</span>
  137. </h2>
  138. <p>
  139. See <a href="/wiki/Wiki_setup/English_wikis" id="xolnki_3" title="Wiki setup/English wikis">Wiki_setup/English_wikis</a>
  140. </p>
  141. </div>
  142. </div>
  143. </div>
  144. <div id="mw-head" class="noprint">
  145. <div id="left-navigation">
  146. <div id="p-namespaces" class="vectorTabs">
  147. <h3>Namespaces</h3>
  148. <ul>
  149. <li id="ca-nstab-main" class="selected"><span><a id="ca-nstab-main-href" href="index.html">Page</a></span></li>
  150. </ul>
  151. </div>
  152. </div>
  153. </div>
  154. <div id='mw-panel' class='noprint'>
  155. <div id='p-logo'>
  156. <a style="background-image: url(https://gnosygnu.github.io/xowa/xowa_logo.png);" href="http://xowa.org/" title="Visit the main page"></a>
  157. </div>
  158. <div class="portal" id='xowa-portal-home'>
  159. <h3>XOWA</h3>
  160. <div class="body">
  161. <ul>
  162. <li><a href="http://xowa.org/index.html" title='Visit the main page'>Main page</a></li>
  163. <li><a href="http://xowa.org/screenshots.html" title='See screenshots of XOWA'>Screenshots</a></li>
  164. <li><a href="https://www.youtube.com/watch?v=q0qbXYXEH6M" title="See a video of XOWA Desktop in action">Video</a></li>
  165. <li><a href="http://xowa.org/home/wiki/Help/Download_XOWA.html" title='Download the XOWA application'>Download XOWA</a></li>
  166. <li><a href="http://xowa.org/home/wiki/Dashboard/Image_databases.html" title='Download offline wikis and image databases'>Download wikis</a></li>
  167. </ul>
  168. </div>
  169. </div>
  170. <div class="portal" id='xowa-portal-started'>
  171. <h3>Getting started</h3>
  172. <div class="body">
  173. <ul>
  174. <li><a href="http://xowa.org/home/wiki/App/Setup/System_requirements.html" title='Get XOWA&apos;s system requirements'>Requirements</a></li>
  175. <li><a href="http://xowa.org/home/wiki/App/Setup/Installation.html" title='Get instructions for installing XOWA'>Installation</a></li>
  176. <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>
  177. <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>
  178. <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>
  179. </ul>
  180. </div>
  181. </div>
  182. <div class="portal" id='xowa-portal-android'>
  183. <h3>Android</h3>
  184. <div class="body">
  185. <ul>
  186. <li><a href="http://xowa.org/home/wiki/Android/Setup.html" title='Setup XOWA on your Android device'>Setup</a></li>
  187. <li><a href="https://www.youtube.com/watch?v=jsMTBxGweUw" title="See a video of XOWA Android in action">Video</a></li>
  188. </ul>
  189. </div>
  190. </div>
  191. <div class="portal" id='xowa-portal-help'>
  192. <h3>Help</h3>
  193. <div class="body">
  194. <ul>
  195. <li><a href="http://xowa.org/home/wiki/Help/About.html" title='Get more information about XOWA'>About</a></li>
  196. <li><a href="http://xowa.org/home/wiki/Help/Contents.html" title='View a list of help topics'>Contents</a></li>
  197. <li><a href="http://xowa.org/home/wiki/Help/Media.html" title='Read what others have written about XOWA'>Media</a></li>
  198. <li><a href="http://xowa.org/home/wiki/Help/Feedback.html" title='Questions? Comments? Leave feedback for XOWA'>Feedback</a></li>
  199. </ul>
  200. </div>
  201. </div>
  202. <div class="portal" id='xowa-portal-blog'>
  203. <h3>Blog</h3>
  204. <div class="body">
  205. <ul>
  206. <li><a href="http://xowa.org/home/wiki/Blog.html" title='Follow XOWA''s development process'>Current</a></li>
  207. </ul>
  208. </div>
  209. </div>
  210. <div class="portal" id='xowa-portal-links'>
  211. <h3>Links</h3>
  212. <div class="body">
  213. <ul>
  214. <li><a href="http://dumps.wikimedia.org/backup-index.html" title="Get wiki datababase dumps directly from Wikimedia">Wikimedia dumps</a></li>
  215. <li><a href="https://archive.org/search.php?query=xowa" title="Search archive.org for XOWA files">XOWA @ archive.org</a></li>
  216. <li><a href="http://en.wikipedia.org" title="Visit Wikipedia (and compare to XOWA!)">English Wikipedia</a></li>
  217. </ul>
  218. </div>
  219. </div>
  220. <div class="portal" id='xowa-portal-donate'>
  221. <h3>Donate</h3>
  222. <div class="body">
  223. <ul>
  224. <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/ -->
  225. <li><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector" title="Support Wikipedia!">Wikipedia</a></li>
  226. <li><a href="http://xowa.org/home/wiki/Help/Donate.html" title="Support XOWA!">XOWA</a></li>
  227. </ul>
  228. </div>
  229. </div>
  230. </div>
  231. </body>
  232. </html>