about summary refs log tree commit homepage
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING12
1 files changed, 5 insertions, 7 deletions
diff --git a/HACKING b/HACKING
index 652cc7c..9bd7e3a 100644
--- a/HACKING
+++ b/HACKING
@@ -4,10 +4,10 @@ development dependencies
 * minitest RubyGem (version 4 or 5, standard in Ruby 2.0+)
 * curl - http://curl.haxx.se/ - we don't trust our own Ruby abilities :>
 * dd(1) - standard POSIX tool - to feed curl
-* ab - http://httpd.apache.org - for concurrent testing
+* ab - http://httpd.apache.org/ - for concurrent testing
 * GNU make - https://www.gnu.org/software/make/
 * git - http://www.git-scm.com/
-* ruby - http://www.ruby-lang.org/
+* ruby - http://www.ruby-lang.org/en/
 
         git clone git://yhbt.net/yahns
 
@@ -32,14 +32,12 @@ V - set to 1 for verbose test output (may be mangled if multithreaded)
 documentation
 -------------
 
-We use pandoc for converting Markdown to (groff) man:
-
-* pandoc - http://johnmacfarlane.net/pandoc/
+We use pod2man(1) distributed with Perl 5 for generating manpages.
 
 installing from git
 -------------------
 
-* make install-gem (pandoc is required for generating manpages)
+* make install-gem
 
 contact
 -------
@@ -51,7 +49,7 @@ formatted using git-request-pull(1).
 
 Mailing list archives: http://yhbt.net/yahns-public/
 No subscription is necessary to post to the mailing list.
-Please remember to Cc: all recipients.
+Please remember to Cc: all recipients as subscription is optional.
 
 Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>