Dear upstream-tracker.org,
My name is Micah Roth. I am a contributor for Fedora working on getting
Kiwix, an offline Wikipedia reader, packaged for our repos. I would like to
register zimlib, which is the standard implementation of the OpenZIM
library, for tracking on upstream-tracker.org. zimlib is required for Kiwix
to function.
The project's website is http://www.openzim.org/wiki/Main_Page
Please let me know if you need me to do anything else. I have notified
upstream about this registration in IRC. They requested that I cc their
mailing list.
Thank you,
~Micah
fyi
-------- Original Message --------
Subject: Offline Wikipedia (was Re: GSoC Project)
Date: Tue, 30 Apr 2013 09:07:53 -0700
From: Quim Gil <qgil(a)wikimedia.org>
Organization: Wikimedia Foundation
To: wikitech-l(a)lists.wikimedia.org
Thank you for this reply, Emmanuel. GSoC / OPW candidates learn a lot
from emails like this! (and the rest of us too)
On 04/29/2013 03:48 PM, Emmanuel Engelhart wrote:
> let me thank:
> * Quim for having renamed this thread... I wouldn't have got a chance to
> read it otherwise.
Then please make sure the "Offline Wikipedia" is in the subject of your
replies. ;)
> If your or someone else is interested we would probably be able to find
> a tutor.
Please find one. Or even better two co-mentors, as we are requesting at
http://lists.wikimedia.org/pipermail/wikitech-l/2013-April/068873.html
There is not much time left.
> PS: Wikimedia has an offline centric mailing list, let me add it in CC:
> https://lists.wikimedia.org/mailman/listinfo/offline-l
Cross-posting to the offline list since this is urgent.
--
Quim Gil
Technical Contributor Coordinator @ Wikimedia Foundation
http://www.mediawiki.org/wiki/User:Qgil
Dear Kiran
Before commenting your proposal, let me thank:
* Quim for having renamed this thread... I wouldn't have got a chance to
read it otherwise.
* Gnosygnu and Sumana for their previous answers.
Your emails points three problems:
(1) The size of the offline dumps
(2) Server mode of the offline solution
(3) The need of incremental updates
Regarding (1), I disagree. We have the ZIM format which is open, has an
extremly efficient standard implementation, provides high compression
rates and fast random access: http://www.openzim.org
Regarding (2), Kiwix, which is a ZIM reader, already does it: you can
either share Kiwix on a network disk or use Kiwix HTTP compatible daemon
called kiwix-serve: http://www.kiwix.org/wiki/Kiwix-serve
Regarding (3), I agree. This is an old feature request in the openZIM
project. It's both on the roadmap and in the bug tracker:
* http://www.openzim.org/wiki/Roadmap
* https://bugzilla.wikimedia.org/show_bug.cgi?id=47406
But, I also think the solution you propose isn't adapted to the problem.
Setting up a Mediawiki is not easy, it's resource intensive and you
don't need all this power (of the software setup) for the usage you want
to do.
On the other side, with ZIM you have a format which provides all what
you need, runs on devices which costs only a few dozens of USD and we
will make this incremental update trivial for the final user (it's just
a matter of time ;).
So to fix that problem, there is my approach: we should implement two
tools I call "zimdiff" and "zimpatch":
* zimdiff is a tool able to compute the difference between two ZIM files
* zimpatch is a tool able to patch a ZIM file with a ZIM diff file
The incrementation process would be:
* Compute a ZIM diff file (done by the ZIM provider)
* Download and path the "old" ZIM file with the ZIM diff file (done by
the user)
We could implement two modes for zimpatch, "leasy" and "normal":
* leasy mode: simple merge of the file and rewriting of the index (fast
but need a lot of mass storage)
* normal mode: recompute a new file (slow but need less mass storage)
Regarding the ZIM diff file format... the discussion is open, but it
looks like we could simply reuse the ZIM format and zimpatch would work
like a "zimmerge" (does not exist, it's just for the explanation).
Everything could be done IMO in "only" a few hundreds of smart lines of
C++. I would be really surprised if this need more than 2000 lines. But,
to do that, we need a pretty talentuous C++ developer, maybe you?
If your or someone else is interested we would probably be able to find
a tutor.
Kind regards
Emmanuel
PS: Wikimedia has an offline centric mailing list, let me add it in CC:
https://lists.wikimedia.org/mailman/listinfo/offline-l
Le 26/04/2013 22:27, Kiran Mathew Koshy a écrit :
> Hi guys,
>
> I have an own idea for my GSoC project that I'd like to share with you.
> Its not a perfect one, so please forgive any mistakes.
>
> The project is related to the existing GSoC project "*Incremental Data dumps
> *" , but is in no way a replacement for it.
>
>
> *Offline Wikipedia*
>
> For a long time, a lot of offline solutions for Wikipedia have sprung up on
> the internet. All of these have been unofficial solutions, and have
> limitations. A major problem is the* increasing size of the data dumps*,
> and the problem of *updating the local content. *
>
> Consider the situation in a place where internet is costly/
> unavailable.(For the purpose of discussion, lets consider a school in a 3rd
> world country.) Internet speeds are extremely slow, and accessing Wikipedia
> directly from the web is out of the question.
> Such a school would greatly benefit from an instance of Wikipedia on a
> local server. Now up to here, the school can use any of the freely
> available offline Wikipedia solutions to make a local instance. The problem
> arises when the database in the local instance becomes obsolete. The client
> is then required to download an entire new dump(approx. 10 GB in size) and
> load it into the database.
> Another problem that arises is that most 3rd part programs *do not allow
> network access*, and a new instance of the database is required(approx. 40
> GB) on each installation.For instance, in a school with around 50 desktops,
> each desktop would require a 40 GB database. Plus, *updating* them becomes
> even more difficult.
>
> So here's my *idea*:
> Modify the existing MediaWiki software and to add a few PHP/Python scripts
> which will automatically update the database and will run in the
> background.(Details on how the update is done is described later).
> Initially, the MediaWiki(modified) will take an XML dump/ SQL dump (SQL
> dump preferred) as input and will create the local instance of Wikipedia.
> Later on, the updates will be added to the database automatically by the
> script.
>
> The installation process is extremely easy, it just requires a server
> package like XAMPP and the MediaWiki bundle.
>
>
> Process of updating:
>
> There will be two methods of updating the server. Both will be implemented
> into the MediaWiki bundle. Method 2 requires the functionality of
> incremental data dumps, so it can be completed only after the functionality
> is available. Perhaps I can collaborate with the student selected for
> incremental data dumps.
>
> Method 1: (online update) A list of all pages are made and published by
> Wikipedia. This can be in an XML format. The only information in the XML
> file will be the page IDs and the last-touched date. This file will be
> downloaded by the MediaWiki bundle, and the page IDs will be compared with
> the pages of the existing local database.
>
> case 1: A new page ID in XML file: denotes a new page added.
> case 2: A page which is present in the local database is not among the page
> IDs- denotes a deleted page.
> case 3: A page in the local database has a different 'last touched'
> compared to the one in the local database- denotes an edited page.
>
> In each case, the change is made in the local database and if the new page
> data is required, the data is obtained using MediaWiki API.
> These offline instances of Wikipedia will be only used in cases where the
> internet speeds are very low, so they *won't cause much load on the servers*
> .
>
> method 2: (offline update): (Requires the functionality of the existing
> project "Incremental data dumps"):
> In this case, the incremental data dumps are downloaded by the
> user(admin) and fed to the MediaWiki installation the same way the original
> dump is fed(as a normal file), and the corresponding changes are made by
> the bundle. Since I'm not aware of the XML format used in incremental
> updates, I cannot describe it now.
>
> Advantages : An offline solution can be provided for regions where internet
> access is a scarce resource. this would greatly benefit developing nations
> , and would help in making the world's information more free and openly
> available to everyone.
>
> All comments are welcome !
>
> PS: about me: I'm a 2nd year undergraduate student in Indian Institute of
> Technology, Patna. I code for fun.
> Languages: C/C++,Python,PHP,etc.
> hobbies: CUDA programming, robotics, etc.
>
Hi
The openZIM project finally released a first version of its standard
implementation code, the zimlib:
http://www.openzim.org/download/zimlib-1.0.tar.gz
This tarball contains the C++ dev files:
* to read a ZIM file,
* to write a ZIM file,
* a few tools
* a few example programs.
Releasing this was mandatory to:
* help GNU/Linux packagers.
* have a stable code base for new bindings, like phpzim.
More information about the openZIM project at:
http://www.openzim.org
Regards
Emmanuel
Hi,
Am 2013-04-18 10:33, schrieb Emmanuel Engelhart:
> Wikimedia CH has sponsored a long Kiwix Hackathon (and the WMF two
> tablets) and there is the result, the first version of Kiwix (and
> also
> the first ZIM reader) for Android:
> https://play.google.com/store/apps/details?id=org.kiwix.kiwixmobile
this is so great! I just wanted to install it but it doesn't seem to be
available for my phone. It's just two years old and was one of the best
phones when I bought it (HTC Desire Z).
Anyway, I am very happy to see another Android ZIM Reader. What did
happen to the WikiOnBoard reader by the way?
Regards,
Manuel
--
Manuel Schneider
Wikimedia CH - Gesellschaft zur Förderung freien Wissens
www.wikimedia.ch
Hi,
Wikimedia CH has sponsored a long Kiwix Hackathon (and the WMF two
tablets) and there is the result, the first version of Kiwix (and also
the first ZIM reader) for Android:
https://play.google.com/store/apps/details?id=org.kiwix.kiwixmobile
It’s very easy to use:
* Download the app from the Google Play Store, and launch it;
* Click on the “Open” button, select a ZIM file from the list (from your
device or SD card);
* That’s it! You’re already browsing offline content.
If you don’t already have a ZIM file of Wikipedia, Kiwix leads you to
its online repository so you can download one:
http://kiwix.org/m/
You can also use any of the Books created on Wikipedia:
https://en.wikipedia.org/wiki/Special:Book
Being a mobile version of a feature-rich desktop software, the Android
version is lightweight. It provides access to the most essential
features: opening and reading a ZIM file, search with auto-completion on
article titles, in-page search, random navigation, zoom in & out.
More details in the Wikimedia Blog post:
https://blog.wikimedia.org/2013/04/17/carry-the-entirety-of-wikipedia-in-yo…
Emmanuel
xowa is a new, open-source, offline wiki application. It imports directly
from the Wikimedia data dumps, and shows articles in an HTML browser
window. It can also download and display images.
v0.4.0 is a general rollup release. It is meant to be stable.
These are the changes since the last announcment (v0.3.0):
* Scribunto/Lua support (approximate 80% implementation)
* Wikidata Phase 1 support (interwiki language links)
* Timeline (contributed by Schnark)
* Options page improvements
* Wiki list in the sidebar
The files are here: https://sourceforge.net/projects/xowa/files/v0.4.0/
As always, any feedback is appreciated.
Thanks.
I'm hoping this forum is a proper place for this message. My apologies
if it is not.
XOWA is a new open-source offline Wikipedia app which I wrote in my
spare time over the past 20 months. You can view screenshots here (
http://sourceforge.net/projects/xowa ) or here (
http://imgur.com/a/OydBK/layout/blog ). Its notable features are:
* It is a full-fledged offline HTML reader for English Wikipedia (or
any other Wikimedia Foundation wiki)
* It works directly against the data-dump files (such as those at
http://dumps.wikimedia.org/backup-index.html)
* It downloads images from Wikimedia on demand (or locally from a
Wikimedia image tarball at
http://ftpmirror.your.org/pub/wikimedia/imagedumps/tarballs/fulls/20130101/)
* It can edit offline articles (to update content, correct vandalism
or just to experiment)
* It navigates between offline wikis (Click on "Look up this word in
Wiktionary" and it will open your offline version of Wiktionary)
I'm posting here because I'm looking for feedback. So far, I have a
few good users, and one exceptional user from German Wikipedia
(Schnark: who added MathJax and sortable/collapsible tables). I'm
currently looking for others who will try offline images, test English
Wikipedia, or review wikis in other languages.
The most recent version of XOWA is contained in one zip file. It takes
one click and about 3 minutes to download Simple Wikipedia for offline
use. XOWA also has a page that lists 596 other wikis that can be set
up with one click. English Wikipedia is the largest and it will take
between 4 and 5 hours, but most of that time is to download and unzip
the 9 GB .bz2 file.
If you're interested and have some time, please give XOWA a try. I
post Windows-specific instructions below. XOWA also works on Linux
(and possibly Mac OS X), so if you want to run on that OS, the
instructions are similar except you will need to run "java -jar
xowa_linux.jar" or "java -d32 -DstartOnFirstThread -jar
xowa_macosx.jar"
If you have questions or comments or problems, please post and I will reply.
Thanks for your attention.
------------
Instructions
------------
Requirements:
* 1 GB free space: XOWA (5 MB) + XUL Runner (32 MB) + Simple Wikipedia
(500 MB) + ImageMagick/Inkscape (400 MB)
* Windows XP or higher
* Java 1.6 or Java 1.7. If Java is not installed on your machine, you
can get it from http://www.java.com/en/download
Steps
* Download xowa_app_windows_v0.2.2.0.zip from
http://sourceforge.net/projects/xowa/files/v0.2.2
* Unzip the file to C:\xowa. When you are done, you should have a file
called C:\xowa\xowa.exe as well as many other files and directories
* Double-click C:\xowa\xowa.exe. The app should launch and the XOWA
Main Page should load.
* Click the link for "Set up Simple Wikipedia". Wait about 3 minutes
for the wiki to download and install. When it is finished, it will
open Simple Wikipedia
* Browse Simple Wikipedia. When you are done, click on the Main Page
link under XOWA in the left hand navigation bar.
* Click the link for "Set up images (Windows)". Wait about 3 minutes
for the image programs to install.
* Click on Page history on the left hand nav
* Select Main_Page for simple.wikipedia.org. Images will now download
automatically for any page you visit. Here are some example pages to
visit (you can copy and paste these into the address bar):
"simple.wikipedia.org/wiki/World History",
"simple.wikipedia.org/wiki/Chess", "simple.wikipedia.org/wiki/Gothic
architecture", "simple.wikipedia.org/wiki/Saturn (planet)"
* If you want to try other wikis, click on "list of data dumps" on the
XOWA Main Page
Offline experts: ;)
Could you help evaluating this enhancement request filed against
MediaWiki code? Please comment in the report itself.
Bug 28706 - Allow post-parsed documents to be available offline and
saved into IndexedDB and made queryable
https://bugzilla.wikimedia.org/show_bug.cgi?id=28706
Thank you.
--
Quim Gil
Technical Contributor Coordinator @ Wikimedia Foundation
http://www.mediawiki.org/wiki/User:Qgil