diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-27 21:54:49 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-27 21:54:49 -0500 | 
| commit | 78b1b83be0cf04b4cba707751b7ad4d97787fe37 (patch) | |
| tree | 0260daae62c3c0c055b7ec73b274fa82b31b344f /markup/pod/.dr/config_local_site_try | |
track document samples used
Diffstat (limited to 'markup/pod/.dr/config_local_site_try')
| -rw-r--r-- | markup/pod/.dr/config_local_site_try | 33 | 
1 files changed, 33 insertions, 0 deletions
| diff --git a/markup/pod/.dr/config_local_site_try b/markup/pod/.dr/config_local_site_try new file mode 100644 index 0000000..d457676 --- /dev/null +++ b/markup/pod/.dr/config_local_site_try @@ -0,0 +1,33 @@ +flag: +  act0:                        "--html" +  act1:                        "--html --epub" +output: +  path:                        "/srv/www/spine" +default: +  language:                    "en" +  papersize:                   "a4" +  text_wrap:                   "80" +  digest:                      "sha256" +webserv: +  http:                        "http" +  domain:                      "localhost" +  data_http:                   "http" +  data_domain:                 "localhost" +  data_root_url:               "https://sisudoc.org" +  data_root_path:              "/srv/www/spine" +  data_root_part:              "" +  images_root_part:            "image" +  cgi_title:                   "≅ SiSU Spine search" +  cgi_http:                    "https" +  cgi_domain:                  "sisudoc.org" +  cgi_bin_url:                 "http://sisudoc.org/cgi-bin" +  cgi_bin_part:                "cgi-bin" +  cgi_bin_path:                "/var/www/cgi/cgi-bin" +  cgi_search_script:           "spine-search" +  cgi_search_script_raw_fn_d:  "spine_search.d" +  cgi_port:                    "" +  cgi_user:                    "" +  cgi_action:                  "https://sisudoc.org/spine_search" +  db_sqlite:                   "spine.search.db" +  db_pg_table:                 "" +  db_pg_user:                  "" | 
