123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307 |
- address: 0.0.0.0
- port: 5001
- wiki-title: Freifunk Dortmund
- repository-type: Darcs
- repository-path: wikidata
- require-authentication: modify
- authentication-method: form
- user-file: wikidata/_NOWIKI/gitit-users
- session-timeout: 60
- static-dir: wikidata/_NOWIKI/static
- default-extension: page
- default-page-type: Markdown
- math: mathjax
- mathjax-script: https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- show-lhs-bird-tracks: no
- templates-dir: wikidata/_NOWIKI/templates
- log-file: gitit.log
- log-level: DEBUG
- front-page: Front Page
- no-delete: Front Page, Help
- no-edit: Help
- default-summary:
- delete-summary: Deleted using web interface.
- table-of-contents: yes
- plugins:
- use-cache: yes
- cache-dir: cache
- max-upload-size: 128K
- max-page-size: 128K
- debug-mode: no
- compress-responses: no
- mime-types-file: /usr/local/etc/apache24/mime.types
- use-recaptcha: no
- recaptcha-private-key:
- recaptcha-public-key:
- access-question:
- access-question-answers:
- rpx-domain:
- rpx-key:
- mail-command: sendmail %s
- reset-password-message:
- > From: nobody@$hostname$
- > To: $useremail$
- > Subject: Wiki password reset
- >
- > Hallo $username$,
- >
- > Um ein neues Password zu setzen, ruf diese Adresse auf:
- > https://$hostname$/~ffdo/wiki$resetlink$
- >
- > LG vom
- > Automaten
- # gives the text of the message that will be sent to the user should she
- # want to reset her password, or change other registration info.
- # The lines must be indented, and must begin with '>'. The initial
- # spaces and '> ' will be stripped off. $username$ will be replaced
- # by the user's username, $useremail$ by her email address,
- # $hostname$ by the hostname on which the wiki is running (as
- # returned by the hostname system call), $port$ by the port on
- # which the wiki is running, and $resetlink$ by the
- # relative path of a reset link derived from the user's existing
- # hashed password. If your gitit wiki is being proxied to a location
- # other than the root path of $port$, you should change the link to
- # reflect this: for example, to
- # http://$hostname$/path/to/wiki$resetlink$ or
- # http://gitit.$hostname$$resetlink$
- use-feed: no
- base-url:
- absolute-urls: no
- feed-days: 14
- feed-refresh-time: 60
- pdf-export: yes
- pandoc-user-data: wikidata/_NOWIKI
- xss-sanitize: yes
- recent-activity-days: 30
- [Github]
- oauthclientid: 01239456789abcdef012
- oauthclientsecret: 01239456789abcdef01239456789abcdef012394
- oauthcallback: http://mysite/_githubCallback
- oauthoauthorizeendpoint: https://github.com/login/oauth/authorize
- oauthaccesstokenendpoint: https://github.com/login/oauth/access_token
|