Author: adrian
Date: 2007-04-01 01:42:35 -0500 (Sun, 01 Apr 2007)
New Revision: 4899
Modified:
django/trunk/docs/fastcgi.txt
Log:
Fixed ReST error in docs/fastcgi.txt
Modified: django/trunk/docs/fastcgi.txt
===================================================================
--- django/trunk/docs/fastcgi.txt 2007-04-01 06:40:01 UTC (rev 4898)
+++ django/trunk/docs/fastcgi.txt 2007-04-01 06:42:35 UTC (rev 4899)
@@ -89,8 +89,8 @@
Django supports all the protocols that flup_ does, namely fastcgi_, `SCGI`_
and `AJP1.3`_
(the Apache JServ Protocol, version 1.3). Select your preferred protocol by
using the
-`protocol=`<protocol_name> option with `./manage.py runfcgi` -- where
<protocol_name>
-may be one of: `fcgi` (the default), `scgi` or `ajp`. For example::
+``protocol=``<protocol_name> option with ``./manage.py runfcgi`` -- where
<protocol_name>
+may be one of: ``fcgi`` (the default), ``scgi`` or ``ajp``. For example::
./manage.py runfcgi --protocol=scgi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---