Hi, I'm trying to integrate a XWiki into another Web Application. Is there a simple possibility to modify all hyperlinks on a generated XWiki page? Links to resource files (images, stylesheets, jscripts, ...) shall remain unchanged. For example: Change the hyperlink http://localhost:8085/xwiki/bin/view/Main/WebHome so that it points to http://localhost:8080/myapp/xwiki/bin/view/Main/WebHome It would be desirable if I just had to change something in the XWiki config files. Regards Christian -- View this message in context: http://www.nabble.com/Modifying-all-hyperlinks-on-a-generated-XWiki-page-tf3... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Christian, On May 25, 2007, at 10:13 PM, jcf wrote:
Hi,
I'm trying to integrate a XWiki into another Web Application. Is there a simple possibility to modify all hyperlinks on a generated XWiki page? Links to resource files (images, stylesheets, jscripts, ...) shall remain unchanged.
For example: Change the hyperlink http://localhost:8085/xwiki/bin/view/Main/WebHome so that it points to http://localhost:8080/myapp/xwiki/bin/view/Main/WebHome
It would be desirable if I just had to change something in the XWiki config files.
There's a new feature for this in 1.1B1 but it's not documented yet. We need Ludovic's help as he's the one who coded it... alternatively someone needs to look in the code, find out how it works and document it... Here's the jira issue: http://jira.xwiki.org/jira/browse/XWIKI-1179 Thanks -Vincent
participants (2)
-
jcf -
Vincent Massol