[quote name=‘qiang’]We are rewriting the whole application powering yiiframework.com, based on the feedback we have received so far. We will mainly improve the extension system, the documentation system, and the community system. We will reveal more details as we get there.
[/quote]
I wonder whether the "more details" could include the source code behind the website yiiframework.com ?
Especially what is behind the very clean and easy to use “class reference” page would get my attention.
That makes me even more curious to see the source code of the website.
Isn’t this a contradiction: on the one hand there is this excellent framework where so much energy is put in, and on the other hand there is this excellent website that is 90% Yii (guessing!) used for the promotion of Yii. But exactly this code is kept private. By hiding it, one could doubt the capacities of the framework. By revealing it, it would make an exemplary showcase.
That is only partially true. The Definite Guide and the API docs are static. The forum is a modified IPBoard. The wiki is - as I believe - samdark’s Yeeki, which is entirely OSS. Leaves the frontpage and the memeber list. These are pure Yii with a bit of Zend Framework to generate feeds.
Well, I can only speculate what the reasons behind this decision are. Could be security concerns. From what I heard, the entire site is being managed through a non-public SVN repo. Chances are good it contains everything. Up to and including the forum. As IP.Board isn’t OSS, opening this repo up for the public could be problematic in many different ways.