diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-03 15:39:01 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-05 18:26:01 -0500 |
commit | b32a5010a7281f754df0d42078f2cb9e3a109d24 (patch) | |
tree | 7039ed09d3fd3d15fd7837f68b020ce6b22084ff /src/doc_reform/spine.d | |
parent | htmls, banner layout additions (diff) |
codegen cgi search removed (using src in org-mode)
Diffstat (limited to 'src/doc_reform/spine.d')
-rwxr-xr-x | src/doc_reform/spine.d | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/doc_reform/spine.d b/src/doc_reform/spine.d index 2b768d9..aacdaab 100755 --- a/src/doc_reform/spine.d +++ b/src/doc_reform/spine.d @@ -113,7 +113,6 @@ string program_name = "spine"; "abstraction" : false, "allow-downloads" : false, "assertions" : false, - "cgi-search-form-codegen" : false, "concordance" : false, "dark" : false, "debug" : false, @@ -197,7 +196,6 @@ string program_name = "spine"; "abstraction", "document abstraction", &opts["abstraction"], "allow-downloads", "allow downloads (includes cgi.d from github)", &opts["allow-downloads"], "assert", "set optional assertions on", &opts["assertions"], - "cgi-search-form-codegen", "generates (pre-compiled) d code for search of specified db", &opts["cgi-search-form-codegen"], "cgi-bin-root", "path to cgi-bin directory", &settings["cgi-bin-root"], "cgi-url-root", "url to cgi-bin (to find cgi-bin)", &settings["cgi-url-root"], "cgi-url-action", "url to post to cgi-bin search form", &settings["cgi-url-action"], @@ -285,9 +283,6 @@ string program_name = "spine"; @trusted bool assertions() { return opts["assertions"]; } - @trusted bool cgi_search_form_codegen() { - return opts["cgi-search-form-codegen"]; - } @trusted bool concordance() { return opts["concordance"]; } |