From 00faa6857cf3fcae0beb9addbd50d10266737b5a Mon Sep 17 00:00:00 2001 From: schlatterbeck Date: Wed, 30 Jun 2010 14:46:29 +0000 Subject: [PATCH] - links to SF project page and typo fixed. You notice such thinks alway immediately *after* a release :-( git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@24 01a3061f-1c3a-49da-a2a0-fa5697faa6a0 --- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index 98f15b2..2e8c624 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ :height: 62 :width: 210 :alt: SourceForge.net Logo - :target: http://sourceforge.net + :target: http://sourceforge.net/projects/pyst/ pyst: A Python Interface to Asterisk ==================================== @@ -12,6 +12,10 @@ Asterisk from python. The library currently supports AGI, AMI, and the parsing of Asterisk configuration files. The library also includes debugging facilities for AGI. +Download from `Sourceforge project page`_. + +.. _`Sourceforge project page`: http://sourceforge.net/projects/pyst/ + Installation is the standard python install:: tar xvf pyst.tar.gz @@ -61,7 +65,7 @@ control tool (currently svn). All of pyst's inline documentation needs to be updated. * manager.py: - This should be convereted to be single threaded. Also there is a race + This should be converted to be single threaded. Also there is a race condition when a user calls manager.logoff() followed by manager.close(). The close() function may still call logoff again if the socket thread has not yet cleared the _connected flag.