kiwix / kiwix-tools

Command line Kiwix tools: kiwix-serve, kiwix-manage, ...
https://download.kiwix.org/release/kiwix-tools/
GNU General Public License v3.0
408 stars 79 forks source link

kiwix-serve: update manpage #609

Closed opk12 closed 1 year ago

opk12 commented 1 year ago

Most parameters listed in the usage help text of kiwix-serve are missing from the manpage.

kelson42 commented 1 year ago

Agree!

premkirank commented 1 year ago

I would like to work on this issue. Can you assign this to me.

premkirank commented 1 year ago

@kelson42 can't I build this on macOS?

kelson42 commented 1 year ago

@premkirank If you have a real problem to build, then please open an other ticket.

iArchitSharma commented 1 year ago

@kelson42 Can you please assign this to me I have already started working on it

iArchitSharma commented 1 year ago

Missing Parameter: -h, --help: Print a help message and exit. -a, --attachToProcess: Exit if given process id is not running anymore. -i, --address: Listen only on this IP address, all available ones otherwise. -M, --monitorLibrary: Monitor the XML library file and reload it automatically. -c, --customIndex: Add path to custom index.html for the welcome page. -n, --nosearchbar: Don't print the builtin bar overlay on the top of each served page. -b, --blockexternal: Prevent users from directly accessing external links. -r, --urlRootLocation: URL prefix on which the content should be made available (default: /). -t, --threads: Number of threads to run in parallel (default: 4). -L, --ipConnectionLimit: Maximum number of (concurrent) connections per IP (default: infinite, recommended: >= 6). -s, --searchLimit: Maximum number of ZIM in a full-text multizim search (default: no limit).

iArchitSharma commented 1 year ago

626 Made the PR