logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gitit - wiki engine backed by a git or darcs filestore

Author

GiovanniMascellani <gio@debian.org>
           Wrote this manpage for the Debian system.

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).

Name

       gitit - wiki engine backed by a git or darcs filestore

Options

       The program follows the usual GNU command line syntax, with long options starting with two dashes (`-').

       -h, --help
           Displays a brief help about the parameters, then quits.

       -v, --version
           Displays the installed version of gitit, then quits.

       -pport, --port=port
           Intruct gitit to listen on the specified port.

       -linterface, --listen=interface
           Intruct gitit to listen on the specified interface.

       -fconfigfile, --config-file=configfile
           Override default configuration with the values specified in file configfile. To see this file's
           syntax and the configurable fields (with default values and documentation), use
           --print-default-config.

       --debug
           Enable debug mode: gitit will print information about all the requests it handles.

       --print-default-config
           Prints the default configuration values, along with some documentation.

Synopsis

gitit [{-h | --help}] [{-v | --version}] [{-pport | --port=port}] [{-linterface | --listen=interface}]
             [{-fconfigfile | --config-file=configfile}] [--debug] [--print-default-config]

See Also