Chuck Grimmett has written about digital gardens, and also recently wrote about the desire to have feeds for such sites. Andrew Shell has done some work in this area, creating tools for generating feeds for Federated Wiki sites. Any other garden/wiki tools out there for this use case?
Federated Wiki
There are 10 posts filed in Federated Wiki (this is page 1 of 1).
I added some content to my Federated Wiki instance today (some links to articles on pizza, and a link to the University of Kansas Community Tool Box). It was fun, and did not take too much effort to remember how to add new content. I should play around with Federated Wiki some more…
Wiki resources
Tom Critchlow – Building a Digital Garden: How I built myself a simple wiki using folders and files and published using Jekyll (his personal wiki)
I liked this article because it makes it possible to have a wiki without a database
Tom Critchlow – Of Digital Streams, Campfires and Gardens – Building personal learning environments across the different time horizons of information consumption
Tom gives Twitter, blogging, and wikis as his examples for his title, also references the article below.
Mike Caufield – The Garden and the Stream: A TechnoPastoral
This 2015 article compares and contrasts wikis and blogs, with a focus on Federated Wiki (created by Ward Cunningham)
Frank McPherson – Site index page for his instance of Federated Wiki (also, his page on setting up Federated Wiki on your laptop)
Andy Sylvester – My instance of Federated Wiki (my New User Setup page)
Rudimentary Lathe – Jack Baty’s hosted instance of TiddlyWiki
TiddlyWiki – Main site to download your own copy
Chris Aldrich – Summary of Indieweb pop-up session on The Garden and The Stream (includes notes and video)
Read: Setting up federated wiki on cPanel
The installation isn’t a one-button procedure. However, an administator comfortable with opening an SSH terminal onto your shared hosting account should be able to follow the steps below. (If you have problems, the federated wiki community hangs out in a room on matrix.org).
Knowledge wiki examples
Doing a local install of Federated Wiki
Per this page (https://www.npmjs.com/package/wiki), I started Node.js command prompt and entered the following command:
npm install -g wiki
I then opened a browser tab and went to http://localhost:3000 and was able to see the Welcome Visitors page:
To be able to see the journal icons and be able to make edits, I clicked on the word “wiki” at the bottom of the page. After doing that, I saw a check mark appear next to the word, and I was able to make and save edits. It still looked like there is a yellow background to the pages. In the past, I thought that meant that changes would not be saved, but I will need to look into that more.
Next steps – look at getting wiki source code and running that so I can make local changes.