GITIT(1) | Gitit User Manual | GITIT(1) |
NAME¶
gitit - wiki engine backed by a git or darcs filestore
SYNOPSIS¶
gitit [{-h | --help}] [{-v | --version}] [{-p port | --port=port}] [{-l interface | --listen=interface}] [{-f configfile | --config-file=configfile}] [--debug] [--print-default-config]
DESCRIPTION¶
gitit is a wiki enging backed by a git or darcs filestore. When run for the first time, it creates a file standard files and directories that contains the structure of a basic wiki, then listens for incoming HTTP connections. When run in a directory that already contains a gitit wiki, it uses the information already present.
The directory wikidata contains the repository that hosts the pages in the wiki. You can change its content both from the Web interface and by modifying directly the repository (via commit/record or push/pull).
OPTIONS¶
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
-h, --help
-v, --version
-p port, --port=port
-l interface, --listen=interface
-f configfile, --config-file=configfile
--debug
--print-default-config
AUTHOR¶
Giovanni Mascellani <gio@debian.org>
COPYRIGHT¶
Copyright © 2011 Giovanni Mascellani
This manual page was written for the Debian system (and may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
02/02/2025 | gitit |