From e2604972452d6d553c9c5bb60bf8637c7213695e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 22 Feb 2016 00:23:33 +0000 Subject: doc: more minor updates 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. --- HACKING | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'HACKING') 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 License: GPL-3.0+ -- cgit v1.2.3-24-ge0c7