Wrent / dokuwiki-plugin-latexit

Repository of DokuWiki plugin latexit, which allows to export multiple DokuWiki pages in single LaTeX file.
3 stars 8 forks source link

non-image media handling seems weird #15

Open splitbrain opened 10 years ago

splitbrain commented 10 years ago

It seems that non-image media (like PDFs or anything else) is included in the ZIP. Even weirder external files are downloaded. This should not happen. Instead a fully qualified URL (either to the Wiki or to the external source) should be constructed and inserted as a link.

splitbrain commented 10 years ago

Also $conf['fetchsize'] for external resources should be honored.