1KIWIX(1)                    General Commands Manual                   KIWIX(1)
2
3
4

NAME

6       kiwix-manage - Kiwix Library Manager
7

SYNOPSIS

9       kiwix-manage
10       kiwix-manage LIBRARY_PATH add ZIM_PATH ...
11            kiwix-manage LIBRARY_PATH show [CONTENTID1] [CONTENTID2] ...
12            kiwix-manage LIBRARY_PATH remove CONTENTID1 [CONTENTID2]
13

DESCRIPTION

15   kiwix-manage
16       kiwix-manage tool for managing a kiwix library.
17
18       Allows one to manage the content of the kiwix library. The library file
19       is a flat XML file listing ZIM files  with  all  necessary  information
20       like  favicon,  date, creator, description, indexpath, filepath, title,
21       source/metalink, etc.
22
23        Example library file can be found at https://www.kiwix.org/library.xml
24
25       add    Add ZIM_FILE to LIBRARY_FILE.
26
27
28       show   Show given CONTENT_ID from LIBRARY_FILE.  If  no  CONTENT_ID  is
29              given then all contents from LIBRARY_FILE are shown.
30
31
32       remove Remove the given CONTENT_ID from LIBRARY_FILE. At least one CON‐
33              TENT_ID should be specified.
34
35
36       --zimPathToSave=
37              Change the location reference of the ZIM file in the library.
38
39
40       --current
41              Mark this content  as  the  current  (default)  content  in  the
42              library.
43
44
45       --backend=xapian|clucene
46              Select an indexing backend.
47
48
49       --indexPath=FULLTEXT_IDX_PATH
50              Path to full-text index for that ZIM file.
51
52
53       url    Set  the  content  location of the ZIM file over the network for
54              in-kiwix download.
55
56

SEE ALSO

58       kiwix(1) kiwix-serve(1)
59

AUTHOR

61       Emmanuel Engelhart <kelson@kiwix.org>
62       Vasudev Kamath <kamathvasudev@gmail.com> (Manual)
63
64
65
66                                  21 May 2012                         KIWIX(1)
Impressum