Difference between revisions of "Kiwix-manage"

Jump to navigation Jump to search
no edit summary
(New page: '''kiwix-library''' is a console tool which allows to build library files for Kiwix. A library file is an XML flat file listing ZIM files with all the necessarz properties like (favicon, d...)
 
Line 9: Line 9:
== Technical details ==
== Technical details ==


kiwix-library is based on a kiwix::library class coded in C++ and using a simple/fast/protable XML/DOM XML library.
kiwix-library is based on a kiwix::library class coded in C++ and using a simple/fast/protable XML/DOM XML library. To exctract content from the ZIM file, it will use the zimlib code.


== Usage ==
== Usage ==
<source lang="bash">
kiwix-library FILE add FILE1 [FILE2] [FILE3] [FILE4] ...
kiwix-library FILE show [CONTENTID1] [CONTENTID2] ... (show everything if no param.)
kiwix-library FILE remove CONTENTID1 [CONTENTID2] ...
</source>

Navigation menu