wip management todo

This commit is contained in:
Swrup 2025-10-01 19:34:42 +02:00
parent 0325cd9167
commit 14666fb836
6 changed files with 158 additions and 33 deletions

View file

@ -1,13 +1,11 @@
(* module to handle assets.
for now, assets are defined to all be in `src/assets/` folder.
crunched into the [Assets_crunch] module.
(* module to handle assets. for now, assets are defined to all be in
`src/assets/` folder. crunched into the [Assets_crunch] module.
to keep it simple, we require that /terms and /privacy support the same
set of languages X mimetypes *)
to keep it simple, we require that /terms and /privacy support the same set
of languages X mimetypes *)
(* docs:
https://docs.taler.net/manpages/taler-exchange.conf.5.html
https://docs.taler.net/design-documents/003-tos-rendering.html *)
(* docs: https://docs.taler.net/manpages/taler-exchange.conf.5.html
https://docs.taler.net/design-documents/003-tos-rendering.html *)
(* todo: maybe move this type to config.ml *)
type t = Terms | Privacy