From db2aa16c1dd94193516557da3ab315e753aa4699 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 23 Mar 2024 20:41:08 +0100 Subject: [PATCH] Add a README.md file ... --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..70262d4 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# ngIRCd Homepage + +This is the *homepage* of ngIRCd, a free, portable and lightweight Internet +Relay Chat (IRC) server for small or private networks. + +The homepage itself can be found on . + +This source code is available on +[GitHub](https://github.com/ngircd/ngircd-web). + +## Building the Manual Pages + +Use `pandoc` like this: + +```bash +pandoc -s -f man -t html -o ngircd.conf.5.html ../ngIRCd.git/man/ngircd.conf.5 +pandoc -s -f man -t html -o man/ngircd.8.html ../ngIRCd.git/man/ngircd.8 +``` + +Don't forget to add the updates HTML files to the Git repository! -- 2.39.2