[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml

www lon-capa-cvs@mail.lon-capa.org
Fri, 02 Aug 2002 14:45:53 -0000


www		Fri Aug  2 10:45:53 2002 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  Installs new handlers for interserver transfer of user files
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.153 doc/loncapafiles/loncapafiles.lpml:1.154
--- doc/loncapafiles/loncapafiles.lpml:1.153	Thu Aug  1 16:33:21 2002
+++ doc/loncapafiles/loncapafiles.lpml	Fri Aug  2 10:45:53 2002
@@ -3,7 +3,7 @@
 <!-- loncapafiles.lpml -->
 <!-- Scott Harrison -->
 
-<!-- $Id: loncapafiles.lpml,v 1.153 2002/08/01 20:33:21 stredwic Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.154 2002/08/02 14:45:53 www Exp $ -->
 
 <!--
 
@@ -2575,7 +2575,26 @@
 <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
 <categoryname>handler</categoryname>
 <description>
-simple handler for token-based access control
+handler for inter-server transfer of token accessed files, includes
+cleanup handler to remove file when successfully done
+</description>
+<status>works/unverified</status>
+</file>
+<file>
+<source>loncom/auth/lonuploadedacc.pm</source>
+<target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
+<categoryname>handler</categoryname>
+<description>
+access handler for user uploaded files
+</description>
+<status>works/unverified</status>
+</file>
+<file>
+<source>loncom/lontrans.pm</source>
+<target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
+<categoryname>handler</categoryname>
+<description>
+URI to filename translation
 </description>
 <status>works/unverified</status>
 </file>