The "/help" page:
URL: /help/CMD or /help/www/PAGE
Show the built-in help text for CMD or PAGE. CMD can be a command-line interface command or a setting name. PAGE is the name of a web interface. /help//PAGE also works if the double-/ makes it through the main web server.
Query parameters:
- name=CMD
- Show help for CMD where CMD is a command name or or setting name. If CMD beings with "/" it is interpreted as a PAGE name.
- name=www/PAGE
- Show help for web page PAGE.
- name=/PAGE
- The initial "www/" on web-page help can be abbreiated as just "/"
- plaintext
- Show the help within <pre>...</pre>, as if it were displayed using the "fossil help" command.
- raw
- Show the raw help text without any formatting. (Used for debugging.)