From 1f8b96b650ea645c1a92b40f29c8625b6228d53a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 1 Sep 2021 15:40:20 -0400 Subject: metadata "curate" replaces "harvest" - "curated metadata" instead of "metadata harvest" - css color change to related pages, light theme --- org/default_misc.org | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'org/default_misc.org') diff --git a/org/default_misc.org b/org/default_misc.org index 50a932c..0a1dad4 100644 --- a/org/default_misc.org +++ b/org/default_misc.org @@ -29,7 +29,7 @@ +/ module doc_reform.meta.defaults; <> -<> +<> <> <> <> @@ -85,14 +85,14 @@ template spineNode() { } #+END_SRC -** template: harvest +** template: curate -#+NAME: meta_defaults_template_harvest +#+NAME: meta_defaults_template_curate_metadata #+BEGIN_SRC d -template spineHarvest() { - @safe auto spineHarvest() { - struct _Harvest { - struct Harvest { +template spineCurateMetadata() { + @safe auto spineCurateMetadata() { + struct _Curate { + struct Curate { string title = ""; string[] author_arr = []; string author = ""; @@ -114,11 +114,11 @@ template spineHarvest() { string url_html_scroll = ""; string url_epub = ""; } - Harvest harvest; - Harvest[] harvests; - Harvest[][string][string][string][string] subject_trees; + Curate curate; + Curate[] curates; + Curate[][string][string][string][string] subject_trees; } - return _Harvest(); + return _Curate(); } } #+END_SRC -- cgit v1.2.3