- GNU Emacs. They are then automatically converted to HTML with
- minimal changes -- mostly just linkifying URLs -- on each git push,
- by this nifty Perl script: https://bndl.org/txt2html. To get the
- git repository containing all of the pages and their history of
- changes, you can run git clone https://bndl.org in a terminal.
+ GNU Emacs. They are then automatically converted to output markups
+ such as HTML with minimal changes -- mostly linkifying URLs -- on
+ each git push using a server-side git post-receive hook that runs
+ `make' -- see https://bndl.org/GNUmakefile -- which ultimately runs
+ this nifty Perl script: https://bndl.org/txt2pre. To get the git
+ repository containing all of the pages and their history of changes,
+ you can run git clone https://bndl.org in a terminal.