License integration MediaWiki
This project has been discussed many times before. The participants have joined those discussions as well. The info on this and it's subpages may not represent the current plans. Please contact one of the participants if you wish to get involved, get the latest status of have feedback regarding the information on these pages. |
License integration MediaWiki | |
---|---|
Participants | Bryan Tong Minh Timo Tijhof Roan Kattouw |
License integration MediaWiki...
LicenseManager
editmysql> DESCRIBE mw_license; +-----------+------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-----------+------------------+------+-----+---------+----------------+ | lic_id | int(10) unsigned | NO | PRI | NULL | auto_increment | | lic_name | varbinary(255) | NO | UNI | NULL | | | lic_url | varbinary(255) | NO | | NULL | | | lic_count | int(11) | NO | MUL | 0 | | +-----------+------------------+------+-----+---------+----------------+ 4 rows in set (0,00 sec)