summaryrefslogtreecommitdiff
path: root/content/fetchers/about/about.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-10-05 23:01:24 +0100
committerVincent Sanders <vince@kyllikki.org>2020-10-05 23:01:24 +0100
commit06c721c5bb6cd06fc35bd0a36a98415758501df8 (patch)
tree94ff02c0e114fff95717fb7864872161f954ed49 /content/fetchers/about/about.c
parent32d52bf055dabb33e777a9ffa5ef918c4916adb9 (diff)
downloadnetsurf-06c721c5bb6cd06fc35bd0a36a98415758501df8.tar.gz
netsurf-06c721c5bb6cd06fc35bd0a36a98415758501df8.tar.bz2
add simple chart generator and use it from the imagecache
Diffstat (limited to 'content/fetchers/about/about.c')
-rw-r--r--content/fetchers/about/about.c9
1 files changed, 9 insertions, 0 deletions
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"
@@ -442,6 +443,14 @@ struct about_handlers about_handler_list[] = {
true
},
{
+ /* chart generator */
+ "chart",
+ SLEN("chart"),
+ NULL,
+ fetch_about_chart_handler,
+ true
+ },
+ {
"query/auth",
SLEN("query/auth"),
NULL,