Update Postprocessing authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
......@@ -8,8 +8,13 @@ If you run these routines locally, make sure to have `pandoc --version` greater
# SSI Directives and Further Postprocessing Steps
## Topics
In order to handle the dynamic server side processing, all includes are handles via specific SSI directives.
The template `/static/ssi/topic_template.shtml`, is used as a basis for all topic files. The routine `postproc_topic.sh` replaces all markers in the template with suitable values.
In order to avoid redundancy, all `<h1>` title tags (created from Pandoc) are deleted, as there is already an SSI directive to set the title.
\ No newline at end of file
In order to avoid redundancy, all `<h1>` title tags (created from `pandoc`) are deleted, as there is already an SSI directive to set the title.
## Staff and Working Group Pages
Here the `<h2>` tags (created by `pandoc`) are substituted by `<div>` tags. This is done in the respective parts of `build_webpage.sh`.
\ No newline at end of file