You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by nl...@apache.org on 2005/05/31 16:21:04 UTC

svn commit: r179216 - /httpd/mod_python/trunk/Doc/modpython2.tex

Author: nlehuen
Date: Tue May 31 07:21:03 2005
New Revision: 179216

URL: http://svn.apache.org/viewcvs?rev=179216&view=rev
Log:
Jim Gallacher's small fixes on the documentation.

Modified:
    httpd/mod_python/trunk/Doc/modpython2.tex

Modified: httpd/mod_python/trunk/Doc/modpython2.tex
URL: http://svn.apache.org/viewcvs/httpd/mod_python/trunk/Doc/modpython2.tex?rev=179216&r1=179215&r2=179216&view=diff
==============================================================================
--- httpd/mod_python/trunk/Doc/modpython2.tex (original)
+++ httpd/mod_python/trunk/Doc/modpython2.tex Tue May 31 07:21:03 2005
@@ -88,7 +88,7 @@
   your Python binary. By default, it will use the \program{python}
   program found in your \envvar{PATH}.
 
-  \indexii{./configure}{\longprogramopt{with-python}} If the fist Python
+  \indexii{./configure}{\longprogramopt{with-python}} If the first Python
   binary in the path is not suitable or not the one desired for
   mod_python, you can specify an alternative location with the
   \longprogramopt{with-python} options, e.g:
@@ -181,8 +181,8 @@
 
 \section{Testing\label{inst-testing}}
 
-\strong{Warning :} those instruction are meant to be followed if you are
-using mod_python 3.x or later.\If you are using mod_python 2.7.x (namely,
+\strong{Warning :} These instructions are meant to be followed if you are
+using mod_python 3.x or later. If you are using mod_python 2.7.x (namely,
 if you are using Apache 1.3.x), please refer to the proper documentation.
 
 \begin{enumerate}
@@ -264,6 +264,11 @@
 
 \end{enumerate}
 
+\begin{seealso}
+  \seeurl{http://home.comcast.net/~d.popowich/mpservlets}{mpservlets}
+  \seeurl{http://www.dscpl.com.au/projects/vampire}{Vampire}
+\end{seealso}
+
 \section{Troubleshooting\label{inst-trouble}}
 
 There are a few things you can try to identify the problem: 
@@ -309,4 +314,5 @@
 
   \end{itemize}
 
-\end{itemize}
\ No newline at end of file
+\end{itemize}
+