wip management todo
This commit is contained in:
parent
0325cd9167
commit
14666fb836
6 changed files with 158 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue