3 Commits

Author SHA1 Message Date
flancian 7d01bca60e autopushed 2025-12-14 20:19:20 +01:00
flancian 958f2fd25f autopushed 2025-12-14 20:18:45 +01:00
flancian 596b96295f autopushed 2025-12-14 20:18:09 +01:00
+20 -29
View File
@@ -1,34 +1,25 @@
# Welcome to Flancian's digital garden!
# Important: migration to main
- This is my [[digital garden]] or [[personal knowledge graph]].
- If you're viewing this as a [[git]] repository host, you will likely have a suboptimal experience; in particular, [[wikilinks]] may not work. Whenever you read something in [[double square brackets]], just know that you can resolve that link by visiting https://anagora.org/double+square+brackets or similar.
- If you'd like help setting up a [[digital garden]] like this one for yourself, please reach out to me in any way you find convenient: [[flancian]].
- For more information about some of my other projects, please refer to https://flancia.org
- This garden is part of the [Agora of Flancia](https://anagora.org/agora), an experimental social knowledge graph, and can be found rendered with others in https://anagora.org/
!If you are reading this, you are probably reading an old garden last updated December 2025!
## Navigating this garden
My garden moved from the 'master' to 'main' branch (belatedly) on this date.
- Please use the search function in the [[Agora of Flancia]] as linked or embedded above, or begin by browsing one of the following starting points which tend to be interestingly connected :)
- [[person]]
- [[thing]]
- [[idea]]
- [[do]]
- [[contract]]
- [[flancia]]
- [[manifesto]]
- [[twitter]]
- [[mastodon]]
- [[matrix]]
- [[agora]]
- [[agora project]]
- [[agora server]]
- [[agora bridge]]
- [[agora plan]]
- [[agora discuss]]
- [[agora protocol]]
- [[agora rfcs]]
- [[wikilinks everywhere]]
Please update references:
## License
> ```bash
> # Switch to your local master branch
> git checkout master >
> # Rename it to main
> git branch -m master main
>
> # Fetch the latest changes from the remote
> git fetch
>
> # Point your new main branch to the remote main branch
> git branch -u origin/main main
>
> # (Optional) Clean up old remote tracking branch
> git remote prune origin
> ```
[[Flancia]] is [[Creative Commons]] and the [[Agora of Flancia]] is [[Free Software]].
See https://github.com/flancian/garden for more.