From 361bb55f01ba28960a8127b0a16c1e7a7a8de61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 17 Sep 2021 20:57:05 +0200 Subject: Rewrite mktpl script in C The Perl version didn't handle multiple interpolations on the same line. --- front.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 front.c (limited to 'front.c') diff --git a/front.c b/front.c deleted file mode 100644 index 7bba90a..0000000 --- a/front.c +++ /dev/null @@ -1,15 +0,0 @@ -#include -#include "query.h" -#include "site.h" - -void -front() -{ - char *title; - - title = site.name; - printf("Content-Type: text/html\n\n"); - #include "t/head.tc" - #include "t/front.tc" - #include "t/foot.tc" -} \ No newline at end of file -- cgit v1.2.3