- b2evolution CMS User Manual
- Archives
- Skin/Plugin XML Descriptions
Skin/Plugin XML Descriptions
This page specifies possible tags, attributes and values for the xml files describing the skins, and possibly the plugins, their latest version, etc.
In the end I think we have 3 to 4 different xml file formats:
- skininfo.xml which ships along with each skin
- plugininfo.xml which is fully redundant with the plugin.php so probably not needed
- skinlist.xml which contains a full list of what can be offered to a user
- pluginlist.xml which contains a full list of what can be offered to a user
They all contain different sets of the same tags:
- 1 and 2 get into the DB on skins/plugins.b2evo.net
- 3 and 4 get out of the DBs
- tag/entity: skinshot
- skininfo: -
- skinlist: yes
- plugininfo: -
- pluginlist: -
- values: URL
- description: 240*180 px image
- multiplicity: 1
- tag/entity: color
- skininfo: yes
- skinlist: yes
- plugininfo: -
- pluginlist: -
- values: red|yellow|purple|gray|black (CSS color names)
- description: dominant color
- multiplicity: +
- tag/entity: tested_on
- skininfo: yes
- skinlist: -
- plugininfo: yes
- pluginlist: -
- values: 1.10.0-beta
- description: b2evo version this has been tested on