social.coop is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Fediverse instance for people interested in cooperative and collective projects. If you are interested in joining our community, please apply at https://join.social.coop/registration-form.html.

Administered by:

Server stats:

493
active users

In #Flancia we'll meet

Idea: extensible redirects.

The [[agora]] already redirects anagora.org/go/foo to the URL labelled with [[go]] in anagora.org/node/foo.

The proposal is that it should do this for any block with a URL. E.g.: anagora.org/garden/flancian should redirect to github.com/flancian/garden as per the content of anagora.org/node/flancian.

anagora.orgFoobar - Wikipedia

Extension to this extension: if the argument (object to the predicate) in the block is not a URL, a hook can be registered to process the action.

@vera @arghzero @aly right, in the sense that if you have a block that looks like this in [[vera]]:

- [[bleh]] example.org

anagora.org/bleh/vera would redirect to example.org.

@vera @arghzero @aly at the same time it would be easy to add filtering, as in:

anagora.org/node/vera/bleh

Loads the 'vera' node but highlights the [[bleh]] blocks; or perhaps by default shows only those.

@vera @arghzero @aly extending, this scheme could be adopted to do queries a la xpath/graphql? guessing.