version 1.84, 2002/01/11 17:38:20
|
version 1.204, 2003/01/16 01:37:26
|
Line 1
|
Line 1
|
|
<!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN" |
|
"http://lpml.sourceforge.net/DTD/lpml.dtd"> |
<!-- loncapafiles.lpml --> |
<!-- loncapafiles.lpml --> |
<!-- Scott Harrison --> |
<!-- Scott Harrison --> |
|
|
Line 36 http://www.lon-capa.org/
|
Line 38 http://www.lon-capa.org/
|
<!-- defined. --> |
<!-- defined. --> |
|
|
<lpml> |
<lpml> |
<specialnotice dist='redhat7.0 redhat7.1'> |
<specialnotices> |
|
<specialnotice dist='default'> |
|
!!! REDHAT 6.2 NOTICE !!! |
|
!!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!! |
|
!!! This sometimes happens (bad): !!! |
|
!!! 127.0.0.1 computer1 localhost.localdomain localhost !!! |
|
!!! Should be: !!! |
|
!!! 127.0.0.1 localhost.localdomain localhost !!! |
|
!!! 35.2.3.80 computer1 computer1.notreal.msu.edu !!! |
|
</specialnotice> |
|
<specialnotice dist='redhat7 redhat7.1'> |
!!!!!!!!! REDHAT 7.* NOTICE !!!!!!!!!!!!!!!!!!!! |
!!!!!!!!! REDHAT 7.* NOTICE !!!!!!!!!!!!!!!!!!!! |
!!!!!!!!! LINE IN Cookie.pm !!!!!!!!!!!!!!!!!!!! |
!!!!!!!!! LINE IN Cookie.pm !!!!!!!!!!!!!!!!!!!! |
!!!!!!!!! MUST BE REPLACED DUE !!!!!!!!!!!!!!!!!!!! |
!!!!!!!!! MUST BE REPLACED DUE !!!!!!!!!!!!!!!!!!!! |
Line 44 http://www.lon-capa.org/
|
Line 56 http://www.lon-capa.org/
|
!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
!!!! The offending line is in CGI/Cookie.pm !! |
!!!! The offending line is in CGI/Cookie.pm !! |
!!!! !! |
!!!! !! |
!!!! it went from !! |
!!!! it should be changed from !! |
!!!! !! |
!!!! $path = CGI::url(-absolute=>1) unless defined $path; !! |
!!!! !! |
|
!!!! # IE requires the path and domain to be present for some reason. !! |
|
!!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !! |
|
!!!! !! |
|
!!!! to !! |
!!!! to !! |
|
!!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !! |
!!!! !! |
!!!! !! |
!!!! !! |
!!!! (This is just below the following line ) !! |
!!!! # IE requires the path and domain to be present for some reason. !! |
!!!! # IE requires the path and domain to be present for some reason. !! |
!!!! $path = CGI::url(-absolute=>1) unless defined $path; !! |
|
</specialnotice> |
</specialnotice> |
|
</specialnotices> |
<targetroot>/</targetroot> |
<targetroot>/</targetroot> |
<sourceroot>/home/user/loncapa/</sourceroot> |
<sourceroot>/home/user/loncapa/</sourceroot> |
<categories> |
<categories> |
Line 131 http://www.lon-capa.org/
|
Line 140 http://www.lon-capa.org/
|
<chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown> |
<chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown> |
<abbreviation>systemfile</abbreviation> |
<abbreviation>systemfile</abbreviation> |
</category> |
</category> |
|
<category name="system script" type="runtime"> |
|
<chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown> |
|
<abbreviation>systemscript</abbreviation> |
|
</category> |
|
<category name="system script" type="development"> |
|
<chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown> |
|
<abbreviation>systemscript</abbreviation> |
|
</category> |
<category name="root script" type="runtime"> |
<category name="root script" type="runtime"> |
<chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown> |
<chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown> |
<abbreviation>rootscript</abbreviation> |
<abbreviation>rootscript</abbreviation> |
Line 185 Division of Science and Mathematics Educ
|
Line 202 Division of Science and Mathematics Educ
|
<rpmGroup>Utilities/System</rpmGroup> |
<rpmGroup>Utilities/System</rpmGroup> |
<rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource> |
<rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource> |
<rpmAutoReqProv>no</rpmAutoReqProv> |
<rpmAutoReqProv>no</rpmAutoReqProv> |
<rpmdescription>This package facilitates a base installation of LON-CAPA files in their directories.\n |
<rpmdescription>This package facilitates a base installation of LON-CAPA \n |
The files in this package are only those directly associated with the network communication\n |
files in their directories.\n |
layer established through direct server-to-server communications (via lond and lonc); plus\n |
For more on the LON-CAPA project, visit http://www.lon-capa.org/. |
those which configure (but otherwise not constitute) external software packages like Apache\n |
</rpmdescription> |
and Athena-Kerberos. For more on the LON-CAPA project, visit http://www.lon-capa.org/.</rpmdescription> |
|
<rpmpre>echo '***********************************************************************'\n |
<rpmpre>echo '***********************************************************************'\n |
echo 'LON-CAPA LearningOnline with CAPA'\n |
echo 'LON-CAPA LearningOnline with CAPA'\n |
echo 'http://www.lon-capa.org/'\n |
echo 'http://www.lon-capa.org/'\n |
Line 203 echo 'This installation assumes an insta
|
Line 219 echo 'This installation assumes an insta
|
echo ' '\n |
echo ' '\n |
echo 'The server computer should be currently connected to the ethernet'\n |
echo 'The server computer should be currently connected to the ethernet'\n |
echo ' '\n |
echo ' '\n |
echo 'The files in this package are only those directly associated with the network communication'\n |
|
echo 'layer established through direct server-to-server communications (via lond and lonc); plus'\n |
|
echo 'those which configure (but otherwise not constitute) external software packages like Apache'\n |
|
echo 'and Athena-Kerberos.'\n |
|
echo '***********************************************************************'\n |
echo '***********************************************************************'\n |
</rpmpre> |
</rpmpre> |
<rpmRequires> |
<rpmRequires> |
<item>PreReq: LON-CAPA-setup</item> |
<item>PreReq: LON-CAPA-setup</item> |
<item>PreReq: apache</item> |
<item>PreReq: apache</item> |
<item>PreReq: /etc/httpd/conf/access.conf</item> |
<item>PreReq: /etc/httpd/conf/httpd.conf</item> |
</rpmRequires> |
</rpmRequires> |
</rpm> |
</rpm> |
<directories> |
<directories> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>etc</targetdir> |
<targetdir dist='default'>etc</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>standard linux directory for configuration files</description> |
<description>standard linux directory for configuration files</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
<targetdir dist='default'>etc/atalk</targetdir> |
<protectionlevel>never_delete</protectionlevel> |
<categoryname>standard</categoryname> |
|
<description>appletalk configuration files</description> |
|
</directory> |
|
<directory> |
|
<targetdir dist='default'>etc/cron.d</targetdir> |
<targetdir dist='default'>etc/cron.d</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>standard linux directory for running time-based "jobs" |
<description>standard linux directory for running time-based "jobs" |
</description> |
</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>etc/httpd/conf</targetdir> |
<targetdir dist='default'>etc/httpd/conf</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>web configuration files</description> |
<description>web configuration files</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
<targetdir dist='default'>etc/ntp</targetdir> |
<protectionlevel>never_delete</protectionlevel> |
<categoryname>standard</categoryname> |
|
<description>configuration directory for network time protocol</description> |
|
</directory> |
|
<directory> |
|
<targetdir dist='default'>etc/pam.d</targetdir> |
<targetdir dist='default'>etc/pam.d</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>configuration directory for password authentication mechanism |
<description>configuration directory for password authentication mechanism |
</description> |
</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>etc/rc.d/init.d</targetdir> |
<targetdir dist='default'>etc/rc.d/init.d</targetdir> |
<targetdir dist='redhat7.1 debian2.2'>etc/init.d</targetdir> |
<targetdir dist='debian'>etc/init.d</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>scripts that run during system startup</description> |
<description>scripts that run during system startup</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>etc/rc.d/rc0.d</targetdir> |
<targetdir dist='default'>etc/rc.d/rc0.d</targetdir> |
<targetdir dist='redhat7.1 debian2.2'>etc/rc0.d</targetdir> |
<targetdir dist='debian'>etc/rc0.d</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>scripts that run for run-level 0</description> |
<description>scripts that run for run-level 0</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>etc/rc.d/rc1.d</targetdir> |
<targetdir dist='default'>etc/rc.d/rc1.d</targetdir> |
<targetdir dist='redhat7.1 debian2.2'>etc/rc1.d</targetdir> |
<targetdir dist='debian'>etc/rc1.d</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>scripts that run for run-level 1</description> |
<description>scripts that run for run-level 1</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>etc/rc.d/rc2.d</targetdir> |
<targetdir dist='default'>etc/rc.d/rc2.d</targetdir> |
<targetdir dist='redhat7.1 debian2.2'>etc/rc2.d</targetdir> |
<targetdir dist='debian'>etc/rc2.d</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>scripts that run for run-level 2</description> |
<description>scripts that run for run-level 2</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>etc/rc.d/rc3.d</targetdir> |
<targetdir dist='default'>etc/rc.d/rc3.d</targetdir> |
<targetdir dist='redhat7.1 debian2.2'>etc/rc3.d</targetdir> |
<targetdir dist='debian'>etc/rc3.d</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>scripts that run for run-level 3</description> |
<description>scripts that run for run-level 3</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>etc/rc.d/rc4.d</targetdir> |
<targetdir dist='default'>etc/rc.d/rc4.d</targetdir> |
<targetdir dist='redhat7.1 debian2.2'>etc/rc4.d</targetdir> |
<targetdir dist='debian'>etc/rc4.d</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>scripts that run for run-level 4</description> |
<description>scripts that run for run-level 4</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>etc/rc.d/rc5.d</targetdir> |
<targetdir dist='default'>etc/rc.d/rc5.d</targetdir> |
<targetdir dist='redhat7.1 debian2.2'>etc/rc5.d</targetdir> |
<targetdir dist='debian'>etc/rc5.d</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>scripts that run for run-level 5</description> |
<description>scripts that run for run-level 5</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>etc/rc.d/rc6.d</targetdir> |
<targetdir dist='default'>etc/rc.d/rc6.d</targetdir> |
<targetdir dist='redhat7.1 debian2.2'>etc/rc6.d</targetdir> |
<targetdir dist='debian'>etc/rc6.d</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>scripts that run for run-level 6</description> |
<description>scripts that run for run-level 6</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/lonTabs</targetdir> |
<targetdir dist='default'>home/httpd/lonTabs</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>tab-formatted reference files</description> |
<description>tab-formatted reference files</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>home/httpd</targetdir> |
<targetdir dist='default'>home/httpd</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>start of the web server tree</description> |
<description>start of the web server tree</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/perl</targetdir> |
<targetdir dist='default'>home/httpd/perl</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>perl scripts for managing the LON-CAPA system</description> |
<description>perl scripts for managing the LON-CAPA system</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/perl/logs</targetdir> |
<targetdir dist='default'>home/httpd/perl/logs</targetdir> |
<categoryname>server standard</categoryname> |
<categoryname>server standard</categoryname> |
<description>location where system performance and error logs are kept |
<description>location where system performance and error logs are kept |
</description> |
</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir> |
|
<categoryname>server standard</categoryname> |
|
<description> |
|
Used by lond parent to check if children are responding to USR1 signals |
|
(otherwise they are killed and replaced). |
|
</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/perl/tmp</targetdir> |
<targetdir dist='default'>home/httpd/perl/tmp</targetdir> |
<categoryname>server standard</categoryname> |
<categoryname>server standard</categoryname> |
<description>location where temporary files (for caching) are stored |
<description>location where temporary files (for caching) are stored |
</description> |
</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/prtspool</targetdir> |
<targetdir dist='default'>home/httpd/prtspool</targetdir> |
<categoryname>server standard</categoryname> |
<categoryname>server standard</categoryname> |
<description>for the output of lonprintout.pm |
<description>for the output of lonprintout.pm |
</description> |
</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/lib</targetdir> |
|
<categoryname>server readonly</categoryname> |
|
<description>location of LON-CAPA software modules and |
|
extensions</description> |
|
</directory> |
|
<directory dist='default'> |
|
<!-- Must protect localauth.pm from extinction. --> |
|
<protectionlevel>weak_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/lib/perl</targetdir> |
<targetdir dist='default'>home/httpd/lib/perl</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>location of LON-CAPA non web mod-perl handlers</description> |
<description>location of LON-CAPA non web mod-perl handlers</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir> |
<targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>location of LON-CAPA web mod-perl handlers</description> |
<description>location of LON-CAPA web mod-perl handlers</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
<targetdir dist='default'>home/httpd/lonIDs</targetdir> |
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir> |
|
<categoryname>server readonly</categoryname> |
|
<description>location of HTML specific perl module fixes and additions |
|
</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir> |
|
<categoryname>server readonly</categoryname> |
|
<description>location of HTML specific perl module fixes and additions |
|
</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/lonIDs</targetdir> |
<categoryname>server standard</categoryname> |
<categoryname>server standard</categoryname> |
<description>cookie jar</description> |
<description>cookie jar</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/sockets</targetdir> |
<targetdir dist='default'>home/httpd/sockets</targetdir> |
<categoryname>server standard</categoryname> |
<categoryname>server standard</categoryname> |
<description>lonc's sockets</description> |
<description>lonc's sockets</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/sockets/delayed</targetdir> |
<targetdir dist='default'>home/httpd/sockets/delayed</targetdir> |
<categoryname>server standard</categoryname> |
<categoryname>server standard</categoryname> |
<description>lonc's sockets (delayed)</description> |
<description>lonc's sockets (delayed)</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/cgi-bin</targetdir> |
<targetdir dist='default'>home/httpd/cgi-bin</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>location of cgi scripts</description> |
<description>location of cgi scripts</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html</targetdir> |
<targetdir dist='default'>home/httpd/html</targetdir> |
<categoryname>server standard</categoryname> |
<categoryname>server standard</categoryname> |
<description>location of web-accessible file tree</description> |
<description>location of web-accessible file tree</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/res</targetdir> |
<targetdir dist='default'>home/httpd/html/res</targetdir> |
<categoryname>server standard</categoryname> |
<categoryname>server standard</categoryname> |
<description>root of resource tree</description> |
<description>root of resource tree</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/html/userfiles</targetdir> |
|
<categoryname>server standard</categoryname> |
|
<description>root for user uploaded files</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/adm</targetdir> |
<targetdir dist='default'>home/httpd/html/adm</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>unauthenticated resources</description> |
<description>unauthenticated resources</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/adm/rat</targetdir> |
<targetdir dist='default'>home/httpd/html/adm/rat</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>home of the rat</description> |
<description>home of the rat</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/adm/help</targetdir> |
<targetdir dist='default'>home/httpd/html/adm/help</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>online help documentation</description> |
<description>online help documentation</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
<targetdir dist='default'>home/httpd/html/adm/help/api</targetdir> |
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir> |
|
<categoryname>server readonly</categoryname> |
|
<description>online help documentation gif files</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir> |
|
<categoryname>server readonly</categoryname> |
|
<description>online help documentation eps files</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir> |
|
<categoryname>server readonly</categoryname> |
|
<description>online help documentation tex files</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/html/adm/help/png</targetdir> |
|
<categoryname>server readonly</categoryname> |
|
<description>online help documentation png files</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>online help documentation for the LON-CAPA programming |
<description>online help documentation for the LON-CAPA programming |
interface</description> |
interface</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
<targetdir dist='default'>home/httpd/html/adm/help/api/Apache</targetdir> |
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache |
|
</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>online help documentation for the LON-CAPA programming |
<description>online help documentation for the LON-CAPA programming |
interface, Apache (mod_perl) handlers</description> |
interface, Apache (mod_perl) handlers</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir> |
<targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>online help documentation for the LON-CAPA programming |
<description>online help documentation for the LON-CAPA programming |
interface, Apache (mod_perl) handlers</description> |
interface, Apache (mod_perl) handlers</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir> |
<targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>graphic widgets</description> |
<description>graphic widgets</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir> |
<targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>miscellaneous resources</description> |
<description>miscellaneous resources</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir> |
<targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>error warnings and icons</description> |
<description>error warnings and icons</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/lonUsers</targetdir> |
<targetdir dist='default'>home/httpd/lonUsers</targetdir> |
<categoryname>server standard</categoryname> |
<categoryname>server standard</categoryname> |
<description>Home directories of local users. There is a five-tier |
<description>Home directories of local users. There is a five-tier |
structure to the directories: |
structure to the directories: |
[domain]/[firstletter]/[secondletter]/[thirdletter]/[userid]. For example, |
[domain]/[firstletter]/[secondletter]/[thirdletter]/[userid]. For example, |
a user fredflint at MSU would have his information located in |
a user fredflint at MSU would have his information located in |
lonUsers/msu/f/r/e/fredflint.<br /> <br />Within this directory there are |
lonUsers/msu/f/r/e/fredflint.<br /> <br />Within this directory there are |
a variety of files which govern the scope of what a user can do within the |
a variety of files which govern the scope of what a user can do within the |
LON-CAPA system. A passwd file determines the type of authentication |
LON-CAPA system. A passwd file determines the type of authentication |
mechanism to use. |
mechanism to use. |
Line 432 mechanism to use.
|
Line 532 mechanism to use.
|
roles.db) which specify the roles and privileges for a user in the |
roles.db) which specify the roles and privileges for a user in the |
LON-CAPA system.</description> |
LON-CAPA system.</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/adm/MathML</targetdir> |
<targetdir dist='default'>home/httpd/html/adm/MathML</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>mathematics markup language resources</description> |
<description>mathematics markup language resources</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir> |
<targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>files useful for including within customized scripting |
<description>files useful for including within customized scripting |
</description> |
</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/res/adm/includes/templates |
<targetdir dist='default'>home/httpd/html/res/adm/includes/templates |
</targetdir> |
</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>template files useful for customized scripts</description> |
<description>template files useful for customized scripts</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/lon-status</targetdir> |
<targetdir dist='default'>home/httpd/html/lon-status</targetdir> |
<categoryname>server standard</categoryname> |
<categoryname>server standard</categoryname> |
<description>status reports</description> |
<description>status reports; online logs are kept that |
|
are viewable over the world-wide web</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir> |
<targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>web user interface resources</description> |
<description>web user interface resources</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/html/adm/lonLCDfont</targetdir> |
|
<categoryname>server readonly</categoryname> |
|
<description>LCD font for remote control</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir> |
|
<categoryname>server readonly</categoryname> |
|
<description>Logos for LON-CAPA domains</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir> |
|
<categoryname>server readonly</categoryname> |
|
<description>Designs for LON-CAPA domains</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir> |
|
<categoryname>server readonly</categoryname> |
|
<description>Page headers and graphical interface files</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu |
<targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu |
</targetdir> |
</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>bookmark user interface code</description> |
<description>bookmark user interface code</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/res/adm/pages/annotations |
<targetdir dist='default'>home/httpd/html/res/adm/pages/annotations |
</targetdir> |
</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description></description> |
<description></description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
<targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons |
<targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons |
</targetdir> |
</targetdir> |
<categoryname>server readonly</categoryname> |
<categoryname>server readonly</categoryname> |
<description>icons that help depict the file system (outdated)</description> |
<description>icons that help depict the file system (outdated)</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir> |
<targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir> |
<targetdir dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir> |
<targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir> |
<targetdir dist='debian2.2'>usr/local/lib/perl/5.6.0</targetdir> |
<targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>system perl tree (usually present on linux systems) |
<description>system perl tree (usually present on linux systems) |
</description> |
</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>usr/local/loncapa/bin</targetdir> |
|
<categoryname>standard</categoryname> |
|
<description>local binary files for loncapa</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>usr/local/loncapa/doc</targetdir> |
|
<categoryname>standard</categoryname> |
|
<description>local documentation files for loncapa</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>modest_delete</protectionlevel> |
|
<targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir> |
|
<categoryname>standard</categoryname> |
|
<description>examples of configuration files for secondary |
|
services</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
|
<targetdir dist='default'>usr/local/man/man1</targetdir> |
|
<categoryname>standard</categoryname> |
|
<description>local manual pages</description> |
|
</directory> |
|
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>usr/man/man1</targetdir> |
<targetdir dist='default'>usr/man/man1</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>manual pages</description> |
<description>manual pages</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>usr/man/man3</targetdir> |
<targetdir dist='default'>usr/man/man3</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>manual pages</description> |
<description>manual pages</description> |
</directory> |
</directory> |
<directory> |
<directory dist='default'> |
|
<protectionlevel>never_delete</protectionlevel> |
<targetdir dist='default'>usr/sbin</targetdir> |
<targetdir dist='default'>usr/sbin</targetdir> |
<categoryname>standard</categoryname> |
<categoryname>standard</categoryname> |
<description>standard linux directory for superuser executables</description> |
<description>standard linux directory for superuser executables</description> |
Line 504 LON-CAPA system.</description>
|
Line 666 LON-CAPA system.</description>
|
<files> |
<files> |
<file> |
<file> |
<source>loncom/krb.conf</source> |
<source>loncom/krb.conf</source> |
<target dist='default'>etc/krb.conf</target> |
<target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target> |
<categoryname>conf</categoryname> |
<categoryname>static conf</categoryname> |
<description> |
<description> |
which Kerberos server to contact for specified Kerberos domains |
which Kerberos server to contact for specified Kerberos domains |
</description> |
</description> |
Line 526 each list element consists of only two s
|
Line 688 each list element consists of only two s
|
</note> |
</note> |
</file> |
</file> |
<file> |
<file> |
<source>loncom/access.conf</source> |
<source>loncom/loncapa.conf</source> |
<target dist='default'>etc/httpd/conf/access.conf</target> |
<target dist='default'>etc/httpd/conf/loncapa.conf</target> |
<categoryname>conf</categoryname> |
<categoryname>conf</categoryname> |
<description> |
<description> |
This file has two major functions. |
<p> |
For the Apache web server, it defines a global |
The goal of this file is to implement all LON-CAPA specific |
access configuration which defines what server options (Indexes", "Includes", |
customization of the Apache web server (most all of these values |
"FollowSymLinks", "ExecCGI", or "MultiViews") are associated |
require manual input from the system administrator at some point). |
with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin", |
The values in this file, as opposed to loncapa_apache.conf, are |
and "/usr/doc"). For the LON-CAPA network server and perl module |
meant to be machine and institution specific. |
handlers, it defines machine specific settings (lonHostID, lonRole, |
</p> |
lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt) |
<p> |
and internal machine settings for specific directories, socket ports, |
For the LON-CAPA network server and perl module |
and browser detection logic. |
handlers, it defines machine specific settings including lonHostID, lonRole, |
|
lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt. |
|
</p> |
|
<p> |
|
This file should not be viewable by regular users of the system. |
|
Only root and www should be able to view the contents of this file |
|
since lonReceipt is sensitive. |
|
</p> |
</description> |
</description> |
<note> |
<note> |
<b>configure</b> |
<b>configure</b> |
<br /> |
<br /> |
<table cellpadding=0 cellspacing=0 border=1> |
<table cellpadding='0' cellspacing='0' border='1'> |
<tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this |
<tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this |
machine</td></tr> |
machine</td></tr> |
<tr><td><tt>lonRole</tt></td><td>Role of this machine: library, |
<tr><td><tt>lonRole</tt></td><td>Role of this machine: library, |
Line 561 MySQL database</td></tr>
|
Line 730 MySQL database</td></tr>
|
</note> |
</note> |
</file> |
</file> |
<file> |
<file> |
<source>loncom/httpd.conf</source> |
<source>loncom/loncapa_apache.conf</source> |
<target dist='default'>etc/httpd/conf/httpd.conf</target> |
<target dist='default'>etc/httpd/conf/loncapa_apache.conf</target> |
<categoryname>static conf</categoryname> |
<categoryname>static conf</categoryname> |
<description> |
<description> |
This is the main server configuration file. The settings here are |
The goal of this file is to implement all LON-CAPA specific |
more or less standard for the Apache web server. Most notably (and |
customization of the Apache web server that does not require |
importantly!), perl handling and mod_perl are enabled in this configuration |
user input. |
file. |
|
</description> |
For the Apache web server, it defines a global |
</file> |
access configuration which defines what server options (Indexes", "Includes", |
<file> |
"FollowSymLinks", "ExecCGI", or "MultiViews") are associated |
<source>loncom/srm.conf</source> |
with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin", |
<target dist='default'>etc/httpd/conf/srm.conf</target> |
and "/usr/doc"). For the LON-CAPA network server and perl module |
<categoryname>static conf</categoryname> |
handlers, it defines |
<description> |
and internal machine settings for specific directories, socket ports, |
<p> |
the www@localhost MySQL password, and browser detection logic. |
This file configures the "name space" of the Apache web server. |
|
<tt>srm.conf</tt> |
|
defines when specific perl modules should be called to handle a given |
|
request. This definition is a function of both the name of the perl module, |
|
and a specific regular expression associated with the URL, such as |
|
"^/res/.*\.page". |
|
</p> |
|
<p> |
|
Here is an example entry: |
|
<pre> |
|
<LocationMatch "^/res/.*\.page$> |
|
SetHandler perl-script |
|
PerlHandler Apache::lonpage |
|
</LocationMatch> |
|
</pre> |
|
</p> |
|
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
Line 603 PerlHandler Apache::lonpage
|
Line 756 PerlHandler Apache::lonpage
|
This file provides initializations for perl handlers. It adjusts what |
This file provides initializations for perl handlers. It adjusts what |
the module path space is (so as to include /home/httpd/lib/perl/Apache) as |
the module path space is (so as to include /home/httpd/lib/perl/Apache) as |
well as causing the Apache module to be used for every perl handler. |
well as causing the Apache module to be used for every perl handler. |
<tt>startup.pl</tt> is invoked by <tt>access.conf</tt>. |
<tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>. |
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
<source>loncom/publisher/thesaurus.dat</source> |
<source>loncom/thesaurus/thesaurus.db</source> |
<target dist='default'>home/httpd/lonTabs/thesaurus.dat</target> |
<target dist='default'>home/httpd/lonTabs/thesaurus.db</target> |
<categoryname>static conf</categoryname> |
<categoryname>system file</categoryname> |
<description> |
<description> |
Custom Thesaurus file for LON-CAPA, in the format |
Thesaurus database file to be built from loncom/thesaurus/rawkey.txt |
word@wordID@frequency@relatedwordID:frequency,relatedwordID:frequency,... |
|
</description> |
</description> |
|
<build trigger='run if dependencies change'> |
|
loncom/thesaurus/build_thesaurus_wrapper.sh |
|
</build> |
|
<dependencies> |
|
rawkey.txt |
|
</dependencies> |
</file> |
</file> |
<file> |
<file> |
<source>loncom/interface/mydesk.tab</source> |
<source>loncom/interface/mydesk.tab</source> |
Line 632 Descriptive list of file extensions, and
|
Line 790 Descriptive list of file extensions, and
|
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
<source>loncom/cgi/barcode.gif</source> |
<source>loncom/interface/filecategories.tab</source> |
<target dist='default'>home/httpd/cgi-bin/barcode.gif</target> |
<target dist='default'>home/httpd/lonTabs/filecategories.tab</target> |
|
<categoryname>static conf</categoryname> |
|
<description> |
|
Descriptive list of file extensions and broad categorization. |
|
</description> |
|
</file> |
|
<file> |
|
<source>loncom/cgi/barcode.png</source> |
|
<target dist='default'>home/httpd/cgi-bin/barcode.png</target> |
<categoryname>script</categoryname> |
<categoryname>script</categoryname> |
<description> |
<description> |
Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE |
Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE |
Line 641 parameter.
|
Line 807 parameter.
|
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
<source>loncom/cgi/graph.gif</source> |
<source>loncom/cgi/thumbnail.gif</source> |
<target dist='default'>home/httpd/cgi-bin/graph.gif</target> |
<target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target> |
|
<categoryname>script</categoryname> |
|
<description> |
|
Produces a thumbnail image of the url given |
|
</description> |
|
</file> |
|
<file> |
|
<source>loncom/cgi/clusterstatus.pl</source> |
|
<target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target> |
|
<categoryname>script</categoryname> |
|
<description> |
|
utility cgi script to view status of cluster |
|
</description> |
|
</file> |
|
<file> |
|
<source>loncom/build/system_dependencies/perltest.pl</source> |
|
<target dist='default'>home/httpd/cgi-bin/perltest.pl</target> |
|
<categoryname>script</categoryname> |
|
<description> |
|
utility cgi script to view status of perl modules |
|
</description> |
|
</file> |
|
<file> |
|
<source>loncom/build/system_dependencies/cpan_distributions.txt</source> |
|
<target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
utility cgi script to view status of perl modules |
|
</description> |
|
</file> |
|
<file> |
|
<source>loncom/cgi/graph.png</source> |
|
<target dist='default'>home/httpd/cgi-bin/graph.png</target> |
<categoryname>script</categoryname> |
<categoryname>script</categoryname> |
<description> |
<description> |
Dynamically outputs a graph especially for lonstatistics.pm. |
Dynamically outputs a graph especially for lonstatistics.pm. |
Line 653 GDGraph-1.33 and GDTextUtils-0.80.
|
Line 851 GDGraph-1.33 and GDTextUtils-0.80.
|
</note> |
</note> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/cgi/lonversions.pl</source> |
|
<target dist='default'>home/httpd/cgi-bin/lonversions.pl</target> |
|
<categoryname>script</categoryname> |
|
<description> |
|
utility cgi script to view software versions of a remote server |
|
</description> |
|
</file> |
|
<file> |
|
<source>loncom/cgi/ping.pl</source> |
|
<target dist='default'>home/httpd/cgi-bin/ping.pl</target> |
|
<categoryname>script</categoryname> |
|
<description> |
|
cgi-script to ping other server |
|
</description> |
|
</file> |
|
<file> |
<source>loncom/cgi/plot.gif</source> |
<source>loncom/cgi/plot.gif</source> |
<target dist='default'>home/httpd/cgi-bin/plot.gif</target> |
<target dist='default'>home/httpd/cgi-bin/plot.gif</target> |
<categoryname>script</categoryname> |
<categoryname>script</categoryname> |
Line 691 coil,loop,field,magnetic
|
Line 905 coil,loop,field,magnetic
|
and simply prints this text-only (no markup) to the browser |
and simply prints this text-only (no markup) to the browser |
</description> |
</description> |
</file> |
</file> |
|
<file> |
|
<source>loncom/cgi/metadata_harvest.pl</source> |
|
<target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target> |
|
<categoryname>script</categoryname> |
|
<description> |
|
a cgi-script (not mod_perl), which contacts MySQL and pulls |
|
out all records in "|"-separated format. |
|
To be used by very simple harvesting engines. |
|
</description> |
|
</file> |
<fileglob> |
<fileglob> |
<glob>*.*</glob> |
<glob>*.*</glob> |
<sourcedir>loncom/homework/templates/</sourcedir> |
<sourcedir>loncom/homework/templates/</sourcedir> |
Line 705 blank.library;
|
Line 929 blank.library;
|
blank.library.meta; |
blank.library.meta; |
blank.problem; |
blank.problem; |
blank.problem.meta; |
blank.problem.meta; |
formula.problem; |
Essay.problem; |
formula.problem.meta; |
Essay.problem.meta; |
numerical.problem; |
numerical.problem; |
numerical.problem.meta; |
numerical.problem.meta; |
|
Plot.problem; |
|
Plot.problem.meta; |
RadioResponse.problem; |
RadioResponse.problem; |
RadioResponse.problem.meta; |
RadioResponse.problem.meta; |
|
RandomLabelExample.problem; |
|
RandomLabelExample.problem.meta; |
SelectFromOptions-4ConceptGoups.problem; |
SelectFromOptions-4ConceptGoups.problem; |
SelectFromOptions-4ConceptGoups.problem.meta; |
SelectFromOptions-4ConceptGoups.problem.meta; |
SelectFromOptions-5ConceptGoups.problem; |
SelectFromOptions-5ConceptGoups.problem; |
Line 725 SelectFromOptions-Simple.problem;
|
Line 953 SelectFromOptions-Simple.problem;
|
SelectFromOptions-Simple.problem.meta; |
SelectFromOptions-Simple.problem.meta; |
script.library; |
script.library; |
script.library.meta; |
script.library.meta; |
SimpleStringResponse.problem; |
SimpleFormula.problem; |
SimpleStringResponse.problem.meta; |
SimpleFormula.problem.meta; |
StringResponse.problem; |
StringResponse.problem; |
StringResponse.problem.meta |
StringResponse.problem.meta |
</filenames> |
</filenames> |
Line 799 and privileges available in the network
|
Line 1027 and privileges available in the network
|
<file> |
<file> |
<source>loncom/hosts.tab</source> |
<source>loncom/hosts.tab</source> |
<target dist='default'>home/httpd/lonTabs/hosts.tab</target> |
<target dist='default'>home/httpd/lonTabs/hosts.tab</target> |
<categoryname>conf</categoryname> |
<categoryname>static conf</categoryname> |
<description> |
<description> |
List of all machines in the LON-CAPA network. Relates <tt>lonHostID</tt> to |
List of all machines in the LON-CAPA network. Relates <tt>lonHostID</tt> to |
<tt>lonDefDomain</tt> and <u>IP address</u>. |
<tt>lonDefDomain</tt> and <u>IP address</u>. |
Line 814 Spare hosts to offload session to if the
|
Line 1042 Spare hosts to offload session to if the
|
</description> |
</description> |
<note> |
<note> |
<b>configure</b><br /> |
<b>configure</b><br /> |
<table cellpadding=0 cellspacing=0 border=1> |
<table cellpadding='0' cellspacing='0' border='1'> |
<tr><td> |
<tr><td> |
list elements are separated by newlines |
list elements are separated by newlines |
</td></tr> |
</td></tr> |
Line 835 Basic auth password to access /lon-statu
|
Line 1063 Basic auth password to access /lon-statu
|
</file> |
</file> |
<file> |
<file> |
<source>loncom/smb.conf</source> |
<source>loncom/smb.conf</source> |
<target dist='default'>etc/smb.conf</target> |
<target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target> |
<target dist='redhat7.1'>etc/samba/smb.conf</target> |
<categoryname>static conf</categoryname> |
<categoryname>conf</categoryname> |
|
<description> |
<description> |
configuration file to make LON-CAPA server file space accessible to network |
configuration file to make LON-CAPA server file space accessible to network |
neighborhood |
neighborhood |
Line 845 neighborhood
|
Line 1072 neighborhood
|
</file> |
</file> |
<file> |
<file> |
<source>loncom/ntp.conf</source> |
<source>loncom/ntp.conf</source> |
<target dist='default'>etc/ntp.conf</target> |
<target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target> |
<categoryname>conf</categoryname> |
<categoryname>static conf</categoryname> |
<description> |
<description> |
which NTP server to contact for information (XNTP3 standard) |
which NTP server to contact for information (XNTP3 standard) |
</description> |
</description> |
<note> |
<note> |
<table cellpadding=0 cellspacing=0 border=1> |
<table cellpadding='0' cellspacing='0' border='1'> |
<tr><td> |
<tr><td> |
only one line needs to be changed to specify a server ip address |
only one line needs to be changed to specify a server ip address |
</td></tr> |
</td></tr> |
Line 870 Batch script for updating SQL metadata d
|
Line 1097 Batch script for updating SQL metadata d
|
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/metadata_database/cleanup_database.pl</source> |
|
<target dist='default'>home/httpd/perl/cleanup_database.pl</target> |
|
<categoryname>script</categoryname> |
|
<description> |
|
Batch script for removing temporary tables from the SQL metadata database. |
|
</description> |
|
</file> |
|
<file> |
|
<source>loncom/misc/cleanup_prtspool.pl</source> |
|
<target dist='default'>home/httpd/perl/cleanup_prtspool.pl</target> |
|
<categoryname>script</categoryname> |
|
<description> |
|
Batch script for removing files not accessed within 24 hours from the |
|
/home/httpd/prtspool directory. |
|
</description> |
|
</file> |
|
<file> |
|
<source>loncom/lonhttpd</source> |
|
<target dist='default'>home/httpd/perl/lonhttpd</target> |
|
<categoryname>script</categoryname> |
|
<description> |
|
Small fry httpd on port 8080 |
|
</description> |
|
</file> |
|
<file> |
<source>loncom/lonc</source> |
<source>loncom/lonc</source> |
<target dist='default'>home/httpd/perl/lonc</target> |
<target dist='default'>home/httpd/perl/lonc</target> |
<categoryname>script</categoryname> |
<categoryname>script</categoryname> |
Line 883 proxy server
|
Line 1135 proxy server
|
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonc</description> |
<description>man page for lonc</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && echo 'manifying lonc' |
loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && \ |
|
echo 'manifying lonc' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 894 loncom/build/pod2man.sh ../lonc > ../../
|
Line 1147 loncom/build/pod2man.sh ../lonc > ../../
|
<source>doc/scripts/lonc.html</source> |
<source>doc/scripts/lonc.html</source> |
<target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target> |
<target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonc</description> |
<description>POD-derived page for lonc</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && echo 'pod2html lonc' |
loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && \ |
|
echo 'pod2html lonc' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 913 It accepts and processes incoming reques
|
Line 1167 It accepts and processes incoming reques
|
on the network. lond's functionality is self-contained in the sense |
on the network. lond's functionality is self-contained in the sense |
that it does not reference (import, require, use) any other file |
that it does not reference (import, require, use) any other file |
described in this document. There are only 15 subroutines in this |
described in this document. There are only 15 subroutines in this |
script, however the <TT>make_new_child</TT> subroutine is quite |
script, however the <tt>make_new_child</tt> subroutine is quite |
complex since it parses and responds about 29 different types of |
complex since it parses and responds about 29 different types of |
network requests (i.e. enc, ping, pong, ekey, load, auth, passwd, |
network requests (i.e. enc, ping, pong, ekey, load, auth, passwd, |
makeuser, home, update, unsub, sub, log, put, rolesput, get, eget, |
makeuser, home, update, unsub, sub, log, put, rolesput, get, eget, |
Line 927 tmpput, tmpget, and ls).
|
Line 1181 tmpput, tmpget, and ls).
|
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lond</description> |
<description>man page for lond</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && echo 'manifying lond' |
loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && \ |
|
echo 'manifying lond' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 938 loncom/build/pod2man.sh ../lond > ../../
|
Line 1193 loncom/build/pod2man.sh ../lond > ../../
|
<source>doc/scripts/lond.html</source> |
<source>doc/scripts/lond.html</source> |
<target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target> |
<target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lond</description> |
<description>POD-derived page for lond</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && echo 'pod2html lond' |
loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && \ |
|
echo 'pod2html lond' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 948 loncom/build/pod2html.sh ../lond > ../..
|
Line 1204 loncom/build/pod2html.sh ../lond > ../..
|
</dependencies> |
</dependencies> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/build/CHECKRPMS</source> |
|
<target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target> |
|
<categoryname>script</categoryname> |
|
<description>CGI script that checks status of RPMs</description> |
|
</file> |
|
<file> |
<source>loncom/cgi/loncron.pl</source> |
<source>loncom/cgi/loncron.pl</source> |
<target dist='default'>home/httpd/cgi-bin/loncron.pl</target> |
<target dist='default'>home/httpd/cgi-bin/loncron.pl</target> |
<categoryname>script</categoryname> |
<categoryname>script</categoryname> |
Line 971 loncom/build/pod2html.sh ../lond > ../..
|
Line 1233 loncom/build/pod2html.sh ../lond > ../..
|
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonsql</description> |
<description>man page for lonsql</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && echo 'manifying lonsql' |
loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && \ |
|
echo 'manifying lonsql' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 982 loncom/build/pod2man.sh ../lonsql > ../.
|
Line 1245 loncom/build/pod2man.sh ../lonsql > ../.
|
<source>doc/scripts/lonsql.html</source> |
<source>doc/scripts/lonsql.html</source> |
<target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target> |
<target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonsql</description> |
<description>POD-derived page for lonsql</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && echo 'pod2html lonsql' |
loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && \ |
|
echo 'pod2html lonsql' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1021 new user.
|
Line 1285 new user.
|
<status>being updated</status> |
<status>being updated</status> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/lchtmldir</source> |
|
<target dist='default'>home/httpd/perl/lchtmldir</target> |
|
<categoryname>setuid script</categoryname> |
|
<description> |
|
Manages the file system ramifications of adding author mode to a user. |
|
If necessary a public_html diretory is added, permissions and ownership are |
|
set according to the user's authentication mode. |
|
</description> |
|
<status>New file</status> |
|
</file> |
|
<file> |
<source>loncom/lcuserdel</source> |
<source>loncom/lcuserdel</source> |
<target dist='default'>home/httpd/perl/lcuserdel</target> |
<target dist='default'>home/httpd/perl/lcuserdel</target> |
<categoryname>setuid script</categoryname> |
<categoryname>setuid script</categoryname> |
Line 1059 GNU General Public License. Long live t
|
Line 1334 GNU General Public License. Long live t
|
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/license/httpi.license</source> |
|
<target dist='default'>home/httpd/html/adm/httpi.license</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
HTTPi webserver license |
|
</description> |
|
</file> |
|
<file> |
|
<source>loncom/license/httpi.readme</source> |
|
<target dist='default'>home/httpd/html/adm/httpi.readme</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
HTTPi webserver readme |
|
</description> |
|
</file> |
|
<file> |
<source>loncom/license/about.html</source> |
<source>loncom/license/about.html</source> |
<target dist='default'>home/httpd/html/adm/about.html</target> |
<target dist='default'>home/httpd/html/adm/about.html</target> |
<categoryname>interface file</categoryname> |
<categoryname>interface file</categoryname> |
Line 1084 Interface file for responding to imprope
|
Line 1375 Interface file for responding to imprope
|
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/html/adm/overloaded.txt</source> |
|
<target dist='default'>home/httpd/html/adm/overloaded.txt</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
Interface file for responding to overload situations. |
|
</description> |
|
</file> |
|
<file> |
|
<source>loncom/html/adm/loginproblems.html</source> |
|
<target dist='default'>home/httpd/html/adm/loginproblems.html</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
Help page for login problems. |
|
</description> |
|
</file> |
|
<file> |
<source>loncom/xml/physnet.sty</source> |
<source>loncom/xml/physnet.sty</source> |
<target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target> |
<target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target> |
<categoryname>static conf</categoryname> |
<categoryname>static conf</categoryname> |
Line 1093 The relevant conditions and metadata to
|
Line 1400 The relevant conditions and metadata to
|
</file> |
</file> |
<file> |
<file> |
<source>loncom/homework/lectureonline.sty</source> |
<source>loncom/homework/lectureonline.sty</source> |
<target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty</target> |
<target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty |
|
</target> |
<categoryname>static conf</categoryname> |
<categoryname>static conf</categoryname> |
<description> |
<description> |
The relevant conditions and metadata to attach to LectureOnline-specific tags. |
The relevant conditions and metadata to attach to LectureOnline-specific tags. |
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
<source>loncom/misc/un_keyword.tab</source> |
<source>loncom/thesaurus/un_keyword.tab</source> |
<target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target> |
<target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target> |
<categoryname>conf</categoryname> |
<categoryname>conf</categoryname> |
<description> |
<description> |
Line 1121 retroactively add new parameters to alre
|
Line 1429 retroactively add new parameters to alre
|
<file> |
<file> |
<source>loncom/publisher/copyright.tab</source> |
<source>loncom/publisher/copyright.tab</source> |
<target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target> |
<target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target> |
<categoryname>conf</categoryname> |
<categoryname>static conf</categoryname> |
<description> |
<description> |
Table which contains list of copyright possibilities for educational resources. |
Table which contains list of copyright possibilities for educational resources. |
</description> |
</description> |
Line 1154 Edit handler for rat maps; TeX content h
|
Line 1462 Edit handler for rat maps; TeX content h
|
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/interface/londocs.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Handler for course documents |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/interface/lonchat.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Handler for chat |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/interface/lonchatfetch.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Handler for periodically fetch new lines of chat |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/interface/lonannounce.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Handler to put up announcements and calendar |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/interface/lonsyllabus.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Handler to put up syllabus |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/interface/lonsimplepage.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Handler to put up simple page |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/interface/lonpickstudent.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Handler to pick a student from classlist |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/interface/lonbulletin.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Handler to put up bulletin board |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/interface/lonaboutme.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Handler to put up personal info |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
<source>loncom/publisher/loncfile.pm</source> |
<source>loncom/publisher/loncfile.pm</source> |
<target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
Line 1164 construction space menu.
|
Line 1553 construction space menu.
|
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/interface/lonhelp.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
The .tex file help handler. |
|
</description> |
|
<status>works/unverified</status> |
|
<build trigger='always run'> |
|
loncom/html/adm/help/buildMakeWrapper |
|
</build> |
|
<dependencies> |
|
Makefile; |
|
buildMakeWrapper |
|
</dependencies> |
|
</file> |
|
<file> |
|
<source>loncom/html/adm/help/abouthelp.html</source> |
|
<target dist='default'>home/httpd/html/adm/help/abouthelp.html</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
Index file for the help system |
|
</description> |
|
</file> |
|
<file> |
|
<source>doc/help/author.manual.access.tex</source> |
|
<target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex |
|
</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
The pseudo-LaTeX file to allow people to read the author's manual online, with |
|
a somewhat clumsy interface. |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>doc/help/course.manual.access.tex</source> |
|
<target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex |
|
</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
The pseudo-LaTeX file to allow people to read the course administrator's |
|
manual online, with a somewhat clumsy interface. |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>doc/help/course.instructor.access.tex</source> |
|
<target dist='default'>home/httpd/html/adm/help/tex/course.instructor.access.tex |
|
</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
The pseudo-LaTeX file to allow people to read the course instructor's |
|
manual online, with a somewhat clumsy interface. |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>doc/help/author.manual.ps</source> |
|
<target dist='default'>home/httpd/html/adm/help/author.manual.ps</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
The postscript Author's Manual |
|
</description> |
|
<status>works/unverified</status> |
|
<dependencies> |
|
doc/help/author.manual.texxml; |
|
doc/help/latexSplitter.py; |
|
doc/help/rebuildLabelHash.pl; |
|
doc/help/render.texxml.pl; |
|
doc/help/simpleEdit.py; |
|
doc/help/texxml2indextex.pl; |
|
doc/help/texxml2latex.pl; |
|
loncom/build/buildHelp.sh; |
|
loncom/build/help_graphics_converter.pl |
|
</dependencies> |
|
</file> |
|
<file> |
|
<source>doc/help/author.manual.pdf</source> |
|
<target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
The PDF Author's Manual |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>doc/help/course.manual.ps</source> |
|
<target dist='default'>home/httpd/html/adm/help/course.manual.ps</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
The postscript Course Manual |
|
</description> |
|
<status>works/unverified</status> |
|
<dependencies> |
|
doc/help/course.manual.texxml; |
|
doc/help/latexSplitter.py; |
|
doc/help/rebuildLabelHash.pl; |
|
doc/help/render.texxml.pl; |
|
doc/help/simpleEdit.py; |
|
doc/help/texxml2indextex.pl; |
|
doc/help/texxml2latex.pl; |
|
loncom/build/buildHelp.sh; |
|
loncom/build/help_graphics_converter.pl |
|
</dependencies> |
|
</file> |
|
<file> |
|
<source>doc/help/course.manual.pdf</source> |
|
<target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
The PDF Course Manual |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>doc/help/course.instructor.ps</source> |
|
<target dist='default'>home/httpd/html/adm/help/course.instructor.ps</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
The postscript Course Instructor Manual |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>doc/help/course.instructor.pdf</source> |
|
<target dist='default'>home/httpd/html/adm/help/course.instructor.pdf</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
The PDF Course Instructor Manual |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<fileglob> |
|
<glob>*.*</glob> |
|
<sourcedir>loncom/html/adm/help/gif/</sourcedir> |
|
<targetdir dist='default'> |
|
home/httpd/html/adm/help/gif/</targetdir> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
Gif files for the help system |
|
</description> |
|
<filenames> |
|
authorRemote.gif; |
|
constructionSpace.gif; |
|
constructionSpaceForPublishing.gif; |
|
creatingANewCourse.gif; |
|
creatingNewProblemResource.gif; |
|
dynamic_piecewise.gif; |
|
dynamic_piecewise2.gif; |
|
dynamic_plot.gif; |
|
dynamic_plot2.gif; |
|
formulaResponse.gif; |
|
login.gif; |
|
lonhelpheader.gif; |
|
mainCourseDocuments.gif; |
|
mapAdvancedEditorNew.gif; |
|
mapClickedStart.gif; |
|
mapEditFirstClick.gif; |
|
mapEditInitial.gif; |
|
mapEditingButton.gif; |
|
mapEditorDirectoryBrowser.gif; |
|
mapEditorResourceChosen.gif; |
|
mapEditorSelection.gif; |
|
mapInsertResource.gif; |
|
mapNewResource.gif; |
|
mapSecondWindowSecondResource.gif; |
|
mapSimpleEditor.gif; |
|
mapStraightened.gif; |
|
mapTwoResources.gif; |
|
numericalResponse1.gif; |
|
numericalResponseEditor.gif; |
|
numericalResponseSlopeProblem.gif; |
|
numericalResponseVarInText.gif; |
|
optionResponseEditing.gif; |
|
optionResponseProblem.gif; |
|
publishMetadata.gif; |
|
radioResponse2.gif; |
|
radioResponseHint.gif; |
|
smallHelp.gif; |
|
spreadsheet_hierarchy.gif; |
|
stringResponseEditor.gif; |
|
studentInterface.gif |
|
</filenames> |
|
</fileglob> |
|
<fileglob> |
|
<glob>*.*</glob> |
|
<sourcedir>loncom/html/adm/help/eps/</sourcedir> |
|
<targetdir dist='default'> |
|
home/httpd/html/adm/help/eps/</targetdir> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
EPS files for the help system |
|
</description> |
|
<filenames> |
|
authorRemote.eps; |
|
constructionSpace.eps; |
|
constructionSpaceForPublishing.eps; |
|
creatingANewCourse.eps; |
|
creatingNewProblemResource.eps; |
|
dynamic_piecewise.eps; |
|
dynamic_piecewise2.eps; |
|
dynamic_plot.eps; |
|
dynamic_plot2.eps; |
|
formulaResponse.eps; |
|
lonhelpheader.eps; |
|
login.eps; |
|
mainCourseDocuments.eps; |
|
mapAdvancedEditorNew.eps; |
|
mapClickedStart.eps; |
|
mapEditFirstClick.eps; |
|
mapEditInitial.eps; |
|
mapEditingButton.eps; |
|
mapEditorDirectoryBrowser.eps; |
|
mapEditorResourceChosen.eps; |
|
mapEditorSelection.eps; |
|
mapInsertResource.eps; |
|
mapNewResource.eps; |
|
mapSecondWindowSecondResource.eps; |
|
mapSimpleEditor.eps; |
|
mapStraightened.eps; |
|
mapTwoResources.eps; |
|
numericalResponse1.eps; |
|
numericalResponseEditor.eps; |
|
numericalResponseSlopeProblem.eps; |
|
numericalResponseVarInText.eps; |
|
optionResponseEditing.eps; |
|
optionResponseProblem.eps; |
|
publishMetadata.eps; |
|
radioResponse2.eps; |
|
radioResponseHint.eps; |
|
smallHelp.eps; |
|
spreadsheet_hierarchy.eps; |
|
stringResponseEditor.eps; |
|
studentInterface.eps |
|
</filenames> |
|
</fileglob> |
|
<fileglob> |
|
<glob>*.*</glob> |
|
<sourcedir>loncom/html/adm/help/tex/</sourcedir> |
|
<targetdir dist='default'> |
|
home/httpd/html/adm/help/tex/</targetdir> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
Tex files for the help system |
|
</description> |
|
<filenames> |
|
About_Authors_Manual.tex; |
|
About_Numerical_and_Formula_Response.tex; |
|
Ambiguous_Reference.tex; |
|
Author_LON-CAPA_Introduction.tex; |
|
Author_Manual_Title_Page.tex; |
|
Author_Numerical_and_Formula.tex; |
|
Author_Remote_Control.tex; |
|
Authoring_Adding_Pictures.tex; |
|
Authoring_Dynamic_Plot.tex; |
|
Authoring_HTML_vs_Tex.tex; |
|
Authoring_M_Tag.tex; |
|
Authoring_Piecewise_Plot.tex; |
|
Calling_Functions.tex; |
|
Coauthor.tex; |
|
Construction_Space_Overview.tex; |
|
Course_Add_Student.tex; |
|
Course_Chart_To_Excel.tex; |
|
Course_Convert_To_CSV.tex; |
|
Course_Create_Class_List.tex; |
|
Course_Critical_Message.tex; |
|
Course_Deleting.tex; |
|
Course_Disable_Discussion.tex; |
|
Course_Discussion_Board.tex; |
|
Course_Drop_Student.tex; |
|
Course_Edit_Content.tex; |
|
Course_Feedback_Addresses.tex; |
|
Course_Homework_Performance_Overview.tex; |
|
Course_Manual_Title_Page.tex; |
|
Course_Message_Access.tex; |
|
Course_Problem_Weight.tex; |
|
Course_Setting_Parameters.tex; |
|
Course_Student_Grade_Override.tex; |
|
Course_Student_Work.tex; |
|
Course_Toplevel_Seq.tex; |
|
Creating_A_Course_Intro.tex; |
|
Creating_New_Content_Pages.tex; |
|
Creating_Online_Problems.tex; |
|
Creating_Radio_Response_Problems.tex; |
|
Docs_Adding_Course_Doc.tex; |
|
Docs_Adding_External_Resource.tex; |
|
Docs_Adding_Folders.tex; |
|
Docs_Creating_From_Template.tex; |
|
Docs_Importing_LON-CAPA_Resource.tex; |
|
Docs_Main_Course_Documents.tex; |
|
Docs_Navigate_Content.tex; |
|
Docs_Overview.tex; |
|
Docs_Supplemental.tex; |
|
Docs_Uploading_From_Harddrive.tex; |
|
Foils.tex; |
|
Formula_Response_Example.tex; |
|
Formula_Response_Limitations.tex; |
|
Formula_Response_Problems.tex; |
|
Formula_Response_Sampling.tex; |
|
Formula_Tolerance.tex; |
|
General_Intro.tex; |
|
How_To_Edit_Existing_Content_Pages.tex; |
|
Latex_Footer.tex; |
|
Latex_Header.tex; |
|
Login_To_LON-CAPA.tex; |
|
Metadata_Description.tex; |
|
Navmap_Host_Down.tex; |
|
Numerical_Response_Advanced_Example.tex; |
|
Numerical_Response_Format.tex; |
|
Numerical_Response_Intro.tex; |
|
Numerical_Response_Introduction.tex; |
|
Numerical_Response_Parts_A.tex; |
|
Numerical_Response_Parts_B.tex; |
|
Numerical_Response_Problems.tex; |
|
Numerical_Response_Randomization.tex; |
|
Numerical_Response_Simple_Example.tex; |
|
Numerical_Response_Tutorial_A.tex; |
|
Numerical_Response_Units.tex; |
|
Option_Response_Concept_Group_Example.tex; |
|
Option_Response_Matching_Example.tex; |
|
Option_Response_Problem_Creation.tex; |
|
Option_Response_Problem_Figure.tex; |
|
Option_Response_Problem_Parts.tex; |
|
Option_Response_Problems.tex; |
|
Option_Response_Simple.tex; |
|
Part_Tag_Edit_Help.tex; |
|
Problem_Editor_Testing_Area.tex; |
|
Problem_Editor_XML_Index.tex; |
|
Problem_Types.tex; |
|
Publishing_A_Resource.tex; |
|
Publishing_Author_Tutorial_Segue.tex; |
|
Publishing_Copyright.tex; |
|
Publishing_Intro.tex; |
|
Publishing_Keywords.tex; |
|
Quick_Grades_Possibly_Correct.tex; |
|
Radio_Response_Problems.tex; |
|
Radio_Response_Randomization.tex; |
|
Resource_Types.tex; |
|
Script_Tutorial_Intro.tex; |
|
Scripting_Help.tex; |
|
Sequence_Advanced_Editor_Creation.tex; |
|
Sequence_Definition.tex; |
|
Sequence_Editor_Selection.tex; |
|
Sequence_Page_Maps.tex; |
|
Sequence_Simple_Editor_Creation.tex; |
|
Sequence_Top-Level.tex; |
|
Significant_Figures.tex; |
|
Spreadsheet_About.tex; |
|
Spreadsheet_Alternative_View.tex; |
|
Spreadsheet_Changes_To_Grading.tex; |
|
Spreadsheet_Col_Sum.tex; |
|
Spreadsheet_Completely_Recalc.tex; |
|
Spreadsheet_Empty_Rows.tex; |
|
Spreadsheet_Export_Row.tex; |
|
Spreadsheet_Functions.tex; |
|
Spreadsheet_Import_Values.tex; |
|
Spreadsheet_Levels.tex; |
|
Spreadsheet_Lists.tex; |
|
Spreadsheet_Max_Depth_Exceeded.tex; |
|
Spreadsheet_OOO_Rows.tex; |
|
Spreadsheet_Op_On_All_Problem_Parts.tex; |
|
Spreadsheet_Parms.tex; |
|
Spreadsheet_Problem_Weight.tex; |
|
Spreadsheet_Ranges.tex; |
|
Spreadsheet_Specifying_Cells.tex; |
|
Spreadsheet_Student_Visible.tex; |
|
Spreadsheet_Symbolic_Names.tex; |
|
Spreadsheet_Template_Row.tex; |
|
Spreadsheet_Ternary_Operator.tex; |
|
Spreadsheet_Tries.tex; |
|
String_Response_Problem_Creation.tex; |
|
String_Response_Problems.tex; |
|
Tolerance.tex; |
|
Variable_Naming_Conventions.tex; |
|
Variable_Tutorial_A.tex; |
|
Variables_in_Scripts.tex; |
|
Variables_in_the_Answer_Block.tex; |
|
Variables_in_the_Text_Block.tex |
|
</filenames> |
|
</fileglob> |
|
<file> |
|
<source>loncom/html/adm/help/fragmentLabels.gdbm</source> |
|
<target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
A gdbm file containing a label->tex file hash. |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
<source>loncom/interface/lonstatistics.pm</source> |
<source>loncom/interface/lonstatistics.pm</source> |
<target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
Line 1173 Handler to show statistics on solving LO
|
Line 1952 Handler to show statistics on solving LO
|
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/interface/statistics/lonproblemstatistics.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm |
|
</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
The module that generate the html for the Problem Statistics web pages. |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/interface/statistics/lonpercentage.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm |
|
</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
The module that generate the html for the Percentage graph web pages. |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/interface/statistics/lonproblemanalysis.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm |
|
</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
The module that generate the html for the Problem Analysis web pages. |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/interface/statistics/lonstudentassessment.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm |
|
</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
The module that generate the html for the Student Assessment/Chart web pages. |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
<source>loncom/publisher/londiff.pm</source> |
<source>loncom/publisher/londiff.pm</source> |
<target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
Line 1196 Handler to upload files through browser
|
Line 2015 Handler to upload files through browser
|
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonupload.pm</description> |
<description>man page for lonupload.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../publisher/lonupload.pm > ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm' |
loncom/build/pod2man.sh ../publisher/lonupload.pm > \ |
|
../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1204 loncom/build/pod2man.sh ../publisher/lon
|
Line 2024 loncom/build/pod2man.sh ../publisher/lon
|
</dependencies> |
</dependencies> |
</file> |
</file> |
<file> |
<file> |
<source>doc/api/Apache/lonupload.html</source> |
<source>doc/lib/perl/Apache/lonupload.html</source> |
<target dist='default'>home/httpd/html/adm/help/api/Apache/lonupload.html</target> |
<target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html |
|
</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>POD-derived page for lonupload.pm</description> |
<description>POD-derived page for lonupload.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../publisher/lonupload.pm > ../../doc/api/Apache/lonupload.html && echo 'pod2html lonupload.pm' |
loncom/build/pod2html.sh ../publisher/lonupload.pm > \ |
|
../../doc/lib/perl/Apache/lonupload.html && \ |
|
echo 'pod2html lonupload.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1226 Handler to evaluate essay (ungraded) sty
|
Line 2049 Handler to evaluate essay (ungraded) sty
|
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/homework/externalresponse.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Handler to evaluate externally graded responses. |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/homework/loncapagrade.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Holds results and defines |
|
tag handlers needed by externalresponse.pm |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
<source>loncom/publisher/lonpubdir.pm</source> |
<source>loncom/publisher/lonpubdir.pm</source> |
<target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
Line 1234 Handler to publish directories.
|
Line 2076 Handler to publish directories.
|
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/publisher/lonunauthorized.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Handler to explain failed contruction space access. |
|
</description> |
|
</file> |
|
<file> |
<source>doc/man/Apache__lonpubdir.3</source> |
<source>doc/man/Apache__lonpubdir.3</source> |
<target dist='default'>usr/man/man3/Apache::lonpubdir.3</target> |
<target dist='default'>usr/man/man3/Apache::lonpubdir.3</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonpubdir.pm</description> |
<description>man page for lonpubdir.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../publisher/lonpubdir.pm > ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm' |
loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \ |
|
../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1247 loncom/build/pod2man.sh ../publisher/lon
|
Line 2098 loncom/build/pod2man.sh ../publisher/lon
|
</dependencies> |
</dependencies> |
</file> |
</file> |
<file> |
<file> |
<source>doc/api/Apache/lonpubdir.html</source> |
<source>doc/lib/perl/Apache/lonpubdir.html</source> |
<target dist='default'>home/httpd/html/adm/help/api/Apache/lonpubdir.html</target> |
<target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html |
|
</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>POD-derived page for lonpubdir.pm</description> |
<description>POD-derived page for lonpubdir.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../publisher/lonpubdir.pm > ../../doc/api/Apache/lonpubdir.html && echo 'pod2html lonpubdir.pm' |
loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \ |
|
../../doc/lib/perl/Apache/lonpubdir.html && \ |
|
echo 'pod2html lonpubdir.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1274 Handler to retrieve old versions from re
|
Line 2128 Handler to retrieve old versions from re
|
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonretrieve.pm</description> |
<description>man page for lonretrieve.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../publisher/lonretrieve.pm > ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm' |
loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \ |
|
../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1282 loncom/build/pod2man.sh ../publisher/lon
|
Line 2137 loncom/build/pod2man.sh ../publisher/lon
|
</dependencies> |
</dependencies> |
</file> |
</file> |
<file> |
<file> |
<source>doc/api/Apache/lonretrieve.html</source> |
<source>doc/lib/perl/Apache/lonretrieve.html</source> |
<target dist='default'>home/httpd/html/adm/help/api/Apache/lonretrieve.html</target> |
<target dist='default'> |
|
home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html |
|
</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>POD-derived page for lonretrieve.pm</description> |
<description>POD-derived page for lonretrieve.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../publisher/lonretrieve.pm > ../../doc/api/Apache/lonretrieve.html && echo 'pod2html lonretrieve.pm' |
loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \ |
|
../../doc/lib/perl/Apache/lonretrieve.html && \ |
|
echo 'pod2html lonretrieve.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1303 Helper functions when in homework edit m
|
Line 2162 Helper functions when in homework edit m
|
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
|
<source>doc/man/Apache__edit.3</source> |
|
<target dist='default'>usr/man/man3/Apache::edit.3</target> |
|
<categoryname>doc</categoryname> |
|
<description>man page for edit.pm</description> |
|
<build trigger='always run'> |
|
loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \ |
|
echo 'manifying edit.pm' |
|
</build> |
|
<status>works/unverified</status> |
|
<dependencies> |
|
../../loncom/homework/edit.pm |
|
</dependencies> |
|
</file> |
|
<file> |
|
<source>doc/lib/perl/Apache/edit.html</source> |
|
<target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html |
|
</target> |
|
<categoryname>doc</categoryname> |
|
<description>POD-derived page for edit.pm</description> |
|
<build trigger='always run'> |
|
loncom/build/pod2html.sh ../homework/edit.pm > \ |
|
../../doc/lib/perl/Apache/edit.html \ |
|
&& echo 'pod2html edit.pm' |
|
</build> |
|
<status>works/unverified</status> |
|
<dependencies> |
|
../../loncom/homework/edit.pm |
|
</dependencies> |
|
</file> |
|
<file> |
<source>loncom/interface/lonmeta.pm</source> |
<source>loncom/interface/lonmeta.pm</source> |
<target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
Line 1357 them roles.
|
Line 2246 them roles.
|
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
<file> |
<file> |
<source>loncom/interface/lonchart.pm</source> |
<source>loncom/interface/lonhtmlcommon.pm</source> |
<target dist='default'>home/httpd/lib/perl/Apache/lonchart.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
<description> |
<description> |
Produces simple LectureOnline-like student assessment performance chart |
Contains a set of functions that generate html controls and data layouts |
|
</description> |
|
</file> |
|
<file> |
|
<source>loncom/interface/loncoursedata.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Common functions for handling student course data (download and process) |
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
Line 1380 user, domain, home_server, course_id.
|
Line 2277 user, domain, home_server, course_id.
|
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for loncommon.pm</description> |
<description>man page for loncommon.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../interface/loncommon.pm > ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm' |
loncom/build/pod2man.sh ../interface/loncommon.pm > \ |
|
../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1388 loncom/build/pod2man.sh ../interface/lon
|
Line 2286 loncom/build/pod2man.sh ../interface/lon
|
</dependencies> |
</dependencies> |
</file> |
</file> |
<file> |
<file> |
<source>doc/api/Apache/loncommon.html</source> |
<source>doc/lib/perl/Apache/loncommon.html</source> |
<target dist='default'>home/httpd/html/adm/help/api/Apache/loncommon.html</target> |
<target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html |
|
</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>POD-derived page for loncommon.pm</description> |
<description>POD-derived page for loncommon.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../interface/loncommon.pm > ../../doc/api/Apache/loncommon.html && echo 'pod2html loncommon.pm' |
loncom/build/pod2html.sh ../interface/loncommon.pm > \ |
|
../../doc/lib/perl/Apache/loncommon.html && \ |
|
echo 'pod2html loncommon.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1510 Handles navigational maps.
|
Line 2411 Handles navigational maps.
|
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/interface/lonquickgrades.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Student quick grades interface. |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
<source>loncom/interface/lonpreferences.pm</source> |
<source>loncom/interface/lonpreferences.pm</source> |
<target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
Line 1538 Handles a searchable catalogue.
|
Line 2448 Handles a searchable catalogue.
|
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/interface/lonmysql.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Provides utility functions for creating and accessing mysql database tables. |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
<source>doc/man/Apache__lonsearchcat.3</source> |
<source>doc/man/Apache__lonsearchcat.3</source> |
<target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target> |
<target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonsearchcat.pm</description> |
<description>man page for lonsearchcat.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../interface/lonsearchcat.pm > ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm' |
loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \ |
|
../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1551 loncom/build/pod2man.sh ../interface/lon
|
Line 2471 loncom/build/pod2man.sh ../interface/lon
|
</dependencies> |
</dependencies> |
</file> |
</file> |
<file> |
<file> |
<source>doc/api/Apache/lonsearchcat.html</source> |
<source>doc/lib/perl/Apache/lonsearchcat.html</source> |
<target dist='default'>home/httpd/html/adm/help/api/Apache/lonsearchcat.html</target> |
<target dist='default'> |
|
home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html |
|
</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>POD-derived page for lonsearchcat.pm</description> |
<description>POD-derived page for lonsearchcat.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../interface/lonsearchcat.pm > ../../doc/api/Apache/lonsearchcat.html && echo 'pod2html lonsearchcat.pm' |
loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \ |
|
../../doc/lib/perl/Apache/lonsearchcat.html && \ |
|
echo 'pod2html lonsearchcat.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1625 Handler to resolve ambiguous file locati
|
Line 2549 Handler to resolve ambiguous file locati
|
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonparmset.pm</description> |
<description>man page for lonparmset.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../interface/lonparmset.pm > ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm' |
loncom/build/pod2man.sh ../interface/lonparmset.pm > \ |
|
../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1633 loncom/build/pod2man.sh ../interface/lon
|
Line 2558 loncom/build/pod2man.sh ../interface/lon
|
</dependencies> |
</dependencies> |
</file> |
</file> |
<file> |
<file> |
<source>doc/api/Apache/lonparmset.html</source> |
<source>doc/lib/perl/Apache/lonparmset.html</source> |
<target dist='default'>home/httpd/html/adm/help/api/Apache/lonparmset.html</target> |
<target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html |
|
</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>POD-derived page for lonparmset.pm</description> |
<description>POD-derived page for lonparmset.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../interface/lonparmset.pm > ../../doc/api/Apache/lonparmset.html && echo 'pod2html lonparmset.pm' |
loncom/build/pod2html.sh ../interface/lonparmset.pm > \ |
|
../../doc/lib/perl/Apache/lonparmset.html && \ |
|
echo 'pod2html lonparmset.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1670 Publishes an LON-CAPA educational resour
|
Line 2598 Publishes an LON-CAPA educational resour
|
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonpublisher.pm</description> |
<description>man page for lonpublisher.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../publisher/lonpublisher.pm > ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm' |
loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \ |
|
../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1678 loncom/build/pod2man.sh ../publisher/lon
|
Line 2607 loncom/build/pod2man.sh ../publisher/lon
|
</dependencies> |
</dependencies> |
</file> |
</file> |
<file> |
<file> |
<source>doc/api/Apache/lonpublisher.html</source> |
<source>doc/lib/perl/Apache/lonpublisher.html</source> |
<target dist='default'>home/httpd/html/adm/help/api/Apache/lonpublisher.html</target> |
<target dist='default'> |
|
home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html |
|
</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>POD-derived page for lonpublisher.pm</description> |
<description>POD-derived page for lonpublisher.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../publisher/lonpublisher.pm > ../../doc/api/Apache/lonpublisher.html && echo 'pod2html lonpublisher.pm' |
loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \ |
|
../../doc/lib/perl/Apache/lonpublisher.html && \ |
|
echo 'pod2html lonpublisher.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1725 Homework remote control.
|
Line 2658 Homework remote control.
|
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/html/res/adm/pages/chatroom.html</source> |
|
<target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Establishes frameset for chatroom |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
<source>loncom/html/res/adm/pages/annotator/admannotations.pm</source> |
<source>loncom/html/res/adm/pages/annotator/admannotations.pm</source> |
<target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
Line 1769 bundles pages into one page
|
Line 2711 bundles pages into one page
|
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonpage.pm</description> |
<description>man page for lonpage.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../../rat/lonpage.pm > ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm' |
loncom/build/pod2man.sh ../../rat/lonpage.pm > \ |
|
../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1777 loncom/build/pod2man.sh ../../rat/lonpag
|
Line 2720 loncom/build/pod2man.sh ../../rat/lonpag
|
</dependencies> |
</dependencies> |
</file> |
</file> |
<file> |
<file> |
<source>doc/api/Apache/lonpage.html</source> |
<source>doc/lib/perl/Apache/lonpage.html</source> |
<target dist='default'>home/httpd/html/adm/help/api/Apache/lonpage.html</target> |
<target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html |
|
</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>POD-derived page for lonnet.pm</description> |
<description>POD-derived page for lonnet.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../../rat/lonpage.pm > ../../doc/api/Apache/lonpage.html && echo 'pod2html lonpage.pm' |
loncom/build/pod2html.sh ../../rat/lonpage.pm > \ |
|
../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1794 loncom/build/pod2html.sh ../../rat/lonpa
|
Line 2739 loncom/build/pod2html.sh ../../rat/lonpa
|
<target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
<description> |
<description> |
compile course into binary data structure (in loncom/rat) |
compile course into binary data structure |
</description> |
</description> |
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
Line 1804 compile course into binary data structur
|
Line 2749 compile course into binary data structur
|
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonnet.pm</description> |
<description>man page for lonnet.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../../rat/lonuserstate.pm > ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm' |
loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \ |
|
../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1812 loncom/build/pod2man.sh ../../rat/lonuse
|
Line 2758 loncom/build/pod2man.sh ../../rat/lonuse
|
</dependencies> |
</dependencies> |
</file> |
</file> |
<file> |
<file> |
<source>doc/api/Apache/lonuserstate.html</source> |
<source>doc/lib/perl/Apache/lonuserstate.html</source> |
<target dist='default'>home/httpd/html/adm/help/api/Apache/lonuserstate.html</target> |
<target dist='default'> |
|
home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html |
|
</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>POD-derived page for lonuserstate.pm</description> |
<description>POD-derived page for lonuserstate.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../../rat/lonuserstate.pm > ../../doc/api/Apache/lonuserstate.html && echo 'pod2html lonuserstate.pm' |
loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \ |
|
../../doc/lib/perl/Apache/lonuserstate.html && \ |
|
echo 'pod2html lonuserstate.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1829 loncom/build/pod2html.sh ../../rat/lonus
|
Line 2779 loncom/build/pod2html.sh ../../rat/lonus
|
<target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
<description> |
<description> |
Handler for tex files (somewhere in modules) |
Handler for tex files |
</description> |
</description> |
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
Line 1898 implements <script>, <scriptlib
|
Line 2848 implements <script>, <scriptlib
|
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/homework/randomlylabel.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Handler for compositing images, and text together. |
|
</description> |
|
</file> |
|
<file> |
<source>loncom/homework/randomlabel.pm</source> |
<source>loncom/homework/randomlabel.pm</source> |
<target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
Line 1913 image.
|
Line 2871 image.
|
<description> |
<description> |
handles requests for output, evaluation, and alteration of a homework resource |
handles requests for output, evaluation, and alteration of a homework resource |
</description> |
</description> |
</file> |
|
<status>works/unverified</status> |
<status>works/unverified</status> |
|
</file> |
<file> |
<file> |
<source>loncom/homework/inputtags.pm</source> |
<source>loncom/homework/inputtags.pm</source> |
<target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target> |
Line 1954 handles request to the CAPA homework pro
|
Line 2912 handles request to the CAPA homework pro
|
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/xml/Safe.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Safe.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
Meant to safely substitute for CPAN version of Safe. |
|
Allows for safely executing embedded perl comands in |
|
a way that does not threaten the operating system. |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
<source>loncom/auth/localauth.pm</source> |
<source>loncom/auth/localauth.pm</source> |
<target dist='default'>home/httpd/lib/perl/localauth.pm</target> |
<target dist='default'>home/httpd/lib/perl/localauth.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
Line 1980 as coordinating access to educational re
|
Line 2949 as coordinating access to educational re
|
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonacc.pm</description> |
<description>man page for lonacc.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../auth/lonacc.pm > ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm' |
loncom/build/pod2man.sh ../auth/lonacc.pm > \ |
|
../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 1988 loncom/build/pod2man.sh ../auth/lonacc.p
|
Line 2958 loncom/build/pod2man.sh ../auth/lonacc.p
|
</dependencies> |
</dependencies> |
</file> |
</file> |
<file> |
<file> |
<source>doc/api/Apache/lonacc.html</source> |
<source>doc/lib/perl/Apache/lonacc.html</source> |
<target dist='default'>home/httpd/html/adm/help/api/Apache/lonacc.html</target> |
<target dist='default'> |
|
home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>POD-derived page for lonacc.pm</description> |
<description>POD-derived page for lonacc.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../auth/lonacc.pm > ../../doc/api/Apache/lonacc.html && echo 'pod2html lonacc.pm' |
loncom/build/pod2html.sh ../auth/lonacc.pm > \ |
|
../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 2010 access handler for file transfers
|
Line 2982 access handler for file transfers
|
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/auth/lontokacc.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
handler for inter-server transfer of token accessed files, includes |
|
cleanup handler to remove file when successfully done |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/auth/lonuploadedacc.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
access handler for user uploaded files |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/lontrans.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target> |
|
<categoryname>handler</categoryname> |
|
<description> |
|
URI to filename translation |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>doc/man/Apache__lonracc.3</source> |
|
<target dist='default'>usr/man/man3/Apache::lonracc.3</target> |
|
<categoryname>doc</categoryname> |
|
<description>man page for lonracc.pm</description> |
|
<build trigger='always run'> |
|
loncom/build/pod2man.sh ../auth/lonracc.pm > \ |
|
../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm' |
|
</build> |
|
<status>works/unverified</status> |
|
<dependencies> |
|
../../loncom/auth/lonracc.pm |
|
</dependencies> |
|
</file> |
|
<file> |
|
<source>doc/lib/perl/Apache/lonracc.html</source> |
|
<target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html |
|
</target> |
|
<categoryname>doc</categoryname> |
|
<description>POD-derived page for lonracc.pm</description> |
|
<build trigger='always run'> |
|
loncom/build/pod2html.sh ../auth/lonracc.pm > \ |
|
../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm' |
|
</build> |
|
<status>works/unverified</status> |
|
<dependencies> |
|
../../loncom/auth/lonracc.pm |
|
</dependencies> |
|
</file> |
|
<file> |
<source>loncom/auth/loncacc.pm</source> |
<source>loncom/auth/loncacc.pm</source> |
<target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
Line 2028 for the "priv"-type access, the resource
|
Line 3057 for the "priv"-type access, the resource
|
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
<file> |
<file> |
|
<source>doc/man/Apache__loncacc.3</source> |
|
<target dist='default'>usr/man/man3/Apache::loncacc.3</target> |
|
<categoryname>doc</categoryname> |
|
<description>man page for loncacc.pm</description> |
|
<build trigger='always run'> |
|
loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \ |
|
&& echo 'manifying loncacc.pm' |
|
</build> |
|
<status>works/unverified</status> |
|
<dependencies> |
|
../../loncom/auth/loncacc.pm |
|
</dependencies> |
|
</file> |
|
<file> |
|
<source>doc/lib/perl/Apache/loncacc.html</source> |
|
<target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html |
|
</target> |
|
<categoryname>doc</categoryname> |
|
<description>POD-derived page for loncacc.pm</description> |
|
<build trigger='always run'> |
|
loncom/build/pod2html.sh ../auth/loncacc.pm > \ |
|
../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm' |
|
</build> |
|
<status>works/unverified</status> |
|
<dependencies> |
|
../../loncom/auth/loncacc.pm |
|
</dependencies> |
|
</file> |
|
<file> |
<source>loncom/auth/lonauth.pm</source> |
<source>loncom/auth/lonauth.pm</source> |
<target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
Line 2069 class.
|
Line 3127 class.
|
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
|
<source>doc/man/Apache__lonroles.3</source> |
|
<target dist='default'>usr/man/man3/Apache::lonroles.3</target> |
|
<categoryname>doc</categoryname> |
|
<description>man page for lonroles.pm</description> |
|
<build trigger='always run'> |
|
loncom/build/pod2man.sh ../auth/lonroles.pm > \ |
|
../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm' |
|
</build> |
|
<status>works/unverified</status> |
|
<dependencies> |
|
../../loncom/auth/lonroles.pm |
|
</dependencies> |
|
</file> |
|
<file> |
|
<source>doc/lib/perl/Apache/lonroles.html</source> |
|
<target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html |
|
</target> |
|
<categoryname>doc</categoryname> |
|
<description>POD-derived page for lonroles.pm</description> |
|
<build trigger='always run'> |
|
loncom/build/pod2html.sh ../auth/lonroles.pm > \ |
|
../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm' |
|
</build> |
|
<status>works/unverified</status> |
|
<dependencies> |
|
../../loncom/auth/lonroles.pm |
|
</dependencies> |
|
</file> |
|
<file> |
<source>loncom/interface/lonindexer.pm</source> |
<source>loncom/interface/lonindexer.pm</source> |
<target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target> |
<target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
Line 2083 cross server filesystem browser
|
Line 3170 cross server filesystem browser
|
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonindexer.pm</description> |
<description>man page for lonindexer.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../interface/lonindexer.pm > ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm' |
loncom/build/pod2man.sh ../interface/lonindexer.pm > \ |
|
../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 2091 loncom/build/pod2man.sh ../interface/lon
|
Line 3179 loncom/build/pod2man.sh ../interface/lon
|
</dependencies> |
</dependencies> |
</file> |
</file> |
<file> |
<file> |
<source>doc/api/Apache/lonindexer.html</source> |
<source>doc/lib/perl/Apache/lonindexer.html</source> |
<target dist='default'>home/httpd/html/adm/help/api/Apache/lonindexer.html</target> |
<target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html |
|
</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>POD-derived page for lonindexer.pm</description> |
<description>POD-derived page for lonindexer.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../interface/lonindexer.pm > ../../doc/api/Apache/lonindexer.html && echo 'pod2html lonindexer.pm' |
loncom/build/pod2html.sh ../interface/lonindexer.pm > \ |
|
../../doc/lib/perl/Apache/lonindexer.html && \ |
|
echo 'pod2html lonindexer.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 2137 symbols to and from more descriptive phr
|
Line 3228 symbols to and from more descriptive phr
|
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>man page for lonnet.pm</description> |
<description>man page for lonnet.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm' |
loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \ |
|
../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 2145 loncom/build/pod2man.sh ../lonnet/perl/l
|
Line 3237 loncom/build/pod2man.sh ../lonnet/perl/l
|
</dependencies> |
</dependencies> |
</file> |
</file> |
<file> |
<file> |
<source>doc/api/Apache/lonnet.html</source> |
<source>doc/lib/perl/Apache/lonnet.html</source> |
<target dist='default'>home/httpd/html/adm/help/api/Apache/lonnet.html</target> |
<target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html |
|
</target> |
<categoryname>doc</categoryname> |
<categoryname>doc</categoryname> |
<description>POD-derived page for lonnet.pm</description> |
<description>POD-derived page for lonnet.pm</description> |
<build trigger='always run'> |
<build trigger='always run'> |
loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > ../../doc/api/Apache/lonnet.html && echo 'pod2html lonnet.pm' |
loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \ |
|
../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm' |
</build> |
</build> |
<status>works/unverified</status> |
<status>works/unverified</status> |
<dependencies> |
<dependencies> |
Line 2163 loncom/build/pod2html.sh ../lonnet/perl/
|
Line 3257 loncom/build/pod2html.sh ../lonnet/perl/
|
<categoryname>interface file</categoryname> |
<categoryname>interface file</categoryname> |
<description>bumps to login</description> |
<description>bumps to login</description> |
</file> |
</file> |
|
<file> |
|
<source>loncom/html/favicon.ico</source> |
|
<target dist='default'>home/httpd/html/favicon.ico</target> |
|
<categoryname>interface file</categoryname> |
|
<description>Bookmark and tab icon</description> |
|
</file> |
<link> |
<link> |
<linkto>etc/mime.types</linkto> |
<linkto>etc/mime.types</linkto> |
<target dist='default'>etc/httpd/conf/mime.types</target> |
<target dist='default'>etc/httpd/conf/mime.types</target> |
Line 2226 javascript
|
Line 3326 javascript
|
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
|
<source>rat/client/extpickcode.html</source> |
|
<target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
javascript |
|
</description> |
|
</file> |
|
<file> |
|
<source>rat/client/extpickframe.html</source> |
|
<target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target> |
|
<categoryname>interface file</categoryname> |
|
<description> |
|
javascript |
|
</description> |
|
</file> |
|
<file> |
<source>rat/client/map.html</source> |
<source>rat/client/map.html</source> |
<target dist='default'>home/httpd/html/adm/rat/map.html</target> |
<target dist='default'>home/httpd/html/adm/rat/map.html</target> |
<categoryname>interface file</categoryname> |
<categoryname>interface file</categoryname> |
Line 2384 lonlogo_broken.mov
|
Line 3500 lonlogo_broken.mov
|
<targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir> |
<targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir> |
<categoryname>graphic file</categoryname> |
<categoryname>graphic file</categoryname> |
<description> |
<description> |
logos |
logos and general widget icons |
</description> |
</description> |
<filenames> |
<filenames> |
SMETE_white.gif; |
SMETE_white.gif; |
|
aboutlon.gif; |
|
accessbutton.gif; |
arrow_up.gif; |
arrow_up.gif; |
|
branch.gif; |
cab.gif; |
cab.gif; |
cab_big.gif; |
cab_big.gif; |
capapanel.gif; |
capapanel.gif; |
Line 2400 eps.gif;
|
Line 3519 eps.gif;
|
eps_big.gif; |
eps_big.gif; |
exam.gif; |
exam.gif; |
exam_big.gif; |
exam_big.gif; |
|
fillbottom.gif; |
|
fillleft.gif; |
|
fillright.gif; |
|
filltop.gif; |
folder_closed.gif; |
folder_closed.gif; |
folder_opened.gif; |
folder_opened.gif; |
folder_pointer_closed.gif; |
folder_pointer_closed.gif; |
Line 2408 form.gif;
|
Line 3531 form.gif;
|
form_big.gif; |
form_big.gif; |
gif.gif; |
gif.gif; |
gif_big.gif; |
gif_big.gif; |
|
header.gif; |
htm.gif; |
htm.gif; |
html.gif; |
html.gif; |
html_big.gif; |
html_big.gif; |
Line 2416 jar_big.gif;
|
Line 3540 jar_big.gif;
|
jpg.gif; |
jpg.gif; |
jpg_big.gif; |
jpg_big.gif; |
latex.gif; |
latex.gif; |
|
lite.gif; |
liteani.gif; |
liteani.gif; |
|
litetext.gif; |
lolpanel.gif; |
lolpanel.gif; |
lonanim.gif; |
lonanim.gif; |
lonanimend.gif; |
lonanimend.gif; |
|
loncapalogo.gif; |
lonhelplogos.gif; |
lonhelplogos.gif; |
lonhelptop.gif; |
lonhelptop.gif; |
lonlogo.gif; |
lonlogo.gif; |
lonlogos.gif; |
lonlogos.gif; |
|
lowerleft.gif; |
|
lowerright.gif; |
meta.gif; |
meta.gif; |
meta_big.gif; |
meta_big.gif; |
mov.gif; |
mov.gif; |
mov_big.gif; |
mov_big.gif; |
move_up.gif; |
move_up.gif; |
move_down.gif; |
move_down.gif; |
|
navmap.correct.gif; |
|
navmap.open.gif; |
|
navmap.wrong.gif; |
|
navmap.folder.open.gif; |
|
navmap.folder.closed.gif; |
page.gif; |
page.gif; |
page_big.gif; |
page_big.gif; |
pdf.gif; |
pdf.gif; |
Line 2461 txt.gif;
|
Line 3595 txt.gif;
|
txt_big.gif; |
txt_big.gif; |
unknown.gif; |
unknown.gif; |
unknown_big.gif; |
unknown_big.gif; |
|
upperleft.gif; |
|
upperright.gif; |
user.gif; |
user.gif; |
user_big.gif; |
user_big.gif; |
|
userauthentication.gif; |
wav.gif; |
wav.gif; |
wav_big.gif; |
wav_big.gif; |
white_space_20_22.gif; |
white_space_20_22.gif; |
Line 2488 zip_big.gif
|
Line 3625 zip_big.gif
|
<targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir> |
<targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir> |
<categoryname>graphic file</categoryname> |
<categoryname>graphic file</categoryname> |
<description> |
<description> |
Miscellaneous resources. Respectively: button for catalog, |
Miscellaneous resources. |
button to set parameters in a page, |
|
button to do regrades, button to check on problem submissions, |
|
</description> |
</description> |
<filenames> |
<filenames> |
authorfeed.gif; |
authorfeed.gif; |
bomb.gif; |
bomb.gif; |
cat_button.gif; |
cat_button.gif; |
chat.gif; |
chat.gif; |
|
eval_button.gif; |
feedback.gif; |
feedback.gif; |
pprm_button.gif; |
pprm_button.gif; |
pgrd_button.gif; |
pgrd_button.gif; |
Line 2506 subm_button.gif
|
Line 3642 subm_button.gif
|
<file> |
<file> |
<source>loncom/xml/tth.pm</source> |
<source>loncom/xml/tth.pm</source> |
<target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target> |
<target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target> |
<target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target> |
<target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target> |
<categoryname>system file</categoryname> |
<categoryname>system file</categoryname> |
<description> |
<description> |
perl module for invoking functions specific to TeX-to-HTML conversion |
perl module for invoking functions specific to TeX-to-HTML conversion |
Line 2520 and in this way is treated as though it
|
Line 3656 and in this way is treated as though it
|
<status>works/unverified</status> |
<status>works/unverified</status> |
</file> |
</file> |
<file> |
<file> |
|
<source>loncom/xml/LCParser.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target> |
|
<categoryname>system file</categoryname> |
|
<description> |
|
perl module for parsing HTML in a way that really works and is thoroughly |
|
tested |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
|
<source>loncom/configuration/Configuration.pm</source> |
|
<target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target> |
|
<categoryname>system file</categoryname> |
|
<description> |
|
Configuration file reader (looks in /etc/httpd/conf/); accepts |
|
a list of *.conf files to inspect for PerlSetVar key/value |
|
entries. |
|
</description> |
|
<status>works/unverified</status> |
|
</file> |
|
<file> |
<source>modules/TexConvert/tthperl/tth.so</source> |
<source>modules/TexConvert/tthperl/tth.so</source> |
<target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target> |
<target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target> |
<target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target> |
<target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target> |
<categoryname>system file</categoryname> |
<categoryname>system file</categoryname> |
<description> |
<description> |
shared library file for dynamic loading and unloading |
shared library file for dynamic loading and unloading |
Line 2545 modules/TexConvert/tthperl/commands
|
Line 3702 modules/TexConvert/tthperl/commands
|
<file> |
<file> |
<source>loncom/homework/caparesponse/capa.pm</source> |
<source>loncom/homework/caparesponse/capa.pm</source> |
<target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target> |
<target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target> |
<target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target> |
<target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target> |
<categoryname>system file</categoryname> |
<categoryname>system file</categoryname> |
<description> |
<description> |
perl module for invoking functions specific to CAPA |
perl module for invoking functions specific to CAPA |
Line 2560 the build process however.
|
Line 3717 the build process however.
|
<file> |
<file> |
<source>loncom/homework/caparesponse/capa.bs</source> |
<source>loncom/homework/caparesponse/capa.bs</source> |
<target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target> |
<target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target> |
<target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target> |
<target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target> |
<categoryname>system file</categoryname> |
<categoryname>system file</categoryname> |
<description> |
<description> |
bootstrap file associated with dynamic loading of this module on multiple |
bootstrap file associated with dynamic loading of this module on multiple |
Line 2576 the build process however.
|
Line 3733 the build process however.
|
<file> |
<file> |
<source>loncom/homework/caparesponse/capa.so</source> |
<source>loncom/homework/caparesponse/capa.so</source> |
<target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target> |
<target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target> |
<target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target> |
<target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target> |
<categoryname>system file</categoryname> |
<categoryname>system file</categoryname> |
<description> |
<description> |
shared library file for dynamic loading and unloading |
shared library file for dynamic loading and unloading |
Line 2586 loncom/homework/caparesponse/commands
|
Line 3743 loncom/homework/caparesponse/commands
|
</build> |
</build> |
<dependencies> |
<dependencies> |
caparesponse.c; |
caparesponse.c; |
caparesponse.pm |
caparesponse.pm; |
|
README; |
|
Makefile.PL; |
|
capa.i; |
|
commands; |
|
../../../CAPA/pProj/capaGrammarDef.y; |
|
../../../CAPA/pProj/capaFormula.y; |
|
../../../CAPA/pProj/capaLexerDef.flex; |
|
../../../CAPA/pProj/capaFunction.c; |
|
../../../CAPA/pProj/capaParserUtils.c; |
|
../../../CAPA/pProj/capaMapExpr.c; |
|
../../../CAPA/pProj/capaUnit.c; |
|
../../../CAPA/pProj/com.c; |
|
../../../CAPA/pProj/linpack.c; |
|
../../../CAPA/pProj/ranlib.c; |
|
../../../CAPA/pProj/capaCgiUtils.c; |
|
../../../CAPA/pProj/capaSubjective.c; |
|
../../../CAPA/pProj/capaRQO.c; |
|
../../../CAPA/pProj/capaFormulaLexer.c; |
|
../../../CAPA/pProj/capaCommon.c; |
|
../../../CAPA/pProj/capaCommon.h; |
|
../../../CAPA/pProj/ranlib.h; |
|
../../../CAPA/pProj/capaCGI.h; |
|
../../../CAPA/pProj/capaFunction.h; |
|
../../../CAPA/pProj/capaRQO.h; |
|
../../../CAPA/pProj/capaParser.h; |
|
../../../CAPA/pProj/lex_debug.h |
</dependencies> |
</dependencies> |
</file> |
</file> |
<fileglob> |
<fileglob> |
Line 2656 javascript.
|
Line 3839 javascript.
|
</target> |
</target> |
<categoryname>handler</categoryname> |
<categoryname>handler</categoryname> |
<description> |
<description> |
Intended for providing perl functions for the <script></script> environment |
Intended for providing perl functions for the <script></script> |
in a problem that was converted from lectureonline. |
environment in a problem that was converted from lectureonline. |
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
Line 2679 Define unit prefixing and conversion for
|
Line 3862 Define unit prefixing and conversion for
|
</description> |
</description> |
</file> |
</file> |
<fileglob> |
<fileglob> |
|
<glob>*.jpg</glob> |
|
<sourcedir>loncom/html/adm/lonInterFace/</sourcedir> |
|
<targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir> |
|
<categoryname>graphic file</categoryname> |
|
<description>Pages headers</description> |
|
<filenames> |
|
admin.jpg; |
|
author.jpg; |
|
coordinator.jpg; |
|
header.jpg; |
|
student.jpg; |
|
</filenames> |
|
</fileglob> |
|
<fileglob> |
|
<glob>*.gif</glob> |
|
<sourcedir>loncom/html/adm/lonDomLogos/</sourcedir> |
|
<targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir> |
|
<categoryname>graphic file</categoryname> |
|
<description>Logos of LON-CAPA domains</description> |
|
<filenames> |
|
103.gif; |
|
gerd.gif; |
|
mio.gif; |
|
msuvu.gif; |
|
ohiou.gif; |
|
rhs.gif; |
|
sfu.gif; |
|
tmcc.gif; |
|
umich.gif; |
|
worf.gif; |
|
annarbor.gif; |
|
elps.gif; |
|
gwu.gif; |
|
msudemo.gif; |
|
ndsu.gif; |
|
physnet.gif; |
|
sc.gif; |
|
Selwyn.gif; |
|
ucf.gif; |
|
unihalle.gif; |
|
wscc.gif; |
|
cps.gif; |
|
fsu.gif; |
|
lsd.gif; |
|
msu.gif; |
|
nsdl.gif; |
|
pmm.gif; |
|
sunysb.gif; |
|
udel.gif; |
|
uz.gif |
|
</filenames> |
|
</fileglob> |
|
<fileglob> |
|
<glob>*.tab</glob> |
|
<sourcedir>loncom/html/adm/lonDomColors/</sourcedir> |
|
<targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir> |
|
<categoryname>conf</categoryname> |
|
<description>Designs of LON-CAPA domains</description> |
|
<filenames> |
|
annarbor.tab; |
|
default.tab; |
|
msu.tab; |
|
sfu.tab; |
|
worf.tab |
|
</filenames> |
|
</fileglob> |
|
<fileglob> |
|
<glob>*.gif</glob> |
|
<sourcedir>loncom/html/adm/lonLCDfont/</sourcedir> |
|
<targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir> |
|
<categoryname>graphic file</categoryname> |
|
<description>LON-CAPA remote control LCD font</description> |
|
<filenames> |
|
0.gif; |
|
1.gif; |
|
2.gif; |
|
3.gif; |
|
4.gif; |
|
5.gif; |
|
6.gif; |
|
7.gif; |
|
8.gif; |
|
9.gif; |
|
a.gif; |
|
b.gif; |
|
c.gif; |
|
d.gif; |
|
e.gif; |
|
f.gif; |
|
g.gif; |
|
h.gif; |
|
i.gif; |
|
j.gif; |
|
k.gif; |
|
l.gif; |
|
m.gif; |
|
n.gif; |
|
o.gif; |
|
p.gif; |
|
q.gif; |
|
r.gif; |
|
s.gif; |
|
t.gif; |
|
u.gif; |
|
v.gif; |
|
w.gif; |
|
x.gif; |
|
y.gif; |
|
z.gif; |
|
colon.gif; |
|
hyphen.gif; |
|
slash.gif; |
|
space.gif; |
|
</filenames> |
|
</fileglob> |
|
<fileglob> |
<glob>*.gif</glob> |
<glob>*.gif</glob> |
<sourcedir>loncom/html/res/adm/pages/</sourcedir> |
<sourcedir>loncom/html/res/adm/pages/</sourcedir> |
<targetdir>home/httpd/html/res/adm/pages/</targetdir> |
<targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir> |
<categoryname>graphic file</categoryname> |
<categoryname>graphic file</categoryname> |
<description>icons used for the entire LON-CAPA user interface</description> |
<description>icons used for the entire LON-CAPA user interface</description> |
<filenames> |
<filenames> |
a.gif; |
anno.gif; |
anot.gif; |
anot.gif; |
b.gif; |
|
back.gif; |
back.gif; |
|
bchat.gif; |
bkm.gif; |
bkm.gif; |
brws.gif; |
brws.gif; |
c.gif; |
|
catalog.gif; |
catalog.gif; |
ccrs.gif; |
ccrs.gif; |
chat.gif; |
chat.gif; |
Line 2700 com.gif;
|
Line 3998 com.gif;
|
courses.gif; |
courses.gif; |
cprv.gif; |
cprv.gif; |
cstr.gif; |
cstr.gif; |
d.gif; |
|
dempty.gif; |
dempty.gif; |
e.gif; |
docs.gif; |
egrd.gif; |
egrd.gif; |
empty.gif; |
empty.gif; |
enrl.gif; |
enrl.gif; |
eval.gif; |
eval.gif; |
f.gif; |
|
fdbk.gif; |
fdbk.gif; |
feedback.gif; |
feedback.gif; |
forw.gif; |
forw.gif; |
g.gif; |
|
grds.gif; |
grds.gif; |
group.gif; |
group.gif; |
h.gif; |
|
help.gif; |
help.gif; |
hyphen.gif; |
|
i.gif; |
|
info.gif; |
info.gif; |
j.gif; |
|
k.gif; |
|
l.gif; |
|
ledblink.gif; |
ledblink.gif; |
ledgreen.gif; |
ledgreen.gif; |
ledoff.gif; |
ledoff.gif; |
ledon.gif; |
ledon.gif; |
ledsend.gif; |
ledsend.gif; |
logout.gif; |
logout.gif; |
m.gif; |
|
mrk.gif; |
mrk.gif; |
n.gif; |
|
nav.gif; |
nav.gif; |
next.gif; |
next.gif; |
o.gif; |
nothumb.gif; |
p.gif; |
|
parm.gif; |
parm.gif; |
pgrd.gif; |
pgrd.gif; |
pparm.gif; |
pparm.gif; |
|
pref.gif; |
prev.gif; |
prev.gif; |
prt.gif; |
prt.gif; |
q.gif; |
|
qempty.gif; |
qempty.gif; |
r.gif; |
|
reload.gif; |
reload.gif; |
remotebg.gif; |
remotebg.gif; |
res.gif; |
res.gif; |
roles.gif; |
roles.gif; |
s.gif; |
|
sbkm.gif; |
sbkm.gif; |
space.gif; |
|
spacer.gif; |
spacer.gif; |
sprs.gif; |
sprs.gif; |
src.gif; |
src.gif; |
stat.gif; |
stat.gif; |
subm.gif; |
subm.gif; |
t.gif; |
|
title.gif; |
title.gif; |
u.gif; |
|
v.gif; |
|
vbkm.gif; |
vbkm.gif; |
w.gif; |
|
x.gif; |
|
y.gif; |
|
z.gif |
|
</filenames> |
</filenames> |
</fileglob> |
</fileglob> |
<file> |
<file> |
Line 2793 renders the HTML (including image maps)
|
Line 4069 renders the HTML (including image maps)
|
<fileglob> |
<fileglob> |
<glob>*.gif</glob> |
<glob>*.gif</glob> |
<sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir> |
<sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir> |
<targetdir>home/httpd/html/res/adm/pages/indexericons/</targetdir> |
<targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/ |
|
</targetdir> |
<categoryname>graphic file</categoryname> |
<categoryname>graphic file</categoryname> |
<description> |
<description> |
icons used for the bookmark portion of the LON-CAPA user interface |
icons used for directory indexing and login screen |
</description> |
</description> |
<filenames> |
<filenames> |
a.gif; |
a.gif; |
Line 2893 world2.gif
|
Line 4170 world2.gif
|
<fileglob> |
<fileglob> |
<glob>*.gif</glob> |
<glob>*.gif</glob> |
<sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir> |
<sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir> |
<targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir> |
<targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/ |
|
</targetdir> |
<categoryname>graphic file</categoryname> |
<categoryname>graphic file</categoryname> |
<description> |
<description> |
icons used for directory indexing and login screen |
icons used for the bookmark portion of the LON-CAPA user interface |
</description> |
</description> |
<filenames> |
<filenames> |
folder_anim.gif; |
folder_anim.gif; |
Line 2927 ur_corner.gif
|
Line 4205 ur_corner.gif
|
<fileglob> |
<fileglob> |
<glob>*.html</glob> |
<glob>*.html</glob> |
<sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir> |
<sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir> |
<targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir> |
<targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/ |
|
</targetdir> |
<categoryname>interface file</categoryname> |
<categoryname>interface file</categoryname> |
<description> |
<description> |
associated with the frameset scheme of displaying bookmarks |
associated with the scheme of displaying bookmarks |
</description> |
</description> |
<filenames> |
<filenames> |
bookmarkmenu_toolbar.html; |
bookmarkmenu_toolbar.html; |
Line 2948 javascript for handling client-side inte
|
Line 4227 javascript for handling client-side inte
|
</description> |
</description> |
</file> |
</file> |
<file> |
<file> |
<source>loncom/build/loncapaverifypackages</source> |
<source>loncom/build/CHECKRPMS</source> |
<target dist='default'>usr/sbin/loncapaverifypackages</target> |
<target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target> |
<categoryname>script</categoryname> |
<categoryname>system script</categoryname> |
<description> |
<description> |
checks the system RPMs against what install.lon-capa.org specifies |
manilla wrapper around check-rpms |
</description> |
</description> |
<status>deprecated</status> |
<status>tested/documented/beta</status> |
</file> |
</file> |
<file> |
<file> |
<source>loncom/build/loncaparestoreconfigurations</source> |
<source>loncom/build/CHECKRPMS_custom</source> |
<target dist='default'>usr/sbin/loncaparestoreconfigurations</target> |
<target dist='default'>usr/local/loncapa/bin/CHECKRPMS_custom</target> |
<categoryname>script</categoryname> |
<categoryname>system script</categoryname> |
<description> |
<description> |
restores .rpmsave files after a LON-CAPA-base upgrade |
manilla wrapper around check-rpms to be miified by the local user |
</description> |
</description> |
<status>deprecated</status> |
<status>tested/documented/beta</status> |
</file> |
</file> |
<file> |
<file> |
<source>loncom/build/loncapaautoupgrade</source> |
<source>loncom/build/check-rpms</source> |
<target dist='default'>usr/sbin/loncapaautoupgrade</target> |
<target dist='default'>usr/local/loncapa/bin/check-rpms</target> |
<categoryname>script</categoryname> |
<categoryname>system script</categoryname> |
<description> |
<description> |
does all the things to coordinate updating of LON-CAPA base files. Should be |
compare installed rpms with up-to-date distribution |
used with caution so that you do not lose work |
|
</description> |
</description> |
<status>deprecated</status> |
<status>tested/documented/beta</status> |
|
</file> |
|
<file> |
|
<source>doc/man/check-rpms.1</source> |
|
<target dist='default'>usr/local/man/man1/check-rpms.1</target> |
|
<categoryname>doc</categoryname> |
|
<description>man page for check-rpms</description> |
|
<build trigger='always run'> |
|
loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \ |
|
echo 'manifying check-rpms' |
|
</build> |
|
<status>beta</status> |
|
<dependencies> |
|
../../loncom/build/check-rpms |
|
</dependencies> |
</file> |
</file> |
<file> |
<file> |
<source>loncom/build/loncapaverify</source> |
<source>doc/scripts/check-rpms.html</source> |
<target dist='default'>usr/sbin/loncapaverify</target> |
<target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html |
|
</target> |
|
<categoryname>doc</categoryname> |
|
<description>POD-derived page for check-rpms</description> |
|
<build trigger='always run'> |
|
loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \ |
|
&& echo 'pod2html checkrpms' |
|
</build> |
|
<status>works/unverified</status> |
|
<dependencies> |
|
../../loncom/build/check-rpms |
|
</dependencies> |
|
</file> |
|
<file> |
|
<source>loncom/build/loncaparestoreconfigurations</source> |
|
<target dist='default'>usr/sbin/loncaparestoreconfigurations</target> |
<categoryname>script</categoryname> |
<categoryname>script</categoryname> |
<description> |
<description> |
makes verification report using loncapaverifypackages and |
restores .rpmsave files after a LON-CAPA-base upgrade |
loncapaverifybasepackage |
|
</description> |
</description> |
<status>deprecated</status> |
<status>deprecated</status> |
</file> |
</file> |
Line 2995 file that specifies periodic processes t
|
Line 4301 file that specifies periodic processes t
|
</file> |
</file> |
<file> |
<file> |
<source>loncom/ntp/step-tickers</source> |
<source>loncom/ntp/step-tickers</source> |
<target dist='default'>etc/ntp/step-tickers</target> |
<target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers |
<categoryname>conf</categoryname> |
</target> |
|
<categoryname>static conf</categoryname> |
<description> |
<description> |
file that stimulates running of ntpdate upon init.d/xntpd initiation |
file that stimulates running of ntpdate upon init.d/xntpd initiation |
</description> |
</description> |
Line 3031 Controls the launching/halting of lonc,
|
Line 4338 Controls the launching/halting of lonc,
|
</description> |
</description> |
</file> |
</file> |
<link> |
<link> |
<linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto> |
<linkto>etc/rc.d/init.d/loncontrol</linkto> |
<target dist='default'> |
<target dist='default'> |
etc/rc.d/rc0.d/K05loncontrol; |
etc/rc.d/rc0.d/K05loncontrol; |
etc/rc.d/rc1.d/K05loncontrol; |
etc/rc.d/rc1.d/K05loncontrol; |
Line 3047 symbolic links to /etc/rc.d/init.d/lonco
|
Line 4354 symbolic links to /etc/rc.d/init.d/lonco
|
</link> |
</link> |
<file> |
<file> |
<source>loncom/atalk/config</source> |
<source>loncom/atalk/config</source> |
<target dist='default'>etc/atalk/config</target> |
<target dist='default'>usr/local/loncapa/doc/conf_examples/config</target> |
<categoryname>conf</categoryname> |
<categoryname>static conf</categoryname> |
<description> |
<description> |
configuration file to make LON-CAPA server file space accessible to |
configuration file to make LON-CAPA server file space accessible to |
Appleshares access (Macintosh) |
Appleshares access (Macintosh) |