Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1006 Bytes

File metadata and controls

14 lines (12 loc) · 1006 Bytes
pagetitle author date
README for the setup and usage of the repository
Florian Hofhammer
2020-04-24

This repository contains the code and documentation for the Stack Buffer Overflow research internship with INRIA Sophia Antipolis.

The main documentation work is conducted in the NOTES.md (HTML rendered version here). The Markdown files of this repository are rendered to HTML files using pandoc. For pretty formatting, the GitHub.html5 template located in the Misc subdirectory is used. The version used here is a slightly adapted version of a template found on GitHub.
To automatically render the Markdown files to HTML, a git commit hook is used. The corresponding script file is also found in the Misc subdirectory and has to be copied to the .git/hooks directory to become active.