diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-11-25 20:51:34 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-23 18:15:52 -0500 |
commit | fb112dca9c785a71eaf033732b87519a6575b3a8 (patch) | |
tree | ff689aa48548a84df8378df6b21fa268e628ae26 /org/config_d_cfte.org | |
parent | 0.12.0 (diff) |
spine-search-cgi separate commits, remove sundry
Diffstat (limited to 'org/config_d_cfte.org')
-rw-r--r-- | org/config_d_cfte.org | 31 |
1 files changed, 0 insertions, 31 deletions
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 = "<<http_request_type>>"; - string http_host = "<<http_host>>"; - string www_url_doc_subroot = "<<www_doc_subroot>>"; - string cgi_filename = "<<cgi_filename>>"; - string cgi_search_form_title = "<<cgi_search_form_title>>"; - string db_sqlite_path = "<<db_sqlite_path>>"; - string db_sqlite_filename = "<<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 |