• roastpotatothief@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    4 months ago
    1. I just assumed that would be easy, that you would have one instance with no actual content. It just fetches the wikipedia article with the same name, directly from the wikipedia website. I guess I didn’t really think about it.

    2. I guess that’s a design choice. Looking at different ways similar issues have been solved already…

    How does wikipedia decide that the same article is available in different languages? I guess there is a database of links which has to be maintained.

    Alternatively, it could assume that articles are the same if they have the same name, like in your example where “Mountain” can have an article on a poetry instance and on a geography instance, but the software treats them as the same article.

    Wikipedia can understand that “Rep of Ireland” = “Republic of Ireland”. So I guess there is a look-up-table saying that these two names refer to the same thing.

    Then, wikipedia can also understand cases where articles can have the same name but be unrelated. Like RIC (paramilitary group) is not the same as RIC (feature of a democracy).

    I do think, if each Ibis instance is isolated, it won’t be much different from having many separate wiki websites. When the software automatically links you to the same information on different instances, that’s when the idea becomes really interesting and valuable.