最近evaluated 一些Wiki软件: SnipSnap, Twiki, MediaWiki. 最后选择了Python写的MoinMoin:
http://moinmoin.wikiwikiweb.de/
主要原因是用户权限控制很强,如以下的ACL就把public wiki变成Intranet了:
[code]
acl_rights_before = u"Jpenguin:read,write,delete,revert,admin"
acl_rights_default = u"GaocanUserGroup:read,write,delete,admin,revert All:"
[/code]
然后还可以定义per page的ACL。
MoinMoin用的是Flatfile storage, 其他功能见
[url]http://moinmoin.wikiwikiweb.de/MoinMoinFeatures[/url]
如 inline images/attachments, bytecode-compiled versions of pages,
Google 最近资助了几个学生给MoinMoin新增一些功能,如
"Automatic classification of wiki pages and extending security system"
[url]http://moinmoin.wikiwikiweb.de/GoogleSoc2007[/url]
http://moinmoin.wikiwikiweb.de/
主要原因是用户权限控制很强,如以下的ACL就把public wiki变成Intranet了:
[code]
acl_rights_before = u"Jpenguin:read,write,delete,revert,admin"
acl_rights_default = u"GaocanUserGroup:read,write,delete,admin,revert All:"
[/code]
然后还可以定义per page的ACL。
MoinMoin用的是Flatfile storage, 其他功能见
[url]http://moinmoin.wikiwikiweb.de/MoinMoinFeatures[/url]
如 inline images/attachments, bytecode-compiled versions of pages,
Google 最近资助了几个学生给MoinMoin新增一些功能,如
"Automatic classification of wiki pages and extending security system"
[url]http://moinmoin.wikiwikiweb.de/GoogleSoc2007[/url]