Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 659 Bytes

README.mdwn

File metadata and controls

17 lines (13 loc) · 659 Bytes

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:

  1. perl bin/my-cookiecutter.pl
  2. gmake
  3. 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.