mirror of
https://github.com/flancian/garden.git
synced 2026-08-05 22:16:20 +00:00
Auto: misc.
This commit is contained in:
@@ -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]].
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# Sources
|
||||
|
||||
- [[pull]] [[source]]
|
||||
|
||||
|
||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||
[pull]: pull "Pull"
|
||||
[//end]: # "Autogenerated link references"
|
||||
@@ -0,0 +1,9 @@
|
||||
# Subnodes
|
||||
|
||||
- [[pull]] [[subnode]]
|
||||
|
||||
|
||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||
[pull]: pull "Pull"
|
||||
[subnode]: subnode "Subnode"
|
||||
[//end]: # "Autogenerated link references"
|
||||
Reference in New Issue
Block a user