You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/doc/tex
Mark Michelson b489558138
Merging the queue-penalty branch. In short, this allows one to dynamically adjust
18 years ago
..
Makefile Fix replacing the version number when it has a '/' in it, like 18 years ago
README.txt * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
ael.tex Another major doc directory update from IgorG. This patch includes 18 years ago
ajam.tex Another major doc directory update from IgorG. This patch includes 18 years ago
app-sms.tex Another major doc directory update from IgorG. This patch includes 18 years ago
asterisk-conf.tex (closes issue #7852) 18 years ago
asterisk.tex Many doc directory improvements, including: 18 years ago
backtrace.tex When merging the last documentation update, I forgot to "svn add" a file. 18 years ago
billing.tex Another major doc directory update from IgorG. This patch includes 18 years ago
cdrdriver.tex Another major doc directory update from IgorG. This patch includes 18 years ago
chaniax.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
channelvariables.tex Merging the queue-penalty branch. In short, this allows one to dynamically adjust 18 years ago
cliprompt.tex Another major doc directory update from IgorG. This patch includes 18 years ago
configuration.tex Another major doc directory update from IgorG. This patch includes 18 years ago
dundi.tex Another major doc directory update from IgorG. This patch includes 18 years ago
enum.tex Many doc directory improvements, including: 18 years ago
extensions.tex Another major doc directory update from IgorG. This patch includes 18 years ago
freetds.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 18 years ago
hardware.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 18 years ago
ices.tex Many doc directory improvements, including: 18 years ago
imapstorage.tex Adding documentation regarding imapfolder, imapgreetings, and greetingsfolder options 18 years ago
jitterbuffer.tex Another major doc directory update from IgorG. This patch includes 18 years ago
localchannel.tex Merged revisions 89416 via svnmerge from 18 years ago
manager.tex Another major doc directory update from IgorG. This patch includes 18 years ago
misdn.tex Another major doc directory update from IgorG. This patch includes 18 years ago
mp3.tex Merged revisions 77424,77429 via svnmerge from 18 years ago
odbcstorage.tex Many doc directory improvements, including: 18 years ago
privacy.tex Another major doc directory update from IgorG. This patch includes 18 years ago
qos.tex HUGE improvements to QoS/CoS handling by IgorG 18 years ago
queuelog.tex Another major doc directory update from IgorG. This patch includes 18 years ago
queues-with-callback-members.tex Merged revisions 89450 via svnmerge from 18 years ago
realtime.tex Another major doc directory update from IgorG. This patch includes 18 years ago
security.tex Another major doc directory update from IgorG. This patch includes 18 years ago
sla.tex Another major doc directory update from IgorG. This patch includes 18 years ago

README.txt

Asterisk Reference Documentation
--------------------------------

1) To generate a PDF from this documentation, you will need the rubber tool,
   and all of its dependencies.  The web site for this tool is:

      http://www.pps.jussieu.fr/~beffara/soft/rubber/

   Then, once this tool is installed, running "make pdf" will generate
   the PDF automatically using this tool.  The result will be asterisk.pdf.

   NOTE:  After installing rubber, you will need to re-run the top level
   configure script.  It checks to see if rubber is installed, so that the
   asterisk.pdf Makefile target can produce a useful error message when it is
   not installed.

2) To generate HTML from this documentation, you will need the latex2html tool,
   and all of its dependencies.  The web site for this tool is:

      http://www.latex2html.org/

   Then, once this tool is installed, running "make html" will generate the
   HTML documentation.  The result will be an asterisk directory full of
   HTML files.