From 516165c0969641479eeadde09bc8258aa5ff8b25 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 10 Jun 2023 22:54:47 -0400 Subject: unicode, changes in use of symbols to represent things --- org/out_metadata.org | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) (limited to 'org/out_metadata.org') diff --git a/org/out_metadata.org b/org/out_metadata.org index f8b0e3a..aa57303 100644 --- a/org/out_metadata.org +++ b/org/out_metadata.org @@ -88,7 +88,7 @@ metadata_ ~= format(q"┃ ┃"); metadata_ ~= "
"; if (doc_matters.opt.action.html_link_curate) { - metadata_ ~= format(q"┃

[  HOME ] Curated metadata: + metadata_ ~= format(q"┃

[  ≅ HOME ] ⌘ Curated metadata: [ Authors ] [ Topics ]

┃"); @@ -137,9 +137,9 @@ if (doc_matters.opt.action.html_link_markup_source) { ~ " pod tree ]"; } metadata_ ~= "

● outputs: [" - ~ " ▣ html scroll ] " + ~ " ▤ html scroll ] " ~ "[" - ~ " ▤ html seg ]" + ~ " ※ html seg ]" ~ "[" ~ " ◆ epub ]"; if ((doc_matters.opt.action.html_link_pdf) || (doc_matters.opt.action.html_link_pdf_a4)) { @@ -379,7 +379,7 @@ string theme_light_1 = format(q"┃ -Curated metadata - Topics +⌘ Curated metadata - Topics #+END_SRC #+NAME: curated_topics_html_head_2 @@ -557,6 +557,19 @@ string theme_light_1 = format(q"┃ string _form; if (doc_matters.opt.action.html_link_search) { o = format(q"┃ +

+ +
+   🔎  + %s + + + + + +
+ +
┃", + doc_matters.conf_make_meta.conf.w_srv_cgi_action, + (doc_matters.conf_make_meta.conf.w_srv_db_sqlite_filename.empty) + ? "" + : "\n ", + doc_matters.src.filename_base, doc_matters.conf_make_meta.conf.w_srv_cgi_action, (doc_matters.conf_make_meta.conf.w_srv_db_sqlite_filename.empty) ? "" -- cgit v1.2.3