summaryrefslogtreecommitdiff
path: root/dynamic/README.md
blob: 0f648275f31e36a1b72896c7a942596031ae2f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/)