An open API service indexing awesome lists of open source software.

https://github.com/shlomif/freenode-programming-channel-faq

A Frequently Asked Questions List of the Freenode ##programming Channel.
https://github.com/shlomif/freenode-programming-channel-faq

hacktoberfest

Last synced: about 1 month ago
JSON representation

A Frequently Asked Questions List of the Freenode ##programming Channel.

Awesome Lists containing this project

README

        

This repository contains the [Frequently Asked Questions (FAQ)](FAQ_with_ToC__generated.md) for the
[Freenode](https://freenode.net/) ##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.