Hi,
I'd like to make Lotus Notes databases available in mediawiki. For those unaware it is possible to link to Lotus Notes databases using similar link to a standard one. So instead of http://google.com (and "<a href="google.com">Google</a>") I'd like to be able to link like: notes://url/LotusNotesDatabase.nsf. For more info on Lotus Notes databases check this forum: http://www-10.lotus.com/ldd/nd6forum.nsf?OpenDatabase.
I'd also like to extend the basic MediaWiki "linking capabilities" with notes:// links - i.e. users should be able to link to databases from wiki either by handtyping new link or using new button from toolbar.
If anyone know where it would be good to start (I thought about rewritting parser.php or writing new extension) I would be v.grateful
Regards, Aretai
Add this to your localsettings.php, delete the protocols you do not like.
/** * The external URL protocols */ $wgUrlProtocols = array( 'http://', 'https://', 'notes://', 'file://', 'ftp://', 'irc://', 'gopher://', 'telnet://', // Well if we're going to support the above.. -ævar 'nntp://', // @bug 3808 RFC 1738 'worldwind://', 'mailto:', 'news:' );
aretai aretai schrieb:
I'd also like to extend the basic MediaWiki "linking capabilities" with notes:// links - i.e. users should be able to link to databases from wiki either by handtyping new link or using new button from toolbar.
Thank you that really helped. Danke sehr;)
On 11/26/06, Gunter News2006@freenet.de wrote:
Add this to your localsettings.php, delete the protocols you do not like.
/**
- The external URL protocols
*/ $wgUrlProtocols = array( 'http://', 'https://', 'notes://', 'file://', 'ftp://', 'irc://', 'gopher://', 'telnet://', // Well if we're going to support the above.. -ævar 'nntp://', // @bug 3808 RFC 1738 'worldwind://', 'mailto:', 'news:' );
aretai aretai schrieb:
I'd also like to extend the basic MediaWiki "linking capabilities" with notes:// links - i.e. users should be able to link to databases from
wiki
either by handtyping new link or using new button from toolbar.
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org