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

raeburn lon-capa-cvs@mail.lon-capa.org
Tue, 29 Aug 2006 21:41:21 -0000


raeburn		Tue Aug 29 17:41:21 2006 EDT

  Modified files:              
    /loncom	loncapa_apache.conf 
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  Include course catalog at /adm/coursecatalog
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.154 loncom/loncapa_apache.conf:1.155
--- loncom/loncapa_apache.conf:1.154	Tue Aug 29 10:21:17 2006
+++ loncom/loncapa_apache.conf	Tue Aug 29 17:41:08 2006
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.154 2006/08/29 14:21:17 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.155 2006/08/29 21:41:08 raeburn Exp $
 ##
 
 #
@@ -1157,6 +1157,12 @@
 ErrorDocument	  500 /adm/errorhandler
 </LocationMatch>
 
+<LocationMatch "^/adm/coursecatalog">
+SetHandler perl-script
+PerlHandler Apache::coursecatalog
+</LocationMatch>
+
+
 # ------------------------------------------------- Backdoor Adm Tests/Programs
 
 <Location /cgi-bin/loncron.pl>
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.499 doc/loncapafiles/loncapafiles.lpml:1.500
--- doc/loncapafiles/loncapafiles.lpml:1.499	Fri Aug 18 21:28:03 2006
+++ doc/loncapafiles/loncapafiles.lpml	Tue Aug 29 17:41:18 2006
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.499 2006/08/19 01:28:03 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.500 2006/08/29 21:41:18 raeburn Exp $ -->
 
 <!--
 
@@ -6519,7 +6519,15 @@
   <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
   <categoryname>handler</categoryname>
   <description>
-    Handler to make it easy for users to send a request to te helpdesk
+    Handler to make it easy for users to send a request to the helpdesk
+  </description>
+</file>
+<file>
+  <source>loncom/interface/coursecatalog.pm</source>
+  <target dist='default'>home/httpd/lib/perl/Apache/coursecatalog.pm</target>
+  <categoryname>handler</categoryname>
+  <description>
+    Display catalog of courses with institutional codes, filtered by domain-specific categories (e.g., year, semester, department etc.).
   </description>
 </file>
 <file>
@@ -6528,7 +6536,7 @@
   <categoryname>handler</categoryname>
   <description>
     Interface to modifying a course's internal ENV values for automated
-    enrollement
+    enrollment
   </description>
 </file>
 <file>