Difference between revisions of "Zimdump"

Jump to navigation Jump to search
520 bytes added ,  17:10, 17 June 2021
Download page is now located at the subdomain download.openzim.org and no longer at openzim.org/download.
m (moved ZimDump to Zimdump)
(Download page is now located at the subdomain download.openzim.org and no longer at openzim.org/download.)
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The '''zimdump''' software, [https://download.openzim.org/ included in zimlib], is a console tool allowing to inspect the content of a ZIM file.
<pre>
<pre>
usage: zimDump [options] zimfile
usage: zimDump [options] zimfile
Line 9: Line 11:
   -p        print page
   -p        print page
   -f title  find article
   -f title  find article
  -u url    find article by url
  -t        sort (and find) articles by title instead of url
   -l        list articles
   -l        list articles
  -L        list articles as table
   -o idx    locate article by index
   -o idx    locate article by index
   -x        print extra parameters
   -x        print extra parameters
Line 27: Line 32:
   zimDump -o 123159 -l -i wikipedia.zim
   zimDump -o 123159 -l -i wikipedia.zim
</pre>
</pre>
=== Requirements ===
If you compile the software from source you need the following libraries installed:
* libxz-dev
* autoconf
* automake
* libtool
== See also ==
* [[zimwriterdb]]
* [[Git|Source code repository]]
* [[Releases]]
* [[zimdiff]]
1

edit

Navigation menu