From fb112dca9c785a71eaf033732b87519a6575b3a8 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 25 Nov 2022 20:51:34 -0500 Subject: spine-search-cgi separate commits, remove sundry --- org/config_d_cfte.org | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'org/config_d_cfte.org') diff --git a/org/config_d_cfte.org b/org/config_d_cfte.org index bb8695c..f48c333 100644 --- a/org/config_d_cfte.org +++ b/org/config_d_cfte.org @@ -166,37 +166,6 @@ struct Cfg { enum _cfg = Cfg(); #+END_SRC -*** spine_search: configuration.txt SET - -#+HEADER: :tangle "../sundry/spine_search_cgi/views/configuration_example.txt" -#+HEADER: :noweb yes -#+BEGIN_SRC d -/+ obt - org-mode generated file +/ -struct Cfg { - string http_request_type = "<>"; - string http_host = "<>"; - string www_url_doc_subroot = "<>"; - string cgi_filename = "<>"; - string cgi_search_form_title = "<>"; - string db_sqlite_path = "<>"; - string db_sqlite_filename = "<>"; -} -enum _cfg = Cfg(); -#+END_SRC - -#+BEGIN_SRC d -struct Cfg { - string http_request_type = "https"; - 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 db_sqlite_path = "/var/www/sqlite"; - string db_sqlite_filename = "spine.search.db"; -} -enum _cfg = Cfg(); -#+END_SRC - *** shared settings SET defaults #+NAME: http_request_type -- cgit v1.2.3