Title | Link to Notes pages/documents |
Date | 22-Jan-2007 21:44:32 EET |
Version | latest |
Submitter | 66.46.195.190 |
Bug criticality | EnhancementRequest |
Browser version | IE 7 |
Bug status | ClosedBug |
PageProvider used | all |
Servlet Container | ? |
Operating System | Windows XP |
URL | all |
Java version | ? |
Hello,
My office uses Lotus Notes. We would like to use JSPWiki as a knowledge management system and refer to documents that are currently stored in Lotus Notes. A URL that works in a browser to call up Notes and the appropriate form has the format:
Notes://Oceanus/85256FCD006482EF/0E0E4534DE29CA3585256AA2005065F5
When inserting this hyperlink into a JSPWiki page, the system does not treat it as a valid link. Can the system be made to recognize Notes as a non-wiki link?
Thank you,
A. Vogel arnim.vogel at mxi.com
You can use an InterWiki reference for this. Your $WIKI_HOME/WEB-INF/jspwiki.properties file would contain (note the %s variable reference):
# Lotus Notes interwiki reference. jspwiki.interWikiRef.LotusNotes = Notes://Oceanus/%s
with a link reference on a WikiPage like:
[Document Name | LotusNotes:85256FCD006482EF/0E0E4534DE29CA3585256AA2005065F5]
That should do the trick.
Add new attachment
Only authorized users are allowed to upload new attachments.