diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-04-14 15:48:25 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-05-20 11:27:26 -0400 |
commit | 3cceed4af466d11e0735246bbd09f8451f6f9383 (patch) | |
tree | 7b38bffe46a1d913faaebdfac4b95466846038ea /org/util_cgi_d_sqlite_search.org | |
parent | trust more, else minor (diff) |
cgi search form: path; theme; download remote src
- config output path
- dark theme
- allow downloads flag for download of remote file
cgi.d
Diffstat (limited to 'org/util_cgi_d_sqlite_search.org')
-rw-r--r-- | org/util_cgi_d_sqlite_search.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org/util_cgi_d_sqlite_search.org b/org/util_cgi_d_sqlite_search.org index 07a6d15..86242f4 100644 --- a/org/util_cgi_d_sqlite_search.org +++ b/org/util_cgi_d_sqlite_search.org @@ -1141,6 +1141,8 @@ authors "ralph" copyright "Copyright © 2020, ralph" license "GPL-3.0+" dependency "d2sqlite3" version="~>0.18.3" +dependency "arsd-official": "7.2.0" + subConfiguration "arsd-official:cgi" "cgi" targetType "executable" targetPath "./cgi-bin" mainSourceFile "src/spine_cgi_sqlite_search.d" |