aboutsummaryrefslogtreecommitdiffstats
path: root/doc/00README.1st
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-15 22:25:12 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-15 22:25:12 +0000
commit3bc7e211a435c49aa70ad227799bd7b0c40356a1 (patch)
treed8e5262f1e1a9faad716b36f59a6b3fe65c288bd /doc/00README.1st
parenta63acaa328b9937677f3f5c4d861889a6e369034 (diff)
Merge changes from svn/asterisk/team/russell/LaTeX_docs.
* Convert most of the doc directory into a single LaTeX formatted document so that we can generate a PDF, HTML, or other formats from this information. * Add a CLI command to dump the application documentation into LaTeX format which will only be include if the configure script is run with --enable-dev-mode. * The PDF turned out to be close to 1 MB, so it is not included. However, you can simply run "make asterisk.pdf" to generate it yourself. We may include it in release tarballs or have automatically generated ones on the web site, but that has yet to be decided. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58931 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/00README.1st')
-rw-r--r--doc/00README.1st74
1 files changed, 0 insertions, 74 deletions
diff --git a/doc/00README.1st b/doc/00README.1st
deleted file mode 100644
index c006d56a8..000000000
--- a/doc/00README.1st
+++ /dev/null
@@ -1,74 +0,0 @@
-Files in the /doc directory:
-----------------------------
-In addition to these files, there is a lot of documentation of various
-configuration options in the sample configuration files, in the /configs
-directory of your source code
-
-Start here
-----------
-security.txt IMPORTANT INFORMATION ABOUT ASTERISK SECURITY
-hardware.txt Hardware supported by Asterisk
-
-Configuration
--------------
-configuration.txt Features in the configuration parser
-extensions.txt Basics about the dialplan
-extconfig.txt How to use databases for configuration of Asterisk (ARA)
-ip-tos.txt About the IP Type Of Service settings
-realtime.txt The Asterisk Realtime Architecture - database support
-freetds.txt Information about the FreeTDS support
-ael.txt Information about the Asterisk Extension Language
-
-Misc
-----
-PEERING The General Peering Agreement for Dundi
-ajam.txt About the HTTP-based manager interface
-app_sms.txt How to configure the SMS application
-asterisk.conf.txt Documentation of various options in asterisk.conf
-callingpres.txt Settings for Caller ID presentation
-billing.txt Call Data Record information
-cliprompt.txt How to change the Asterisk CLI prompt
-dundi.txt Dundi - a discovery protocol
-enum.txt Enum support in Asterisk
-ices.txt Integrating ICEcast streaming in Asterisk
-jitterbuffer.txt About the IAX2 jitterbuffer implementation
-math.txt About the math() application
-mp3.txt About MP3 support in Asterisk
-musiconhold-fpm.txt Free Music On Hold music
-mysql.txt About MYSQL support in Asterisk
-odbcstorage.txt Voicemail storage of messages in UnixODBC
-privacy.txt Privacy enhancements in Asterisk
-queuelog.txt Agent and queue logging
-channelvariables.txt Channel variables
-cdrdrivers.txt About CDR storage in various databases (needs update)
-asterisk-mib.txt SNMP mib for Asterisk (net-snmp)
-digium-mib.txt SNMP mib for Asterisk (net-snmp)
-
-Channel drivers
----------------
-misdn.txt The mISDN channel driver for ISDN BRI cards
-h323.txt How to compile and configure the H.323 channel
-chaniax.txt About the IAX2 protocol support in Asterisk
-localchannel.txt The local channel is a "gosub" in the dialplan
-
-Portability
------------
-cygwin.txt Compiling Asterisk on CygWin platforms (Windows)
-
-For developers
---------------
-See http://www.asterisk.org/developers for more information
-
-manager.txt About the AMI - Asterisk Manager Interface
- for third party call control and PBX management
-backtrace.txt How to produce a backtrace when Asterisk crashes
-CODING-GUIDELINES Guidelines for developers
-channels.txt What is a channel?
-externalivr.txt Documentation of the protocol used in externalivr()
-linkedlists.txt How to develop linked lists in Asterisk (old)
-iax.txt About the IAX protocol
-apps.txt About application development
-model.txt About the call model in Asterisk (old)
-modules.txt How Asterisk modules work
-datastores.txt About channel data stores
-speechrec.txt The Generic Speech Recognition API