From 2db886f862ccb2f5f2c8dd42e7643aab74505b8b Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 29 Nov 2020 19:39:46 +0100 Subject: [PATCH] Auto: misc. --- agora-go-links-integration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/agora-go-links-integration.md b/agora-go-links-integration.md index 42bee157f..5d7d4383c 100644 --- a/agora-go-links-integration.md +++ b/agora-go-links-integration.md @@ -1,10 +1,10 @@ # Agora Go Links Integration - I have implemented this: when in an Agora subnode there is a block that begins with [[go]] and continues with a URL, the Agora will set up a [[go link]] with it and make it available at anagora.org/go/ + the node id. Example follows. -- [[go]] flancia.org/mine/go-links -- Because of the above block, if you visit anagora.org/go/agora-go-links-integration you'll be redirected to an article of mine on go links in flancia.org. -- Note currently I run go links on https://flancia.org, my personal domain, and they're incomplete (they contain a subset of the go links in the Agora). + - [[go]] flancia.org/mine/go-links + - Because of the above block, if you visit anagora.org/go/agora-go-links-integration you'll be redirected to an article of mine on go links in flancia.org. - This was implemented on [[2020-11-21]] in [[Agora plan]]. +- Note currently I also run go links on https://flancia.org, my personal domain, and they're incomplete (they contain a subset of the go links in the Agora). - Next up: handle the case in which several subnodes set up different go links. - Behaviour now: one is picked opaquely; the username with the username that comes first alphabetically "wins". - Expected behaviour: perhaps a list with all targets shows up, and then five seconds later the Agora redirects to the most highly ranked target (to begin with, the oldest?).