From 06c721c5bb6cd06fc35bd0a36a98415758501df8 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 5 Oct 2020 23:01:24 +0100 Subject: add simple chart generator and use it from the imagecache --- content/fetchers/about/about.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'content/fetchers/about/about.c') diff --git a/content/fetchers/about/about.c b/content/fetchers/about/about.c index fe9eba7a4..651894249 100644 --- a/content/fetchers/about/about.c +++ b/content/fetchers/about/about.c @@ -49,6 +49,7 @@ #include "blank.h" #include "certificate.h" #include "config.h" +#include "chart.h" #include "choices.h" #include "imagecache.h" #include "nscolours.h" @@ -441,6 +442,14 @@ struct about_handlers about_handler_list[] = { fetch_about_certificate_handler, true }, + { + /* chart generator */ + "chart", + SLEN("chart"), + NULL, + fetch_about_chart_handler, + true + }, { "query/auth", SLEN("query/auth"), -- cgit v1.2.3