donjaime Posted September 23, 2006 Share Posted September 23, 2006 I am developing a web application that requires some basic wiki functionality for part of the UI.I am trying to find a simple wiki renderer or package that can facilitate the following:Given some Wiki Markup, Wm.Passing Wm into the Renderer returns valid HTML, free from script injections, unpermitted tags, etc...I have been trying some open source wikis, but they are uneccessarily bloated and complex, and I am having trouble extracting such a simple renderer from their code bases.Does anyone have any recommendations that could help me out?Thanks in advance! Quote Link to comment https://forums.phpfreaks.com/topic/21755-need-simple-wiki-renderer-tips/ Share on other sites More sharing options...
Daniel0 Posted September 23, 2006 Share Posted September 23, 2006 Would the [url=http://pear.php.net]PEAR[/url] [url=http://pear.php.net/package/Text_Wiki]Text_Wiki[/url] package do what you want? Quote Link to comment https://forums.phpfreaks.com/topic/21755-need-simple-wiki-renderer-tips/#findComment-97162 Share on other sites More sharing options...
donjaime Posted September 23, 2006 Author Share Posted September 23, 2006 Thanks! Exactly what I needed!Im a Java and .Net developer and this is my first significant PHP application. Im not terribly familiar with the available packages :). Quote Link to comment https://forums.phpfreaks.com/topic/21755-need-simple-wiki-renderer-tips/#findComment-97296 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.