|
@@ -56,11 +56,15 @@ static-dir: wikidata/_NOWIKI/static
|
|
# css, and images). If it does not exist, gitit will create it
|
|
# css, and images). If it does not exist, gitit will create it
|
|
# and populate it with required scripts, stylesheets, and images.
|
|
# and populate it with required scripts, stylesheets, and images.
|
|
|
|
|
|
|
|
+default-extension: page
|
|
|
|
+# files in the repository path must have this extension in order
|
|
|
|
+# to be recognized as Wiki pages
|
|
|
|
+
|
|
default-page-type: Markdown
|
|
default-page-type: Markdown
|
|
# default-page-type: DocBook
|
|
# default-page-type: DocBook
|
|
# specifies the type of markup used to interpret pages in the wiki.
|
|
# specifies the type of markup used to interpret pages in the wiki.
|
|
-# Possible values are Markdown, RST, LaTeX, HTML, Markdown+LHS, RST+LHS,
|
|
|
|
-# LaTeX+LHS, DocBook, Org. (The +LHS variants treat the input as
|
|
|
|
|
|
+# Possible values are Markdown, CommonMark, RST, LaTeX, HTML, Markdown+LHS,
|
|
|
|
+# RST+LHS, LaTeX+LHS, DocBook, Org. (The +LHS variants treat the input as
|
|
# literate Haskell. See pandoc's documentation for more details.) If
|
|
# literate Haskell. See pandoc's documentation for more details.) If
|
|
# Markdown is selected, pandoc's syntax extensions (for footnotes,
|
|
# Markdown is selected, pandoc's syntax extensions (for footnotes,
|
|
# delimited code blocks, etc.) will be enabled. Note that pandoc's
|
|
# delimited code blocks, etc.) will be enabled. Note that pandoc's
|
|
@@ -135,6 +139,9 @@ default-summary:
|
|
# (the default), the author will be required to fill in the description
|
|
# (the default), the author will be required to fill in the description
|
|
# field.
|
|
# field.
|
|
|
|
|
|
|
|
+delete-summary: Deleted using web interface.
|
|
|
|
+# specifies text to be used in the change description when a page is deleted
|
|
|
|
+
|
|
table-of-contents: yes
|
|
table-of-contents: yes
|
|
# specifies whether to print a tables of contents (with links to
|
|
# specifies whether to print a tables of contents (with links to
|
|
# sections) on each wiki page.
|
|
# sections) on each wiki page.
|
|
@@ -227,6 +234,7 @@ reset-password-message:
|
|
>
|
|
>
|
|
> LG vom
|
|
> LG vom
|
|
> Automaten
|
|
> Automaten
|
|
|
|
+
|
|
# gives the text of the message that will be sent to the user should she
|
|
# 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.
|
|
# want to reset her password, or change other registration info.
|
|
# The lines must be indented, and must begin with '>'. The initial
|
|
# The lines must be indented, and must begin with '>'. The initial
|