Ticket #1 (enhancement)
Opened 2 years ago
Last modified 2 years ago
Showing class (packages) loaded in XML
Status: new
| Reported by: | ed | Assigned to: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | v1.0 |
| Component: | core-engine | Version: | 1.0 |
| Keywords: | plugins theme | Cc: | |
I have added plugins registered in xml. It will be usefull for theme to know if it can handle video etc...
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<?xml-stylesheet type='text/xsl' href='http://www.vanbelle.fr/.libs/themes/explode/template.xslt'?>
<autoIndex>
<plugins-registered>
<plugin class='Apache::XmlAutoIndex::Service'/>
<plugin class='Apache::XmlAutoIndex::Image'/>
<plugin class='Apache::XmlAutoIndex::Video'/>
<plugin class='Apache::XmlAutoIndex::Audio'/>
<plugin class='Apache::XmlAutoIndex::Pdf'/>
<plugin class='Apache::XmlAutoIndex::OpenDocument'/>
<plugin class='Apache::XmlAutoIndex::Default'/>
</plugins-registered>
