asterisk/doc
Corey Farrell 879e592baf Build System: Enable python3 compatibility.
* Consistently use spaces in rest-api-templates/asterisk_processor.py.
* Exclude third-party from docs/full-en_US.xml.
* Add docs/full-en_US.xml to .gitignore.
* Use list() to convert python3 view.
* Use python3 print function.
* Replace cmp() with equivalent equation.
* Replace reference to out of scope subtype variable with name
  parameter.
* Use unescaping triple bracket notation in mustache templates where
  needed.  This causes behavior of Python2 to be maintained when using
  Python3.
* Fix references to has_websocket / is_websocket in
  res_ari_resource.c.mustache.
* Update calculation of has_websocket to use any().
* Use unicode mode for writing output file in transform.py.
* Replace 'from swagger_model import *' with explicit import of required
  symbols.

I have not tested spandspflow2pcap.py or voicemailpwcheck.py, only the
print syntax has been fixed.

Change-Id: If5c5b556a2800d41a3e2cfef080ac2e151178c33
2018-04-09 10:07:38 -04:00
..
lang doc/lang/language-criteria.txt: Link to wiki. 2018-02-20 04:32:44 -06:00
.gitignore Build System: Enable python3 compatibility. 2018-04-09 10:07:38 -04:00
CODING-GUIDELINES Restore CODING-GUIDELINES to doc folder 2012-08-30 12:50:03 +00:00
IAX2-security.pdf Merged revisions 216008 via svnmerge from 2009-09-03 18:45:54 +00:00
IAX2-security.txt Merged revisions 216263 via svnmerge from 2009-09-04 10:48:44 +00:00
Makefile Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
README.txt Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
aelparse.8 doc: Add a manpage for the aelparse utility 2014-08-29 19:35:43 +00:00
appdocsxml.dtd func_channel: Reorganize documentation 2016-08-15 07:39:19 -05:00
appdocsxml.xslt appdocsxml.xslt: Add Language to channel snapshot transformation 2018-02-01 15:03:03 -06:00
astdb2bdb.8 Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
astdb2sqlite3.8 Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
asterisk-ng-doxygen.in progdocs: Exclude ./third-party from documentation generation 2016-03-19 17:51:41 -05:00
asterisk.8 Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
asterisk.sgml Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
smsq.8 doc: Add a manpage for the smsq utility 2014-08-29 19:40:34 +00:00

README.txt

The vast majority of the Asterisk project documentation has been moved to the
project wiki:

    https://wiki.asterisk.org/

Asterisk release tarballs contain an export of the wiki in PDF and plain text
form, which you can find in:

    doc/AST.pdf
    doc/AST.txt

Asterisk uses the Doxygen documentation software.  Run "make progdocs" and open
the resulting documentation index at doc/api/index.html in a webbrowser or copy
the directory to a directory served by a webserver for remote access.