Auto: misc.

This commit is contained in:
2020-12-30 01:36:12 +01:00
parent 7e27c08112
commit 5d6d3a3c58
4 changed files with 37 additions and 3 deletions
+11 -1
View File
@@ -1,6 +1,13 @@
# Agora # Agora
- [The Agora is a distributed knowledge graph and experimental social network](https://anagora.org/). - [The Agora is a distributed knowledge graph and experimental social network](https://anagora.org/).
- As an Agora *reader* you can:
- Navigate the Agora, which is composed of nodes which aggregate content from many users on the same topic or entity.
- See [[backlinks]] and [[pulled nodes]].
- As an Agora *writer* you can:
- Have your content be surfaced to users at a relevant time (when they are visiting a related node).
- Use [[agora actions]].
- Note anyone can run an Agora of their own if they so desire. The Agora is [[open source]].
- To participate in the Agora, you need some way to publish content elsewhere online. The Agora doesn't host your data, but rather pulls it from a location *you* control and renders it for you and other users. - To participate in the Agora, you need some way to publish content elsewhere online. The Agora doesn't host your data, but rather pulls it from a location *you* control and renders it for you and other users.
- If you know your way around [[git]], [[markdown]] on git is the default format. If you use [[roam]] or a [[roam like]], you're almost there. Please refer to [agora howto](https://anagora.org/go/agora-howto) for detailed instructions. - If you know your way around [[git]], [[markdown]] on git is the default format. If you use [[roam]] or a [[roam like]], you're almost there. Please refer to [agora howto](https://anagora.org/go/agora-howto) for detailed instructions.
- Whatever participation mechanism you choose, you need to let an Agora [[maintainer]] know where your content is, so it can be pulled and [[integrated]]. We strive to continuously support new sources and formats. Please send email to signup@anagora.org with your content location and desired username. - Whatever participation mechanism you choose, you need to let an Agora [[maintainer]] know where your content is, so it can be pulled and [[integrated]]. We strive to continuously support new sources and formats. Please send email to signup@anagora.org with your content location and desired username.
@@ -19,10 +26,14 @@
- [[pull]] [[agora editor]] - [[pull]] [[agora editor]]
[//begin]: # "Autogenerated link references for markdown compatibility" [//begin]: # "Autogenerated link references for markdown compatibility"
[backlinks]: backlinks "Backlinks"
[agora actions]: agora-actions "Agora Actions"
[open source]: open-source "Open Source"
[markdown]: markdown "Markdown" [markdown]: markdown "Markdown"
[roam]: roam "Roam" [roam]: roam "Roam"
[roam like]: roam-like "Roam Like" [roam like]: roam-like "Roam Like"
[maintainer]: maintainer "Maintainer" [maintainer]: maintainer "Maintainer"
[integrated]: integrated "Integrated"
[maximally inclusive]: maximally-inclusive "Maximally Inclusive" [maximally inclusive]: maximally-inclusive "Maximally Inclusive"
[agora twitter integration]: agora-twitter-integration "Agora Twitter Integration" [agora twitter integration]: agora-twitter-integration "Agora Twitter Integration"
[CONTRACT]: contract "CONTRACT" [CONTRACT]: contract "CONTRACT"
@@ -36,7 +47,6 @@
[internet citizen]: internet-citizen "Internet Citizen" [internet citizen]: internet-citizen "Internet Citizen"
[agora protocol]: agora-protocol "Agora Protocol" [agora protocol]: agora-protocol "Agora Protocol"
[flancia]: flancia "Flancia" [flancia]: flancia "Flancia"
[agora actions]: agora-actions "Agora Actions"
[go]: go "Go" [go]: go "Go"
[pull]: pull "Pull" [pull]: pull "Pull"
[agora editor]: agora-editor "Agora Editor" [agora editor]: agora-editor "Agora Editor"
+7 -2
View File
@@ -1,10 +1,15 @@
# Backlinks # Backlinks
- A chunk of the power of [[roam likes]], the other being [[wikilinks]] (not exclusive to them) and [[block references]]. - A chunk of the power of [[roam likes]], the other being [[wikilinks]] (not exclusive to them) and [[block references]].
- A backlink is any link *to* the page you're visiting.
- Currently the [[agora]] surfaces backlinks from nodes in the same [[agora]]. In the future it will support sources such as other agoras ([[agora protocol]]) and social networks such as [[twitter]].
[//begin]: # "Autogenerated link references for markdown compatibility" [//begin]: # "Autogenerated link references for markdown compatibility"
[roam-likes]: roam-likes "Roam Likes" [roam likes]: roam-likes "Roam Likes"
[wikilinks]: wikilinks "Wikilinks" [wikilinks]: wikilinks "Wikilinks"
[block-references]: block-references "Block References" [block references]: block-references "Block References"
[agora]: agora "Agora"
[agora protocol]: agora-protocol "Agora Protocol"
[twitter]: twitter "Twitter"
[//end]: # "Autogenerated link references" [//end]: # "Autogenerated link references"
+10
View File
@@ -0,0 +1,10 @@
# Pulled Links
- Nodes that are specially relevant to the context at hand can be *pulled*. To do this, just add a block using the [[pull]] action:
- [[pull]] [[pulled nodes]]
[//begin]: # "Autogenerated link references for markdown compatibility"
[pull]: pull "Pull"
[pulled nodes]: pulled-nodes "Pulled Nodes"
[//end]: # "Autogenerated link references"
+9
View File
@@ -0,0 +1,9 @@
# Pulled Nodes
- [[pull]] [[pulled links]]
- Currently pulls like the above only work when you are in precisely the context they are declared; that is, pulling is not recursive. This might change.
[//begin]: # "Autogenerated link references for markdown compatibility"
[pull]: pull "Pull"
[pulled links]: pulled-links "Pulled Links"
[//end]: # "Autogenerated link references"