[Asterisk-doc] docs api-ref.xml,NONE,1.1 application-ref.xml,NONE,1.1 cli-ref.xml,NONE,1.1 conf-files.xml,NONE,1.1 cookbook.xml,NONE,1.1 extensions.xml,NONE,1.1 installation.xml,NONE,1.1 manager-ref.xml,NONE,1.1 other-systems.xml,NONE,1.1 othersources.xml,NONE,1.1 hgta.xml,1.22,1.23 appendix01.xml,1.1,NONE appendix02.xml,1.2,NONE appendix03.xml,1.21,NONE appendix04.xml,1.1,NONE appendix05.xml,1.1,NONE appendix06.xml,1.1,NONE

websmith asterisk-doc@lists.digium.com
Sun, 11 Jan 2004 07:48:32 +0000


Comments:
Update of /cvsroot/asterisk/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv19543a

Modified Files:
	hgta.xml 
Added Files:
	api-ref.xml application-ref.xml cli-ref.xml conf-files.xml 
	cookbook.xml extensions.xml installation.xml manager-ref.xml 
	other-systems.xml othersources.xml 
Removed Files:
	appendix01.xml appendix02.xml appendix03.xml appendix04.xml 
	appendix05.xml appendix06.xml 
Log Message:
More rearranging of the files, to make it easier to add/move/rearrange chapters.
--- NEW FILE: api-ref.xml ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: application-ref.xml ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: cli-ref.xml ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: conf-files.xml ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: cookbook.xml ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: extensions.xml ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: installation.xml ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: manager-ref.xml ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: other-systems.xml ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: othersources.xml ---
(This appears to be a binary file; contents omitted.)
Index: hgta.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/hgta.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** hgta.xml	29 Dec 2003 23:39:10 -0000	1.22
--- hgta.xml	11 Jan 2004 07:48:26 -0000	1.23
***************
*** 4,25 ****
  
  <!-- include the chapters and other parts of the book -->
! <!ENTITY bookinfo    SYSTEM "bookinfo.xml">	<!-- Book information and title -->
! <!ENTITY preface     SYSTEM "preface.xml">	<!-- Introductory letter -->
! <!ENTITY chapter01   SYSTEM "chapter01.xml">	<!-- Introductions to Asterisk / General Concepts -->
! <!ENTITY chapter02   SYSTEM "chapter02.xml">	<!-- Installing and Compiling Asterisk and Components -->
! <!ENTITY chapter03   SYSTEM "chapter03.xml">	<!-- Basic configuration, sample.conf's -->
! <!ENTITY chapter04   SYSTEM "chapter04.xml">	<!-- Scripting and AGI Extensions -->
! <!ENTITY chapter05   SYSTEM "chapter05.xml">	<!-- Connecting to Common VoIP Providers -->
! <!ENTITY chapter06   SYSTEM "chapter06.xml">	<!-- Advanced Asterisk Configuration -->
! <!ENTITY chapter07   SYSTEM "chapter07.xml">	<!-- Common Issues / Troubleshooting -->
! <!ENTITY chapter08   SYSTEM "chapter08.xml">	<!-- Creating Asterisk Applications in C -->
! <!ENTITY appendix01  SYSTEM "appendix01.xml">	<!-- Sources of Additional Information -->
! <!ENTITY appendix02  SYSTEM "appendix02.xml">	<!-- Applications Reference -->
! <!ENTITY appendix03  SYSTEM "appendix03.xml">	<!-- CLI Commands Reference -->
! <!ENTITY appendix04  SYSTEM "appendix04.xml">	<!-- Manager Commands Reference -->
! <!ENTITY appendix05  SYSTEM "appendix05.xml">	<!-- The Asterisk C API Reference -->
! <!ENTITY appendix06  SYSTEM "appendix06.xml">	<!-- Other Open Source Telephony Systems -->
! <!ENTITY glossary    SYSTEM "glossary.xml">	<!-- Glossary of Terms -->
! <!ENTITY colophon    SYSTEM "colophon.xml">	<!-- Colophon / Why we are doing this -->
  ]>
  
--- 4,27 ----
  
  <!-- include the chapters and other parts of the book -->
! <!ENTITY bookinfo    SYSTEM "bookinfo.xml">		<!-- Book information and title -->
! <!ENTITY preface     SYSTEM "preface.xml">		<!-- Introductory letter -->
! <!ENTITY chapter01   SYSTEM "introduction.xml">		<!-- Introductions to Asterisk / General Concepts -->
! <!ENTITY chapter02   SYSTEM "installation.xml">		<!-- Installing and Compiling Asterisk and Components -->
! <!ENTITY chapter03   SYSTEM "conf-files.xml">		<!-- Introduction to Asterisk Configuration Files -->
! <!ENTITY chapter04   SYSTEM "extensions.xml">		<!-- Creating dialplans  -->
! <!ENTITY chapter05   SYSTEM "cookbook.xml">		<!-- Examples and Recipes -->
! <!ENTITY chapter06   SYSTEM "agi.xml">			<!-- Scripting and AGI Extensions -->
! <!ENTITY chapter07   SYSTEM "chapter08.xml">		<!-- Advanced Asterisk Configuration -->
! <!ENTITY chapter08   SYSTEM "chapter09.xml">		<!-- Common Issues / Troubleshooting -->
! <!ENTITY chapter09   SYSTEM "chapter10.xml">		<!-- Creating Asterisk Applications in C -->
! <!ENTITY appendix01  SYSTEM "othersources.xml">		<!-- Sources of Additional Information -->
! <!ENTITY appendix02  SYSTEM "voip-providers.xml">	<!-- Connecting to Common VoIP Providers -->
! <!ENTITY appendix03  SYSTEM "application-ref.xml">	<!-- Applications Reference -->
! <!ENTITY appendix04  SYSTEM "cli-ref.xml">		<!-- CLI Commands Reference -->
! <!ENTITY appendix05  SYSTEM "manager-ref.xml">		<!-- Manager Commands Reference -->
! <!ENTITY appendix06  SYSTEM "api-ref.xml">		<!-- The Asterisk C API Reference -->
! <!ENTITY appendix07  SYSTEM "other-systems.xml">	<!-- Other Open Source Telephony Systems -->
! <!ENTITY glossary    SYSTEM "glossary.xml">		<!-- Glossary of Terms -->
! <!ENTITY colophon    SYSTEM "colophon.xml">		<!-- Colophon / Why we are doing this -->
  ]>
  
***************
*** 36,39 ****
--- 38,42 ----
  &chapter07;
  &chapter08;
+ &chapter09;
  &appendix01;
  &appendix02;
***************
*** 42,45 ****
--- 45,49 ----
  &appendix05;
  &appendix06;
+ &appendix07;
  &glossary;
  &colophon;
--- appendix01.xml DELETED ---
--- appendix02.xml DELETED ---
--- appendix03.xml DELETED ---
--- appendix04.xml DELETED ---
--- appendix05.xml DELETED ---
--- appendix06.xml DELETED ---