Hello list,<br> I am writing here to get some feedback about how to handle other XML documentation sources like "addons" and other extra files where we could be able to find (application/functions) XML documentation. The idea is to add a configuration context inside asterisk.conf of the form:<br>
<br>[documentation]<br>language => en_US<br>source => core<br>source => addons<br>source => anotherextra<br><br>So, asterisk will search inside PATH/core-en_US.xml, PATH/addons-en_US.xml and PATH/anotherextra-en_US.xml to find the XML documentation when needed.<br>
Right now core is being hardcoded inside the code (uggh), with this form we will be able to add as many sources as needed, then in asterisk-addons we will be able (in the make install) to generate the "addons-language.xml" file. And if we added our application from outside the source tree we will be able to create an xml file and just insert the name in asterisk.conf.<br>
<br>Sorry for my poor english. Hope you to understand the idea.<br clear="all"><br>Thanks in advanced<br><br>-- <br>Eliel Sardaņons<br>LU1ALY<br>