Is there an XML or JSON version of all the plugins?
Perhaps just a simple structure like below. <plugins> <plugin name="Tabs" description="Tab is a simple..." file="<a href="http://jquery.com/plugins/files/jquery.Tabs.js"> http://jquery.com/plugins/files/jquery.Tabs.js</a>" /> <plugin name="Accordian" description="Accordians are our friend." file="<a href="http://jquery.com/plugins/files/jquery.accordian.js"> http://jquery.com/plugins/files/jquery.accordian.js</a>" /> </plugins> ~Sean