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
Tilghman Lesher 95bee48cde
Fix escaping and some of the formattting (closes issue #10285)
19 years ago
..
Makefile * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
README.txt * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
ael.tex Fix escaping and some of the formattting (closes issue #10285) 19 years ago
ajam.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
app-sms.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
asterisk-conf.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
asterisk.tex Fix escaping and some of the formattting (closes issue #10285) 19 years ago
billing.tex Fix escaping and some of the formattting (closes issue #10285) 19 years ago
cdrdriver.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
chaniax.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
channelvariables.tex Fix escaping and some of the formattting (closes issue #10285) 19 years ago
cliprompt.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
configuration.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
dundi.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
enum.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
extensions.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
freetds.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
hardware.tex Fix escaping and some of the formattting (closes issue #10285) 19 years ago
ices.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
imapstorage.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
jitterbuffer.tex Fix escaping and some of the formattting (closes issue #10285) 19 years ago
localchannel.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
manager.tex Fix escaping and some of the formattting (closes issue #10285) 19 years ago
misdn.tex Fix escaping and some of the formattting (closes issue #10285) 19 years ago
mp3.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
odbcstorage.tex Fix escaping and some of the formattting (closes issue #10285) 19 years ago
privacy.tex Fix escaping and some of the formattting (closes issue #10285) 19 years ago
qos.tex Fix escaping and some of the formattting (closes issue #10285) 19 years ago
queuelog.tex Fix escaping and some of the formattting (closes issue #10285) 19 years ago
queues-with-callback-members.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
realtime.tex Fix escaping and some of the formattting (closes issue #10285) 19 years ago
security.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 years ago
sla.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 19 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.