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 --- src/doc_reform/io_out/metadata.d | 32 ++++++++++++++++++++++++++------ src/doc_reform/io_out/xmls.d | 19 ++++++++++++------- 2 files changed, 38 insertions(+), 13 deletions(-) (limited to 'src/doc_reform/io_out') diff --git a/src/doc_reform/io_out/metadata.d b/src/doc_reform/io_out/metadata.d index f9c1cc6..3fab452 100644 --- a/src/doc_reform/io_out/metadata.d +++ b/src/doc_reform/io_out/metadata.d @@ -57,6 +57,19 @@ template outputMetadata() { 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) ? "" @@ -173,7 +193,7 @@ string theme_light_1 = format(q"┃ -Curated metadata - Topics +⌘ Curated metadata - Topics @@ -352,7 +372,7 @@ string theme_light_1 = 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 ]

┃"); @@ -401,9 +421,9 @@ string theme_light_1 = format(q"┃ ~ " 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)) { diff --git a/src/doc_reform/io_out/xmls.d b/src/doc_reform/io_out/xmls.d index 2b67978..2b1f55b 100644 --- a/src/doc_reform/io_out/xmls.d +++ b/src/doc_reform/io_out/xmls.d @@ -265,13 +265,13 @@ template outputXHTMLs() {

-    +   %s %s - +
@@ -284,12 +284,17 @@ template outputXHTMLs() { - - + +
┃", 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.conf_make_meta.conf.w_srv_db_sqlite_filename.empty) ? "" : "\n [ ≅ | %s | ◆ |%s%s m | A | T ]

┃", + ? format(q"┃

[ ≅ | %s | ◆ |%s%s ⌘• | ⌘A | ⌘T ]

┃", (doc_matters.opt.action.webserver_url_doc_root.length > 0) ? doc_matters.opt.action.webserver_url_doc_root : doc_matters.conf_make_meta.conf.w_srv_data_root_url @@ -323,7 +328,7 @@ template outputXHTMLs() { (type == "seg") ? "../" ~ doc_matters.src.filename_base ~ ".html" : "./" ~ doc_matters.src.filename_base ~ "/toc.html", - (type == "seg") ? "▣" : "▤", // ■ □ ▢ ▣ ▤ ▥ ▦ ▧ ▨ 〓 + (type == "seg") ? "▤" : "※", (type == "seg") ? "../../" : "../", doc_matters.src.filename_base, doc_matters.src.lng, @@ -480,7 +485,7 @@ template outputXHTMLs() {

- ≅ SiSU Spine (object numbering & object search) + ≅ SiSU Spine ፨ (object numbering & object search)

(web 1993, object numbering 1997, object search 2002 ...) 2023 -- cgit v1.2.3