about summary refs log tree commit homepage
path: root/HACKING
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-22 00:23:33 +0000
committerEric Wong <e@80x24.org>2016-02-22 00:29:53 +0000
commite2604972452d6d553c9c5bb60bf8637c7213695e (patch)
tree5f03030ce42bfe2c1cb055880d9c14bfcd41baa4 /HACKING
parentc3b628c5446853e9c16d7f8ebffd6a48343bab33 (diff)
downloadyahns-e2604972452d6d553c9c5bb60bf8637c7213695e.tar.gz
Remove all pandoc references.  We shouldn't need to clutter our
documentation with out-of-date references to pandoc, and pod2man is
probably widely-available enough that nobody should need to install
it.

Reduce HTTP redirects when linking to external sites.

It's also excessive to mention libkqueue as using the native
implementation (whether it be kqueue or epoll) is preferred
and easier.
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>