Introduce HTMLDumper

HTMLDumper class will be used to dump library in HTML format. It inherits from LibraryDumper
This commit is contained in:
Nikhil Tanwar
2023-03-03 00:40:04 +05:30
parent f1873876b2
commit d8656ec149
6 changed files with 130 additions and 0 deletions

View File

@ -53,6 +53,7 @@ extern "C" {
#include "name_mapper.h"
#include "search_renderer.h"
#include "opds_dumper.h"
#include "html_dumper.h"
#include "i18n.h"
#include <zim/uuid.h>