|
|
@ -13,9 +13,9 @@ kiwix\-manage LIBRARY_PATH add ZIM_PATH ...
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.SS kiwix\-manage
|
|
|
|
.SS kiwix\-manage
|
|
|
|
.PP
|
|
|
|
.PP
|
|
|
|
\fBkiwix\-manage\fP Tool for managing a kiwix library.
|
|
|
|
\fBkiwix\-manage\fP tool for managing a kiwix library.
|
|
|
|
.PP
|
|
|
|
.PP
|
|
|
|
Allows one to manage the content of the kiwix library. Library file is XML flat file
|
|
|
|
Allows one to manage the content of the kiwix library. Library file is an XML flat file
|
|
|
|
listing ZIM files with all necessary information like favicon, date, creator,
|
|
|
|
listing ZIM files with all necessary information like favicon, date, creator,
|
|
|
|
description, indexpath, filepath, title, source/metalink etc.
|
|
|
|
description, indexpath, filepath, title, source/metalink etc.
|
|
|
|
.
|
|
|
|
.
|
|
|
@ -24,15 +24,15 @@ description, indexpath, filepath, title, source/metalink etc.
|
|
|
|
.br
|
|
|
|
.br
|
|
|
|
.TP
|
|
|
|
.TP
|
|
|
|
\fBadd\fR
|
|
|
|
\fBadd\fR
|
|
|
|
add \fBZIM_FILE\fP to \fBLIBRARY_FILE\fP.
|
|
|
|
Add \fBZIM_FILE\fP to \fBLIBRARY_FILE\fP.
|
|
|
|
|
|
|
|
|
|
|
|
.TP
|
|
|
|
.TP
|
|
|
|
\fBshow\fR
|
|
|
|
\fBshow\fR
|
|
|
|
Show the given \fBCONTENT_ID\fP from \fBLIBRARY_FILE\fR. If no \fBCONTENT_ID\fP is given then all contents from \fBLIBRARY_FILE\fR is shown.
|
|
|
|
Show given \fBCONTENT_ID\fP from \fBLIBRARY_FILE\fR. If no \fBCONTENT_ID\fP is given then all contents from \fBLIBRARY_FILE\fR are shown.
|
|
|
|
|
|
|
|
|
|
|
|
.TP
|
|
|
|
.TP
|
|
|
|
\fBremove\fR
|
|
|
|
\fBremove\fR
|
|
|
|
Removes the given \fBCONTENT_ID\fR from \fBLIBRARY_FILE\fR. At least one \fBCONTENT_ID\fR should be specified.
|
|
|
|
Remove the given \fBCONTENT_ID\fR from \fBLIBRARY_FILE\fR. At least one \fBCONTENT_ID\fR should be specified.
|
|
|
|
|
|
|
|
|
|
|
|
.TP
|
|
|
|
.TP
|
|
|
|
\fB\-\-zimPathToSave=\fR
|
|
|
|
\fB\-\-zimPathToSave=\fR
|
|
|
@ -44,7 +44,7 @@ Mark this content as the current (default) content in the library.
|
|
|
|
|
|
|
|
|
|
|
|
.TP
|
|
|
|
.TP
|
|
|
|
\fB\-\-backend=xapian|clucene\fR
|
|
|
|
\fB\-\-backend=xapian|clucene\fR
|
|
|
|
Selects an indexing backend.
|
|
|
|
Select an indexing backend.
|
|
|
|
|
|
|
|
|
|
|
|
.TP
|
|
|
|
.TP
|
|
|
|
\fB\-\-indexPath=FULLTEXT_IDX_PATH\fR
|
|
|
|
\fB\-\-indexPath=FULLTEXT_IDX_PATH\fR
|
|
|
@ -52,7 +52,7 @@ Path to full-text index for that ZIM file.
|
|
|
|
|
|
|
|
|
|
|
|
.TP
|
|
|
|
.TP
|
|
|
|
\fBurl\fR
|
|
|
|
\fBurl\fR
|
|
|
|
Sets the content location of the ZIM file over the network for in\-kiwix download.
|
|
|
|
Set the content location of the ZIM file over the network for in\-kiwix download.
|
|
|
|
|
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
.SH SEE ALSO
|
|
|
|
kiwix(1) kiwix\-index(1) kiwix\-install(1) kiwix\-serve(1) kiwix\-compact(1)
|
|
|
|
kiwix(1) kiwix\-index(1) kiwix\-install(1) kiwix\-serve(1) kiwix\-compact(1)
|
|
|
|