Hi,

I think it becomes more clear that with RL and SRF's ability to easily
incorporate plug-ins (jquery etc.) that somehow those plug-ins should
be visibly displayed together with smwdoc.

It would be nice if someone could come up with a proposal on how to
best address this issue to ensure that things like type(name) of
plug-in, version of plug-in in use, and license that this plug-in was
published can be registered.

We already register modules via SRF_Resource.php, so enhancing the
module registration for SMW's purpose to be able to track down plug-in
specific information might help in the long run.

PS: If smwdoc does not right away allow the display those information
that's fine but some kind of array provided in SRF_Resource.php that
can be used now would be great.

Maybe something like ...?

$SRFPlugin['listwidget'][] = array (
        'name'  => 'jquery.listnav',
        'version' => '2.1',
        'license' => 'Dual MIT/GPL',
        'url' => ' ... ',
);

[1] http://www.semantic-mediawiki.org/wiki/Roadmap#Improve_smwdoc

Cheers,

mwjames

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to