[Zope-CVS] CVS: Packages/HTTPMounter - README.txt:1.2

Andreas Jung andreas@digicool.com
Thu, 30 May 2002 09:13:02 -0400


Update of /cvs-repository/Packages/HTTPMounter
In directory cvs.zope.org:/tmp/cvs-serv30848

Modified Files:
	README.txt 
Log Message:
updated


=== Packages/HTTPMounter/README.txt 1.1 => 1.2 ===
       - 'Default document' - name of file to be used when '/' is last
         element of the path (default 'index.html')
+
+
+   Acquisition support:
+   
+     Assume you have the following URL and your HTTP mounter
+     instance points to http://localhost:8080/myfiles/:
+
+       /foo/http_mounter_mountpoint/html/bar.txt/render_html
+            ^^^^^^^^^^^^^^^^^^^^^^^
+            mount point            ^^^^^^^^^^^^^ 
+                                   relative path  
+                                   on the remote
+                                   web server    ^^^^^^^^^^^
+                                                 DTML method
+
+ 
+     Inside render_html you can access the contents of 
+     http://localhost:8080/myfiles/html/bar.txt through
+     <dtml-var getContent> 
+    
+
+