~
This commit is contained in:
parent
37b5dd7216
commit
d16c8efbf6
2 changed files with 12 additions and 10 deletions
|
|
@ -1,14 +1,22 @@
|
|||
let default_lang = "en"
|
||||
let default_encoding : [< `Identity | `DEFLATE | `Gzip ] = `Identity
|
||||
|
||||
(* TODO Taler documentation
|
||||
markdown mimetype should be the prefered one, and be supported, according to DD
|
||||
we take text/plain as default instead for now *)
|
||||
let default_mimetype = ("text", "plain")
|
||||
let default_extension = ".txt"
|
||||
|
||||
(* TODO
|
||||
generate `config.ml` from config file (virtual module)?
|
||||
no relative path *)
|
||||
- generate `config.ml` from config file (virtual module)?
|
||||
- no relative path *)
|
||||
|
||||
let terms_dir = Fpath.(v "terms")
|
||||
let privacy_dir = Fpath.(v "privacy")
|
||||
|
||||
(* ETAG is used as filename *)
|
||||
(* ETAG is used as base filename
|
||||
it should be encoded in Crockford base-32
|
||||
we do not generate it and we do not verify it *)
|
||||
let terms_etag = "0"
|
||||
let privacy_etag = "0"
|
||||
let terms_legal_version = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue