From 03406af6d71b1fa317165d14b8a5db4da26e3601 Mon Sep 17 00:00:00 2001 From: Jakob L. Kreuze Date: Sat, 7 May 2022 20:47:46 -0400 Subject: [scheme] README, copyright info for dynamic API --- dynamic/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dynamic/README.md (limited to 'dynamic/README.md') diff --git a/dynamic/README.md b/dynamic/README.md new file mode 100644 index 0000000..0f64827 --- /dev/null +++ b/dynamic/README.md @@ -0,0 +1,16 @@ +# Dynamic API for jakob.space + +This is a Guile back-end for all dynamic capabilities on jakob.space. It is +assumed that the web server proxies all requests matching a `/api` prefix to +this server. + +## Dependencies + +Depending on who you ask, the package management situation for Guile is either +disappointing, or a pleasant reminder of simpler times. This module leverages +two Guile modules which, to my knowledge, are not packaged in the typical Guile +extension fashion. The respective `.scm` files will need to be downloaded and +added to Guile load path. + +- [base64 from guile-lib](https://github.com/jacobrec/guile-lib/blob/master/base64.scm) +- [squee](https://notabug.org/cwebber/guile-squee/) -- cgit v1.3