[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml
albertel
lon-capa-cvs@mail.lon-capa.org
Wed, 05 Apr 2006 22:36:28 -0000
albertel Wed Apr 5 18:36:28 2006 EDT
Modified files:
/doc/loncapafiles loncapafiles.lpml
Log:
=- adding publiccheck.pm to standard install
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.472 doc/loncapafiles/loncapafiles.lpml:1.473
--- doc/loncapafiles/loncapafiles.lpml:1.472 Tue Mar 28 16:19:28 2006
+++ doc/loncapafiles/loncapafiles.lpml Wed Apr 5 18:36:27 2006
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- loncapafiles.lpml -->
-<!-- $Id: loncapafiles.lpml,v 1.472 2006/03/28 21:19:28 albertel Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.473 2006/04/05 22:36:27 albertel Exp $ -->
<!--
@@ -4619,6 +4619,13 @@
<status>works/unverified</status>
</file>
<file>
+ <source>loncom/auth/publiccheck.pm</source>
+ <target dist='default'>home/httpd/lib/perl/Apache/publiccheck.pm</target>
+ <categoryname>handler</categoryname>
+ <description>Checks if resource is public and allows unauthenticated access if it is.</description>
+ <status>works/unverified</status>
+</file>
+<file>
<source>loncom/auth/lonlogout.pm</source>
<target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
<categoryname>handler</categoryname>
@@ -5587,7 +5594,7 @@
<file>
<source>loncom/homework/task.css</source>
- <target dist='default'>home/httpd/html/res/adm/includes/task.css</target>
+ <target dist='default'>home/httpd/html/adm/includes/task.css</target>
<categoryname>handler</categoryname>
<description>
Style definitions for task display
@@ -5595,7 +5602,7 @@
</file>
<file>
<source>loncom/homework/task_grading.js</source>
- <target dist='default'>home/httpd/html/res/adm/includes/task_grading.js</target>
+ <target dist='default'>home/httpd/html/adm/includes/task_grading.js</target>
<categoryname>handler</categoryname>
<description>
Javascript to make the grading screen of task easier to use