Jaidyn Ann
05fd026c84
Tweaks webfinger output & user-profile data to be more along the lines of Mastodon et. al. Also contains the beginnings of signature-generation required for actually sending messages.
6 lines
314 B
Common Lisp
6 lines
314 B
Common Lisp
(defsystem "activitypub-servist"
|
|
:depends-on ("alexandria" "clack" "dexador" "inferior-shell" "ironclad" "local-time" "purl" "str" "webtentacle" "yason")
|
|
:components ((:file "activitypub-servist")))
|
|
|
|
;; (ql:quickload '(alexandria clack dexador inferior-shell ironclad local-time purl str webtentacle yason))
|