[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.426 ENVIRONMENT.txt:1.9
Andreas Jung
andreas@digicool.com
Thu, 7 Mar 2002 11:51:08 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv1958/doc
Modified Files:
CHANGES.txt ENVIRONMENT.txt
Log Message:
added retrieval of the document source on the standard HTTP port
for dedicated webdav clients by setting the env. var
WEBDAV_SOURCE_PORT_CLIENTS
=== Zope/doc/CHANGES.txt 1.425 => 1.426 ===
Julian calendar.
+ - WebDAV: the new environment variable WEBDAV_SOURCE_PORT_CLIENTS
+ enables retrieval of the document source for dedicated WebDAV
+ clients (see ENVIRONMENT.txt for usage)
+
Bugs:
- Collector #32: Use difflib instead of ndiff
=== Zope/doc/ENVIRONMENT.txt 1.8 => 1.9 ===
value of the "/temp_folder" session data transient object container.
+
+WebDAV
+
+ WEBDAV_SOURCE_PORT_CLIENTS
+
+ Setting this variable enables the retrieval of the document source
+ through the standard HTTP port instead of the WebDAV port. The value
+ of this variable is a regular expression that is matched against
+ the user-agent string of the client.
+
+ Example::
+
+ WEBDAV_SOURCE_PORT_CLIENTS="cadaver.*" enables retrieval
+ of the document source for the Cadaver WebDAV client
+
Esoteric
Z_MAX_STACK_SIZE