aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dr/config_local_site_example
blob: 6e751c1d3eea98d2e16533c41e7763ee227437e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# config_local_site
# read from directories ... FIX provide list
flag:
  act0:                        "--html"
  act1:                        "--html --epub"
output:
  path:                        "/srv/www/spine"
default:
  language:                    "en"
  papersize:                   "a4"
  text_wrap:                   "80"
  digest:                      "sha256"
webserv:
  http:                        "https"                            # "http"
  domain:                      "sisudoc"                          # "localhost"
  data_http:                   "https"                            # "http"
  data_domain:                 "sisudoc"                          # "localhost"
  data_root_url:               "https://sisudoc.org"              # "http://localhost"
  data_root_path:              "/srv/www/spine"                   # "/var/www/html"
  data_root_part:              ""
  images_root_part:            "image"
  cgi_search_form_title:       "≅ SiSU Spine search"
  cgi_http:                    "https"                            # "http"
  cgi_domain:                  "sisudoc.org"                      # "localhost"
  cgi_bin_url:                 "http://sisudoc.org/cgi-bin"       # "http://localhost/cgi-bin"
  cgi_bin_part:                "cgi-bin"
  cgi_bin_path:                "/var/www/cgi/cgi-bin"             # "/usr/lib/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" # "http://localhost/cgi-bin/spine-search"
  db_sqlite_filename:          "spine.search.db"
  db_sqlite_path:              "/var/www/sqlite"
  db_pg_table:                 ""
  db_pg_user:                  ""