Auto: misc.

This commit is contained in:
2020-12-30 13:49:22 +01:00
parent a1ba1d33ab
commit 9342c4e07c
4 changed files with 12 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
# Content
- The stuff internet dreams are made of.
- Agora content is (as of [[2020-12-30]]) limited to [[markdown]] [[notes]], but eventually will also include other media.
+9
View File
@@ -0,0 +1,9 @@
# Notes
- [[pull]] [[subnode]]
[//begin]: # "Autogenerated link references for markdown compatibility"
[pull]: pull "Pull"
[subnode]: subnode "Subnode"
[//end]: # "Autogenerated link references"
+1 -1
View File
@@ -1,6 +1,6 @@
# Sequential Wiki
- Not a formal term, but I use it often. A sequential wiki is like a wiki page, but people contribute *blocks* of text instead of arbitrary fragments; and they maintain clear ownership and control over their blocks.
- Not a formal term, but I use it often. A sequential wiki is like a wiki page, but people contribute *blocks* of [[content]] instead of arbitrary fragments; and they maintain clear ownership and control over their blocks.
- I call the [[agora]] a distributed sequential wiki. [[nodes]] are akin to sequential wiki pages. [[subnodes]] are user contributed blocks.
- [[pull]] [[everything2]]
+1 -1
View File
@@ -1,7 +1,7 @@
# Subnode
- A subnode is any piece of content that an [[agora]] user contributes; most commonly as of the time of writing ([[2020-11-17]]) a note in Markdown format, but eventually very likely any piece of media.
- Subnodes are contained in [[node]]s, which are the heart of the [[agora]].
- Subnodes are the children of [[nodes]], which are the heart of the [[agora]].
- What you are reading right now is a [[subnode]]. If you look below or above, you will see other notes taken by other users -- these are all different subnodes in the same [[node]], which happens to be called 'subnode' in this particular case :)