Creating a wiki system

I have transitioned from another framework to Yii and I am quite impressed. I was attempting in build my wiki in the other framework. Long story short, I ended up writing a lot of code to get a sub-par finish. I used git in conjunction with gitweb as the interface and to perform the ‘diff’ between revisions and keep the history.

Yii’s wiki is exactly what I was aiming for and hoping to use (albeit in a totally different context). It is simple and straight forward. Is there any documentation on the code behind it? The blog demo is a very good start.

How is the revision diff performed? Has anyone done something similar? Thanks

There is Yeeki developed by samdark - https://github.com/samdark/Yeeki

Excellent, this looks like a very good start.