From the project page:
There is no tight coupling with the MediaWiki codebase, all re-use of MediaWiki code is done via the API.
Does this mean that the code will be self-contained within this module, so that other files such as the MediaWiki code do not need to be maintained separately by site admins?
Thank you.
Comments
Comment #1
calexo commentedI don't think so.
This module calls the API of an existing Mediawiki installation, which should be maintained.
Thanks,
Comment #2
kentr commentedThx for the reply.