On Thu, Mar 11, 2010 at 05:42, Felipe Nascimento de Moura <felipenmo...@gmail.com> wrote: > Hi there, I'm Felipe, from Brazil. > I've built the PHPDevBar, an addon for Firefox ( > https://addons.mozilla.org/en-US/firefox/addon/12686) which helps a lot, PHP > programmers. > I've used an XML with the most of PHP functions, in my server, to be used by > this addon when using the quick search. This xml has the name of each > function, its return type and its parameters. > But this XML is not complete, and I will not be able to keep it completely > up to date. I wonder if there is a XML file, or something like that, I could > use to make it work, streight from the PHP official source. > > There is a video, of how this addon works at http://screenr.com/jpx
All the documentations are stored in XML format called Docbook. We use a rendering application called "PhD" to render those files into various different formats, such as HTML, PHP, PDF and unix manual pages. There is an PhD format called "IDE" which can create a standalone XML file with all function information (such as name and arguments). You can use this file for your plugin. For more information, see http://wiki.php.net/doc/phd or ask on phpdoc@lists.php.net for help. > Also, if you could say something about it in your newsletter, twitter or > anything, I think it would be great :) We don't have newsletter or twitter accounts. -Hannes