@@ -8,8 +8,13 @@ If you run these routines locally, make sure to have `pandoc --version` greater
...
@@ -8,8 +8,13 @@ If you run these routines locally, make sure to have `pandoc --version` greater
# SSI Directives and Further Postprocessing Steps
# SSI Directives and Further Postprocessing Steps
## Topics
In order to handle the dynamic server side processing, all includes are handles via specific SSI directives.
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.
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.
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
## 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`.