From 23b15dd1036700a899998d5ddd61fe1bda224c00 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 10 Jun 2023 17:30:32 -0400 Subject: =?UTF-8?q?cosmetic,=20use=20of=20=E2=9D=AE=20=E2=9D=AF=20&=20?= =?UTF-8?q?=E1=8D=A8=20unicode=20chars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - use of ❮ & ❯ unicode chars for prev & next, replacing < > aka. < > - use of ፨ (paragraph separator) replacing previously used ※ (reference mark) (either would be fairly appropriate and may end up using more or less interchangeably) --- org/cgi_spine_search.org | 22 +++++++++++++--------- org/config_d_cfte.org | 12 ++++++------ 2 files changed, 19 insertions(+), 15 deletions(-) (limited to 'org') diff --git a/org/cgi_spine_search.org b/org/cgi_spine_search.org index ea52c59..6b7d29d 100644 --- a/org/cgi_spine_search.org +++ b/org/cgi_spine_search.org @@ -672,7 +672,7 @@ _matched_objects_text = ~ "" - ~ "※" + ~ "፠" ~ ""; return _matched_objects_text; #+END_SRC @@ -713,7 +713,7 @@ if (_url_previous.empty) { ~ "" - ~ "<< prev" + ~ "❮❮ prev" ~ " || "; } arrow_next = @@ -721,7 +721,7 @@ arrow_next = ~ "" - ~ "next >>" + ~ "next ❯❯" ~ ""; _previous_next = "
" ~ arrow_previous ~ arrow_next; return _previous_next; @@ -888,6 +888,8 @@ return tip; **** form +⁜ ☀ ፨ ፠ ※ ⚏ + #+NAME: spine_search_form #+HEADER: :noweb yes #+BEGIN_SRC d @@ -926,12 +928,14 @@ return tip; - - index - text / grep; - match limit: + + match [ results: + ፨ (index) + ⚏ (text / grep) + ]  [ limit: 1,000 2,500 + ]
echo query search url @@ -1297,12 +1301,12 @@ if (!select_query_results.empty) { #+BEGIN_SRC d cgi.write("


-
git +
Δ git

"); #+END_SRC diff --git a/org/config_d_cfte.org b/org/config_d_cfte.org index 1aa2a4c..6b2c96c 100644 --- a/org/config_d_cfte.org +++ b/org/config_d_cfte.org @@ -132,7 +132,7 @@ struct Cfg { string http_host = "sisudoc.org"; string www_url_doc_subroot = "/spine"; string cgi_filename = "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"; } @@ -153,7 +153,7 @@ struct Cfg { string cgi_port = ""; string cgi_user = ""; string cgi_url_action = "https://sisudoc.org/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"; @@ -174,7 +174,7 @@ struct Cfg { string http_host = "localhost"; string www_url_doc_subroot = "/spine"; string cgi_filename = "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"; } @@ -195,7 +195,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"; @@ -230,7 +230,7 @@ struct Cfg { string http_host = "sisudoc.org"; string www_url_doc_subroot = "/spine"; string cgi_filename = "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"; } @@ -291,7 +291,7 @@ spine_search #+NAME: cgi_search_form_title #+BEGIN_SRC sh -≅ SiSU Spine search +≅ SiSU Spine search ፨ #+END_SRC #+NAME: db_sqlite_filename -- cgit v1.2.3