Update Program Flow authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
......@@ -2,7 +2,7 @@
In order tu build a full HTML website based on the topics in `/topics` the application `/bin/build_webpage.sh` executes the following steps:
* Preprocessing (replace staff and wg keys and link pages)
* Pandoc conversion from `.md` to `.html`
* Postprocessing of files (adding SSI directives, replacement of HTML tags)
* [Preprocessing](Preprocessors) (replace staff and wg keys and link pages)
* [Pandoc](https://pandoc.org/) conversion from `.md` to `.html`
* [Postprocessing](Postprocessing) of files (adding SSI directives, replacement of HTML tags)
* README creation
\ No newline at end of file