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.
- Host: GitHub
- URL: https://github.com/shlomif/freenode-programming-channel-faq
- Owner: shlomif
- License: other
- Created: 2012-12-17T19:51:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T13:37:02.000Z (about 2 months ago)
- Last Synced: 2025-03-06T14:23:46.318Z (about 2 months ago)
- Topics: hacktoberfest
- Language: Perl
- Homepage:
- Size: 804 KB
- Stars: 48
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdwn
- License: LICENSE.mdwn
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.