Ibis release 0.2.0 - Federated Wiki with Shiny Redesign
Ibis release 0.2.0 - Federated Wiki with Shiny Redesign
Ibis release 0.2.0 - Federated Wiki with Shiny Redesign
Anyone know:
How to rip a wiki from something like fandom and save it in a format that could be uploaded to this and
If that's legal in the first place?
It's legal if credit is given and it's shared under CC-BY-SA.
https://www.fandom.com/licensing
Except where otherwise permitted, the text on Fandom communities (known as “wikis”) is licensed under the Creative Commons Attribution-Share Alike License 3.0 (Unported) (CC BY-SA).
you might find some inspiration from https://breezewiki.com/ - either its codebase directly or using it as an intermediary while scraping
Fandom offers database dumps in xml, see here https://community.fandom.com/wiki/Help:Database_download
This is a cute idea but I've generally been satisfied with the idea of using Gitit. That's a wiki backed by a git repo, so you can use normal git commands to propagate updates between servers. https://github.com/jgm/gitit or "apt install gitit".