Update / extend RFCs please

Andy Staudacher <[email protected]> Sun, 01 Aug 2004 12:12:20 +0200
Newsgroups gmane.comp.cms.xaraya.documentation
Organization Xaraya
Message-ID <[email protected]>
I'm trying to write my own module.
IMO ATM the XarayaMDG.pdf + RFC are not sufficient documentation.
Please update the RFCs to the present state (i.e. RFC0007, xaraya doesn't 
have a group and user table, but a role table)
i.e. the file modules\modulename\xarversion.php
There's the RFC 0013 on 
http://www.xaraya.com/documentation/rfcs/rfc0013.html
What the RFC lacks is a list of all allowed properties and their 
description.
i.e. what do these attributes mean? which one is optional etc.
$modversion['official']       = 1; // my guess: if it's from the xaraya dev 
team, then 1
$modversion['admin']          = 0; // my guess: if it has admin API/views, 
then 1
$modversion['user']           = 1; // my guess: if it has user API/views, 
then 1
$modversion['securityschema'] = array('ModuleName::' => '::'); // there 
should be a link from RFC0013 to section 7 of RFC0030 on 
http://www.xaraya.com/documentation/rfcs/rfc0030.html
$modversion['dedication'] = 'some string'; // my guess: optional
$modversion['requires'] = array(); // depricated?
$modversion['dependency'] = array(); // documented, but listed because of 
possible redundancy with 'requires'