Wiki
This issue is collecting links regarding various approaches of wiki engines in IPFS.
We know of https://github.com/jamescarlyle/ipfs-wiki. But also Federated Wiki is a candidate for a native guest to IPFS:
- https://github.com/ipfs/notes/issues/66#issuecomment-157127519
- https://github.com/fedwiki/wiki-server/issues/106
Let's see where we are going together.
Gollum is the wiki that github uses for repository wikis. Every wiki is backed by a git repo. You can clone the wiki locally and work on it offline etc.
We could either replace the git part with IPFS, or do something smart like bridge the git into IPFS... https://github.com/ipfs/faq/issues/75
I am almost sorry not having thought of IPFS back then, but anticipating a future rewrite of Jingo (https://github.com/claudioc/jingo/pull/111#issuecomment-164271295), a static HTML5 frontend will be rebuilt. Using a static viewer (+ editor?) on dynamic sources like https://github.com/federated-wiki/hapgood-reader.htm could be a nice exercise.