web UI rewrite, switch to ndjson.zst index format

This commit is contained in:
2021-09-05 09:49:07 -04:00
parent 391d8ed9d9
commit f4e1d90a6b
133 changed files with 34220 additions and 4988 deletions

View File

@@ -47,5 +47,16 @@
#include <sys/types.h>
#include <errno.h>
#include <ctype.h>
#include "git_hash.h"
#define VERSION "2.11.0"
static const char *const Version = VERSION;
#ifndef SIST_PLATFORM
#define SIST_PLATFORM unknown
#endif
#define Q(x) #x
#define QUOTE(x) Q(x)
#endif