From 28823db6c574a79ac73f653f1534aed2916e05b4 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 11 Nov 2020 13:49:23 +0100 Subject: [PATCH] Agora server. --- agora-server.md | 10 ++++++++++ journal/2020-11-11.md | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 agora-server.md create mode 100644 journal/2020-11-11.md diff --git a/agora-server.md b/agora-server.md new file mode 100644 index 000000000..a2fd4732d --- /dev/null +++ b/agora-server.md @@ -0,0 +1,10 @@ +# Agora Server + +- [[go]] https://github.com/flancian/agora-server +- An implementation of the [[Agora Protocol]]; includes a web frontend and a simple backend. If you're reading this on anagora.org right now, you're using it. +- Python3 based, uses Flask. Quite simple really. +- It currently renders a collection of [[digital garden]]s as lazily assembled into a [[distributed knowledge graph]]. The graph is plug-and-play and is hosted in a different repository; that repository is the actual [[Agora]]. For the reference repository (which, again, you're likely viewing right now if you're on anagora.org), see https://flancia.org/go/agora. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[go]: go "Go" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/journal/2020-11-11.md b/journal/2020-11-11.md new file mode 100644 index 000000000..a2dad2560 --- /dev/null +++ b/journal/2020-11-11.md @@ -0,0 +1,6 @@ +# 2020-11-11 + +- Uploaded the [[Agora Server]] code to github yesterday after getting open source approval from my employer: flancia.org/go/agora-server. +- I'm pretty sure [[Autechre]]'s "esc desc" references [[Duran Duran]]'s "Save a Prayer": + - https://youtube.com/watch?v=EZUurYpv8qY + - https://youtube.com/watch?v=zMNZ5Gw3Zbg \ No newline at end of file