Difference between revisions of "Kiwix-manage"

Jump to navigation Jump to search
→‎Usage: Added an example :) More examples are welcome.
m (typos found with languagetool.org)
(→‎Usage: Added an example :) More examples are welcome.)
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:


kiwix-manage generated files are thought for two usages:
kiwix-manage generated files are thought for two usages:
* Local library file for kiwix-serve (need to be implemented in kiwix-serve)
* Local library file for kiwix-serve
* Remote/portable library file for the Kiwix software, providing a list of downloadable content ([http://www.kiwix.org/library.xml example]).
* Remote/portable library file for the Kiwix software, providing a list of downloadable content ([http://www.kiwix.org/library.xml example]).


Line 17: Line 17:
kiwix-manage LIBRARY_PATH show [CONTENTID1] [CONTENTID2] ... (show everything if no param.)
kiwix-manage LIBRARY_PATH show [CONTENTID1] [CONTENTID2] ... (show everything if no param.)
kiwix-manage LIBRARY_PATH remove CONTENTID1 [CONTENTID2]
kiwix-manage LIBRARY_PATH remove CONTENTID1 [CONTENTID2]
</source>
ZIM_PATH is the path, including the filename of the ZIM file.
LIBRARY_PATH is the path, including the filename of the library XML file to create or modify. Typically it is called library_zim.xml
Example:
<source lang="bash">
kiwix-manage /var/www/html/library_zim.xml add /var/www/html/zim/test.zim
</source>
</source>


35

edits

Navigation menu