[Asterisk-java-cvs] CVS: asterisk-java/xdocs index.xml,1.14,1.15 patch.xml,1.3,1.4 tutorial.xml,1.11
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-05-08 12:00:09
|
Update of /cvsroot/asterisk-java/asterisk-java/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24483/xdocs Modified Files: index.xml patch.xml tutorial.xml Log Message: Butified documentation. Index: index.xml =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/xdocs/index.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -p -r1.14 -r1.15 --- index.xml 8 May 2005 11:18:08 -0000 1.14 +++ index.xml 8 May 2005 11:59:53 -0000 1.15 @@ -53,7 +53,7 @@ License, Version 2.0</a>.</p> </subsection> <subsection name="Status"> - <p>The first release of Asterisk-Java has been realeased and is available + <p>Asterisk-Java 0.1 has been realeased and is available from the <a href="http://sourceforge.net/projects/asterisk-java/">sourceforge project page</a>.</p> Index: patch.xml =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/xdocs/patch.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -p -r1.3 -r1.4 --- patch.xml 24 Apr 2005 15:58:07 -0000 1.3 +++ patch.xml 8 May 2005 11:59:53 -0000 1.4 @@ -26,7 +26,7 @@ <body> <section name="How To Create and Submit a Patch"> - <p>This documents how to create and submit patches for Asterisk-java.</p> + <p>This documents how to create and submit patches for Asterisk-Java.</p> <subsection name="Introduction"> <p>A patch is exactly what the word says: a small piece of code used to @@ -63,7 +63,7 @@ <subsection name="Sending a Patch"> <p>The preferred way to submit a patch is via the - <a href="mail-lists.html">Asterisk-java Developer List</a>. + <a href="mail-lists.html">Asterisk-Java Developer List</a>. The patch can be reviewed there in public and other suggestions can be discussed.</p> </subsection> Index: tutorial.xml =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/xdocs/tutorial.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -p -r1.11 -r1.12 --- tutorial.xml 20 Apr 2005 23:56:41 -0000 1.11 +++ tutorial.xml 8 May 2005 11:59:53 -0000 1.12 @@ -41,7 +41,7 @@ Asterisk or on a seperate machine) that is only started once and serves AGI scripts until it is shut down. Combined with Java's multithreading support you can build pretty fast AGI scripts using this protocol.</p> - <p>Asterisk-java helps you with running your Java based AGI scripts by providing + <p>Asterisk-Java helps you with running your Java based AGI scripts by providing a container that recives connections from the Asterisk server, parses the request and calls your scripts mapped to the called URL.</p> <subsection name="Hello AGI!"> @@ -85,7 +85,7 @@ $ ... exten => 1300,1,Agi(agi://localhost/hello.agi) ]]></source> - <p>Replace localhost with the hostname of the machine that runs Asterisk-java.</p> + <p>Replace localhost with the hostname of the machine that runs Asterisk-Java.</p> <p>Be sure to reload Asterisk for this change to take effect. You can do so by executing <code>extensions reload</code> on the Asterisk CLI.</p> <p>Now you must map the script name <code>hello.agi</code> to the HelloAGIScript |