Are you suggesting that the search would be done on the external wikis? Just to note that the Interwiki functionality does *not* provide any connection to the external wiki, just a syntactic shortcut. E.g., from the following definitions in WEB-INF/jspwiki.properties:
# Wikipedia, a Wiki encyclopedia! jspwiki.interWikiRef.Wikipedia = http://www.wikipedia.com/wiki/%s # Google, the ubiquitous search engine. jspwiki.interWikiRef.Google = http://www.google.com/search?q=%s So, [Wikipedia:SomePage] would be a reference to http://www.wikipedia.com/wiki/SomePage and [] would be a reference to http://www.google.com/search?q=SomePage. So in the latter case there is no wiki page at all as the reference isn't even to a wiki (but Google would provide URLs as a result, a "false positive"). Could you clarify your suggestion? On its face this sounds unworkable. Thanks, Ichiro On Fri, Jul 19, 2013 at 2:14 AM, Jim Willeke (JIRA) <[email protected]> wrote: > Jim Willeke created JSPWIKI-786: > ----------------------------------- > > Summary: Expand Functionality for InterWiki links > Key: JSPWIKI-786 > URL: https://issues.apache.org/jira/browse/JSPWIKI-786 > Project: JSPWiki > Issue Type: Improvement > Components: Plugins > Affects Versions: FutureVersion > Environment: All > Reporter: Jim Willeke > Priority: Minor > Fix For: FutureVersion > > > Entering a normal link of [SomePage] could assume a link to one of the > defined InterWiki links by performing a search for the page according to > the defined InterWiki link criteria. > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA > administrators > For more information on JIRA, see: http://www.atlassian.com/software/jira >
