When using the #REDIRECT syntax on a page you can only specify a wiki page as the target. I'd like to see an option to either:
- Allow a full url to be specified (possibly a bit dangerous I know)
- Utilize frames to open the wiki page in a top frame, and have the target url opened in a bottom frame.
We have a large java based system with a ton of javadoc (html files). We maintain a wiki with "extra" information about the javadoc, what I'd like from this feature is a way to stitch the two together in a more seamless fashion.
- I support the idea of this, possibly using an IFRAME between the header and footer. -- SimonDavis
That would be a MeatBall:TransClusion.
Is there any transclusion patch? which doesn't use frames, just gets the html from a URL just as if it were the value of the page?
This could be problematic if the page to be included has a different doctype or character set etc.