From bb1a2f3cb75e8f36c30b160c89f403a7a1a6dd31 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 11 Jan 2015 23:03:26 +0000 Subject: switch documentation to olddoc wrongdoc was difficult to maintain because of the tidy-ffi dependency and the HTML5 changes in Darkfish could not be handled well by Tidy. olddoc is superior as it generates leaner HTML which loads faster, requires less scrolling and less processing power to render. Aesthetic comparisons are subjective of course but completely unimportant compared to speed and accessibility. The presence of images and CSS on the old (Darkfish-based) site probably set unreasonable expectations as to my ability and willingness to view such things. No more, the new website is entirely simple HTML which renders well with even the wimpiest browser (hell, olddoc even tries to generate readable raw HTML). ref: http://80x24.org/olddoc/ --- GNUmakefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index b370afe..929eede 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -2,7 +2,6 @@ all:: RSYNC_DEST := bogomips.org:/srv/bogomips/kcar RAGEL = ragel RLFLAGS = -G2 -rfproject := rainbows rfpackage := kcar pkg_extra += ext/kcar/kcar.c ext/kcar/kcar.c: ext/kcar/kcar.rl ext/kcar/kcar_http_common.rl @@ -10,7 +9,3 @@ ext/kcar/kcar.c: ext/kcar/kcar.rl ext/kcar/kcar_http_common.rl include pkg.mk $(ext_pfx)/$(ext)/kcar.c: ext/kcar/kcar.c $(ext_pfx)/$(ext)/Makefile: ext/kcar/kcar.c -ifneq ($(VERSION),) -release:: - $(RAKE) publish_news VERSION=$(VERSION) -endif -- cgit v1.2.3-24-ge0c7