From c1e98baddce8536244c88c652f98cb5f68a5afcd Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 30 Dec 2020 13:39:29 +0100 Subject: [PATCH] Auto: misc. --- agora.md | 4 ++-- node.md | 14 +++++++++++--- nodes.md | 4 ++++ sources.md | 8 ++++++++ subnodes.md | 9 +++++++++ users.md | 8 ++++++++ 6 files changed, 42 insertions(+), 5 deletions(-) create mode 100644 nodes.md create mode 100644 sources.md create mode 100644 subnodes.md create mode 100644 users.md diff --git a/agora.md b/agora.md index 39e74574a..b93015e1f 100644 --- a/agora.md +++ b/agora.md @@ -2,10 +2,10 @@ - [The Agora is a distributed knowledge graph and experimental social network](https://anagora.org/). - As an Agora *guest* you can currently: - - Navigate the Agora, which is composed of nodes which aggregate content from many users on the same topic or entity. + - Navigate the Agora, which is composed of [[nodes]] which aggregate content from many users on the same topic or entity. - Make use of [[backlinks]] and [[pulled nodes]] to discover relevant content. - As an Agora *user* you can: - - Have your content be surfaced to users at relevant times (when they are visiting a node on a relevant topic or entity). + - Have your content be surfaced to users at relevant times (when they are visiting a [[node]] on a relevant topic or entity). - Have relevant content be surfaced to *you* as you work on your [[personal knowledge graph]]. - Make use of [[agora actions]]. - Anyone can run an Agora of their own if they so desire. The Agora is [[open source]]. diff --git a/node.md b/node.md index 74bdc7508..ad6aed3cf 100644 --- a/node.md +++ b/node.md @@ -1,8 +1,11 @@ # Node - Nodes and edges are the heart of the [[agora]], which is in essence a [[distributed knowledge graph]]. -- Nodes are made of one or more [[subnode]]s volunteered by different [[user]]s and [[source]]s. -- Sources are those available through an [[agora client]]. + - A node maps to a [[wikilink]]. + - You can think of it as a [[sequential wiki]] page on a [[topic]] or [[entity]]. +- Nodes are made of one or more [[subnodes]] volunteered by different [[users]] and [[sources]]. + - Subnodes are currently plain Markdown notes stored somewhere on the internet. + - Sources are those available through an [[agora client]]. - If you just got here from Twitter, consider [[agora twitter integration]]. - [[tweet]] https://twitter.com/flancian/status/1342093633940561921 @@ -10,7 +13,12 @@ [//begin]: # "Autogenerated link references for markdown compatibility" [agora]: agora "Agora" [distributed knowledge graph]: distributed-knowledge-graph "Distributed Knowledge Graph" -[subnode]: subnode "Subnode" +[wikilink]: wikilink "Wikilink" +[sequential wiki]: sequential-wiki "Sequential Wiki" +[entity]: entity "Entity" +[subnodes]: subnodes "Subnodes" +[users]: users "Users" +[sources]: sources "Sources" [agora client]: agora-client "Agora Client" [agora twitter integration]: agora-twitter-integration "Agora Twitter Integration" [tweet]: tweet "Tweet" diff --git a/nodes.md b/nodes.md new file mode 100644 index 000000000..512afb35b --- /dev/null +++ b/nodes.md @@ -0,0 +1,4 @@ +# Nodes + +- [[pull]] [[node]] + diff --git a/sources.md b/sources.md new file mode 100644 index 000000000..fa4c4e296 --- /dev/null +++ b/sources.md @@ -0,0 +1,8 @@ +# Sources + +- [[pull]] [[source]] + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[pull]: pull "Pull" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/subnodes.md b/subnodes.md new file mode 100644 index 000000000..50f0326bf --- /dev/null +++ b/subnodes.md @@ -0,0 +1,9 @@ +# Subnodes + +- [[pull]] [[subnode]] + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[pull]: pull "Pull" +[subnode]: subnode "Subnode" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/users.md b/users.md new file mode 100644 index 000000000..6f1e29d35 --- /dev/null +++ b/users.md @@ -0,0 +1,8 @@ +# Users + +- [[pull]] [[user]] + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[pull]: pull "Pull" +[//end]: # "Autogenerated link references" \ No newline at end of file