2020-10-12

This commit is contained in:
2020-10-12 13:28:10 +02:00
parent 57c4e56c52
commit 518a5e8ca6
8 changed files with 60 additions and 4 deletions
+24
View File
@@ -0,0 +1,24 @@
# Agora V0.5
- The v0.5 is:
- Foam/Obsidian based notes forming a personal digital garden.
- Hosted in a public or private repository, by default git.
- Federated/interlinked using a conventional scheme, plus a set of ancillary tools (scripts).
- Integrated with go links/URL redirectors.
- See also: https://twitter.com/flancian/status/1315312902090391553
## Plan
- Craft 'agora' repo (base repo):
- places/
- gardens/
- flancian -> flancian.github.com/garden
- stoas/
- flancian -> flancian.github.com/stoa
- users/
- contract.md
- Settle open questions
- What does '->' mean as used above?
- git submodule?
- git subtree?
- something else?