From 591d78312b151091d38bc0a36f4b022d892b891b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 13 Jan 2015 00:20:32 +0000 Subject: switch docs + website 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. --- GNUmakefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 49a7c17..35a07bc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,5 @@ all:: RSYNC_DEST := clogger.bogomips.org:/srv/clogger/ -rfproject := clogger rfpackage := clogger include pkg.mk test-ext: @@ -11,7 +10,3 @@ test-pure: test: test-ext test-pure .PHONY: test-ext test-pure -ifneq ($(VERSION),) -release:: - $(RAKE) publish_news VERSION=$(VERSION) -endif -- cgit v1.2.3-24-ge0c7