--- doc/loncapafiles/loncapafiles.lpml 2001/10/09 18:08:49 1.43
+++ doc/loncapafiles/loncapafiles.lpml 2001/11/08 00:27:27 1.50
@@ -156,6 +156,12 @@ echo '**********************************
configuration directory for network time protocol
+ etc/pam.d
+ standard
+ configuration directory for password authentication mechanism
+
+
+etc/rc.d/init.detc/init.dstandard
@@ -480,6 +486,15 @@ well as causing the Apache module to be
+
+home/httpd/lonTabs/thesaurus.dat
+static conf
+
+Custom Thesaurus file for LON-CAPA, in the format
+word@wordID@frequency@relatedwordID:frequency,relatedwordID:frequency,...
+
+
+home/httpd/lonTabs/mydesk.tabstatic conf
@@ -505,6 +520,18 @@ parameter.
+
+home/httpd/cgi-bin/graph.gif
+script
+
+Dynamically outputs a graph especially for lonstatistics.pm.
+
+
+Depends on perl modules:
+GDGraph-1.33 and GDTextUtils-0.80.
+
+
+home/httpd/cgi-bin/metadata_keywords.plscript
@@ -540,6 +567,24 @@ blank.problem
blank.problem.meta
numerical.problem
numerical.problem.meta
+RadioResponse.problem
+RadioResponse.problem.meta
+SelectFromOptions-4ConceptGoups.problem
+SelectFromOptions-4ConceptGoups.problem.meta
+SelectFromOptions-5ConceptGoups.problem
+SelectFromOptions-5ConceptGoups.problem.meta
+SelectFromOptions-6ConceptGoups.problem
+SelectFromOptions-6ConceptGoups.problem.meta
+SelectFromOptions-7ConceptGoups.problem
+SelectFromOptions-7ConceptGoups.problem.meta
+SelectFromOptions-8ConceptGoups.problem
+SelectFromOptions-8ConceptGoups.problem.meta
+SelectFromOptions-Simple.problem
+SelectFromOptions-Simple.problem.meta
+SimpleStringResponse.problem
+SimpleStringResponse.problem.meta
+StringResponse.problem
+StringResponse.problem.meta
@@ -551,6 +596,18 @@ Describes what tags are allowed inside o
+
+home/httpd/html/res/adm/includes/GLabel.class
+
+static conf
+
+Java applet for labelling graphs.
+
+
+Built from Glabel.java. Still working on build/dependency details.
+
+
+home/httpd/html/res/adm/includes/default.assesscalc
@@ -716,28 +773,37 @@ tmpput, tmpget, and ls).
home/httpd/perl/lcpasswdsetuid script
-coordinates the system services and files in order to allow lond to change
-user passwords
+Coordinates the system services and files in order to allow lond to change
+user passwords.
-deprecated
+being updated
+
+
+
+home/httpd/perl/pwchange
+setuid script
+
+Allows www to change user passwords.
+
+being updatedhome/httpd/perl/lcuseraddsetuid script
-coordinates the system services and files in order to allow lond to add a
-new user
+Coordinates the system services and files in order to allow lond to add a
+new user.
-deprecated
+being updatedhome/httpd/perl/lcuserdelsetuid script
-coordinates the system services and files in order to allow lond to delete a
-user
+Coordinates the system services and files in order to allow lond to delete a
+user.
deprecated
@@ -806,7 +872,7 @@ content.
home/httpd/lonTabs/packages.tab
-conf
+static conf
Parameter packages, so that assessments can publish parameter packages
needed, which are then expanded into individual parameters - allows to
@@ -1863,7 +1929,8 @@ perl module for invoking functions speci
Has the same dependencies and build process as tth.so.
Currently, only the tth.so file specifications invoke
-the build process however.
+the build process however. A static version is checked into loncom/xml
+and in this way is treated as though it isn't part of the tth build process.
works/unverified
@@ -1898,6 +1965,7 @@ modules/TexConvert/tthperl/commands
perl module for invoking functions specific to CAPA
+loncom/homework/caparesponse/capa.so
Has the same dependencies and build process as capa.so.
Currently, only the capa.so file specifications invoke
@@ -1913,6 +1981,7 @@ the build process however.
bootstrap file associated with dynamic loading of this module on multiple
architectures
+loncom/homework/caparesponse/capa.so
Has the same dependencies and build process as capa.so.
Currently, only the capa.so file specifications invoke
@@ -2352,6 +2421,22 @@ file that stimulates running of ntpdate
+
+etc/pam.d/pwauth
+static conf
+
+file that allows setuid password privileges for pwauth executable
+
+
+
+
+etc/pam.d/pwchange
+static conf
+
+file that allows setuid password privileges for pwchange (lcpasswd) executable
+
+
+etc/rc.d/init.d/loncontrolroot script