Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.233 and 1.234

version 1.233, 2003/04/15 15:30:02 version 1.234, 2003/04/18 03:05:21
Line 3836  tested Line 3836  tested
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/LondConnection.pm</source>
     <target dist='default'>home/httpd/perl/lib/LONCAPA/LondConnection.pm</target>
     <categoryname>system file</categoryname>
     <description>
        Manages a connection between a lonc proxy daemon and the lond server
        in the remote node.
     </description>
     <status>works/verified</status>
   </file>
   <file>
      <source>loncom/types/HashIterator.pm</source>
      <target dist='default'>home/httpd/perl/lib/LONCAPA/HashIterator.pm</target>
      <categoryname>system file</categoryname>
      <description>
         Provides support to iterate through opaque hashes hidden e.g. within 
         object private data.
      </description>
      <status>works/verified</status>
   </file>
   <file>
      <source>loncom/types/Queue.pm</source>
      <target dist='default'>home/httpd/perl/lib/LONCAPA/Queue.pm</target>
      <categoryname>system file</categoryname>
      <description>
        Provides a FIFO queue class.
      </description>
      <status>works/verified</status>
   </file>
   <file>
      <source>loncom/types/Stack.pm</source>
      <target dist='default'>home/httpd/perl/lib/LONCAPA/Stack.pm</target>
      <categoryname>system file</categoryname>
      <description>
        Provides a LIFO stack class.
      </description>
      <status>works/verified</status>
   <file>
      <source>loncom/loncnew</source>
      <target dist='default>home/httpd/perl/loncnew</target>
      <categoryname>script </categoryname>
      <description>
     Proxy server for remote loncapa requests.
      </description>
      <dependencies>
        CPAN Event module.
      </dependencies>
   </file>
   <file>
 <source>loncom/configuration/Configuration.pm</source>  <source>loncom/configuration/Configuration.pm</source>
 <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>  <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>

Removed from v.1.233  
changed lines
  Added in v.1.234


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>