This repository contains the Markdown source for a presentation about iptables. It is almost entirely sourced from the iptables man page, but the IP packet header table came from Wikipedia.
srccontains the m4 source code for the markdown slidesslidescontains the individual built markdown slidesslides.mdis the entire markdown presentation in one fileslides.htmlis a Slidy presentation built from the markdown source using Pandoc and m4.
The project can be built using make.
Building requires pandoc, m4, and base64 (for embedding images) in addition to make.
The targets can be listed with make help, and the directory can be cleaned with make clean.