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

foxr lon-capa-cvs@mail.lon-capa.org
Fri, 18 Apr 2003 03:05:21 -0000


foxr		Thu Apr 17 23:05:21 2003 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  Adding in loncnew files.
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.233 doc/loncapafiles/loncapafiles.lpml:1.234
--- doc/loncapafiles/loncapafiles.lpml:1.233	Tue Apr 15 11:30:02 2003
+++ doc/loncapafiles/loncapafiles.lpml	Thu Apr 17 23:05:21 2003
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.233 2003/04/15 15:30:02 albertel Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.234 2003/04/18 03:05:21 foxr Exp $ -->
 
 <!--
 
@@ -3834,6 +3834,54 @@
 tested
 </description>
 <status>works/unverified</status>
+</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>