control/default/backlinks.lua | ●●●●● patch | view | raw | blame | history | |
control/default/div-context.lua | ●●●●● patch | view | raw | blame | history | |
control/default/epub.yml | ●●●●● patch | view | raw | blame | history | |
control/default/epub/settings.yml | ●●●●● patch | view | raw | blame | history | |
control/default/epub/template.html | ●●●●● patch | view | raw | blame | history | |
control/default/html.yml | ●●●●● patch | view | raw | blame | history | |
control/default/html/settings.yml | ●●●●● patch | view | raw | blame | history | |
control/default/html/template.html | ●●●●● patch | view | raw | blame | history | |
control/default/pdf.yml | ●●●●● patch | view | raw | blame | history | |
control/default/pdf/settings.yml | ●●●●● patch | view | raw | blame | history | |
control/default/pdf/template.tex | ●●●●● patch | view | raw | blame | history |
control/default/backlinks.lua
File was deleted control/default/div-context.lua
File was deleted control/default/epub.yml
New file @@ -0,0 +1,14 @@ from: markdown to: epub3 standalone: true section-divs: true top-level-division: chapter table-of-contents: true toc-depth: 2 csl: eva-berlin-konferenz.csl bibliography: hostsharing.bib citeproc: true data-dir: '${HS_PUBBASE}/pandoc/' resource-path: ['.','${HS_PUBBASE}/pandoc/','${HS_PUBBASE}/context/tex/texmf-project/images'] filters: - div-context.lua control/default/epub/settings.yml
File was deleted control/default/epub/template.html
File was deleted control/default/html.yml
New file @@ -0,0 +1,16 @@ from: markdown to: html5 self-contained: true standalone: true template: handbuch-vereine section-divs: true top-level-division: chapter table-of-contents: true toc-depth: 2 citeproc: true csl: eva-berlin-konferenz.csl bibliography: hostsharing.bib data-dir: '${HS_PUBBASE}/pandoc/' resource-path: ['.','${HS_PUBBASE}/pandoc/','${HS_PUBBASE}/context/tex/texmf-project/images'] filters: - div-context.lua control/default/html/settings.yml
File was deleted control/default/html/template.html
File was deleted control/default/pdf.yml
New file @@ -0,0 +1,13 @@ from: markdown to: context standalone: true template: handbuch-vereine section-divs: true top-level-division: chapter csl: eva-berlin-konferenz.csl bibliography: hostsharing.bib citeproc: true data-dir: '${HS_PUBBASE}/pandoc/' resource-path: ['.','${HS_PUBBASE}/pandoc/','${HS_PUBBASE}/context/tex/texmf-project/images'] filters: - div-context.lua control/default/pdf/settings.yml
File was deleted control/default/pdf/template.tex
File was deleted