apps icon indicating copy to clipboard operation
apps copied to clipboard

Wiki

Open almereyda opened this issue 10 years ago • 2 comments

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.

almereyda avatar Nov 25 '15 02:11 almereyda

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

harlantwood avatar Dec 03 '15 08:12 harlantwood

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.

almereyda avatar Dec 30 '15 06:12 almereyda