15 lines
512 B
Common Lisp
15 lines
512 B
Common Lisp
;;; incl/data/links.sexp
|
|
|
|
;; A collection of cool links, sorted by protocol
|
|
|
|
(("HTTPS" .
|
|
(("Sock" #:host "isekai.rocks" #:path "/~sock/")
|
|
("Nyx" #:host "nyx.ip-logger.com")
|
|
("Vel" #:host "vel.fsky.io")
|
|
("Sunglocto" #:host "sunglocto.net")
|
|
("Paige" #:host "squarebowl.club")
|
|
("Telepath" #:host "telepath.im")
|
|
("Pi IM" #:host "forge.sunglocto.net" #:path "/sunglocto/pi-im")
|
|
("XMPP" #:host "xmpp.org")))
|
|
("Gemini" .
|
|
(("kwiecien.us" #:host "kwiecien.us"))))
|