From: Reini U. <ru...@x-...> - 2004-07-01 08:19:55
|
Matthew Palmer wrote: > Is there any way to upload / include non-Wiki content within a PHPWiki? A > bloke here at work has suddenly decided he wants this feature to build a > dynamic reference library -- with direct links to the source PDFs (a la > footnotes). > > I've got him throwing the pages into his homedir (/~user etc), but it would > be a bit easier to have a file upload thing going on. Anyone know about it, > or should I just write one up to sit next to the wiki? * just type urls (as you already advised) * http://phpwiki.sourceforge.net/phpwiki/UpLoadPlugin and use the Upload: interwiki map then. (just a shortcut) * http://phpwiki.sourceforge.net/phpwiki/TranscludePlugin (iframe) If you add pdf to INLINE_IMAGES it can be inlined also (not tested) -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |