--- doc/loncapafiles/Attic/loncapafiles.html 2000/09/26 14:10:18 1.9
+++ doc/loncapafiles/Attic/loncapafiles.html 2000/10/26 03:10:24 1.19
@@ -17,7 +17,7 @@
1. Software Package Information
-Rolled in a RedHat 6.2 RPM, September 25, 2000
+Rolled in a RedHat 6.2 RPM, September 27, 2000
@@ -26,10 +26,10 @@ Name : LON-CAPA-base
Version : 3.1 Vendor: Laboratory for Instructional Technology Education,
Division of Science and Mathematics Education,
Michigan State University.
-Release : 1 Build Date: Mon Sep 25 22:18:02 2000
+Release : 1 Build Date: Wed Sep 27 13:56:46 2000
Install date: (not installed) Build Host: spock.lite.msu.edu
Group : Utilities/System Source RPM: LON-CAPA-base-3.1-1.src.rpm
-Size : 842304 License: GNU General Public License. Version 2, June 1991.
+Size : 3650773 License: GNU General Public License. Version 2, June 1991.
Michigan State University patents may apply.
Summary : Basic system files for running a LON-CAPA server.
Description :
@@ -144,9 +144,9 @@ with different sets of permissions based
| |
- |
+ |
hosts.tab |
- static conf |
+ conf |
List of all machines in the LON-CAPA network. Relates lonHostID to lonDefDomain and IP address |
|
@@ -202,6 +202,22 @@ each list element consists of only two s
+
+ |
+ ntp.conf |
+ conf |
+ which NTP server to contact for information (XNTP3 standard) |
+ configure
+
+
+only one line needs to be changed to specify a server ip address
+ |
+
+Example: server ntp.msu.edu
+ |
+
+ |
+
DIRECTORY -- /home/httpd/perl |
Communication |
@@ -249,16 +265,44 @@ each list element consists of only two s
|
+ lonmenu.pm |
+ handler |
+ Has routines which control the remote control. |
+ |
+
+
+ |
+ lonpageflip.pm |
+ handler |
+ Deals with forward, backward, and other page flips. |
+ |
+
+
+ |
lonratedt.pm |
handler |
- connect to resource assembly |
+ Builds up frame set and loads in the right thing. |
+ |
+
+
+ |
+ admannotations.pm |
+ handler |
+ This will take annotations and then plug them into a page |
+ |
+
+
+ |
+ admbookmarks.pm |
+ handler |
+ This will take bookmarks and get/write/display them for the LON-CAPA user interface |
|
|
lonratsrv.pm |
handler |
- connect to resource assembly |
+ Handler tat takes output from RAT and stores it on disk. Handles the upper hidden frame of the added window that comes up in RAT. (3 frames come up in RAT server, code, and output. This module handles server connection.) |
|
@@ -314,14 +358,14 @@ each list element consists of only two s
|
run.pm |
handler |
- evaluates expression within a memory-safe environment (to protect system from break-in attempts) |
+ used to prevent poorly written problems from causing lingering after effects |
|
|
scripttag.pm |
handler |
- parse and evaluate contents of values within a <script> tag (this module invokes run.pm) |
+ implements <script>, <scriptlib>, <parserlib>, and <import> |
|
@@ -396,16 +440,16 @@ each list element consists of only two s
|
- lonrep.pm |
+ lonlogout.pm |
handler |
- replication |
+ logout |
|
|
- lonproblem.pm |
+ lonrep.pm |
handler |
- assessments |
+ replication |
|
@@ -748,12 +792,19 @@ mmlextra.ent
|
- |
+ |
londes.js |
- script |
+ interface file |
Encryption Routines according to Data Encryption Standard DES, written in javascript |
|
+
+ |
+ default_homework.lcpm |
+ handler |
+ used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run() |
+ |
+
DIRECTORY -- /home/httpd/html/res/adm/pages |
|
@@ -835,6 +886,169 @@ z.gif
renders the HTML (including image maps) for the LON-CAPA remote control |
|
+
+ DIRECTORY -- /home/httpd/html/res/adm/pages/bookmarkmenu |
+ |
+
+
+ |
+ *.gif |
+ graphic files |
+ icons used for the bookmark portion of the LON-CAPA user interface |
+
+listing
+
+button_close.gif
+button_edit.gif
+button_preview.gif
+folder_closed.gif
+folder_closed_pressed.gif
+folder_new.gif
+folder_opened.gif
+folder_opened_pressed.gif
+folder_pointer_closed.gif
+folder_pointer_opened.gif
+folder_spacer.gif
+folder_trash.gif
+left_bar.gif
+line_l_shape.gif
+line_side_T.gif
+line_vertical.gif
+link.gif
+link_pressed.gif
+ll_corner.gif
+lower_bar.gif
+lr_corner.gif
+right_bar.gif
+toolbar_bg.gif
+ul_corner.gif
+upper_bar.gif
+ur_corner.gif
+ |
+
+
+ |
+ *.html |
+ interface file |
+ associated with the frameset scheme of displaying bookmarks |
+
+aaloader.html
+annotator_bb.html
+annotator_left.html
+annotator_ll.html
+annotator_lr.html
+annotator_right.html
+annotator_toolbar.html
+annotator_ul.html
+annotator_ur.html
+annotator_uu.html
+bookmarkpal.html
+bookmarkpal_old.html
+bookmarkpal_v2.html
+bookmarkpal_v2_backup.html
+index.html
+loading_bookmarks.html
+ |
+
+
+ |
+ bookmarklib.js |
+ interface file |
+ javascript for handling client-side interactions with bookmark interface |
+ |
+
+
+ EMPTY DIRECTORY -- /home/httpd/html/res/adm/pages/annotations |
+ |
+
+
+ DIRECTORY -- /usr/sbin |
+ |
+
+
+ |
+ loncapaverifypackages |
+ script |
+ checks the system RPMs against what install.lon-capa.org specifies |
+ |
+
+
+ |
+ loncapaverifybasepackage |
+ script |
+ checks the important base LON-CAPA files against what install.lon-capa.org specifies |
+ |
+
+
+ |
+ loncaparestoreconfigurations |
+ script |
+ restores .rpmsave files after a LON-CAPA-base upgrade |
+ |
+
+
+ |
+ loncapaautoupgrade |
+ script |
+ does all the things to coordinate updating of LON-CAPA base files. Should be used with caution so that you do not lose work. |
+ |
+
+
+ |
+ loncapaverify |
+ script |
+ makes verification report using loncapaverifypackages and loncapaverifybasepackage |
+ |
+
+
+ DIRECTORY -- /etc/cron.d |
+ unauthenticated resources |
+
+
+ |
+ loncapa |
+ static conf |
+ file that specifies periodic processes to run for the LON-CAPA machine |
+ |
+
+
+ DIRECTORY -- /etc/ntp |
+ |
+
+
+ |
+ step-tickers |
+ conf |
+ file that stimulates running of ntpdate upon init.d/xntpd initiation |
+ configure
+
+just one line with the ip address of the server |
+
+ |
+
+
+ DIRECTORY -- /etc/rc.d/init.d |
+ |
+
+
+ |
+ loncontrol |
+ root script |
+ system init and control handling for the LON-CAPA network |
+
+multiple targets
+
+
+/etc/rc.d/rc0.d/K05loncontrol
+/etc/rc.d/rc1.d/K05loncontrol
+/etc/rc.d/rc2.d/K05loncontrol
+/etc/rc.d/rc3.d/S95loncontrol
+/etc/rc.d/rc4.d/S95loncontrol
+/etc/rc.d/rc5.d/S95loncontrol
+/etc/rc.d/rc6.d/K05loncontrol
+
+ |
+
3. Software Package Specification File
@@ -935,6 +1149,7 @@ echo "**********************************
%attr(400,www,users) /home/httpd/lib/perl/Apache/loncacc.pm
%attr(400,www,users) /home/httpd/lib/perl/Apache/lonauth.pm
%attr(400,www,users) /home/httpd/lib/perl/Apache/lonlogin.pm
+%attr(400,www,users) /home/httpd/lib/perl/Apache/lonlogout.pm
%attr(400,www,users) /home/httpd/lib/perl/Apache/lonrep.pm
%attr(400,www,users) /home/httpd/lib/perl/Apache/lonroles.pm
%attr(400,www,users) /home/httpd/lib/perl/Apache/lonindexer.pm
@@ -970,11 +1185,17 @@ echo "**********************************
%attr (400,www,users) /home/httpd/html/adm/MathML/mathml.dtd
%dir %attr (500,www,users) /home/httpd/html/res/adm/includes
%attr (400,www,users) /home/httpd/html/res/adm/includes/londes.js
+%attr (400,www,users) /home/httpd/html/res/adm/includes/default_homework.lcpm
%dir %attr (500,www,users) /home/httpd/html/res/adm/pages
+%dir %attr (500,www,users) /home/httpd/html/res/adm/pages/bookmarkmenu
+%dir %attr (500,www,users) /home/httpd/html/res/adm/pages/annotations
%attr (400,www,users) /home/httpd/html/res/adm/pages/*.gif
%attr (400,www,users) /home/httpd/html/res/adm/pages/imgmaps.html
%attr (400,www,users) /home/httpd/html/res/adm/pages/index.html
%attr (400,www,users) /home/httpd/html/res/adm/pages/menu.html
+%attr (400,www,users) /home/httpd/html/res/adm/pages/bookmarkmenu/*.gif
+%attr (400,www,users) /home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js
+%attr (400,www,users) /home/httpd/html/res/adm/pages/bookmarkmenu/*.html
4. Makefile
@@ -999,6 +1220,8 @@ directories:
install -m 0500 -d $(SOURCE)/home/httpd/html/adm/MathML $(ROOT)/home/httpd/html/adm/MathML
install -m 0500 -d $(SOURCE)/home/httpd/html/res/adm/includes $(ROOT)/home/httpd/html/res/adm/includes
install -m 0500 -d $(SOURCE)/home/httpd/html/res/adm/pages $(ROOT)/home/httpd/html/res/adm/pages
+ install -m 0500 -d $(SOURCE)/home/httpd/html/res/adm/pages $(ROOT)/home/httpd/html/res/adm/pages/bookmarkmenu
+ install -m 0500 -d $(SOURCE)/home/httpd/html/res/adm/pages $(ROOT)/home/httpd/html/res/adm/pages/annotations
install -m 0500 -d $(SOURCE)/usr/lib/perl5/site_perl/5.005 $(ROOT)/usr/lib/perl5/site_perl/5.005
files:
@@ -1038,6 +1261,7 @@ files:
install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/loncacc.pm $(ROOT)/home/httpd/lib/perl/Apache/loncacc.pm
install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonauth.pm $(ROOT)/home/httpd/lib/perl/Apache/lonauth.pm
install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonlogin.pm $(ROOT)/home/httpd/lib/perl/Apache/lonlogin.pm
+ install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonlogout.pm $(ROOT)/home/httpd/lib/perl/Apache/lonlogout.pm
install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonrep.pm $(ROOT)/home/httpd/lib/perl/Apache/lonrep.pm
install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonroles.pm $(ROOT)/home/httpd/lib/perl/Apache/lonroles.pm
install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonindexer.pm $(ROOT)/home/httpd/lib/perl/Apache/lonindexer.pm
@@ -1065,6 +1289,10 @@ files:
install -m 0400 $(SOURCE)/home/httpd/html/res/adm/pages/imgmaps.html $(ROOT)/home/httpd/html/res/adm/pages/imgmaps.html
install -m 0400 $(SOURCE)/home/httpd/html/res/adm/pages/index.html $(ROOT)/home/httpd/html/res/adm/pages/index.html
install -m 0400 $(SOURCE)/home/httpd/html/res/adm/pages/menu.html $(ROOT)/home/httpd/html/res/adm/pages/menu.html
+ install -m 0400 $(SOURCE)/home/httpd/html/res/adm/pages/bookmarkmenu/*.gif $(ROOT)/home/httpd/html/res/adm/pages/bookmarkmenu/.
+ install -m 0400 $(SOURCE)/home/httpd/html/res/adm/pages/bookmarkmenu/*.html $(ROOT)/home/httpd/html/res/adm/pages/bookmarkmenu/.
+ install -m 0400 $(SOURCE)/home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js $(ROOT)/home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js
+