Search code examples
djangodokuwiki

DokuWiki: Include content from Django Application


The "intranet knowledge base" of the company I work for is our DokuWiki.

I want to add some data to dokuwiki of a django application.

I found the dokuwiki plugin include, but this seems to be only able to include wiki pages, not external resources (via https://....).

How can I add content from a web application to dokuwiki?

Support for authentication (dokuwiki needs a password to access the web application) would be good.


Solution

  • You can use an iframe, with the iframe plugin.

    Note that the other application needs authentication of its own. But it is applied then on that included page also, depending if you are logged into the browser. Displaying authenticated pages on behalf of this wiki is an other question, needs more complex approach.