diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-10 17:30:32 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-19 00:33:30 -0400 |
commit | 23b15dd1036700a899998d5ddd61fe1bda224c00 (patch) | |
tree | 668069c6ebe496e838a9107cbedd95666d96cd44 /org/config_d_cfte.org | |
parent | arsd/cgi.d updated now includes arsd/core.d ldc2 1.32.2 (diff) |
cosmetic, use of ❮ ❯ & ፨ unicode chars
- 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)
Diffstat (limited to 'org/config_d_cfte.org')
-rw-r--r-- | org/config_d_cfte.org | 12 |
1 files changed, 6 insertions, 6 deletions
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 |