From: Thomas K. <ka...@ph...> - 2001-01-11 16:32:20
|
Hi, > Perhaps in C style, we could introduce flags to ExtractWikiPageLinks to > return all links, only external, only BumbyText, only brackets, etc. The > function is only called once in any given DB library, so the change > wouldn't be unmanagable. You could ad an optional argument to the ExtractWikiPageLinks function which has a default value reproducing the actual behaviour. Then there is no need to change other libraries. Thomas p.s.: I made some extensions to phpwiki and am trying to do some more. Things I am very interesting in are - InterWiki : I implemented a NameSpace::WikiTag scheme to do this. - how can a single wiki site be multilingual ? There should be support to switch the language of the wiki as also to have multilingual wikiObjects - object oriented wiki aproach, to support more structuring I'm thinking about these ideas on www.openobject.de , unfortunately in german language. |