getpluginlist

Get the full list of plugins including suspend plugins

Parameters:
none
Returns:
XML
    <plugins>
        <plugin>
            <name> { PLUGIN NAME } </name>
            <shortname> { PLUGIN SHORT NAME } </shortname>
            <pluginpath> { PLUGIN PATH } </pluginpath>
            <vendor> { PLUGIN VENDOR } </vendor>
            <path> {PATH TO PLUGIN} </path>
            <description> { PLUGIN DESCRIPTION } </description>
            <localversion> { PLUGIN LOCAL VERSION } </localversion>
            <remoteversion> { PLUGIN REMOTE VERSION } </remoteversion>
            <iscritical> { yes | no } </iscritical>
            <minversionrequired> { REQUIRED VERSION (REGEXP) } </minversionrequired>
            <caninstall> { yes | no } </caninstall>
            <homepageurl> { HOME PAGE URL} </homepageurl>
            <suspended> { yes | no } </suspended>
            <url> { PLUGIN URL } </url>
        </plugin>
    </plugins>

Requirements:


Generated on Wed Oct 12 2011 21:46:52. © CodeLathe LLC 2007-2011. All Rights Reserved.