问题
I would like to have a subscription sponsored wiki in MediaWiki. I want the paid members to have access to certain part of the wiki. How do I achieve that?
Is there a plugin/extension or does it need a rewrite?
In any case, how do I implement the payment gateway if I was flagging the paid users in the database?
回答1:
You could use the Page Access Restriction extension: http://www.mediawiki.org/wiki/Extension:Page_access_restriction and a special group for paid members.
edit: That being said mediawiki doesn't reccomend you do it...
来源:https://stackoverflow.com/questions/619036/mediawiki-payment-gateway