aboutsummaryrefslogtreecommitdiffstats
path: root/main/xml.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-27Merged revisions 197374 via svnmerge from tilghman1-0/+3
https://origsvn.digium.com/svn/asterisk/trunk ........ r197374 | tilghman | 2009-05-27 18:48:15 -0500 (Wed, 27 May 2009) | 2 lines Revert commit 192032. This define is needed on Mac OS X. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@197375 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-18Merged revisions 195075 via svnmerge from eliel1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ........ r195075 | eliel | 2009-05-18 09:30:34 -0400 (Mon, 18 May 2009) | 3 lines Do not avoid loading the XML documentation if not XInclude substitution is done. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@195094 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-18Merged revisions 194982 via svnmerge from eliel1-1/+8
https://origsvn.digium.com/svn/asterisk/trunk ........ r194982 | eliel | 2009-05-16 16:01:22 -0400 (Sat, 16 May 2009) | 20 lines Allow to include sections of other parts of the xml documentation. Avoid duplicating xml documentation by allowing to include other parts of the xml documentation using XInclude. Example: <xi:include xpointer="xpointer(/docs/function[@name='CHANNEL']/synopsis)" /> (Insert this line to include the synopsis of the CHANNEL function xml documentation). It is also possible to include documentation from other files in the 'documentation/' directory using the href="" attribute inside a xinclude element. (closes issue #15107) Reported by: lmadsen (issue #14444) Reported by: ewieling ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@195093 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-04Merged revisions 192032 via svnmerge from eliel1-1/+0
https://origsvn.digium.com/svn/asterisk/trunk ........ r192032 | eliel | 2009-05-04 11:35:35 -0400 (Mon, 04 May 2009) | 3 lines Do not re-define _POSIX_C_SOURCE if it was already defined. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@192033 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-031. Make OS X compile cleanly with app_stack.tilghman1-0/+1
2. Use curl to download sound files, as curl is installed natively on OS X, whereas wget and fetch are not. (closes issue #14332) Reported by: oej Tested by: Corydon76 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@173130 f38db490-d61c-443f-a65b-d21fe96a405b
2008-11-01Merge changes from team/group/appdocsxmlrussell1-0/+195
This commit introduces the first phase of an effort to manage documentation of the interfaces in Asterisk in an XML format. Currently, a new format is available for applications and dialplan functions. A good number of conversions to the new format are also included. For more information, see the following message to asterisk-dev: http://lists.digium.com/pipermail/asterisk-dev/2008-October/034968.html git-svn-id: http://svn.digium.com/svn/asterisk/trunk@153365 f38db490-d61c-443f-a65b-d21fe96a405b