[Asterisk-java-cvs] CVS: asterisk-java/xdocs index.xml,1.13,1.14
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-05-08 11:18:21
|
Update of /cvsroot/asterisk-java/asterisk-java/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8889/xdocs Modified Files: index.xml Log Message: Added link to .net port Index: index.xml =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/xdocs/index.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -p -r1.13 -r1.14 --- index.xml 15 Apr 2005 04:47:00 -0000 1.13 +++ index.xml 8 May 2005 11:18:08 -0000 1.14 @@ -24,9 +24,9 @@ </properties> <meta name="keywords" content="Asterisk,asterisk,Java,java,Manager API,FastAGI,AGI"/> <body> - <section name="Asterisk Java"> - <subsection name="What is Asterisk-java?"> - <p>The Asterisk-java package consists of a set of Java classes + <section name="Asterisk-Java"> + <subsection name="What is Asterisk-Java?"> + <p>The Asterisk-Java package consists of a set of Java classes that allow you to easily build Java applications that interact with an <a href="http://www.asterisk.org/">Asterisk PBX Server</a>. Asterisk-java supports both interfaces that Asterisk provides for this scenario: @@ -48,14 +48,12 @@ href="apidocs/index.html">javadocs</a>.</p> </subsection> <subsection name="License"> - <p>Asterisk-java is provided under the terms of the <a + <p>Asterisk-Java is provided under the terms of the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> </subsection> <subsection name="Status"> - <p>I am currently preparing the first release of Asterisk-java. - It will probably be available by the end of april. - Meanwhile you can try out a release candidate available + <p>The first release of Asterisk-Java has been realeased and is available from the <a href="http://sourceforge.net/projects/asterisk-java/">sourceforge project page</a>.</p> @@ -77,8 +75,8 @@ <p>You can also download a <a href="http://maven.reucon.com/maven/asterisk-java/distributions/">snapshot</a>.</p> <p>Please feel free to provide any feedback or ask for support via the - <a href="mail-lists.html">Asterisk-java user's mailing list</a>.</p> - <p>Asterisk-java is also available via cvs from sourcforge:</p> + <a href="mail-lists.html">Asterisk-Java user's mailing list</a>.</p> + <p>Asterisk-Java is also available via cvs from sourcforge:</p> <source><![CDATA[ cvs -d:pserver:ano...@cv...:/cvsroot/asterisk-java login cvs -z3 -d:pserver:ano...@cv...:/cvsroot/asterisk-java co asterisk-java @@ -87,6 +85,12 @@ cvs -z3 -d:pserver:ano...@cv...urcef press the Enter key.</p> </subsection> <subsection name="Related Projects"> + <p><a href="http://www3.mb.sympatico.ca/~chadk/">Asterisk-Java for Mono/.NET</a> + is a port of Asterisk-Java to C# for Mono, Microsoft's .NET + Framework and anything else that implements the basic portions + of the framework required to use this. + It's based on a pre-0.1 snapshot of Asterisk-Java and available under + Apache License.</p> <p><a href="http://tanesha.net/Wiki/JastAgi.html">Jast Agi</a> is another toolkit for writing Java applications that connect to Asterisk using the FastAGI protocol. The lastest version introduces @@ -99,7 +103,7 @@ cvs -z3 -d:pserver:ano...@cv...urcef <p><a href="http://sourceforge.net/projects/jasterisk/">JAsterisk</a> is a set of JNI classes providing direct access to Asterisk PBX functionality from Java. It is not a socket-level - interface to Asterisk (like asterisk-java) but a true Java-Asterisk + interface to Asterisk (like Asterisk-Java) but a true Java-Asterisk integration at the Thread level. Available under GNU General Public License.</p> </subsection> <subsection name="Contact"> <p>You can reach me at <code>srt</code> |