You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to use djiki for multi-language content. Two things have to be taken under consideration:
storage: Different language versions can be stored either in the same database (and the same table), appearing under the same site address. On the contrary, they might be spread among separate, independent servers.
connection: There must be some way to define interwiki links and resolve them into proper URLs, depending on the storage solution.
The roadmap:
Add language field to the Page model and make (title, language) unique instead of title itself.
Add DJIKI_LANGUAGE setting with fallback to automatically recognize the language used on site, within the current request context.
Add interwiki syntax to the Creole markup and implement a set of basic URL resolvers (perhaps a part of the parser itself).
Think how to handle the images
The text was updated successfully, but these errors were encountered:
It should be possible to use djiki for multi-language content. Two things have to be taken under consideration:
The roadmap:
The text was updated successfully, but these errors were encountered: