aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_hub.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/output_hub.org')
-rw-r--r--org/output_hub.org32
1 files changed, 0 insertions, 32 deletions
diff --git a/org/output_hub.org b/org/output_hub.org
index 5fc2a10..e9088b3 100644
--- a/org/output_hub.org
+++ b/org/output_hub.org
@@ -262,38 +262,6 @@ if ((opt_action.sqlite_db_create)) {
}
#+END_SRC
-**** cgi sqlite search form
-
-#+NAME: output_options_op_cgi_search_form_codegen
-#+BEGIN_SRC d
-if ((opt_action.cgi_search_form_codegen)) {
- if ((opt_action.verbose)) {
- string _sqlite_db_fn = (opt_action.sqliteDB_filename.empty)
- ? config.conf.w_srv_db_sqlite_filename
- : opt_action.sqliteDB_filename;
- string _cgi_search_script = (opt_action.cgi_sqlite_search_filename.empty)
- ? config.conf.w_srv_cgi_search_script
- : opt_action.cgi_sqlite_search_filename;
- string _cgi_search_script_raw_fn_d = (opt_action.cgi_sqlite_search_filename_d.empty)
- ? config.conf.w_srv_cgi_search_script_raw_fn_d
- : opt_action.cgi_sqlite_search_filename_d;
- string _cgi_path = (opt_action.output_dir_set.length > 0)
- ? opt_action.output_dir_set
- : (config.conf.w_srv_data_root_path.length > 0)
- ? config.conf.w_srv_data_root_path
- : "";
- auto pth_sqlite_cgi = spinePathsSQLiteCGI!()(_cgi_search_script_raw_fn_d, _cgi_search_script, _cgi_path);
- writeln("sqlite cgi search form...");
- writeln(" ", pth_sqlite_cgi.search_form_path_out);
- }
- import doc_reform.io_out.cgi_sqlite_search_form;
- CGIsearchSQLite!()(env, opt_action, config);
- if ((opt_action.very_verbose)) {
- writeln("sqlite cgi search form done");
- }
-}
-#+END_SRC
-
* document header including copyright & license
#+NAME: doc_header_including_copyright_and_license