This repository contains the Frequently Asked Questions (FAQ) for the Freenode ##programming channel. It is meant to be hosted as either an Ikiwiki wiki or alternatively viewable using the GitHub Markdown viewer.
To build/update, try running:
perl bin/my-cookiecutter.pl
gmake
gmake test
The ultimate sources for the FAQ are the contents of FAQ.docbook5.xml.tt2
.
Please edit that file.
Note that we use a GitHub Actions and Docker-based Continuous-Integration set-up to reproduce and test the code. Refer to the files under ".github/workflows" for more insights.