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/COPYRIGHT | 6 +++--- org/config_d_cfte.org | 2 +- org/meta_conf_make_meta.org | 4 ++-- org/out_curate_metadata.org | 19 +++++++++---------- org/out_metadata.org | 32 ++++++++++++++++++++++++++------ org/out_xmls.org | 21 ++++++++++++++------- org/spine_info.org | 4 ++-- 7 files changed, 57 insertions(+), 31 deletions(-) (limited to 'org') diff --git a/org/COPYRIGHT b/org/COPYRIGHT index 4480c58..53834a0 100644 --- a/org/COPYRIGHT +++ b/org/COPYRIGHT @@ -1,10 +1,10 @@ - Name: spine - SiSU Spine, Doc Reform - Description: documents, structuring, processing, publishing, search - static content generator - + - Author: Ralph Amissah [ralph.amissah@gmail.com] - + - Copyright: (C) 2015 - 2023 Ralph Amissah - Spine, Doc Reform (related to SiSU) uses standard: @@ -13,7 +13,7 @@ modifications - docReform object numbering (based on SiSU object citation numbering) - standard SiSU document object numbering - + - Homepages: [https://www.sisudoc.org] diff --git a/org/config_d_cfte.org b/org/config_d_cfte.org index 40669dd..845e44d 100644 --- a/org/config_d_cfte.org +++ b/org/config_d_cfte.org @@ -220,7 +220,7 @@ spine_search #+NAME: cgi_search_form_title #+BEGIN_SRC sh -≅ SiSU Spine search +≅ SiSU Spine search ፨ #+END_SRC #+NAME: db_sqlite_filename diff --git a/org/meta_conf_make_meta.org b/org/meta_conf_make_meta.org index a7987e4..64a8b0f 100644 --- a/org/meta_conf_make_meta.org +++ b/org/meta_conf_make_meta.org @@ -152,7 +152,7 @@ struct Cfg { string cgi_port = ""; string cgi_user = ""; string cgi_url_action = "http://localhost/cgi-bin/spine_search"; - string cgi_search_form_title = "≅ SiSU Spine search"; + string cgi_search_form_title = "≅ SiSU Spine search ፨"; string db_sqlite_path = "/var/www/sqlite"; string db_sqlite_filename = "spine.search.db"; string default_language = "en"; @@ -188,7 +188,7 @@ webserv: data_root_path: "/srv/www/spine" # "/var/www/html" data_root_part: "" # "/spine" images_root_part: "image" - cgi_search_form_title: "≅ SiSU Spine search" + cgi_search_form_title: "≅ SiSU Spine search ፨" cgi_http: "http" # "https" cgi_domain: "localhost" # "mysite.org" cgi_bin_url: "http://localhost/cgi-bin" # "https://mysite.org/cgi-bin" diff --git a/org/out_curate_metadata.org b/org/out_curate_metadata.org index 61247c2..9022463 100644 --- a/org/out_curate_metadata.org +++ b/org/out_curate_metadata.org @@ -218,7 +218,7 @@ foreach(k, doc_curate; hvst.curates) { -Curated metadata - Topics +⌘ Curated metadata - Topics #+END_SRC *** curated topics html head @@ -230,11 +230,11 @@ foreach(k, doc_curate; hvst.curates) { -

Curated metadata - Topics (output organised by language & filetype)

+

⌘ Curated metadata - Topics (output organised by language & filetype)

%s @@ -513,7 +513,7 @@ template spineMetaDocCuratesAuthors() { -Curated metadata - Authors +⌘ Curated metadata - Authors #+END_SRC *** curated authors html head @@ -525,12 +525,11 @@ template spineMetaDocCuratesAuthors() { -

Curated metadata - Authors (output organised by language & filetype)

+

⌘ Curated metadata - Authors (output organised by language & filetype)

@@ -816,7 +815,7 @@ string theme_light_1 = format(q"┃ - +
┃", 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) ? "" diff --git a/org/out_xmls.org b/org/out_xmls.org index eb3f87a..6d0e624 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -376,13 +376,13 @@ import
-    +   %s %s - +
@@ -395,12 +395,17 @@ import - - + +
┃", 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 @@ -440,7 +447,7 @@ import (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, @@ -616,7 +623,7 @@ import

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

(web 1993, object numbering 1997, object search 2002 ...) <> diff --git a/org/spine_info.org b/org/spine_info.org index b613a14..d369368 100644 --- a/org/spine_info.org +++ b/org/spine_info.org @@ -252,7 +252,7 @@ webserv: data_root_path: "/var/www/html" data_root_part: "" images_root_part: "image" - cgi_search_form_title: "≅ SiSU Spine search" + cgi_search_form_title: "≅ SiSU Spine search ፨" cgi_http: "http" cgi_host: "localhost" cgi_bin_url: "http://localhost/cgi-bin" @@ -1146,7 +1146,7 @@ webserv: data_root_path: "/var/www/html" data_root_part: "" images_root_part: "image" - cgi_search_form_title: "≅ SiSU Spine search" + cgi_search_form_title: "≅ SiSU Spine search ፨" cgi_http: "http" cgi_host: "localhost" cgi_bin_url: "http://localhost/cgi-bin" -- cgit v1.2.3