From e973365c4b74be2b2cff9be970ccba5928dbe368 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 22 May 2019 10:50:33 -0400 Subject: 0.7.3 start to look at document harvest (initial stub) --- src/doc_reform/meta/conf_make_meta_structs.d | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/doc_reform/meta/conf_make_meta_structs.d') diff --git a/src/doc_reform/meta/conf_make_meta_structs.d b/src/doc_reform/meta/conf_make_meta_structs.d index 874e509..ff1ec76 100644 --- a/src/doc_reform/meta/conf_make_meta_structs.d +++ b/src/doc_reform/meta/conf_make_meta_structs.d @@ -181,7 +181,9 @@ struct MetaComposite { string classify_loc; string classify_subject; string classify_topic_register; + string[] classify_topic_register_arr; string creator_author; + string creator_author_surname_fn; string creator_author_email; string creator_illustrator; string creator_translator; @@ -223,6 +225,7 @@ struct MetaComposite { string title_short; string title_sub; string title_subtitle; + string author_date_title; } struct ConfComposite { MetaComposite meta; -- cgit v1.2.3