Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.189

1.117     harris41    1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
                      2:  "http://lpml.sourceforge.net/DTD/lpml.dtd">
1.81      harris41    3: <!-- loncapafiles.lpml -->
1.14      harris41    4: <!-- Scott Harrison -->
1.67      harris41    5: 
1.189   ! bowersj2    6: <!-- $Id: loncapafiles.lpml,v 1.188 2002/11/13 02:47:38 harris41 Exp $ -->
1.67      harris41    7: 
                      8: <!--
                      9: 
                     10: Copyright Michigan State University Board of Trustees
                     11: 
                     12: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                     13: 
                     14: LON-CAPA is free software; you can redistribute it and/or modify
                     15: it under the terms of the GNU General Public License as published by
                     16: the Free Software Foundation; either version 2 of the License, or
                     17: (at your option) any later version.
                     18: 
                     19: LON-CAPA is distributed in the hope that it will be useful,
                     20: but WITHOUT ANY WARRANTY; without even the implied warranty of
                     21: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     22: GNU General Public License for more details.
                     23: 
                     24: You should have received a copy of the GNU General Public License
                     25: along with LON-CAPA; if not, write to the Free Software
                     26: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     27: 
                     28: /home/httpd/html/adm/gpl.txt
                     29: 
                     30: http://www.lon-capa.org/
                     31: 
                     32: -->
1.14      harris41   33: 
                     34: <!-- Default values must be defined before specific values. -->
                     35: <!-- If no 'dist' attribute is specified, then it is always installed. -->
                     36: <!-- If 'dist' attribute is set to  'default', then the specification. -->
                     37: <!-- is accepted if an alternative distribution is not requested or not -->
                     38: <!-- defined. -->
1.53      harris41   39: 
1.1       harris41   40: <lpml>
1.94      harris41   41: <specialnotices>
1.102     harris41   42: <specialnotice dist='default'>
                     43: !!! REDHAT 6.2 NOTICE !!!
                     44: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
                     45: !!! This sometimes happens (bad): !!!
                     46: !!! 127.0.0.1  computer1 localhost.localdomain localhost  !!!
                     47: !!! Should be: !!!
                     48: !!! 127.0.0.1  localhost.localdomain  localhost !!!
                     49: !!! 35.2.3.80  computer1 computer1.notreal.msu.edu !!!
                     50: </specialnotice>
1.115     harris41   51: <specialnotice dist='redhat7 redhat7.1'>
1.79      harris41   52: !!!!!!!!!  REDHAT 7.*   NOTICE   !!!!!!!!!!!!!!!!!!!!
1.69      harris41   53: !!!!!!!!!  LINE IN Cookie.pm     !!!!!!!!!!!!!!!!!!!!
                     54: !!!!!!!!!  MUST BE REPLACED DUE  !!!!!!!!!!!!!!!!!!!!
                     55: !!!!!!!!!  TO PERL 5.6.0 ERROR   !!!!!!!!!!!!!!!!!!!!
                     56: !!!!!!!!!                        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                     57: !!!! The offending line is in CGI/Cookie.pm                           !!
                     58: !!!!                                                                  !!
1.93      harris41   59: !!!! it should be changed from                                        !!
                     60: !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!
                     61: !!!! to                                                               !!
1.69      harris41   62: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path;          !!
                     63: !!!!                                                                  !!
1.93      harris41   64: !!!! (This is just below the following line )                         !!
1.69      harris41   65: !!!! # IE requires the path and domain to be present for some reason. !!
                     66: </specialnotice>
1.94      harris41   67: </specialnotices>
1.1       harris41   68: <targetroot>/</targetroot>
                     69: <sourceroot>/home/user/loncapa/</sourceroot>
1.14      harris41   70: <categories>
1.1       harris41   71: <category name="interface file" type="runtime">
1.5       harris41   72:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   73:   <abbreviation>interfacefile</abbreviation>
1.1       harris41   74: </category>
                     75: <category name="interface file" type="development">
1.5       harris41   76:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55      harris41   77:   <abbreviation>interfacefile</abbreviation>
1.1       harris41   78: </category>
                     79: <category name="setuid script" type="runtime">
1.5       harris41   80:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55      harris41   81:   <abbreviation>setuid</abbreviation>
1.1       harris41   82: </category>
                     83: <category name="setuid script" type="development">
1.5       harris41   84:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55      harris41   85:   <abbreviation>setuid</abbreviation>
1.1       harris41   86: </category>
                     87: <category name="handler" type="runtime">
1.5       harris41   88:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   89:   <abbreviation>handler</abbreviation>
1.1       harris41   90: </category>
                     91: <category name="handler" type="development">
1.89      harris41   92:   <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55      harris41   93:   <abbreviation>handler</abbreviation>
1.1       harris41   94: </category>
                     95: <category name="static conf" type="runtime">
1.5       harris41   96:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   97:   <abbreviation>static</abbreviation>
1.1       harris41   98: </category>
                     99: <category name="static conf" type="development">
1.5       harris41  100:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41  101:   <abbreviation>static</abbreviation>
1.1       harris41  102: </category>
                    103: <category name="conf" type="runtime">
1.5       harris41  104:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  105:   <abbreviation>configurable</abbreviation>
1.1       harris41  106: </category>
                    107: <category name="conf" type="development">
1.5       harris41  108:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  109:   <abbreviation>configurable</abbreviation>
1.1       harris41  110: </category>
                    111: <category name="script" type="runtime">
1.89      harris41  112:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55      harris41  113:   <abbreviation>script</abbreviation>
1.1       harris41  114: </category>
                    115: <category name="script" type="development">
1.89      harris41  116:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55      harris41  117:   <abbreviation>script</abbreviation>
1.1       harris41  118: </category>
                    119: <category name="graphic file" type="runtime">
1.5       harris41  120:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41  121:   <abbreviation>graphicfile</abbreviation>
1.1       harris41  122: </category>
                    123: <category name="graphic file" type="development">
1.89      harris41  124:   <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55      harris41  125:   <abbreviation>graphicfile</abbreviation>
1.1       harris41  126: </category>
1.83      harris41  127: <category name="doc" type="runtime">
                    128:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
                    129:   <abbreviation>systemfile</abbreviation>
                    130: </category>
                    131: <category name="doc" type="development">
                    132:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
                    133:   <abbreviation>systemfile</abbreviation>
                    134: </category>
1.1       harris41  135: <category name="system file" type="runtime">
1.5       harris41  136:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  137:   <abbreviation>systemfile</abbreviation>
1.1       harris41  138: </category>
                    139: <category name="system file" type="development">
1.5       harris41  140:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  141:   <abbreviation>systemfile</abbreviation>
1.1       harris41  142: </category>
1.188     harris41  143: <category name="system script" type="runtime">
                    144:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
                    145:   <abbreviation>systemscript</abbreviation>
                    146: </category>
                    147: <category name="system script" type="development">
                    148:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
                    149:   <abbreviation>systemscript</abbreviation>
                    150: </category>
1.1       harris41  151: <category name="root script" type="runtime">
1.89      harris41  152:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55      harris41  153:   <abbreviation>rootscript</abbreviation>
1.1       harris41  154: </category>
                    155: <category name="root script" type="development">
1.89      harris41  156:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55      harris41  157:   <abbreviation>rootscript</abbreviation>
1.1       harris41  158: </category>
                    159: <category name="symbolic link" type="runtime">
1.5       harris41  160:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55      harris41  161:   <abbreviation>link</abbreviation>
1.1       harris41  162: </category>
                    163: <category name="symbolic link" type="development">
1.5       harris41  164:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55      harris41  165:   <abbreviation>link</abbreviation>
1.1       harris41  166: </category>
                    167: <category name="standard" type="runtime">
1.5       harris41  168:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56      harris41  169:   <abbreviation>directory</abbreviation>
1.1       harris41  170: </category>
                    171: <category name="standard" type="development">
1.5       harris41  172:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56      harris41  173:   <abbreviation>directory</abbreviation>
1.1       harris41  174: </category>
                    175: <category name="server standard" type="runtime">
1.5       harris41  176:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56      harris41  177:   <abbreviation>directory</abbreviation>
1.1       harris41  178: </category>
                    179: <category name="server standard" type="development">
1.5       harris41  180:   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56      harris41  181:   <abbreviation>directory</abbreviation>
1.1       harris41  182: </category>
                    183: <category name="server readonly" type="runtime">
1.5       harris41  184:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56      harris41  185:   <abbreviation>directory</abbreviation>
1.1       harris41  186: </category>
                    187: <category name="server readonly" type="development">
1.89      harris41  188:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56      harris41  189:   <abbreviation>directory</abbreviation>
1.1       harris41  190: </category>
1.14      harris41  191: </categories>
1.2       harris41  192: <rpm>
1.3       harris41  193:   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
                    194:   <rpmName>LON-CAPA-base</rpmName>
                    195:   <rpmVersion>3.1</rpmVersion>
                    196:   <rpmRelease>1</rpmRelease>
1.27      harris41  197:   <rpmVendor>Laboratory for Instructional Technology Education,
                    198: Division of Science and Mathematics Education, Michigan State University.
                    199:   </rpmVendor>
1.3       harris41  200:   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
                    201:   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
                    202:   <rpmGroup>Utilities/System</rpmGroup>
                    203:   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
                    204:   <rpmAutoReqProv>no</rpmAutoReqProv>
1.98      harris41  205:   <rpmdescription>This package facilitates a base installation of LON-CAPA \n
                    206: files in their directories.\n
                    207: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
                    208:   </rpmdescription>
1.10      harris41  209:   <rpmpre>echo '***********************************************************************'\n
                    210: echo 'LON-CAPA  LearningOnline with CAPA'\n
                    211: echo 'http://www.lon-capa.org/'\n
                    212: echo 'Gerd Kortemeyer, et al'\n
                    213: echo 'Laboratory for Instructional Technology Education'\n
                    214: echo 'Michigan State University'\n
                    215: echo 'General Public License, Version 2, June 1991'\n
                    216: echo '** Michigan State University patents may apply **'\n
                    217: echo ' '\n
                    218: echo 'This installation assumes an installation of Redhat 6.2'\n
                    219: echo ' '\n
                    220: echo 'The server computer should be currently connected to the ethernet'\n
                    221: echo ' '\n
                    222: echo '***********************************************************************'\n
                    223: </rpmpre>
1.83      harris41  224: <rpmRequires>
                    225: <item>PreReq: LON-CAPA-setup</item>
                    226: <item>PreReq: apache</item>
1.129     harris41  227: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
1.83      harris41  228: </rpmRequires>
1.2       harris41  229: </rpm>
1.14      harris41  230: <directories>
1.115     harris41  231: <directory dist='default'>
1.179     harris41  232:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  233:   <targetdir dist='default'>etc</targetdir>
                    234:   <categoryname>standard</categoryname>
                    235:   <description>standard linux directory for configuration files</description>
                    236: </directory>
1.115     harris41  237: <directory dist='default'>
1.179     harris41  238:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  239:   <targetdir dist='default'>etc/cron.d</targetdir>
                    240:   <categoryname>standard</categoryname>
                    241:   <description>standard linux directory for running time-based "jobs"
                    242:   </description>
                    243: </directory>
1.115     harris41  244: <directory dist='default'>
1.179     harris41  245:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  246:   <targetdir dist='default'>etc/httpd/conf</targetdir>
1.3       harris41  247:   <categoryname>standard</categoryname>
                    248:   <description>web configuration files</description>
1.37      harris41  249: </directory>
1.115     harris41  250: <directory dist='default'>
1.179     harris41  251:   <protectionlevel>never_delete</protectionlevel>
1.48      harris41  252:   <targetdir dist='default'>etc/pam.d</targetdir>
                    253:   <categoryname>standard</categoryname>
                    254:   <description>configuration directory for password authentication mechanism
                    255:   </description>
                    256: </directory>
1.115     harris41  257: <directory dist='default'>
1.179     harris41  258:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  259:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
1.142     harris41  260:   <targetdir dist='debian'>etc/init.d</targetdir>
1.37      harris41  261:   <categoryname>standard</categoryname>
                    262:   <description>scripts that run during system startup</description>
                    263: </directory>
1.115     harris41  264: <directory dist='default'>
1.179     harris41  265:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  266:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
1.142     harris41  267:   <targetdir dist='debian'>etc/rc0.d</targetdir>
1.37      harris41  268:   <categoryname>standard</categoryname>
                    269:   <description>scripts that run for run-level 0</description>
                    270: </directory>
1.115     harris41  271: <directory dist='default'>
1.179     harris41  272:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  273:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
1.142     harris41  274:   <targetdir dist='debian'>etc/rc1.d</targetdir>
1.37      harris41  275:   <categoryname>standard</categoryname>
                    276:   <description>scripts that run for run-level 1</description>
                    277: </directory>
1.115     harris41  278: <directory dist='default'>
1.179     harris41  279:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  280:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
1.142     harris41  281:   <targetdir dist='debian'>etc/rc2.d</targetdir>
1.37      harris41  282:   <categoryname>standard</categoryname>
                    283:   <description>scripts that run for run-level 2</description>
                    284: </directory>
1.115     harris41  285: <directory dist='default'>
1.179     harris41  286:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  287:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
1.142     harris41  288:   <targetdir dist='debian'>etc/rc3.d</targetdir>
1.37      harris41  289:   <categoryname>standard</categoryname>
                    290:   <description>scripts that run for run-level 3</description>
                    291: </directory>
1.115     harris41  292: <directory dist='default'>
1.179     harris41  293:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  294:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
1.142     harris41  295:   <targetdir dist='debian'>etc/rc4.d</targetdir>
1.37      harris41  296:   <categoryname>standard</categoryname>
                    297:   <description>scripts that run for run-level 4</description>
                    298: </directory>
1.115     harris41  299: <directory dist='default'>
1.179     harris41  300:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  301:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
1.142     harris41  302:   <targetdir dist='debian'>etc/rc5.d</targetdir>
1.37      harris41  303:   <categoryname>standard</categoryname>
                    304:   <description>scripts that run for run-level 5</description>
                    305: </directory>
1.115     harris41  306: <directory dist='default'>
1.179     harris41  307:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  308:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
1.142     harris41  309:   <targetdir dist='debian'>etc/rc6.d</targetdir>
1.37      harris41  310:   <categoryname>standard</categoryname>
                    311:   <description>scripts that run for run-level 6</description>
                    312: </directory>
1.115     harris41  313: <directory dist='default'>
1.179     harris41  314:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  315:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3       harris41  316:   <categoryname>standard</categoryname>
                    317:   <description>tab-formatted reference files</description>
                    318: </directory>
1.115     harris41  319: <directory dist='default'>
1.179     harris41  320:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  321:   <targetdir dist='default'>home/httpd</targetdir>
1.3       harris41  322:   <categoryname>standard</categoryname>
                    323:   <description>start of the web server tree</description>
                    324: </directory>
1.115     harris41  325: <directory dist='default'>
1.179     harris41  326:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  327:   <targetdir dist='default'>home/httpd/perl</targetdir>
1.10      harris41  328:   <categoryname>server readonly</categoryname>
1.3       harris41  329:   <description>perl scripts for managing the LON-CAPA system</description>
                    330: </directory>
1.115     harris41  331: <directory dist='default'>
1.179     harris41  332:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  333:   <targetdir dist='default'>home/httpd/perl/logs</targetdir>
1.3       harris41  334:   <categoryname>server standard</categoryname>
1.27      harris41  335:   <description>location where system performance and error logs are kept
1.90      harris41  336:   </description>
                    337: </directory>
1.115     harris41  338: <directory dist='default'>
1.179     harris41  339:   <protectionlevel>modest_delete</protectionlevel>
1.97      albertel  340:   <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
1.90      harris41  341:   <categoryname>server standard</categoryname>
                    342:   <description>
                    343: Used by lond parent to check if children are responding to USR1 signals
                    344: (otherwise they are killed and replaced).
1.27      harris41  345:   </description>
1.3       harris41  346: </directory>
1.115     harris41  347: <directory dist='default'>
1.179     harris41  348:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  349:   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3       harris41  350:   <categoryname>server standard</categoryname>
1.27      harris41  351:   <description>location where temporary files (for caching) are stored
                    352:   </description>
1.3       harris41  353: </directory>
1.115     harris41  354: <directory dist='default'>
1.179     harris41  355:   <protectionlevel>modest_delete</protectionlevel>
1.64      harris41  356:   <targetdir dist='default'>home/httpd/prtspool</targetdir>
                    357:   <categoryname>server standard</categoryname>
                    358:   <description>for the output of lonprintout.pm
                    359:   </description>
1.155     harris41  360: </directory>
                    361: <directory dist='default'>
1.179     harris41  362:   <protectionlevel>modest_delete</protectionlevel>
1.155     harris41  363:   <targetdir dist='default'>home/httpd/lib</targetdir>
                    364:   <categoryname>server readonly</categoryname>
                    365:   <description>location of LON-CAPA software modules and
                    366: extensions</description>
1.64      harris41  367: </directory>
1.115     harris41  368: <directory dist='default'>
1.179     harris41  369:   <!-- Must protect localauth.pm from extinction. -->
                    370:   <protectionlevel>weak_delete</protectionlevel>
1.34      albertel  371:   <targetdir dist='default'>home/httpd/lib/perl</targetdir>
                    372:   <categoryname>server readonly</categoryname>
                    373:   <description>location of LON-CAPA non web mod-perl handlers</description>
                    374: </directory>
1.115     harris41  375: <directory dist='default'>
1.179     harris41  376:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  377:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3       harris41  378:   <categoryname>server readonly</categoryname>
                    379:   <description>location of LON-CAPA web mod-perl handlers</description>
1.114     harris41  380: </directory>
1.115     harris41  381: <directory dist='default'>
1.179     harris41  382:   <protectionlevel>modest_delete</protectionlevel>
1.114     harris41  383:   <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
                    384:   <categoryname>server readonly</categoryname>
                    385:   <description>location of HTML specific perl module fixes and additions
                    386:   </description>
1.3       harris41  387: </directory>
1.115     harris41  388: <directory dist='default'>
1.179     harris41  389:   <protectionlevel>modest_delete</protectionlevel>
1.125     harris41  390:   <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
                    391:   <categoryname>server readonly</categoryname>
                    392:   <description>location of HTML specific perl module fixes and additions
                    393:   </description>
                    394: </directory>
                    395: <directory dist='default'>
1.179     harris41  396:    <protectionlevel>modest_delete</protectionlevel>
                    397:  <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3       harris41  398:   <categoryname>server standard</categoryname>
                    399:   <description>cookie jar</description>
                    400: </directory>
1.115     harris41  401: <directory dist='default'>
1.179     harris41  402:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  403:   <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3       harris41  404:   <categoryname>server standard</categoryname>
                    405:   <description>lonc's sockets</description>
                    406: </directory>
1.115     harris41  407: <directory dist='default'>
1.179     harris41  408:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  409:   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3       harris41  410:   <categoryname>server standard</categoryname>
                    411:   <description>lonc's sockets (delayed)</description>
                    412: </directory>
1.115     harris41  413: <directory dist='default'>
1.179     harris41  414:   <protectionlevel>never_delete</protectionlevel>
1.26      harris41  415:   <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
                    416:   <categoryname>standard</categoryname>
                    417:   <description>location of cgi scripts</description>
                    418: </directory>
1.115     harris41  419: <directory dist='default'>
1.179     harris41  420:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  421:   <targetdir dist='default'>home/httpd/html</targetdir>
1.3       harris41  422:   <categoryname>server standard</categoryname>
                    423:   <description>location of web-accessible file tree</description>
                    424: </directory>
1.115     harris41  425: <directory dist='default'>
1.179     harris41  426:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  427:   <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3       harris41  428:   <categoryname>server standard</categoryname>
                    429:   <description>root of resource tree</description>
                    430: </directory>
1.115     harris41  431: <directory dist='default'>
1.179     harris41  432:   <protectionlevel>modest_delete</protectionlevel>
1.151     www       433:   <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
                    434:   <categoryname>server standard</categoryname>
                    435:   <description>root for user uploaded files</description>
                    436: </directory>
                    437: <directory dist='default'>
1.179     harris41  438:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  439:   <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3       harris41  440:   <categoryname>server readonly</categoryname>
                    441:   <description>unauthenticated resources</description>
                    442: </directory>
1.115     harris41  443: <directory dist='default'>
1.179     harris41  444:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  445:   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
1.3       harris41  446:   <categoryname>server readonly</categoryname>
                    447:   <description>home of the rat</description>
                    448: </directory>
1.115     harris41  449: <directory dist='default'>
1.179     harris41  450:   <protectionlevel>modest_delete</protectionlevel>
1.32      harris41  451:   <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
                    452:   <categoryname>server readonly</categoryname>
                    453:   <description>online help documentation</description>
1.140     bowersj2  454: </directory>
                    455: <directory dist='default'>
1.179     harris41  456:   <protectionlevel>modest_delete</protectionlevel>
1.140     bowersj2  457:   <targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir>
                    458:   <categoryname>server readonly</categoryname>
                    459:   <description>online help documentation gif files</description>
                    460: </directory>
                    461: <directory dist='default'>
1.179     harris41  462:   <protectionlevel>modest_delete</protectionlevel>
1.140     bowersj2  463:   <targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir>
                    464:   <categoryname>server readonly</categoryname>
                    465:   <description>online help documentation eps files</description>
                    466: </directory>
                    467: <directory dist='default'>
1.179     harris41  468:   <protectionlevel>modest_delete</protectionlevel>
1.140     bowersj2  469:   <targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir>
                    470:   <categoryname>server readonly</categoryname>
                    471:   <description>online help documentation tex files</description>
                    472: </directory>
                    473: <directory dist='default'>
1.179     harris41  474:   <protectionlevel>modest_delete</protectionlevel>
1.140     bowersj2  475:   <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
                    476:   <categoryname>server readonly</categoryname>
                    477:   <description>online help documentation png files</description>
1.32      harris41  478: </directory>
1.115     harris41  479: <directory dist='default'>
1.179     harris41  480:   <protectionlevel>modest_delete</protectionlevel>
1.118     harris41  481:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
1.73      harris41  482:   <categoryname>server readonly</categoryname>
                    483:   <description>online help documentation for the LON-CAPA programming
                    484: interface</description>
                    485: </directory>
1.115     harris41  486: <directory dist='default'>
1.179     harris41  487:   <protectionlevel>modest_delete</protectionlevel>
1.118     harris41  488:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
                    489:   </targetdir>
1.73      harris41  490:   <categoryname>server readonly</categoryname>
                    491:   <description>online help documentation for the LON-CAPA programming
                    492: interface, Apache (mod_perl) handlers</description>
                    493: </directory>
1.115     harris41  494: <directory dist='default'>
1.179     harris41  495:   <protectionlevel>modest_delete</protectionlevel>
1.77      harris41  496:   <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
                    497:   <categoryname>server readonly</categoryname>
                    498:   <description>online help documentation for the LON-CAPA programming
                    499: interface, Apache (mod_perl) handlers</description>
                    500: </directory>
1.115     harris41  501: <directory dist='default'>
1.179     harris41  502:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  503:   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
1.3       harris41  504:   <categoryname>server readonly</categoryname>
                    505:   <description>graphic widgets</description>
                    506: </directory>
1.115     harris41  507: <directory dist='default'>
1.179     harris41  508:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  509:   <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
1.3       harris41  510:   <categoryname>server readonly</categoryname>
1.57      harris41  511:   <description>miscellaneous resources</description>
1.3       harris41  512: </directory>
1.115     harris41  513: <directory dist='default'>
1.179     harris41  514:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  515:   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
1.3       harris41  516:   <categoryname>server readonly</categoryname>
                    517:   <description>error warnings and icons</description>
                    518: </directory>
1.115     harris41  519: <directory dist='default'>
1.179     harris41  520:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  521:   <targetdir dist='default'>home/httpd/lonUsers</targetdir>
1.3       harris41  522:   <categoryname>server standard</categoryname>
1.10      harris41  523:   <description>Home directories of local users.  There is a five-tier
1.3       harris41  524: structure to the directories:
                    525: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,
                    526: a user fredflint at MSU would have his information located in
1.115     harris41  527: lonUsers/msu/f/r/e/fredflint.<br />&#160;<br />Within this directory there are
1.27      harris41  528: a variety of files which govern the scope of what a user can do within the
                    529: LON-CAPA system.  A passwd file determines the type of authentication
                    530: mechanism to use.
                    531:  There also are files such as roles.hist (and its database compilation,
1.3       harris41  532: roles.db) which specify the roles and privileges for a user in the
                    533: LON-CAPA system.</description>
                    534: </directory>
1.115     harris41  535: <directory dist='default'>
1.179     harris41  536:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  537:   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
1.3       harris41  538:   <categoryname>server readonly</categoryname>
                    539:   <description>mathematics markup language resources</description>
                    540: </directory>
1.115     harris41  541: <directory dist='default'>
1.179     harris41  542:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  543:   <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
1.3       harris41  544:   <categoryname>server readonly</categoryname>
1.27      harris41  545:   <description>files useful for including within customized scripting
                    546:   </description>
1.3       harris41  547: </directory>
1.115     harris41  548: <directory dist='default'>
1.179     harris41  549:   <protectionlevel>modest_delete</protectionlevel>
1.27      harris41  550:   <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
                    551:   </targetdir>
1.19      harris41  552:   <categoryname>server readonly</categoryname>
                    553:   <description>template files useful for customized scripts</description>
                    554: </directory>
1.115     harris41  555: <directory dist='default'>
1.179     harris41  556:   <protectionlevel>never_delete</protectionlevel>
1.5       harris41  557:   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3       harris41  558:   <categoryname>server standard</categoryname>
1.133     harris41  559:   <description>status reports; online logs are kept that
                    560: are viewable over the world-wide web</description>
1.3       harris41  561: </directory>
1.115     harris41  562: <directory dist='default'>
1.179     harris41  563:   <protectionlevel>modest_delete</protectionlevel>
1.5       harris41  564:   <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
1.3       harris41  565:   <categoryname>server readonly</categoryname>
                    566:   <description>web user interface resources</description>
                    567: </directory>
1.115     harris41  568: <directory dist='default'>
1.179     harris41  569:   <protectionlevel>modest_delete</protectionlevel>
1.159     www       570:   <targetdir dist='default'>home/httpd/html/adm/lonLCDfont</targetdir>
                    571:   <categoryname>server readonly</categoryname>
                    572:   <description>LCD font for remote control</description>
                    573: </directory>
                    574: <directory dist='default'>
1.179     harris41  575:   <protectionlevel>modest_delete</protectionlevel>
1.166     www       576:   <targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir>
                    577:   <categoryname>server readonly</categoryname>
                    578:   <description>Logos for LON-CAPA domains</description>
                    579: </directory>
                    580: <directory dist='default'>
1.179     harris41  581:   <protectionlevel>modest_delete</protectionlevel>
1.168     www       582:   <targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir>
                    583:   <categoryname>server readonly</categoryname>
                    584:   <description>Designs for LON-CAPA domains</description>
                    585: </directory>
                    586: <directory dist='default'>
1.179     harris41  587:   <protectionlevel>modest_delete</protectionlevel>
1.165     www       588:   <targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir>
                    589:   <categoryname>server readonly</categoryname>
                    590:   <description>Page headers and graphical interface files</description>
                    591: </directory>
                    592: <directory dist='default'>
1.179     harris41  593:   <protectionlevel>modest_delete</protectionlevel>
1.27      harris41  594:   <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
                    595:   </targetdir>
1.3       harris41  596:   <categoryname>server readonly</categoryname>
                    597:   <description>bookmark user interface code</description>
                    598: </directory>
1.115     harris41  599: <directory dist='default'>
1.179     harris41  600:   <protectionlevel>modest_delete</protectionlevel>
1.27      harris41  601:   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
                    602:   </targetdir>
1.3       harris41  603:   <categoryname>server readonly</categoryname>
                    604:   <description></description>
                    605: </directory>
1.115     harris41  606: <directory dist='default'>
1.179     harris41  607:   <protectionlevel>modest_delete</protectionlevel>
1.37      harris41  608:   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
                    609:   </targetdir>
                    610:   <categoryname>server readonly</categoryname>
                    611:   <description>icons that help depict the file system (outdated)</description>
1.3       harris41  612: </directory>
1.115     harris41  613: <directory dist='default'>
1.179     harris41  614:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  615:   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
1.115     harris41  616:   <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
1.142     harris41  617:   <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
1.3       harris41  618:   <categoryname>standard</categoryname>
1.37      harris41  619:   <description>system perl tree (usually present on linux systems)
1.27      harris41  620:   </description>
1.3       harris41  621: </directory>
1.115     harris41  622: <directory dist='default'>
1.179     harris41  623:   <protectionlevel>modest_delete</protectionlevel>
1.152     harris41  624:   <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
                    625:   <categoryname>standard</categoryname>
                    626:   <description>local binary files for loncapa</description>
                    627: </directory>
                    628: <directory dist='default'>
1.179     harris41  629:   <protectionlevel>modest_delete</protectionlevel>
1.152     harris41  630:   <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
                    631:   <categoryname>standard</categoryname>
                    632:   <description>local documentation files for loncapa</description>
                    633: </directory>
                    634: <directory dist='default'>
1.179     harris41  635:   <protectionlevel>modest_delete</protectionlevel>
1.152     harris41  636:   <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
1.103     harris41  637:   <categoryname>standard</categoryname>
1.152     harris41  638:   <description>examples of configuration files for secondary
                    639:  services</description>
1.103     harris41  640: </directory>
1.115     harris41  641: <directory dist='default'>
1.179     harris41  642:   <protectionlevel>never_delete</protectionlevel>
1.103     harris41  643:   <targetdir dist='default'>usr/local/man/man1</targetdir>
                    644:   <categoryname>standard</categoryname>
                    645:   <description>local manual pages</description>
                    646: </directory>
1.115     harris41  647: <directory dist='default'>
1.179     harris41  648:   <protectionlevel>never_delete</protectionlevel>
1.77      harris41  649:   <targetdir dist='default'>usr/man/man1</targetdir>
                    650:   <categoryname>standard</categoryname>
                    651:   <description>manual pages</description>
                    652: </directory>
1.115     harris41  653: <directory dist='default'>
1.179     harris41  654:   <protectionlevel>never_delete</protectionlevel>
1.75      harris41  655:   <targetdir dist='default'>usr/man/man3</targetdir>
1.73      harris41  656:   <categoryname>standard</categoryname>
1.75      harris41  657:   <description>manual pages</description>
1.73      harris41  658: </directory>
1.115     harris41  659: <directory dist='default'>
1.179     harris41  660:   <protectionlevel>never_delete</protectionlevel>
1.37      harris41  661:   <targetdir dist='default'>usr/sbin</targetdir>
1.3       harris41  662:   <categoryname>standard</categoryname>
1.37      harris41  663:   <description>standard linux directory for superuser executables</description>
1.2       harris41  664: </directory>
1.14      harris41  665: </directories>
                    666: <files>
1.4       harris41  667: <file>
1.37      harris41  668: <source>loncom/krb.conf</source>
1.175     harris41  669: <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
                    670: <categoryname>static conf</categoryname>
1.37      harris41  671: <description>
                    672: which Kerberos server to contact for specified Kerberos domains
                    673: </description>
                    674: <note>
1.59      harris41  675: <table cellpadding='0' cellspacing='0' border='1'>
1.37      harris41  676: <tr><td>
                    677: list elements are separated by newlines
                    678: </td></tr>
                    679: <tr><td>
                    680: each list element consists of only two subelements separated by a colon
                    681: <br />
                    682: <ul>
                    683: <li>Kerberos domain value</li>
                    684: <li>Kerberos server IP address</li>
                    685: </ul>
                    686: </td></tr>
                    687: </table>
                    688: </note>
1.85      harris41  689: </file>
                    690: <file>
                    691: <source>loncom/loncapa.conf</source>
                    692: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
                    693: <categoryname>conf</categoryname>
                    694: <description>
1.129     harris41  695: <p>
1.85      harris41  696: The goal of this file is to implement all LON-CAPA specific
1.129     harris41  697: customization of the Apache web server (most all of these values
                    698: require manual input from the system administrator at some point).
                    699: The values in this file, as opposed to loncapa_apache.conf, are
                    700: meant to be machine and institution specific.
                    701: </p>
                    702: <p>
                    703: For the LON-CAPA network server and perl module
                    704: handlers, it defines machine specific settings including lonHostID, lonRole,
                    705: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
                    706: </p>
                    707: <p>
                    708: This file should not be viewable by regular users of the system.
                    709: Only root and www should be able to view the contents of this file
                    710: since lonReceipt is sensitive.
                    711: </p>
1.4       harris41  712: </description>
                    713: <note>
                    714: <b>configure</b>
                    715: <br />
1.91      harris41  716: <table cellpadding='0' cellspacing='0' border='1'>
1.27      harris41  717: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
                    718: machine</td></tr>
                    719: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
                    720: access</td></tr>
1.4       harris41  721: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
                    722: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
                    723: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
1.27      harris41  724: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
                    725: seconds</td></tr>
1.10      harris41  726: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
1.27      harris41  727: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
                    728: MySQL database</td></tr>
1.4       harris41  729: </table>
                    730: </note>
1.129     harris41  731: </file>
                    732: <file>
                    733: <source>loncom/loncapa_apache.conf</source>
                    734: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
                    735: <categoryname>static conf</categoryname>
                    736: <description>
                    737: The goal of this file is to implement all LON-CAPA specific
                    738: customization of the Apache web server that does not require
                    739: user input.
                    740: 
                    741: For the Apache web server, it defines a global
                    742: access configuration which defines what server options (Indexes", "Includes",
                    743: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
                    744: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
                    745: and "/usr/doc").  For the LON-CAPA network server and perl module
                    746: handlers, it defines 
                    747: and internal machine settings for specific directories, socket ports,
                    748: the www@localhost MySQL password, and browser detection logic.
                    749: </description>
1.4       harris41  750: </file>
                    751: <file>
                    752: <source>loncom/startup.pl</source>
1.5       harris41  753: <target dist='default'>etc/httpd/conf/startup.pl</target>
1.4       harris41  754: <categoryname>static conf</categoryname>
                    755: <description>
                    756: This file provides initializations for perl handlers.  It adjusts what
                    757: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
                    758: well as causing the Apache module to be used for every perl handler.
1.171     harris41  759: <tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>.
1.4       harris41  760: </description>
                    761: </file>
                    762: <file>
1.139     matthew   763: <source>loncom/thesaurus/thesaurus.db</source>
                    764: <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
                    765: <categoryname>system file</categoryname>
1.46      harris41  766: <description>
1.139     matthew   767: Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
1.46      harris41  768: </description>
1.139     matthew   769: <build trigger='run if dependencies change'>
                    770: loncom/thesaurus/build_thesaurus_wrapper.sh
                    771: </build>
                    772: <dependencies>
                    773: rawkey.txt
                    774: </dependencies>
1.46      harris41  775: </file>
                    776: <file>
1.10      harris41  777: <source>loncom/interface/mydesk.tab</source>
                    778: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
                    779: <categoryname>static conf</categoryname>
                    780: <description>
                    781: Config file for "My Desk"
                    782: </description>
                    783: </file>
                    784: <file>
1.4       harris41  785: <source>loncom/interface/filetypes.tab</source>
1.5       harris41  786: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
1.4       harris41  787: <categoryname>static conf</categoryname>
                    788: <description>
                    789: Descriptive list of file extensions, and extension groupings.
1.135     matthew   790: </description>
                    791: </file>
                    792: <file>
                    793: <source>loncom/interface/filecategories.tab</source>
                    794: <target dist='default'>home/httpd/lonTabs/filecategories.tab</target>
                    795: <categoryname>static conf</categoryname>
                    796: <description>
                    797: Descriptive list of file extensions and broad categorization.
1.184     albertel  798: </description>
                    799: </file>
                    800: <file>
1.26      harris41  801: <source>loncom/cgi/barcode.gif</source>
                    802: <target dist='default'>home/httpd/cgi-bin/barcode.gif</target>
                    803: <categoryname>script</categoryname>
                    804: <description>
                    805: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
                    806: parameter.
1.101     harris41  807: </description>
                    808: </file>
                    809: <file>
1.131     www       810: <source>loncom/cgi/thumbnail.gif</source>
                    811: <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
                    812: <categoryname>script</categoryname>
                    813: <description>
                    814: Produces a thumbnail image of the url given
                    815: </description>
                    816: </file>
                    817: <file>
1.101     harris41  818: <source>loncom/cgi/clusterstatus.pl</source>
                    819: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
                    820: <categoryname>script</categoryname>
                    821: <description>
                    822: utility cgi script to view status of cluster
1.160     harris41  823: </description>
                    824: </file>
                    825: <file>
                    826: <source>loncom/build/system_dependencies/perltest.pl</source>
                    827: <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
                    828: <categoryname>script</categoryname>
1.161     harris41  829: <description>
                    830: utility cgi script to view status of perl modules
                    831: </description>
                    832: </file>
                    833: <file>
                    834: <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
                    835: <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
                    836: <categoryname>interface file</categoryname>
1.160     harris41  837: <description>
                    838: utility cgi script to view status of perl modules
1.4       harris41  839: </description>
                    840: </file>
                    841: <file>
1.45      harris41  842: <source>loncom/cgi/graph.gif</source>
                    843: <target dist='default'>home/httpd/cgi-bin/graph.gif</target>
                    844: <categoryname>script</categoryname>
                    845: <description>
                    846: Dynamically outputs a graph especially for lonstatistics.pm.
                    847: </description>
                    848: <note>
                    849: Depends on perl modules:
                    850: GDGraph-1.33 and GDTextUtils-0.80.
1.64      harris41  851: </note>
1.100     harris41  852: </file>
                    853: <file>
                    854: <source>loncom/cgi/lonversions.pl</source>
                    855: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
                    856: <categoryname>script</categoryname>
                    857: <description>
                    858: utility cgi script to view software versions of a remote server
                    859: </description>
                    860: </file>
                    861: <file>
                    862: <source>loncom/cgi/ping.pl</source>
                    863: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
                    864: <categoryname>script</categoryname>
                    865: <description>
                    866: cgi-script to ping other server
                    867: </description>
1.65      harris41  868: </file>
                    869: <file>
1.66      harris41  870: <source>loncom/cgi/plot.gif</source>
1.65      harris41  871: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
                    872: <categoryname>script</categoryname>
                    873: <description>
                    874: Dynamically outputs X-Y plots with point, line, etc functions.
                    875: </description>
1.64      harris41  876: </file>
                    877: <file>
                    878: <source>loncom/interface/printout.pl</source>
                    879: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
                    880: <categoryname>script</categoryname>
                    881: <description>
                    882: cgi script
                    883: </description>
                    884: <note>
                    885: Depends on srm.conf entry:
                    886: Alias /prtspool/ /home/httpd/prtspool/
                    887: as well as a /home/httpd/prtspool directory.
1.45      harris41  888: </note>
                    889: </file>
                    890: <file>
1.41      harris41  891: <source>loncom/cgi/metadata_keywords.pl</source>
                    892: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
                    893: <categoryname>script</categoryname>
                    894: <description>
                    895: a cgi-script (not mod_perl), which contacts MySQL and pulls
                    896: out all keywords in this format:
                    897: 
                    898: coil,magnetic,transformer
                    899: transformer,coils,current,amperes,voltage,transformers,coil
                    900: flux,magnetic,current,transformer
                    901: coil,loop,field,magnetic
                    902: 
                    903: ... etc (one line per entry).
                    904: 
                    905: and simply prints this text-only (no markup) to the browser
1.182     www       906: </description>
                    907: </file>
                    908: <file>
                    909: <source>loncom/cgi/metadata_harvest.pl</source>
                    910: <target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target>
                    911: <categoryname>script</categoryname>
                    912: <description>
                    913: a cgi-script (not mod_perl), which contacts MySQL and pulls
                    914: out all records in "|"-separated format.
                    915: To be used by very simple harvesting engines.
1.41      harris41  916: </description>
                    917: </file>
1.43      harris41  918: <fileglob>
1.60      harris41  919: <glob>*.*</glob>
1.43      harris41  920: <sourcedir>loncom/homework/templates/</sourcedir>
                    921: <targetdir dist='default'>
                    922: home/httpd/html/res/adm/includes/templates/</targetdir>
                    923: <categoryname>static conf</categoryname>
                    924: <description>
                    925: Template files for generating new resources.
                    926: </description>
                    927: <filenames>
1.59      harris41  928: blank.library;
                    929: blank.library.meta;
                    930: blank.problem;
                    931: blank.problem.meta;
1.156     albertel  932: Essay.problem;
                    933: Essay.problem.meta;
1.59      harris41  934: numerical.problem;
                    935: numerical.problem.meta;
1.134     albertel  936: Plot.problem;
                    937: Plot.problem.meta;
1.59      harris41  938: RadioResponse.problem;
                    939: RadioResponse.problem.meta;
1.134     albertel  940: RandomLabelExample.problem;
                    941: RandomLabelExample.problem.meta;
1.59      harris41  942: SelectFromOptions-4ConceptGoups.problem;
                    943: SelectFromOptions-4ConceptGoups.problem.meta;
                    944: SelectFromOptions-5ConceptGoups.problem;
                    945: SelectFromOptions-5ConceptGoups.problem.meta;
                    946: SelectFromOptions-6ConceptGoups.problem;
                    947: SelectFromOptions-6ConceptGoups.problem.meta;
                    948: SelectFromOptions-7ConceptGoups.problem;
                    949: SelectFromOptions-7ConceptGoups.problem.meta;
                    950: SelectFromOptions-8ConceptGoups.problem;
                    951: SelectFromOptions-8ConceptGoups.problem.meta;
                    952: SelectFromOptions-Simple.problem;
                    953: SelectFromOptions-Simple.problem.meta;
1.63      harris41  954: script.library;
                    955: script.library.meta;
1.134     albertel  956: SimpleFormula.problem;
                    957: SimpleFormula.problem.meta;
1.59      harris41  958: StringResponse.problem;
1.44      harris41  959: StringResponse.problem.meta
1.43      harris41  960: </filenames>
                    961: </fileglob>
1.19      harris41  962: <file>
1.4       harris41  963: <source>loncom/homework/insertlist.tab</source>
1.5       harris41  964: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
1.4       harris41  965: <categoryname>static conf</categoryname>
                    966: <description>
1.8       harris41  967: Describes what tags are allowed inside other tags.
1.4       harris41  968: </description>
                    969: </file>
                    970: <file>
1.47      harris41  971: <source>CAPA/JavaTools/GLabel.class</source>
                    972: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
                    973: </target>
                    974: <categoryname>static conf</categoryname>
                    975: <description>
                    976: Java applet for labelling graphs.
                    977: </description>
                    978: <note>
                    979: Built from Glabel.java.  Still working on build/dependency details.
                    980: </note>
                    981: </file>
                    982: <file>
1.4       harris41  983: <source>loncom/interface/default.assesscalc</source>
1.27      harris41  984: <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc
                    985: </target>
1.4       harris41  986: <categoryname>static conf</categoryname>
                    987: <description>
                    988: Default spreadsheet for individual assessment.
                    989: </description>
                    990: </file>
                    991: <file>
                    992: <source>loncom/interface/default.studentcalc</source>
1.27      harris41  993: <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc
                    994: </target>
1.4       harris41  995: <categoryname>static conf</categoryname>
                    996: <description>
                    997: Default spreadsheet for assessment of students.
                    998: </description>
                    999: </file>
                   1000: <file>
1.10      harris41 1001: <source>loncom/interface/default.classcalc</source>
1.27      harris41 1002: <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc
                   1003: </target>
1.10      harris41 1004: <categoryname>static conf</categoryname>
                   1005: <description>
                   1006: Default spreadsheet for assessment of a class.
                   1007: </description>
                   1008: </file>
                   1009: <file>
1.4       harris41 1010: <source>loncom/auth/roles.tab</source>
1.5       harris41 1011: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4       harris41 1012: <categoryname>static conf</categoryname>
                   1013: <description>
1.27      harris41 1014: List of privileges associated with users of multiple types (for example:
                   1015: Teaching Assistant, Exam Proctor, Course Coordinator)
1.4       harris41 1016: </description>
                   1017: </file>
                   1018: <file>
1.5       harris41 1019: <source>loncom/auth/rolesplain.tab</source>
                   1020: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
                   1021: <categoryname>static conf</categoryname>
                   1022: <description>
1.10      harris41 1023: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5       harris41 1024: and privileges available in the network with function
                   1025: </description>
1.4       harris41 1026: </file>
                   1027: <file>
1.5       harris41 1028: <source>loncom/hosts.tab</source>
                   1029: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
1.96      harris41 1030: <categoryname>static conf</categoryname>
1.5       harris41 1031: <description>
1.10      harris41 1032: List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
                   1033: <tt>lonDefDomain</tt> and <u>IP address</u>.
1.5       harris41 1034: </description>
1.4       harris41 1035: </file>
                   1036: <file>
1.5       harris41 1037: <source>loncom/spare.tab</source>
                   1038: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
                   1039: <categoryname>conf</categoryname>
                   1040: <description>
                   1041: Spare hosts to offload session to if the LON-CAPA machine is overloaded
                   1042: </description>
                   1043: <note>
                   1044: <b>configure</b><br />
1.91      harris41 1045: <table cellpadding='0' cellspacing='0' border='1'>
1.5       harris41 1046: <tr><td>
                   1047: list elements are separated by newlines
                   1048: </td></tr>
                   1049: <tr><td>
                   1050: each list element consists of only one value; the value for <tt>lonHostID</tt>
                   1051: in <tt>access.conf</tt>
                   1052: </td></tr>
                   1053: </table>
                   1054: </note>
1.4       harris41 1055: </file>
                   1056: <file>
1.5       harris41 1057: <source>loncom/htpasswd</source>
                   1058: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
                   1059: <categoryname>conf</categoryname>
                   1060: <description>
                   1061: Basic auth password to access /lon-status and /server-status
                   1062: </description>
1.4       harris41 1063: </file>
                   1064: <file>
1.5       harris41 1065: <source>loncom/smb.conf</source>
1.152     harris41 1066: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
1.175     harris41 1067: <categoryname>static conf</categoryname>
1.5       harris41 1068: <description>
1.27      harris41 1069: configuration file to make LON-CAPA server file space accessible to network
                   1070: neighborhood
1.5       harris41 1071: </description>
1.4       harris41 1072: </file>
                   1073: <file>
1.5       harris41 1074: <source>loncom/ntp.conf</source>
1.175     harris41 1075: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
                   1076: <categoryname>static conf</categoryname>
1.5       harris41 1077: <description>
                   1078: which NTP server to contact for information (XNTP3 standard)
                   1079: </description>
                   1080: <note>
1.91      harris41 1081: <table cellpadding='0' cellspacing='0' border='1'>
1.5       harris41 1082: <tr><td>
                   1083: only one line needs to be changed to specify a server ip address
                   1084: </td></tr>
                   1085: <tr><td>
                   1086: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
                   1087: </td></tr>
                   1088: </table>
                   1089: </note>
1.4       harris41 1090: </file>
                   1091: <file>
1.5       harris41 1092: <source>loncom/metadata_database/searchcat.pl</source>
                   1093: <target dist='default'>home/httpd/perl/searchcat.pl</target>
                   1094: <categoryname>script</categoryname>
                   1095: <description>
                   1096: Batch script for updating SQL metadata database.
1.149     matthew  1097: </description>
                   1098: </file>
                   1099: <file>
                   1100: <source>loncom/metadata_database/cleanup_database.pl</source>
                   1101: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
                   1102: <categoryname>script</categoryname>
                   1103: <description>
                   1104: Batch script for removing temporary tables from the SQL metadata database.
1.183     www      1105: </description>
                   1106: </file>
                   1107: <file>
                   1108: <source>loncom/lonhttpd</source>
                   1109: <target dist='default'>home/httpd/perl/lonhttpd</target>
                   1110: <categoryname>script</categoryname>
                   1111: <description>
                   1112: Small fry httpd on port 8080
1.5       harris41 1113: </description>
1.4       harris41 1114: </file>
                   1115: <file>
1.5       harris41 1116: <source>loncom/lonc</source>
                   1117: <target dist='default'>home/httpd/perl/lonc</target>
                   1118: <categoryname>script</categoryname>
                   1119: <description>
                   1120: proxy server
                   1121: </description>
1.4       harris41 1122: </file>
                   1123: <file>
1.77      harris41 1124: <source>doc/man/lonc.1</source>
                   1125: <target dist='default'>usr/man/man1/lonc.1</target>
1.83      harris41 1126: <categoryname>doc</categoryname>
1.77      harris41 1127: <description>man page for lonc</description>
                   1128: <build trigger='always run'>
1.115     harris41 1129: loncom/build/pod2man.sh ../lonc &gt; ../../doc/man/lonc.1 &amp;&amp; \
1.112     harris41 1130: echo 'manifying lonc'
1.77      harris41 1131: </build>
                   1132: <status>works/unverified</status>
                   1133: <dependencies>
                   1134: ../../loncom/lonc
                   1135: </dependencies>
                   1136: </file>
                   1137: <file>
                   1138: <source>doc/scripts/lonc.html</source>
                   1139: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
1.83      harris41 1140: <categoryname>doc</categoryname>
1.103     harris41 1141: <description>POD-derived page for lonc</description>
1.77      harris41 1142: <build trigger='always run'>
1.115     harris41 1143: loncom/build/pod2html.sh ../lonc &gt; ../../doc/scripts/lonc.html &amp;&amp; \
1.112     harris41 1144: echo 'pod2html lonc'
1.77      harris41 1145: </build>
                   1146: <status>works/unverified</status>
                   1147: <dependencies>
                   1148: ../../loncom/lonc
                   1149: </dependencies>
                   1150: </file>
                   1151: <file>
1.5       harris41 1152: <source>loncom/lond</source>
                   1153: <target dist='default'>home/httpd/perl/lond</target>
                   1154: <categoryname>script</categoryname>
                   1155: <description>
                   1156: This is a remote command interpreter on a TCP LON-CAPA network layer.
                   1157: It accepts and processes incoming requests from other LON-CAPA machines
                   1158: on the network.  lond's functionality is self-contained in the sense
                   1159: that it does not reference (import, require, use) any other file
                   1160: described in this document.  There are only 15 subroutines in this
1.115     harris41 1161: script, however the <tt>make_new_child</tt> subroutine is quite
1.5       harris41 1162: complex since it parses and responds about 29 different types of 
                   1163: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
                   1164: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
                   1165: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
                   1166: tmpput, tmpget, and ls).
                   1167: </description>
1.4       harris41 1168: </file>
                   1169: <file>
1.77      harris41 1170: <source>doc/man/lond.1</source>
                   1171: <target dist='default'>usr/man/man1/lond.1</target>
1.83      harris41 1172: <categoryname>doc</categoryname>
1.77      harris41 1173: <description>man page for lond</description>
                   1174: <build trigger='always run'>
1.115     harris41 1175: loncom/build/pod2man.sh ../lond &gt; ../../doc/man/lond.1 &amp;&amp; \
1.112     harris41 1176: echo 'manifying lond'
1.77      harris41 1177: </build>
                   1178: <status>works/unverified</status>
                   1179: <dependencies>
                   1180: ../../loncom/lond
                   1181: </dependencies>
                   1182: </file>
                   1183: <file>
                   1184: <source>doc/scripts/lond.html</source>
                   1185: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
1.83      harris41 1186: <categoryname>doc</categoryname>
1.103     harris41 1187: <description>POD-derived page for lond</description>
1.77      harris41 1188: <build trigger='always run'>
1.115     harris41 1189: loncom/build/pod2html.sh ../lond &gt; ../../doc/scripts/lond.html &amp;&amp; \
1.112     harris41 1190: echo 'pod2html lond'
1.77      harris41 1191: </build>
                   1192: <status>works/unverified</status>
                   1193: <dependencies>
                   1194: ../../loncom/lond
                   1195: </dependencies>
                   1196: </file>
                   1197: <file>
1.171     harris41 1198: <source>loncom/build/CHECKRPMS</source>
                   1199: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
                   1200: <categoryname>script</categoryname>
                   1201: <description>CGI script that checks status of RPMs</description>
                   1202: </file>
                   1203: <file>
1.35      harris41 1204: <source>loncom/cgi/loncron.pl</source>
                   1205: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
                   1206: <categoryname>script</categoryname>
                   1207: <description>CGI script that starts and pipes output of loncron</description>
                   1208: </file>
                   1209: <file>
1.5       harris41 1210: <source>loncom/loncron</source>
                   1211: <target dist='default'>home/httpd/perl/loncron</target>
                   1212: <categoryname>script</categoryname>
                   1213: <description>housekeeping</description>
1.4       harris41 1214: </file>
                   1215: <file>
1.5       harris41 1216: <source>loncom/lonsql</source>
                   1217: <target dist='default'>home/httpd/perl/lonsql</target>
                   1218: <categoryname>script</categoryname>
                   1219: <description>maintain secondary database of metadata</description>
1.4       harris41 1220: </file>
                   1221: <file>
1.77      harris41 1222: <source>doc/man/lonsql.1</source>
                   1223: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83      harris41 1224: <categoryname>doc</categoryname>
1.77      harris41 1225: <description>man page for lonsql</description>
                   1226: <build trigger='always run'>
1.115     harris41 1227: loncom/build/pod2man.sh ../lonsql &gt; ../../doc/man/lonsql.1 &amp;&amp; \
1.112     harris41 1228: echo 'manifying lonsql'
1.77      harris41 1229: </build>
                   1230: <status>works/unverified</status>
                   1231: <dependencies>
                   1232: ../../loncom/lonsql
                   1233: </dependencies>
                   1234: </file>
                   1235: <file>
                   1236: <source>doc/scripts/lonsql.html</source>
                   1237: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83      harris41 1238: <categoryname>doc</categoryname>
1.103     harris41 1239: <description>POD-derived page for lonsql</description>
1.77      harris41 1240: <build trigger='always run'>
1.115     harris41 1241: loncom/build/pod2html.sh ../lonsql &gt; ../../doc/scripts/lonsql.html &amp;&amp; \
1.112     harris41 1242: echo 'pod2html lonsql'
1.77      harris41 1243: </build>
                   1244: <status>works/unverified</status>
                   1245: <dependencies>
                   1246: ../../loncom/lonsql
                   1247: </dependencies>
                   1248: </file>
                   1249: <file>
1.5       harris41 1250: <source>loncom/lcpasswd</source>
                   1251: <target dist='default'>home/httpd/perl/lcpasswd</target>
                   1252: <categoryname>setuid script</categoryname>
                   1253: <description>
1.48      harris41 1254: Coordinates the system services and files in order to allow lond to change
                   1255: user passwords.
1.5       harris41 1256: </description>
1.48      harris41 1257: <status>being updated</status>
                   1258: </file>
                   1259: <file>
                   1260: <source>loncom/pwchange</source>
                   1261: <target dist='default'>home/httpd/perl/pwchange</target>
                   1262: <categoryname>setuid script</categoryname>
                   1263: <description>
                   1264: Allows www to change user passwords.
                   1265: </description>
                   1266: <status>being updated</status>
1.4       harris41 1267: </file>
                   1268: <file>
1.5       harris41 1269: <source>loncom/lcuseradd</source>
                   1270: <target dist='default'>home/httpd/perl/lcuseradd</target>
                   1271: <categoryname>setuid script</categoryname>
                   1272: <description>
1.48      harris41 1273: Coordinates the system services and files in order to allow lond to add a
                   1274: new user.
1.5       harris41 1275: </description>
1.48      harris41 1276: <status>being updated</status>
1.124     foxr     1277: </file>
                   1278: <file>
                   1279: <source>loncom/lchtmldir</source>
                   1280: <target dist='default'>home/httpd/perl/lchtmldir</target>
                   1281: <categoryname>setuid script</categoryname>
                   1282: <description>
1.133     harris41 1283: Manages the file system ramifications of adding author mode to a user. 
1.124     foxr     1284: If necessary a public_html diretory is added, permissions and ownership are
                   1285: set according to the user's authentication mode.
                   1286: </description>
                   1287: <status>New file</status>
1.4       harris41 1288: </file>
                   1289: <file>
1.5       harris41 1290: <source>loncom/lcuserdel</source>
                   1291: <target dist='default'>home/httpd/perl/lcuserdel</target>
                   1292: <categoryname>setuid script</categoryname>
                   1293: <description>
1.48      harris41 1294: Coordinates the system services and files in order to allow lond to delete a
                   1295: user.
1.5       harris41 1296: </description>
1.10      harris41 1297: <status>deprecated</status>
1.4       harris41 1298: </file>
                   1299: <file>
1.5       harris41 1300: <source>loncom/lcnfson</source>
                   1301: <target dist='default'>home/httpd/perl/lcnfson</target>
                   1302: <categoryname>setuid script</categoryname>
                   1303: <description>
                   1304: coordinates the system services and files in order to allow lond to enable NFS
                   1305: for a user
                   1306: </description>
1.10      harris41 1307: <status>deprecated</status>
1.4       harris41 1308: </file>
                   1309: <file>
1.5       harris41 1310: <source>loncom/lcnfsoff</source>
                   1311: <target dist='default'>home/httpd/perl/lcnfsoff</target>
                   1312: <categoryname>setuid script</categoryname>
                   1313: <description>
                   1314: coordinates the system services and files in order to allow lond to disable NFS
                   1315: for a user
                   1316: </description>
1.10      harris41 1317: <status>deprecated</status>
1.53      harris41 1318: </file>
                   1319: <file>
                   1320: <source>loncom/license/gpl.txt</source>
                   1321: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
                   1322: <categoryname>interface file</categoryname>
                   1323: <description>
                   1324: GNU General Public License.  Long live the cause of freeware!
                   1325: </description>
1.4       harris41 1326: </file>
                   1327: <file>
1.62      harris41 1328: <source>loncom/license/about.html</source>
                   1329: <target dist='default'>home/httpd/html/adm/about.html</target>
                   1330: <categoryname>interface file</categoryname>
                   1331: <description>
                   1332: The "About" Page.
                   1333: </description>
                   1334: </file>
                   1335: <file>
1.5       harris41 1336: <source>loncom/publisher/publisher.html</source>
                   1337: <target dist='default'>home/httpd/html/adm/publisher.html</target>
                   1338: <categoryname>interface file</categoryname>
                   1339: <description>
                   1340: HTML frame that presents a form element to allow for the publishing of
                   1341: resources, directories and underlying subdirectories.
                   1342: </description>
1.4       harris41 1343: </file>
                   1344: <file>
1.10      harris41 1345: <source>loncom/html/adm/noidea.html</source>
                   1346: <target dist='default'>home/httpd/html/adm/noidea.html</target>
                   1347: <categoryname>interface file</categoryname>
                   1348: <description>
                   1349: Interface file for responding to improper page flipping.
1.174     www      1350: </description>
                   1351: </file>
                   1352: <file>
                   1353: <source>loncom/html/adm/overloaded.txt</source>
                   1354: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
                   1355: <categoryname>interface file</categoryname>
                   1356: <description>
                   1357: Interface file for responding to overload situations.
1.10      harris41 1358: </description>
                   1359: </file>
                   1360: <file>
1.28      harris41 1361: <source>loncom/xml/physnet.sty</source>
                   1362: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
                   1363: <categoryname>static conf</categoryname>
                   1364: <description>
                   1365: The relevant conditions and metadata to attach to PhysNet-specific tags.
                   1366: </description>
                   1367: </file>
                   1368: <file>
1.5       harris41 1369: <source>loncom/homework/lectureonline.sty</source>
1.112     harris41 1370: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
                   1371: </target>
1.5       harris41 1372: <categoryname>static conf</categoryname>
                   1373: <description>
                   1374: The relevant conditions and metadata to attach to LectureOnline-specific tags.
                   1375: </description>
1.4       harris41 1376: </file>
                   1377: <file>
1.139     matthew  1378: <source>loncom/thesaurus/un_keyword.tab</source>
1.5       harris41 1379: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
                   1380: <categoryname>conf</categoryname>
                   1381: <description>
                   1382: File which contains words which should not be keywords used to specify resource
                   1383: content.
                   1384: </description>
1.4       harris41 1385: </file>
                   1386: <file>
1.22      harris41 1387: <source>loncom/publisher/packages.tab</source>
                   1388: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50      harris41 1389: <categoryname>static conf</categoryname>
1.22      harris41 1390: <description>
                   1391: Parameter packages, so that assessments can publish parameter packages
                   1392: needed, which are then expanded into individual parameters - allows to
                   1393: retroactively add new parameters to already published assessments.
                   1394: </description>
                   1395: </file>
                   1396: <file>
1.5       harris41 1397: <source>loncom/publisher/copyright.tab</source>
                   1398: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88      albertel 1399: <categoryname>static conf</categoryname>
1.5       harris41 1400: <description>
                   1401: Table which contains list of copyright possibilities for educational resources.
                   1402: </description>
1.4       harris41 1403: </file>
                   1404: <file>
1.5       harris41 1405: <source>loncom/publisher/language.tab</source>
                   1406: <target dist='default'>home/httpd/lonTabs/language.tab</target>
                   1407: <categoryname>static conf</categoryname>
                   1408: <description>
                   1409: Table which contains string abbreviations of language::font rendering
                   1410: combinations.
                   1411: </description>
1.4       harris41 1412: </file>
                   1413: <file>
1.5       harris41 1414: <source>loncom/publisher/addid.tab</source>
                   1415: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
                   1416: <categoryname>static conf</categoryname>
                   1417: <description>
                   1418: Table which has hash data necessary for distinguishing IDs from indices.
                   1419: </description>
1.4       harris41 1420: </file>
                   1421: <file>
1.38      harris41 1422: <source>rat/lonwrapper.pm</source>
1.19      harris41 1423: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
                   1424: <categoryname>handler</categoryname>
                   1425: <description>
                   1426: Wrapper for external and binary files as standalone resources.
                   1427: Edit handler for rat maps; TeX content handler.
1.145     www      1428: </description>
                   1429: <status>works/unverified</status>
                   1430: </file>
                   1431: <file>
1.146     matthew  1432: <source>loncom/interface/londocs.pm</source>
1.145     www      1433: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
                   1434: <categoryname>handler</categoryname>
                   1435: <description>
                   1436: Handler for course documents
                   1437: </description>
                   1438: <status>works/unverified</status>
                   1439: </file>
                   1440: <file>
1.146     matthew  1441: <source>loncom/interface/lonchat.pm</source>
1.145     www      1442: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
                   1443: <categoryname>handler</categoryname>
                   1444: <description>
                   1445: Handler for chat
                   1446: </description>
                   1447: <status>works/unverified</status>
                   1448: </file>
                   1449: <file>
1.157     www      1450: <source>loncom/interface/lonchatfetch.pm</source>
                   1451: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
                   1452: <categoryname>handler</categoryname>
                   1453: <description>
                   1454: Handler for periodically fetch new lines of chat
                   1455: </description>
                   1456: <status>works/unverified</status>
                   1457: </file>
                   1458: <file>
1.146     matthew  1459: <source>loncom/interface/lonannounce.pm</source>
1.145     www      1460: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
                   1461: <categoryname>handler</categoryname>
                   1462: <description>
                   1463: Handler to put up announcements and calendar
1.167     www      1464: </description>
                   1465: <status>works/unverified</status>
                   1466: </file>
                   1467: <file>
                   1468: <source>loncom/interface/lonsyllabus.pm</source>
                   1469: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
                   1470: <categoryname>handler</categoryname>
                   1471: <description>
                   1472: Handler to put up syllabus
1.173     www      1473: </description>
                   1474: <status>works/unverified</status>
                   1475: </file>
                   1476: <file>
                   1477: <source>loncom/interface/lonsimplepage.pm</source>
                   1478: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
                   1479: <categoryname>handler</categoryname>
                   1480: <description>
                   1481: Handler to put up simple page
                   1482: </description>
                   1483: <status>works/unverified</status>
                   1484: </file>
                   1485: <file>
                   1486: <source>loncom/interface/lonbulletin.pm</source>
                   1487: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
                   1488: <categoryname>handler</categoryname>
                   1489: <description>
                   1490: Handler to put up bulletin board
1.167     www      1491: </description>
                   1492: <status>works/unverified</status>
                   1493: </file>
                   1494: <file>
                   1495: <source>loncom/interface/lonaboutme.pm</source>
                   1496: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
                   1497: <categoryname>handler</categoryname>
                   1498: <description>
                   1499: Handler to put up personal info
1.19      harris41 1500: </description>
                   1501: <status>works/unverified</status>
                   1502: </file>
                   1503: <file>
1.15      harris41 1504: <source>loncom/publisher/loncfile.pm</source>
                   1505: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
                   1506: <categoryname>handler</categoryname>
                   1507: <description>
                   1508: Provides web-based functionality for file copy, rename, mkdir, etc, in the
                   1509: construction space menu.
1.137     harris41 1510: </description>
                   1511: <status>works/unverified</status>
                   1512: </file>
                   1513: <file>
                   1514: <source>loncom/interface/lonhelp.pm</source>
                   1515: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
                   1516: <categoryname>handler</categoryname>
                   1517: <description>
                   1518: The .tex file help handler.
1.140     bowersj2 1519: </description>
                   1520: <status>works/unverified</status>
                   1521: <build trigger='always run'>loncom/build/buildHelp.sh</build>
1.141     bowersj2 1522: </file>
                   1523: <file>
1.158     bowersj2 1524: <source>loncom/html/adm/help/abouthelp.html</source>
                   1525: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
                   1526: <categoryname>interface file</categoryname>
                   1527: <description>
                   1528: Index file for the help system
                   1529: </description>
                   1530: </file>
                   1531: <file>
                   1532: <source>doc/help/author.manual.access.tex</source>
1.162     harris41 1533: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
                   1534: </target>
                   1535: <categoryname>interface file</categoryname>
1.158     bowersj2 1536: <description>
1.162     harris41 1537: The pseudo-LaTeX file to allow people to read the author's manual online, with
                   1538: a somewhat clumsy interface.
1.158     bowersj2 1539: </description>
                   1540: <status>works/unverified</status>
                   1541: </file>
                   1542: <file>
                   1543: <source>doc/help/course.manual.access.tex</source>
1.162     harris41 1544: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
                   1545: </target>
                   1546: <categoryname>interface file</categoryname>
1.158     bowersj2 1547: <description>
1.162     harris41 1548: The pseudo-LaTeX file to allow people to read the course administrator's
                   1549: manual online, with a somewhat clumsy interface.
1.158     bowersj2 1550: </description>
                   1551: <status>works/unverified</status>
                   1552: </file>
                   1553: <file>
                   1554: <source>doc/help/author.manual.ps</source>
1.141     bowersj2 1555: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162     harris41 1556: <categoryname>interface file</categoryname>
1.141     bowersj2 1557: <description>
1.158     bowersj2 1558: The postscript Author's Manual
                   1559: </description>
                   1560: <status>works/unverified</status>
                   1561: </file>
                   1562: <file>
                   1563: <source>doc/help/author.manual.pdf</source>
                   1564: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
                   1565: <categoryname>handler</categoryname>
                   1566: <description>
                   1567: The PDF Author's Manual
                   1568: </description>
                   1569: <status>works/unverified</status>
                   1570: </file>
                   1571: <file>
                   1572: <source>doc/help/course.manual.ps</source>
                   1573: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162     harris41 1574: <categoryname>interface file</categoryname>
1.158     bowersj2 1575: <description>
                   1576: The postscript Course Manual
                   1577: </description>
                   1578: <status>works/unverified</status>
                   1579: </file>
                   1580: <file>
                   1581: <source>doc/help/course.manual.pdf</source>
                   1582: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.162     harris41 1583: <categoryname>interface file</categoryname>
1.158     bowersj2 1584: <description>
                   1585: The PDF Course Manual
1.141     bowersj2 1586: </description>
                   1587: <status>works/unverified</status>
1.140     bowersj2 1588: </file>
                   1589: <fileglob>
                   1590: <glob>*.*</glob>
                   1591: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
                   1592: <targetdir dist='default'>
                   1593: home/httpd/html/adm/help/gif/</targetdir>
1.162     harris41 1594: <categoryname>interface file</categoryname>
1.140     bowersj2 1595: <description>
                   1596: Gif files for the help system
                   1597: </description>
                   1598: <filenames>
1.163     harris41 1599: authorRemote.gif;
                   1600: constructionSpace.gif;
                   1601: constructionSpaceForPublishing.gif;
                   1602: creatingANewCourse.gif;
                   1603: creatingNewProblemResource.gif;
                   1604: dynamic_piecewise.gif;
                   1605: dynamic_piecewise2.gif;
                   1606: dynamic_plot.gif;
                   1607: dynamic_plot2.gif;
                   1608: formulaResponse.gif;
                   1609: login.gif;
                   1610: lonhelpheader.gif;
                   1611: mapAdvancedEditorNew.gif;
                   1612: mapClickedStart.gif;
                   1613: mapEditFirstClick.gif;
                   1614: mapEditInitial.gif;
                   1615: mapEditingButton.gif;
                   1616: mapEditorDirectoryBrowser.gif;
                   1617: mapEditorResourceChosen.gif;
                   1618: mapEditorSelection.gif;
                   1619: mapInsertResource.gif;
                   1620: mapNewResource.gif;
                   1621: mapSecondWindowSecondResource.gif;
                   1622: mapSimpleEditor.gif;
                   1623: mapStraightened.gif;
                   1624: mapTwoResources.gif;
                   1625: numericalResponse1.gif;
                   1626: numericalResponseEditor.gif;
                   1627: numericalResponseSlopeProblem.gif;
                   1628: numericalResponseVarInText.gif;
                   1629: optionResponseEditing.gif;
                   1630: optionResponseProblem.gif;
                   1631: publishMetadata.gif;
                   1632: radioResponse2.gif;
                   1633: radioResponseHint.gif;
                   1634: smallHelp.gif;
                   1635: spreadsheet_hierarchy.gif;
                   1636: stringResponseEditor.gif;
1.150     bowersj2 1637: studentInterface.gif
1.140     bowersj2 1638: </filenames>
                   1639: </fileglob>
                   1640: <fileglob>
                   1641: <glob>*.*</glob>
                   1642: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
                   1643: <targetdir dist='default'>
                   1644: home/httpd/html/adm/help/eps/</targetdir>
1.162     harris41 1645: <categoryname>interface file</categoryname>
1.140     bowersj2 1646: <description>
                   1647: EPS files for the help system
                   1648: </description>
                   1649: <filenames>
1.163     harris41 1650: authorRemote.eps;
                   1651: constructionSpace.eps;
                   1652: constructionSpaceForPublishing.eps;
                   1653: creatingANewCourse.eps;
                   1654: creatingNewProblemResource.eps;
                   1655: dynamic_piecewise.eps;
                   1656: dynamic_piecewise2.eps;
                   1657: dynamic_plot.eps;
                   1658: dynamic_plot2.eps;
                   1659: formulaResponse.eps;
                   1660: lonhelpheader.eps;
                   1661: login.eps;
                   1662: mapAdvancedEditorNew.eps;
                   1663: mapClickedStart.eps;
                   1664: mapEditFirstClick.eps;
                   1665: mapEditInitial.eps;
                   1666: mapEditingButton.eps;
                   1667: mapEditorDirectoryBrowser.eps;
                   1668: mapEditorResourceChosen.eps;
                   1669: mapEditorSelection.eps;
                   1670: mapInsertResource.eps;
                   1671: mapNewResource.eps;
                   1672: mapSecondWindowSecondResource.eps;
                   1673: mapSimpleEditor.eps;
                   1674: mapStraightened.eps;
                   1675: mapTwoResources.eps;
                   1676: numericalResponse1.eps;
                   1677: numericalResponseEditor.eps;
                   1678: numericalResponseSlopeProblem.eps;
                   1679: numericalResponseVarInText.eps;
                   1680: optionResponseEditing.eps;
                   1681: optionResponseProblem.eps;
                   1682: publishMetadata.eps;
                   1683: radioResponse2.eps;
                   1684: radioResponseHint.eps;
                   1685: smallHelp.eps;
                   1686: spreadsheet_hierarchy.eps;
                   1687: stringResponseEditor.eps;
1.150     bowersj2 1688: studentInterface.eps
1.140     bowersj2 1689: </filenames>
                   1690: </fileglob>
                   1691: <fileglob>
                   1692: <glob>*.*</glob>
                   1693: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
                   1694: <targetdir dist='default'>
                   1695: home/httpd/html/adm/help/tex/</targetdir>
1.162     harris41 1696: <categoryname>interface file</categoryname>
1.140     bowersj2 1697: <description>
                   1698: Tex files for the help system
                   1699: </description>
                   1700: <filenames>
1.163     harris41 1701: About_Authors_Manual.tex;
                   1702: About_Numerical_and_Formula_Response.tex;
                   1703: Ambiguous_Reference.tex;
                   1704: Author_LON-CAPA_Introduction.tex;
                   1705: Author_Manual_Title_Page.tex;
                   1706: Author_Numerical_and_Formula.tex;
                   1707: Author_Remote_Control.tex;
                   1708: Authoring_Adding_Pictures.tex;
                   1709: Authoring_Dynamic_Plot.tex;
                   1710: Authoring_HTML_vs_Tex.tex;
                   1711: Authoring_M_Tag.tex;
                   1712: Authoring_Piecewise_Plot.tex;
                   1713: Calling_Functions.tex;
                   1714: Coauthor.tex;
                   1715: Construction_Space_Overview.tex;
                   1716: Course_Add_Student.tex;
                   1717: Course_Chart_To_Excel.tex;
                   1718: Course_Convert_To_CSV.tex;
                   1719: Course_Create_Class_List.tex;
                   1720: Course_Critical_Message.tex;
                   1721: Course_Deleting.tex;
                   1722: Course_Disable_Discussion.tex;
                   1723: Course_Discussion_Board.tex;
                   1724: Course_Drop_Student.tex;
                   1725: Course_Edit_Content.tex;
                   1726: Course_Feedback_Addresses.tex;
                   1727: Course_Homework_Performance_Overview.tex;
                   1728: Course_Message_Access.tex;
                   1729: Course_Problem_Weight.tex;
                   1730: Course_Setting_Parameters.tex;
                   1731: Course_Student_Grade_Override.tex;
                   1732: Course_Student_Work.tex;
                   1733: Course_Toplevel_Seq.tex;
                   1734: Creating_A_Course_Intro.tex;
                   1735: Creating_New_Content_Pages.tex;
                   1736: Creating_Online_Problems.tex;
                   1737: Creating_Radio_Response_Problems.tex;
                   1738: Foils.tex;
                   1739: Formula_Response_Example.tex;
                   1740: Formula_Response_Limitations.tex;
                   1741: Formula_Response_Problems.tex;
                   1742: Formula_Response_Sampling.tex;
                   1743: Formula_Tolerance.tex;
1.187     www      1744: General_Intro.tex;
1.163     harris41 1745: How_To_Edit_Existing_Content_Pages.tex;
                   1746: Latex_Footer.tex;
                   1747: Latex_Header.tex;
                   1748: Login_To_LON-CAPA.tex;
                   1749: Metadata_Description.tex;
1.178     bowersj2 1750: Navmap_Host_Down.tex;
1.163     harris41 1751: Numerical_Response_Advanced_Example.tex;
                   1752: Numerical_Response_Format.tex;
                   1753: Numerical_Response_Intro.tex;
                   1754: Numerical_Response_Introduction.tex;
                   1755: Numerical_Response_Parts_A.tex;
                   1756: Numerical_Response_Parts_B.tex;
                   1757: Numerical_Response_Problems.tex;
                   1758: Numerical_Response_Randomization.tex;
                   1759: Numerical_Response_Simple_Example.tex;
                   1760: Numerical_Response_Tutorial_A.tex;
                   1761: Numerical_Response_Units.tex;
                   1762: Option_Response_Concept_Group_Example.tex;
                   1763: Option_Response_Matching_Example.tex;
                   1764: Option_Response_Problem_Creation.tex;
                   1765: Option_Response_Problem_Figure.tex;
                   1766: Option_Response_Problem_Parts.tex;
                   1767: Option_Response_Problems.tex;
                   1768: Option_Response_Simple.tex;
1.186     albertel 1769: Part_Tag_Edit_Help;
1.163     harris41 1770: Problem_Editor_Testing_Area.tex;
                   1771: Problem_Editor_XML_Index.tex;
                   1772: Problem_Types.tex;
                   1773: Publishing_A_Resource.tex;
                   1774: Publishing_Author_Tutorial_Segue.tex;
                   1775: Publishing_Copyright.tex;
                   1776: Publishing_Intro.tex;
                   1777: Publishing_Keywords.tex;
                   1778: Radio_Response_Problems.tex;
                   1779: Radio_Response_Randomization.tex;
                   1780: Resource_Types.tex;
                   1781: Script_Tutorial_Intro.tex;
                   1782: Scripting_Help.tex;
                   1783: Sequence_Advanced_Editor_Creation.tex;
                   1784: Sequence_Definition.tex;
                   1785: Sequence_Editor_Selection.tex;
                   1786: Sequence_Page_Maps.tex;
                   1787: Sequence_Simple_Editor_Creation.tex;
                   1788: Sequence_Top-Level.tex;
                   1789: Significant_Figures.tex;
                   1790: Spreadsheet_About.tex;
                   1791: Spreadsheet_Alternative_View.tex;
                   1792: Spreadsheet_Changes_To_Grading.tex;
                   1793: Spreadsheet_Col_Sum.tex;
                   1794: Spreadsheet_Completely_Recalc.tex;
                   1795: Spreadsheet_Empty_Rows.tex;
                   1796: Spreadsheet_Export_Row.tex;
                   1797: Spreadsheet_Functions.tex;
                   1798: Spreadsheet_Import_Values.tex;
                   1799: Spreadsheet_Levels.tex;
                   1800: Spreadsheet_Lists.tex;
                   1801: Spreadsheet_Max_Depth_Exceeded.tex;
                   1802: Spreadsheet_OOO_Rows.tex;
                   1803: Spreadsheet_Op_On_All_Problem_Parts.tex;
                   1804: Spreadsheet_Parms.tex;
                   1805: Spreadsheet_Problem_Weight.tex;
                   1806: Spreadsheet_Ranges.tex;
                   1807: Spreadsheet_Specifying_Cells.tex;
                   1808: Spreadsheet_Student_Visible.tex;
                   1809: Spreadsheet_Symbolic_Names.tex;
                   1810: Spreadsheet_Template_Row.tex;
                   1811: Spreadsheet_Ternary_Operator.tex;
                   1812: Spreadsheet_Tries.tex;
                   1813: String_Response_Problem_Creation.tex;
                   1814: String_Response_Problems.tex;
                   1815: Tolerance.tex;
                   1816: Variable_Naming_Conventions.tex;
                   1817: Variable_Tutorial_A.tex;
                   1818: Variables_in_Scripts.tex;
                   1819: Variables_in_the_Answer_Block.tex;
1.150     bowersj2 1820: Variables_in_the_Text_Block.tex
1.140     bowersj2 1821: </filenames>
                   1822: </fileglob>
                   1823: <file>
                   1824: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
                   1825: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162     harris41 1826: <categoryname>interface file</categoryname>
1.140     bowersj2 1827: <description>
                   1828: A gdbm file containing a label->tex file hash.
1.15      harris41 1829: </description>
                   1830: <status>works/unverified</status>
                   1831: </file>
                   1832: <file>
1.7       harris41 1833: <source>loncom/interface/lonstatistics.pm</source>
                   1834: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
                   1835: <categoryname>handler</categoryname>
                   1836: <description>
                   1837: Handler to show statistics on solving LON-CAPA problems.
1.144     stredwic 1838: </description>
                   1839: <status>works/unverified</status>
                   1840: </file>
                   1841: <file>
                   1842: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162     harris41 1843: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
                   1844: </target>
1.144     stredwic 1845: <categoryname>handler</categoryname>
                   1846: <description>
1.162     harris41 1847: The module that generate the html for the Problem Statistics web pages.
1.169     stredwic 1848: </description>
                   1849: <status>works/unverified</status>
                   1850: </file>
                   1851: <file>
                   1852: <source>loncom/interface/statistics/lonpercentage.pm</source>
                   1853: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
                   1854: </target>
                   1855: <categoryname>handler</categoryname>
                   1856: <description>
                   1857: The module that generate the html for the Percentage graph web pages.
1.144     stredwic 1858: </description>
                   1859: <status>works/unverified</status>
                   1860: </file>
                   1861: <file>
                   1862: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162     harris41 1863: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
                   1864: </target>
1.144     stredwic 1865: <categoryname>handler</categoryname>
                   1866: <description>
                   1867: The module that generate the html for the Problem Analysis web pages.
                   1868: </description>
                   1869: <status>works/unverified</status>
                   1870: </file>
                   1871: <file>
                   1872: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162     harris41 1873: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
                   1874: </target>
1.144     stredwic 1875: <categoryname>handler</categoryname>
                   1876: <description>
                   1877: The module that generate the html for the Student Assessment/Chart web pages.
1.7       harris41 1878: </description>
                   1879: <status>works/unverified</status>
                   1880: </file>
                   1881: <file>
1.5       harris41 1882: <source>loncom/publisher/londiff.pm</source>
                   1883: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
                   1884: <categoryname>handler</categoryname>
                   1885: <description>
                   1886: Handler to show difference between two files.
                   1887: </description>
                   1888: <status>works/unverified</status>
1.4       harris41 1889: </file>
                   1890: <file>
1.5       harris41 1891: <source>loncom/publisher/lonupload.pm</source>
                   1892: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
                   1893: <categoryname>handler</categoryname>
                   1894: <description>
                   1895: Handler to upload files through browser into construction space.
                   1896: </description>
                   1897: <status>works/unverified</status>
1.4       harris41 1898: </file>
                   1899: <file>
1.76      harris41 1900: <source>doc/man/Apache__lonupload.3</source>
                   1901: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83      harris41 1902: <categoryname>doc</categoryname>
1.76      harris41 1903: <description>man page for lonupload.pm</description>
                   1904: <build trigger='always run'>
1.115     harris41 1905: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
                   1906: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
1.76      harris41 1907: </build>
                   1908: <status>works/unverified</status>
                   1909: <dependencies>
                   1910: ../../loncom/publisher/lonupload.pm
                   1911: </dependencies>
                   1912: </file>
                   1913: <file>
1.118     harris41 1914: <source>doc/lib/perl/Apache/lonupload.html</source>
                   1915: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112     harris41 1916: </target>
1.83      harris41 1917: <categoryname>doc</categoryname>
1.76      harris41 1918: <description>POD-derived page for lonupload.pm</description>
                   1919: <build trigger='always run'>
1.115     harris41 1920: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
1.118     harris41 1921: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
                   1922: echo 'pod2html lonupload.pm'
1.76      harris41 1923: </build>
                   1924: <status>works/unverified</status>
                   1925: <dependencies>
                   1926: ../../loncom/publisher/lonupload.pm
                   1927: </dependencies>
                   1928: </file>
                   1929: <file>
1.5       harris41 1930: <source>loncom/homework/essayresponse.pm</source>
                   1931: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
                   1932: <categoryname>handler</categoryname>
                   1933: <description>
                   1934: Handler to evaluate essay (ungraded) style responses.
1.92      albertel 1935: </description>
                   1936: <status>works/unverified</status>
                   1937: </file>
                   1938: <file>
                   1939: <source>loncom/homework/externalresponse.pm</source>
                   1940: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
                   1941: <categoryname>handler</categoryname>
                   1942: <description>
                   1943: Handler to evaluate externally graded responses.
                   1944: </description>
                   1945: <status>works/unverified</status>
                   1946: </file>
                   1947: <file>
                   1948: <source>loncom/homework/loncapagrade.pm</source>
                   1949: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
                   1950: <categoryname>handler</categoryname>
                   1951: <description>
1.133     harris41 1952: Holds results and defines
                   1953: tag handlers needed by externalresponse.pm
1.5       harris41 1954: </description>
                   1955: <status>works/unverified</status>
1.4       harris41 1956: </file>
                   1957: <file>
1.5       harris41 1958: <source>loncom/publisher/lonpubdir.pm</source>
                   1959: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
                   1960: <categoryname>handler</categoryname>
                   1961: <description>
                   1962: Handler to publish directories.
1.172     www      1963: </description>
                   1964: </file>
                   1965: <file>
                   1966: <source>loncom/publisher/lonunauthorized.pm</source>
                   1967: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
                   1968: <categoryname>handler</categoryname>
                   1969: <description>
                   1970: Handler to explain failed contruction space access.
1.5       harris41 1971: </description>
1.4       harris41 1972: </file>
                   1973: <file>
1.76      harris41 1974: <source>doc/man/Apache__lonpubdir.3</source>
                   1975: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83      harris41 1976: <categoryname>doc</categoryname>
1.76      harris41 1977: <description>man page for lonpubdir.pm</description>
                   1978: <build trigger='always run'>
1.115     harris41 1979: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
                   1980: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
1.76      harris41 1981: </build>
                   1982: <status>works/unverified</status>
                   1983: <dependencies>
                   1984: ../../loncom/lonnet/perl/lonnet.pm
                   1985: </dependencies>
                   1986: </file>
                   1987: <file>
1.118     harris41 1988: <source>doc/lib/perl/Apache/lonpubdir.html</source>
                   1989: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112     harris41 1990: </target>
1.83      harris41 1991: <categoryname>doc</categoryname>
1.76      harris41 1992: <description>POD-derived page for lonpubdir.pm</description>
                   1993: <build trigger='always run'>
1.115     harris41 1994: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
1.118     harris41 1995: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
                   1996: echo 'pod2html lonpubdir.pm'
1.76      harris41 1997: </build>
                   1998: <status>works/unverified</status>
                   1999: <dependencies>
                   2000: ../../loncom/publisher/lonpubdir.pm
                   2001: </dependencies>
                   2002: </file>
                   2003: <file>
1.5       harris41 2004: <source>loncom/publisher/lonretrieve.pm</source>
                   2005: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
                   2006: <categoryname>handler</categoryname>
                   2007: <description>
                   2008: Handler to retrieve old versions from resource space.
                   2009: </description>
                   2010: <status>works/unverified</status>
1.4       harris41 2011: </file>
                   2012: <file>
1.76      harris41 2013: <source>doc/man/Apache__lonretrieve.3</source>
                   2014: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83      harris41 2015: <categoryname>doc</categoryname>
1.76      harris41 2016: <description>man page for lonretrieve.pm</description>
                   2017: <build trigger='always run'>
1.115     harris41 2018: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
                   2019: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
1.76      harris41 2020: </build>
                   2021: <status>works/unverified</status>
                   2022: <dependencies>
                   2023: ../../loncom/publisher/lonretrieve.pm
                   2024: </dependencies>
                   2025: </file>
                   2026: <file>
1.118     harris41 2027: <source>doc/lib/perl/Apache/lonretrieve.html</source>
                   2028: <target dist='default'>
                   2029: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112     harris41 2030: </target>
1.83      harris41 2031: <categoryname>doc</categoryname>
1.76      harris41 2032: <description>POD-derived page for lonretrieve.pm</description>
                   2033: <build trigger='always run'>
1.115     harris41 2034: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
1.118     harris41 2035: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
                   2036: echo 'pod2html lonretrieve.pm'
1.76      harris41 2037: </build>
                   2038: <status>works/unverified</status>
                   2039: <dependencies>
                   2040: ../../loncom/publisher/lonretrieve.pm
                   2041: </dependencies>
                   2042: </file>
                   2043: <file>
1.5       harris41 2044: <source>loncom/homework/edit.pm</source>
                   2045: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
                   2046: <categoryname>handler</categoryname>
                   2047: <description>
                   2048: Helper functions when in homework edit mode.
                   2049: </description>
1.4       harris41 2050: </file>
                   2051: <file>
1.86      harris41 2052: <source>doc/man/Apache__edit.3</source>
                   2053: <target dist='default'>usr/man/man3/Apache::edit.3</target>
                   2054: <categoryname>doc</categoryname>
                   2055: <description>man page for edit.pm</description>
                   2056: <build trigger='always run'>
1.115     harris41 2057: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
1.112     harris41 2058: echo 'manifying edit.pm'
1.86      harris41 2059: </build>
                   2060: <status>works/unverified</status>
                   2061: <dependencies>
                   2062: ../../loncom/homework/edit.pm
                   2063: </dependencies>
                   2064: </file>
                   2065: <file>
1.118     harris41 2066: <source>doc/lib/perl/Apache/edit.html</source>
                   2067: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
                   2068: </target>
1.86      harris41 2069: <categoryname>doc</categoryname>
                   2070: <description>POD-derived page for edit.pm</description>
                   2071: <build trigger='always run'>
1.118     harris41 2072: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
                   2073: ../../doc/lib/perl/Apache/edit.html \
1.115     harris41 2074: &amp;&amp; echo 'pod2html edit.pm'
1.86      harris41 2075: </build>
                   2076: <status>works/unverified</status>
                   2077: <dependencies>
                   2078: ../../loncom/homework/edit.pm
                   2079: </dependencies>
                   2080: </file>
                   2081: <file>
1.5       harris41 2082: <source>loncom/interface/lonmeta.pm</source>
                   2083: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
                   2084: <categoryname>handler</categoryname>
                   2085: <description>Metadata display handler.</description>
                   2086: <status>works/unverified</status>
1.4       harris41 2087: </file>
                   2088: <file>
1.5       harris41 2089: <source>rat/lonambiguous.pm</source>
                   2090: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
                   2091: <categoryname>handler</categoryname>
                   2092: <description>
                   2093: Handler to resolve ambiguous file locations.
                   2094: </description>
                   2095: <status>works/unverified</status>
1.4       harris41 2096: </file>
                   2097: <file>
1.5       harris41 2098: <source>rat/lonratparms.pm</source>
                   2099: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
                   2100: <categoryname>handler</categoryname>
                   2101: <description>
                   2102: Handler to set resource parameters inside of the RAT based on metadata.
                   2103: </description>
                   2104: <status>works/unverified</status>
1.4       harris41 2105: </file>
                   2106: <file>
1.5       harris41 2107: <source>rat/lonsequence.pm</source>
                   2108: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
                   2109: <categoryname>handler</categoryname>
                   2110: <description>
                   2111: Handler for showing sequence objects of educational resources.
                   2112: </description>
                   2113: <status>works/unverified</status>
1.4       harris41 2114: </file>
                   2115: <file>
1.5       harris41 2116: <source>loncom/interface/loncreatecourse.pm</source>
                   2117: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
                   2118: <categoryname>handler</categoryname>
                   2119: <description>
1.72      harris41 2120: Allows domain coordinators to create new courses and assign course
                   2121: coordinators.
1.5       harris41 2122: </description>
1.10      harris41 2123: <status>works/unverified</status>
1.4       harris41 2124: </file>
                   2125: <file>
1.5       harris41 2126: <source>loncom/interface/loncreateuser.pm</source>
                   2127: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
                   2128: <categoryname>handler</categoryname>
                   2129: <description>
1.72      harris41 2130: Allows users to within their own privileges create/edit users and give
                   2131: them roles. 
1.5       harris41 2132: </description>
                   2133: <status>works/unverified</status>
1.143     stredwic 2134: </file>
                   2135: <file>
                   2136: <source>loncom/interface/lonhtmlcommon.pm</source>
                   2137: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
                   2138: <categoryname>handler</categoryname>
                   2139: <description>
                   2140: Contains a set of functions that generate html controls and data layouts
1.138     stredwic 2141: </description>
                   2142: </file>
                   2143: <file>
                   2144: <source>loncom/interface/loncoursedata.pm</source>
                   2145: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
                   2146: <categoryname>handler</categoryname>
                   2147: <description>
                   2148: Common functions for handling student course data (download and process)
1.5       harris41 2149: </description>
1.4       harris41 2150: </file>
                   2151: <file>
1.5       harris41 2152: <source>loncom/interface/loncommon.pm</source>
                   2153: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
                   2154: <categoryname>handler</categoryname>
                   2155: <description>
                   2156: Makes a table out of the previous attempts.  Inputs result_from_symbread,
1.10      harris41 2157: user, domain, home_server, course_id.
1.5       harris41 2158: </description>
                   2159: <status>works/unverified</status>
1.4       harris41 2160: </file>
                   2161: <file>
1.76      harris41 2162: <source>doc/man/Apache__loncommon.3</source>
                   2163: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83      harris41 2164: <categoryname>doc</categoryname>
1.76      harris41 2165: <description>man page for loncommon.pm</description>
                   2166: <build trigger='always run'>
1.115     harris41 2167: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
                   2168: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
1.76      harris41 2169: </build>
                   2170: <status>works/unverified</status>
                   2171: <dependencies>
                   2172: ../../loncom/interface/loncommon.pm
                   2173: </dependencies>
                   2174: </file>
                   2175: <file>
1.118     harris41 2176: <source>doc/lib/perl/Apache/loncommon.html</source>
                   2177: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112     harris41 2178: </target>
1.83      harris41 2179: <categoryname>doc</categoryname>
1.76      harris41 2180: <description>POD-derived page for loncommon.pm</description>
                   2181: <build trigger='always run'>
1.115     harris41 2182: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
1.118     harris41 2183: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
                   2184: echo 'pod2html loncommon.pm'
1.76      harris41 2185: </build>
                   2186: <status>works/unverified</status>
                   2187: <dependencies>
                   2188: ../../loncom/interface/loncommon.pm
                   2189: </dependencies>
                   2190: </file>
                   2191: <file>
1.5       harris41 2192: <source>loncom/homework/grades.pm</source>
                   2193: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
                   2194: <categoryname>handler</categoryname>
                   2195: <description>Handles the viewing of grades.</description>
1.4       harris41 2196: </file>
                   2197: <file>
1.5       harris41 2198: <source>loncom/homework/imageresponse.pm</source>
                   2199: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
                   2200: <categoryname>handler</categoryname>
                   2201: <description>
                   2202: Coordinates the response to clicking an image.
                   2203: </description>
                   2204: <status>works/unverified</status>
1.4       harris41 2205: </file>
                   2206: <file>
1.5       harris41 2207: <source>loncom/homework/optionresponse.pm</source>
                   2208: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
                   2209: <categoryname>handler</categoryname>
1.27      harris41 2210: <description>
                   2211: Handles tags associated with showing a list of options.</description>
1.4       harris41 2212: </file>
                   2213: <file>
1.5       harris41 2214: <source>loncom/homework/outputtags.pm</source>
                   2215: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
                   2216: <categoryname>handler</categoryname>
                   2217: <description>
                   2218: Handles tags associated with output.  Seems to relate to due dates of the
                   2219: assignment.
                   2220: </description>
1.10      harris41 2221: <status>works/unverified</status>
1.4       harris41 2222: </file>
                   2223: <file>
1.6       harris41 2224: <source>loncom/interface/lontest.pm</source>
                   2225: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
                   2226: <categoryname>handler</categoryname>
                   2227: <description>
                   2228: Used for debugging and testing the LON-CAPA system.
                   2229: </description>
1.10      harris41 2230: <status>works/unverified</status>
1.6       harris41 2231: </file>
                   2232: <file>
                   2233: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27      harris41 2234: <target dist='default'>
                   2235: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6       harris41 2236: <categoryname>handler</categoryname>
                   2237: <description>
                   2238: Handles multiple-choice style responses.
                   2239: </description>
1.10      harris41 2240: <status>works/unverified</status>
1.6       harris41 2241: </file>
                   2242: <file>
                   2243: <source>loncom/interface/lonassignments.pm</source>
                   2244: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
                   2245: <categoryname>handler</categoryname>
                   2246: <description>
                   2247: Handles processing of assignments.
                   2248: </description>
1.10      harris41 2249: <status>works/unverified</status>
1.6       harris41 2250: </file>
                   2251: <file>
                   2252: <source>loncom/interface/loncommunicate.pm</source>
                   2253: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
                   2254: <categoryname>handler</categoryname>
1.72      harris41 2255: <description>
                   2256: Will be the access handler to email sending, as well as the planned
                   2257: chatrooms, etc.
                   2258: </description>
1.10      harris41 2259: <status>works/unverified</status>
1.6       harris41 2260: </file>
                   2261: <file>
                   2262: <source>loncom/interface/lonerrorhandler.pm</source>
                   2263: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
                   2264: <categoryname>handler</categoryname>
                   2265: <description>
                   2266: Handles errors.
                   2267: </description>
1.10      harris41 2268: <status>works/unverified</status>
1.6       harris41 2269: </file>
                   2270: <file>
                   2271: <source>loncom/interface/lonevaluate.pm</source>
                   2272: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
                   2273: <categoryname>handler</categoryname>
                   2274: <description>
                   2275: Handles evaluation.
                   2276: </description>
1.10      harris41 2277: <status>works/unverified</status>
1.6       harris41 2278: </file>
                   2279: <file>
                   2280: <source>loncom/interface/lonfeedback.pm</source>
                   2281: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
                   2282: <categoryname>handler</categoryname>
                   2283: <description>
                   2284: Handles feedback from students to instructors and system administrators.
1.72      harris41 2285: Provides a screenshot of the current
                   2286: resource, as well as previous attempts if the resource was a homework.
                   2287: Used by lonmsg.pm.
1.6       harris41 2288: </description>
1.10      harris41 2289: <status>works/unverified</status>
1.4       harris41 2290: </file>
                   2291: <file>
1.6       harris41 2292: <source>loncom/interface/lonnavmaps.pm</source>
                   2293: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
                   2294: <categoryname>handler</categoryname>
                   2295: <description>
                   2296: Handles navigational maps.
1.189   ! bowersj2 2297: </description>
        !          2298: <status>works/unverified</status>
        !          2299: </file>
        !          2300: <file>
        !          2301: <source>loncom/interface/lonquickgrades.pm</source>
        !          2302: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
        !          2303: <categoryname>handler</categoryname>
        !          2304: <description>
        !          2305: Student quick grades interface.
1.6       harris41 2306: </description>
1.10      harris41 2307: <status>works/unverified</status>
1.4       harris41 2308: </file>
                   2309: <file>
1.6       harris41 2310: <source>loncom/interface/lonpreferences.pm</source>
                   2311: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
                   2312: <categoryname>handler</categoryname>
                   2313: <description>
                   2314: Handles user preferences associated with customizing the online LON-CAPA
                   2315: educational environment.
                   2316: </description>
1.10      harris41 2317: <status>works/unverified</status>
1.6       harris41 2318: </file>
                   2319: <file>
                   2320: <source>loncom/interface/lonprintout.pm</source>
                   2321: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
                   2322: <categoryname>handler</categoryname>
                   2323: <description>
                   2324: Handles the production of printable files and resources.
                   2325: </description>
1.10      harris41 2326: <status>works/unverified</status>
1.6       harris41 2327: </file>
                   2328: <file>
                   2329: <source>loncom/interface/lonsearchcat.pm</source>
                   2330: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
                   2331: <categoryname>handler</categoryname>
                   2332: <description>
                   2333: Handles a searchable catalogue.
1.148     matthew  2334: </description>
                   2335: <status>works/unverified</status>
                   2336: </file>
                   2337: <file>
                   2338: <source>loncom/interface/lonmysql.pm</source>
                   2339: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
                   2340: <categoryname>handler</categoryname>
                   2341: <description>
                   2342: Provides utility functions for creating and accessing mysql database tables.
1.6       harris41 2343: </description>
1.10      harris41 2344: <status>works/unverified</status>
1.4       harris41 2345: </file>
                   2346: <file>
1.76      harris41 2347: <source>doc/man/Apache__lonsearchcat.3</source>
                   2348: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83      harris41 2349: <categoryname>doc</categoryname>
1.76      harris41 2350: <description>man page for lonsearchcat.pm</description>
                   2351: <build trigger='always run'>
1.115     harris41 2352: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
                   2353: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
1.76      harris41 2354: </build>
                   2355: <status>works/unverified</status>
                   2356: <dependencies>
                   2357: ../../loncom/interface/lonsearchcat.pm
                   2358: </dependencies>
                   2359: </file>
                   2360: <file>
1.118     harris41 2361: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
                   2362: <target dist='default'>
                   2363: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112     harris41 2364: </target>
1.83      harris41 2365: <categoryname>doc</categoryname>
1.76      harris41 2366: <description>POD-derived page for lonsearchcat.pm</description>
                   2367: <build trigger='always run'>
1.115     harris41 2368: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
1.118     harris41 2369: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
                   2370: echo 'pod2html lonsearchcat.pm'
1.76      harris41 2371: </build>
                   2372: <status>works/unverified</status>
                   2373: <dependencies>
                   2374: ../../loncom/interface/lonsearchcat.pm
                   2375: </dependencies>
                   2376: </file>
                   2377: <file>
1.6       harris41 2378: <source>loncom/interface/londropadd.pm</source>
                   2379: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
                   2380: <categoryname>handler</categoryname>
                   2381: <description>
1.72      harris41 2382: Allows course coordinators to upload courselists in different formats, and
                   2383: automatically create users (if they do not exist already), assign them the
                   2384: role of student in a course, and add them to the classlist.
1.6       harris41 2385: </description>
1.10      harris41 2386: <status>works/unverified</status>
1.6       harris41 2387: </file>
                   2388: <file>
                   2389: <source>loncom/interface/lonmsg.pm</source>
                   2390: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
                   2391: <categoryname>handler</categoryname>
                   2392: <description>
1.72      harris41 2393: lonmsg.pm has several functions to send and receive internal messages.
                   2394: author_res_msg - send message to resource author.
                   2395: user_crit_msg - send a critical message to a user. A critical message
                   2396: will require acknowledgment by the recipient and the sender will be notified.
                   2397: user_crit_received - routine to trigger acknowledgment.
                   2398: statuschange - change the status of a message (read, replied, forwarded, etc).
                   2399: The handler also displays messages, has routines to reply, etc.
1.6       harris41 2400: </description>
1.10      harris41 2401: <status>works/unverified</status>
1.6       harris41 2402: </file>
                   2403: <file>
                   2404: <source>loncom/homework/hint.pm</source>
                   2405: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
                   2406: <categoryname>handler</categoryname>
                   2407: <description>
                   2408: This handler coordinates the delivery of hints to students working on LON-CAPA
                   2409: problems and assignments.
                   2410: </description>
1.10      harris41 2411: <status>works/unverified</status>
1.6       harris41 2412: </file>
                   2413: <file>
                   2414: <source>loncom/interface/lonspreadsheet.pm</source>
                   2415: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
                   2416: <categoryname>handler</categoryname>
                   2417: <description>
1.72      harris41 2418: Spreadsheets are completely web-based.
                   2419: They exist on the level of a whole course, a student, and individual
                   2420: assessments.
1.6       harris41 2421: </description>
1.10      harris41 2422: <status>works/unverified</status>
1.6       harris41 2423: </file>
                   2424: <file>
                   2425: <source>loncom/interface/lonparmset.pm</source>
                   2426: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
                   2427: <categoryname>handler</categoryname>
                   2428: <description>
                   2429: Handler to resolve ambiguous file locations
                   2430: </description>
1.10      harris41 2431: <status>works/unverified</status>
1.6       harris41 2432: </file>
                   2433: <file>
1.76      harris41 2434: <source>doc/man/Apache__lonparmset.3</source>
                   2435: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83      harris41 2436: <categoryname>doc</categoryname>
1.76      harris41 2437: <description>man page for lonparmset.pm</description>
                   2438: <build trigger='always run'>
1.115     harris41 2439: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
                   2440: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
1.76      harris41 2441: </build>
                   2442: <status>works/unverified</status>
                   2443: <dependencies>
                   2444: ../../loncom/interface/lonparmset.pm
                   2445: </dependencies>
                   2446: </file>
                   2447: <file>
1.118     harris41 2448: <source>doc/lib/perl/Apache/lonparmset.html</source>
                   2449: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112     harris41 2450: </target>
1.83      harris41 2451: <categoryname>doc</categoryname>
1.76      harris41 2452: <description>POD-derived page for lonparmset.pm</description>
                   2453: <build trigger='always run'>
1.115     harris41 2454: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
1.118     harris41 2455: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
                   2456: echo 'pod2html lonparmset.pm'
1.76      harris41 2457: </build>
                   2458: <status>works/unverified</status>
                   2459: <dependencies>
                   2460: ../../loncom/interface/lonparmset.pm
                   2461: </dependencies>
                   2462: </file>
                   2463: <file>
1.6       harris41 2464: <source>loncom/publisher/lonconstruct.pm</source>
                   2465: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
                   2466: <categoryname>handler</categoryname>
                   2467: <description>
                   2468: Page wrapper for handling construction space.
                   2469: </description>
1.10      harris41 2470: <status>works/unverified</status>
1.6       harris41 2471: </file>
                   2472: <file>
                   2473: <source>loncom/publisher/lonpublisher.pm</source>
                   2474: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
                   2475: <categoryname>handler</categoryname>
                   2476: <description>
                   2477: Publishes an LON-CAPA educational resource complete with metadata
                   2478: (authorship, language, copyright, creation date, etc).
                   2479: </description>
1.10      harris41 2480: <status>works/unverified</status>
1.6       harris41 2481: </file>
                   2482: <file>
1.76      harris41 2483: <source>doc/man/Apache__lonpublisher.3</source>
                   2484: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83      harris41 2485: <categoryname>doc</categoryname>
1.76      harris41 2486: <description>man page for lonpublisher.pm</description>
                   2487: <build trigger='always run'>
1.115     harris41 2488: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
                   2489: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
1.76      harris41 2490: </build>
                   2491: <status>works/unverified</status>
                   2492: <dependencies>
                   2493: ../../loncom/publisher/lonpublisher.pm
                   2494: </dependencies>
                   2495: </file>
                   2496: <file>
1.118     harris41 2497: <source>doc/lib/perl/Apache/lonpublisher.html</source>
                   2498: <target dist='default'>
                   2499: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112     harris41 2500: </target>
1.83      harris41 2501: <categoryname>doc</categoryname>
1.76      harris41 2502: <description>POD-derived page for lonpublisher.pm</description>
                   2503: <build trigger='always run'>
1.115     harris41 2504: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
1.118     harris41 2505: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
                   2506: echo 'pod2html lonpublisher.pm'
1.76      harris41 2507: </build>
                   2508: <status>works/unverified</status>
                   2509: <dependencies>
                   2510: ../../loncom/publisher/lonpublisher.pm
                   2511: </dependencies>
                   2512: </file>
                   2513: <file>
1.6       harris41 2514: <source>loncom/interface/lonmenu.pm</source>
                   2515: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
                   2516: <categoryname>handler</categoryname>
                   2517: <description>
                   2518: Has routines which control the remote control.
                   2519: </description>
1.10      harris41 2520: <status>works/unverified</status>
1.6       harris41 2521: </file>
                   2522: <file>
                   2523: <source>rat/lonpageflip.pm</source>
                   2524: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
                   2525: <categoryname>handler</categoryname>
                   2526: <description>Deals with forward, backward, and other page flips.</description>
1.10      harris41 2527: <status>works/unverified</status>
1.6       harris41 2528: </file>
                   2529: <file>
                   2530: <source>rat/lonratedt.pm</source>
                   2531: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
                   2532: <categoryname>handler</categoryname>
                   2533: <description>
                   2534: Builds up frame set and loads in the right thing.
                   2535: </description>
1.10      harris41 2536: <status>works/unverified</status>
1.6       harris41 2537: </file>
                   2538: <file>
                   2539: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
                   2540: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
                   2541: <categoryname>handler</categoryname>
                   2542: <description>
                   2543: Homework remote control.
1.157     www      2544: </description>
                   2545: <status>works/unverified</status>
                   2546: </file>
                   2547: <file>
                   2548: <source>loncom/html/res/adm/pages/chatroom.html</source>
                   2549: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
                   2550: <categoryname>handler</categoryname>
                   2551: <description>
                   2552: Establishes frameset for chatroom
1.6       harris41 2553: </description>
1.10      harris41 2554: <status>works/unverified</status>
1.6       harris41 2555: </file>
                   2556: <file>
                   2557: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
                   2558: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
                   2559: <categoryname>handler</categoryname>
                   2560: <description>
1.10      harris41 2561: This will take annotations and then plug them into a page.
1.6       harris41 2562: </description>
1.10      harris41 2563: <status>works/unverified</status>
1.6       harris41 2564: </file>
                   2565: <file>
                   2566: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
                   2567: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
                   2568: <categoryname>handler</categoryname>
                   2569: <description>
                   2570: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10      harris41 2571: interface.
1.6       harris41 2572: </description>
1.10      harris41 2573: <status>works/unverified</status>
1.6       harris41 2574: </file>
                   2575: <file>
                   2576: <source>rat/lonratsrv.pm</source>
                   2577: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
                   2578: <categoryname>handler</categoryname>
                   2579: <description>
1.27      harris41 2580: Handler that takes output from RAT and stores it on disk.  Handles the upper
                   2581: hidden frame of the added window that comes up in RAT.   (3 frames come up in
                   2582: RAT server, code, and output.  This module handles server connection.)
1.6       harris41 2583: </description>
1.10      harris41 2584: <status>works/unverified</status>
1.6       harris41 2585: </file>
                   2586: <file>
                   2587: <source>rat/lonpage.pm</source>
                   2588: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
                   2589: <categoryname>handler</categoryname>
                   2590: <description>
                   2591: bundles pages into one page
                   2592: </description>
1.10      harris41 2593: <status>works/unverified</status>
1.6       harris41 2594: </file>
                   2595: <file>
1.76      harris41 2596: <source>doc/man/Apache__lonpage.3</source>
                   2597: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83      harris41 2598: <categoryname>doc</categoryname>
1.76      harris41 2599: <description>man page for lonpage.pm</description>
                   2600: <build trigger='always run'>
1.115     harris41 2601: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
                   2602: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
1.76      harris41 2603: </build>
                   2604: <status>works/unverified</status>
                   2605: <dependencies>
                   2606: ../../rat/lonpage.pm
                   2607: </dependencies>
                   2608: </file>
                   2609: <file>
1.118     harris41 2610: <source>doc/lib/perl/Apache/lonpage.html</source>
                   2611: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112     harris41 2612: </target>
1.83      harris41 2613: <categoryname>doc</categoryname>
1.76      harris41 2614: <description>POD-derived page for lonnet.pm</description>
                   2615: <build trigger='always run'>
1.115     harris41 2616: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
1.118     harris41 2617: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
1.76      harris41 2618: </build>
                   2619: <status>works/unverified</status>
                   2620: <dependencies>
                   2621: ../../rat/lonpage.pm
                   2622: </dependencies>
                   2623: </file>
                   2624: <file>
1.6       harris41 2625: <source>rat/lonuserstate.pm</source>
                   2626: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
                   2627: <categoryname>handler</categoryname>
                   2628: <description>
1.133     harris41 2629: compile course into binary data structure
1.6       harris41 2630: </description>
1.10      harris41 2631: <status>works/unverified</status>
1.6       harris41 2632: </file>
                   2633: <file>
1.76      harris41 2634: <source>doc/man/Apache__lonuserstate.3</source>
                   2635: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83      harris41 2636: <categoryname>doc</categoryname>
1.76      harris41 2637: <description>man page for lonnet.pm</description>
                   2638: <build trigger='always run'>
1.115     harris41 2639: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
                   2640: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
1.76      harris41 2641: </build>
                   2642: <status>works/unverified</status>
                   2643: <dependencies>
                   2644: ../../rat/lonuserstate.pm
                   2645: </dependencies>
                   2646: </file>
                   2647: <file>
1.118     harris41 2648: <source>doc/lib/perl/Apache/lonuserstate.html</source>
                   2649: <target dist='default'>
                   2650: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112     harris41 2651: </target>
1.83      harris41 2652: <categoryname>doc</categoryname>
1.76      harris41 2653: <description>POD-derived page for lonuserstate.pm</description>
                   2654: <build trigger='always run'>
1.115     harris41 2655: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
1.118     harris41 2656: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
                   2657: echo 'pod2html lonuserstate.pm'
1.76      harris41 2658: </build>
                   2659: <status>works/unverified</status>
                   2660: <dependencies>
                   2661: ../../rat/lonuserstate.pm
                   2662: </dependencies>
                   2663: </file>
                   2664: <file>
1.6       harris41 2665: <source>loncom/xml/lontex.pm</source>
                   2666: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
                   2667: <categoryname>handler</categoryname>
                   2668: <description>
1.133     harris41 2669: Handler for tex files
1.6       harris41 2670: </description>
1.10      harris41 2671: <status>works/unverified</status>
1.6       harris41 2672: </file>
                   2673: <file>
                   2674: <source>loncom/xml/lontexconvert.pm</source>
                   2675: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
                   2676: <categoryname>handler</categoryname>
                   2677: <description>
                   2678: Access to tth/ttm
                   2679: </description>
1.10      harris41 2680: <status>works/unverified</status>
1.6       harris41 2681: </file>
                   2682: <file>
                   2683: <source>loncom/xml/lonxml.pm</source>
                   2684: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
                   2685: <categoryname>handler</categoryname>
                   2686: <description>
                   2687: XML Parsing Module
1.78      harris41 2688: </description>
                   2689: <status>works/unverified</status>
                   2690: </file>
                   2691: <file>
                   2692: <source>loncom/xml/lonplot.pm</source>
                   2693: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
                   2694: <categoryname>handler</categoryname>
                   2695: <description>
                   2696: XML-based plotter of graphs
1.6       harris41 2697: </description>
1.10      harris41 2698: <status>works/unverified</status>
1.6       harris41 2699: </file>
                   2700: <file>
                   2701: <source>loncom/xml/style.pm</source>
                   2702: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
                   2703: <categoryname>handler</categoryname>
                   2704: <description>
                   2705: Style Parsing Module
                   2706: </description>
1.10      harris41 2707: <status>works/unverified</status>
1.6       harris41 2708: </file>
                   2709: <file>
                   2710: <source>loncom/xml/londefdef.pm</source>
                   2711: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
                   2712: <categoryname>handler</categoryname>
                   2713: <description>
                   2714: Tags Default Definition Module
                   2715: </description>
1.10      harris41 2716: <status>works/unverified</status>
1.4       harris41 2717: </file>
                   2718: <file>
1.6       harris41 2719: <source>loncom/xml/run.pm</source>
                   2720: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
                   2721: <categoryname>handler</categoryname>
                   2722: <description>
                   2723: used to prevent poorly written problems from causing lingering after effects
                   2724: </description>
1.10      harris41 2725: <status>works/unverified</status>
1.4       harris41 2726: </file>
                   2727: <file>
1.6       harris41 2728: <source>loncom/xml/scripttag.pm</source>
                   2729: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
                   2730: <categoryname>handler</categoryname>
                   2731: <description>
                   2732: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
                   2733: &lt;import&gt;
                   2734: </description>
1.10      harris41 2735: <status>works/unverified</status>
1.185     albertel 2736: </file>
                   2737: <file>
                   2738: <source>loncom/homework/randomlylabel.pm</source>
                   2739: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
                   2740: <categoryname>handler</categoryname>
                   2741: <description>
                   2742: Handler for compositing images, and text together.
                   2743: </description>
1.4       harris41 2744: </file>
                   2745: <file>
1.33      harris41 2746: <source>loncom/homework/randomlabel.pm</source>
                   2747: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
                   2748: <categoryname>handler</categoryname>
                   2749: <description>
                   2750: Interface for producing applet code which randomizes the labelling of an
                   2751: image.
                   2752: </description>
                   2753: </file>
                   2754: <file>
1.6       harris41 2755: <source>loncom/homework/lonhomework.pm</source>
                   2756: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
                   2757: <categoryname>handler</categoryname>
1.27      harris41 2758: <description>
                   2759: handles requests for output, evaluation, and alteration of a homework resource
                   2760: </description>
1.95      harris41 2761: <status>works/unverified</status>
1.4       harris41 2762: </file>
                   2763: <file>
1.6       harris41 2764: <source>loncom/homework/inputtags.pm</source>
                   2765: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
                   2766: <categoryname>handler</categoryname>
                   2767: <description>
                   2768: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                   2769: </description>
1.10      harris41 2770: <status>works/unverified</status>
1.4       harris41 2771: </file>
                   2772: <file>
1.6       harris41 2773: <source>loncom/homework/structuretags.pm</source>
                   2774: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
                   2775: <categoryname>handler</categoryname>
                   2776: <description>
1.27      harris41 2777: produces HTML tags necessary for structuring the presentation of homework
                   2778: resources
1.6       harris41 2779: </description>
1.10      harris41 2780: <status>works/unverified</status>
1.4       harris41 2781: </file>
                   2782: <file>
1.6       harris41 2783: <source>loncom/homework/response.pm</source>
                   2784: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
                   2785: <categoryname>handler</categoryname>
                   2786: <description>
1.27      harris41 2787: defines different types of responses given to student as well as syntax for
                   2788: producing response values
1.6       harris41 2789: </description>
1.10      harris41 2790: <status>works/unverified</status>
1.4       harris41 2791: </file>
                   2792: <file>
1.6       harris41 2793: <source>loncom/homework/caparesponse/caparesponse.pm</source>
                   2794: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
                   2795: <categoryname>handler</categoryname>
                   2796: <description>
                   2797: handles request to the CAPA homework processing engine
                   2798: </description>
1.10      harris41 2799: <status>works/unverified</status>
1.4       harris41 2800: </file>
                   2801: <file>
1.113     harris41 2802: <source>loncom/xml/Safe.pm</source>
                   2803: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
                   2804: <categoryname>handler</categoryname>
                   2805: <description>
                   2806: Meant to safely substitute for CPAN version of Safe.
                   2807: Allows for safely executing embedded perl comands in
                   2808: a way that does not threaten the operating system.
                   2809: </description>
                   2810: <status>works/unverified</status>
                   2811: </file>
                   2812: <file>
1.30      harris41 2813: <source>loncom/auth/localauth.pm</source>
                   2814: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
                   2815: <categoryname>handler</categoryname>
                   2816: <description>
                   2817: Local authentication mechanism (meant to be customized).
                   2818: </description>
                   2819: <status>works/unverified</status>
                   2820: </file>
                   2821: <file>
1.6       harris41 2822: <source>loncom/auth/lonacc.pm</source>
                   2823: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
                   2824: <categoryname>handler</categoryname>
                   2825: <description>
                   2826: (This module, like loncacc.pm also authenticates with cookies.)  
                   2827: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
                   2828: functions (e.g. roles, logout, annotations, and bookmarks) as well
                   2829: as coordinating access to educational resources.
                   2830: </description>
1.10      harris41 2831: <status>works/unverified</status>
1.4       harris41 2832: </file>
                   2833: <file>
1.76      harris41 2834: <source>doc/man/Apache__lonacc.3</source>
                   2835: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83      harris41 2836: <categoryname>doc</categoryname>
1.76      harris41 2837: <description>man page for lonacc.pm</description>
                   2838: <build trigger='always run'>
1.115     harris41 2839: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
                   2840: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
1.76      harris41 2841: </build>
                   2842: <status>works/unverified</status>
                   2843: <dependencies>
                   2844: ../../loncom/auth/lonacc.pm
                   2845: </dependencies>
                   2846: </file>
                   2847: <file>
1.118     harris41 2848: <source>doc/lib/perl/Apache/lonacc.html</source>
                   2849: <target dist='default'>
                   2850: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83      harris41 2851: <categoryname>doc</categoryname>
1.76      harris41 2852: <description>POD-derived page for lonacc.pm</description>
                   2853: <build trigger='always run'>
1.115     harris41 2854: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
1.118     harris41 2855: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
1.76      harris41 2856: </build>
                   2857: <status>works/unverified</status>
                   2858: <dependencies>
                   2859: ../../loncom/auth/lonacc.pm
                   2860: </dependencies>
                   2861: </file>
                   2862: <file>
1.6       harris41 2863: <source>loncom/auth/lonracc.pm</source>
                   2864: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
                   2865: <categoryname>handler</categoryname>
                   2866: <description>
                   2867: access handler for file transfers
1.151     www      2868: </description>
                   2869: <status>works/unverified</status>
                   2870: </file>
                   2871: <file>
                   2872: <source>loncom/auth/lontokacc.pm</source>
                   2873: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
                   2874: <categoryname>handler</categoryname>
                   2875: <description>
1.154     www      2876: handler for inter-server transfer of token accessed files, includes
                   2877: cleanup handler to remove file when successfully done
                   2878: </description>
                   2879: <status>works/unverified</status>
                   2880: </file>
                   2881: <file>
                   2882: <source>loncom/auth/lonuploadedacc.pm</source>
                   2883: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
                   2884: <categoryname>handler</categoryname>
                   2885: <description>
                   2886: access handler for user uploaded files
                   2887: </description>
                   2888: <status>works/unverified</status>
                   2889: </file>
                   2890: <file>
                   2891: <source>loncom/lontrans.pm</source>
                   2892: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
                   2893: <categoryname>handler</categoryname>
                   2894: <description>
                   2895: URI to filename translation
1.6       harris41 2896: </description>
1.10      harris41 2897: <status>works/unverified</status>
1.87      harris41 2898: </file>
                   2899: <file>
                   2900: <source>doc/man/Apache__lonracc.3</source>
                   2901: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
                   2902: <categoryname>doc</categoryname>
                   2903: <description>man page for lonracc.pm</description>
                   2904: <build trigger='always run'>
1.115     harris41 2905: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
                   2906: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
1.87      harris41 2907: </build>
                   2908: <status>works/unverified</status>
                   2909: <dependencies>
                   2910: ../../loncom/auth/lonracc.pm
                   2911: </dependencies>
                   2912: </file>
                   2913: <file>
1.118     harris41 2914: <source>doc/lib/perl/Apache/lonracc.html</source>
                   2915: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112     harris41 2916: </target>
1.87      harris41 2917: <categoryname>doc</categoryname>
                   2918: <description>POD-derived page for lonracc.pm</description>
                   2919: <build trigger='always run'>
1.115     harris41 2920: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
1.118     harris41 2921: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
1.87      harris41 2922: </build>
                   2923: <status>works/unverified</status>
                   2924: <dependencies>
                   2925: ../../loncom/auth/lonracc.pm
                   2926: </dependencies>
1.4       harris41 2927: </file>
                   2928: <file>
1.6       harris41 2929: <source>loncom/auth/loncacc.pm</source>
                   2930: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
                   2931: <categoryname>handler</categoryname>
                   2932: <description>
                   2933: This module provides access to an educational resource construction area.
                   2934: This module is invoked by the URL-related pattern syntax
                   2935: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
                   2936: Authentication of user identity
                   2937: is coordinated through cookies.  The abbreviation "cacc" corresponds
                   2938: to "construction-space access").  If the cookie handle is invalid, then
                   2939: this module returns a forbidden status and makes appropriate log entries.
                   2940: If the cookie handle is valid, status is determined to be okay (and,
                   2941: for the "priv"-type access, the resource is delivered by the
                   2942: <tt>lonconstruct</tt> module).
                   2943: </description>
1.10      harris41 2944: <status>works/unverified</status>
1.4       harris41 2945: </file>
                   2946: <file>
1.86      harris41 2947: <source>doc/man/Apache__loncacc.3</source>
                   2948: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
                   2949: <categoryname>doc</categoryname>
                   2950: <description>man page for loncacc.pm</description>
                   2951: <build trigger='always run'>
1.115     harris41 2952: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
                   2953: &amp;&amp; echo 'manifying loncacc.pm'
1.86      harris41 2954: </build>
                   2955: <status>works/unverified</status>
                   2956: <dependencies>
                   2957: ../../loncom/auth/loncacc.pm
                   2958: </dependencies>
                   2959: </file>
                   2960: <file>
1.118     harris41 2961: <source>doc/lib/perl/Apache/loncacc.html</source>
                   2962: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112     harris41 2963: </target>
1.86      harris41 2964: <categoryname>doc</categoryname>
                   2965: <description>POD-derived page for loncacc.pm</description>
                   2966: <build trigger='always run'>
1.115     harris41 2967: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
1.118     harris41 2968: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
1.86      harris41 2969: </build>
                   2970: <status>works/unverified</status>
                   2971: <dependencies>
                   2972: ../../loncom/auth/loncacc.pm
                   2973: </dependencies>
                   2974: </file>
                   2975: <file>
1.6       harris41 2976: <source>loncom/auth/lonauth.pm</source>
                   2977: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
                   2978: <categoryname>handler</categoryname>
                   2979: <description>authenticate, set up session environment</description>
1.10      harris41 2980: <status>works/unverified</status>
1.4       harris41 2981: </file>
                   2982: <file>
1.6       harris41 2983: <source>loncom/auth/lonlogin.pm</source>
                   2984: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
                   2985: <categoryname>handler</categoryname>
                   2986: <description>login screen</description>
1.10      harris41 2987: <status>works/unverified</status>
1.4       harris41 2988: </file>
                   2989: <file>
1.6       harris41 2990: <source>loncom/auth/lonlogout.pm</source>
                   2991: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
                   2992: <categoryname>handler</categoryname>
                   2993: <description>logout</description>
1.10      harris41 2994: <status>works/unverified</status>
1.4       harris41 2995: </file>
                   2996: <file>
1.6       harris41 2997: <source>loncom/lonnet/perl/lonrep.pm</source>
                   2998: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
                   2999: <categoryname>handler</categoryname>
                   3000: <description>replication</description>
1.4       harris41 3001: </file>
                   3002: <file>
1.6       harris41 3003: <source>loncom/auth/lonroles.pm</source>
                   3004: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
                   3005: <categoryname>handler</categoryname>
                   3006: <description>
                   3007: This perl handling module reads in the available roles available
                   3008: for a LON-CAPA user (different courses, different privileges, etc)
                   3009: and produces a form-element HTML page which allows the user to select
                   3010: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   3011: a user may want to select between being a student in a thermodynamics
                   3012: physics course or a teaching assistant for an introductory calculus
                   3013: class.
                   3014: </description>
1.86      harris41 3015: </file>
                   3016: <file>
                   3017: <source>doc/man/Apache__lonroles.3</source>
                   3018: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
                   3019: <categoryname>doc</categoryname>
                   3020: <description>man page for lonroles.pm</description>
                   3021: <build trigger='always run'>
1.115     harris41 3022: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
                   3023: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
1.86      harris41 3024: </build>
                   3025: <status>works/unverified</status>
                   3026: <dependencies>
                   3027: ../../loncom/auth/lonroles.pm
                   3028: </dependencies>
                   3029: </file>
                   3030: <file>
1.118     harris41 3031: <source>doc/lib/perl/Apache/lonroles.html</source>
                   3032: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112     harris41 3033: </target>
1.86      harris41 3034: <categoryname>doc</categoryname>
                   3035: <description>POD-derived page for lonroles.pm</description>
                   3036: <build trigger='always run'>
1.115     harris41 3037: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
1.118     harris41 3038: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
1.86      harris41 3039: </build>
                   3040: <status>works/unverified</status>
                   3041: <dependencies>
                   3042: ../../loncom/auth/lonroles.pm
                   3043: </dependencies>
1.4       harris41 3044: </file>
                   3045: <file>
1.6       harris41 3046: <source>loncom/interface/lonindexer.pm</source>
                   3047: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
                   3048: <categoryname>handler</categoryname>
                   3049: <description>
                   3050: cross server filesystem browser
                   3051: </description>
1.10      harris41 3052: <status>works/unverified</status>
1.76      harris41 3053: </file>
                   3054: <file>
                   3055: <source>doc/man/Apache__lonindexer.3</source>
                   3056: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83      harris41 3057: <categoryname>doc</categoryname>
1.76      harris41 3058: <description>man page for lonindexer.pm</description>
                   3059: <build trigger='always run'>
1.115     harris41 3060: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
                   3061: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
1.76      harris41 3062: </build>
                   3063: <status>works/unverified</status>
                   3064: <dependencies>
                   3065: ../../loncom/interface/lonindexer.pm
                   3066: </dependencies>
                   3067: </file>
                   3068: <file>
1.118     harris41 3069: <source>doc/lib/perl/Apache/lonindexer.html</source>
                   3070: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112     harris41 3071: </target>
1.83      harris41 3072: <categoryname>doc</categoryname>
1.76      harris41 3073: <description>POD-derived page for lonindexer.pm</description>
                   3074: <build trigger='always run'>
1.115     harris41 3075: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
1.118     harris41 3076: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
                   3077: echo 'pod2html lonindexer.pm'
1.76      harris41 3078: </build>
                   3079: <status>works/unverified</status>
                   3080: <dependencies>
                   3081: ../../loncom/interface/lonindexer.pm
                   3082: </dependencies>
1.4       harris41 3083: </file>
                   3084: <file>
1.24      harris41 3085: <source>loncom/interface/groupsort.pm</source>
                   3086: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
                   3087: <categoryname>handler</categoryname>
                   3088: <description>
                   3089: Implements a second phase of importing multiple resources into the RAT.
                   3090: Allows for reordering the sequence of resources.
                   3091: </description>
                   3092: <status>works/unverified</status>
                   3093: </file>
                   3094: <file>
1.6       harris41 3095: <source>loncom/lonnet/perl/lonnet.pm</source>
                   3096: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
                   3097: <categoryname>handler</categoryname>
                   3098: <description>
                   3099: This file is an interface to the lonc processes of the LON-CAPA network
                   3100: as well as set of elaborated functions for handling information necessary
                   3101: for navigating through a given cluster of LON-CAPA machines within a domain.
                   3102: There are over 40 specialized functions in this module which handle
                   3103: the reading and transmission of metadata, user information
                   3104: (ids, names, environments, roles, logs), file information (storage, reading,
                   3105: directories, extensions, replication, embedded styles and descriptors),
                   3106: educational resources (course descriptions, section names and numbers),
                   3107: url hashing (to assign roles on a url basis), and translating abbreviated
                   3108: symbols to and from more descriptive phrases or explanations.
                   3109: </description>
1.10      harris41 3110: <status>works/unverified</status>
1.73      harris41 3111: </file>
                   3112: <file>
                   3113: <source>doc/man/Apache__lonnet.3</source>
1.75      harris41 3114: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83      harris41 3115: <categoryname>doc</categoryname>
1.73      harris41 3116: <description>man page for lonnet.pm</description>
                   3117: <build trigger='always run'>
1.115     harris41 3118: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
                   3119: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
1.73      harris41 3120: </build>
                   3121: <status>works/unverified</status>
                   3122: <dependencies>
                   3123: ../../loncom/lonnet/perl/lonnet.pm
                   3124: </dependencies>
                   3125: </file>
                   3126: <file>
1.118     harris41 3127: <source>doc/lib/perl/Apache/lonnet.html</source>
                   3128: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
                   3129: </target>
1.83      harris41 3130: <categoryname>doc</categoryname>
1.73      harris41 3131: <description>POD-derived page for lonnet.pm</description>
                   3132: <build trigger='always run'>
1.115     harris41 3133: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
1.118     harris41 3134: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
1.73      harris41 3135: </build>
                   3136: <status>works/unverified</status>
                   3137: <dependencies>
                   3138: ../../loncom/lonnet/perl/lonnet.pm
                   3139: </dependencies>
1.4       harris41 3140: </file>
                   3141: <file>
1.6       harris41 3142: <source>loncom/html/index.html</source>
                   3143: <target dist='default'>home/httpd/html/index.html</target>
                   3144: <categoryname>interface file</categoryname>
                   3145: <description>bumps to login</description>
1.181     www      3146: </file>
                   3147: <file>
                   3148: <source>loncom/html/favicon.ico</source>
                   3149: <target dist='default'>home/httpd/html/favicon.ico</target>
                   3150: <categoryname>interface file</categoryname>
                   3151: <description>Bookmark and tab icon</description>
1.4       harris41 3152: </file>
1.6       harris41 3153: <link>
                   3154: <linkto>etc/mime.types</linkto>
                   3155: <target dist='default'>etc/httpd/conf/mime.types</target>
                   3156: <categoryname>symbolic link</categoryname>
                   3157: <description>symbolic link to /etc/mime.types</description>
                   3158: </link>
                   3159: <link>
                   3160: <linkto>home/httpd/html/res</linkto>
                   3161: <target dist='default'>home/httpd/html/raw</target>
                   3162: <categoryname>symbolic link</categoryname>
                   3163: <description>symbolic link to /home/httpd/html/res</description>
                   3164: </link>
1.4       harris41 3165: <file>
1.6       harris41 3166: <source>loncom/html/adm/notfound.html</source>
                   3167: <target dist='default'>home/httpd/html/adm/notfound.html</target>
                   3168: <categoryname>interface file</categoryname>
                   3169: <description>
                   3170: static html page that is shown when an attempt is made to access a document
                   3171: not present on the web server
                   3172: </description>
1.4       harris41 3173: </file>
                   3174: <file>
1.6       harris41 3175: <source>loncom/html/adm/unauthorized.html</source>
                   3176: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
                   3177: <categoryname>interface file</categoryname>
                   3178: <description>
1.27      harris41 3179: static html page that is shown when an attempt is made to access a document
                   3180: which is restricted based on file or server configurations
1.32      harris41 3181: </description>
                   3182: </file>
                   3183: <file>
                   3184: <source>loncom/html/adm/help/searchcat.html</source>
1.109     harris41 3185: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32      harris41 3186: <categoryname>interface file</categoryname>
                   3187: <description>
                   3188: Help page for the search engine.
1.6       harris41 3189: </description>
1.4       harris41 3190: </file>
                   3191: <file>
1.6       harris41 3192: <source>rat/client/rat.html</source>
                   3193: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
                   3194: <categoryname>interface file</categoryname>
                   3195: <description>
                   3196: frameset
                   3197: </description>
1.4       harris41 3198: </file>
                   3199: <file>
1.6       harris41 3200: <source>rat/client/parameter.html</source>
                   3201: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
                   3202: <categoryname>interface file</categoryname>
                   3203: <description>
                   3204: Parameter input window.
                   3205: </description>
1.4       harris41 3206: </file>
                   3207: <file>
1.6       harris41 3208: <source>rat/client/code.html</source>
                   3209: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
1.170     www      3210: <categoryname>interface file</categoryname>
                   3211: <description>
                   3212: javascript
                   3213: </description>
                   3214: </file>
                   3215: <file>
                   3216: <source>rat/client/extpickcode.html</source>
                   3217: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
                   3218: <categoryname>interface file</categoryname>
                   3219: <description>
                   3220: javascript
                   3221: </description>
                   3222: </file>
                   3223: <file>
                   3224: <source>rat/client/extpickframe.html</source>
                   3225: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6       harris41 3226: <categoryname>interface file</categoryname>
                   3227: <description>
                   3228: javascript
                   3229: </description>
1.4       harris41 3230: </file>
                   3231: <file>
1.6       harris41 3232: <source>rat/client/map.html</source>
                   3233: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
                   3234: <categoryname>interface file</categoryname>
                   3235: <description>
                   3236: bumper
                   3237: </description>
1.4       harris41 3238: </file>
                   3239: <file>
1.6       harris41 3240: <source>rat/client/empty.html</source>
                   3241: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
                   3242: <categoryname>interface file</categoryname>
                   3243: <description>
                   3244: A blank page with very minimal HTML structural elements.
                   3245: </description>
1.4       harris41 3246: </file>
1.10      harris41 3247: <fileglob>
                   3248: <glob>*.gif</glob>
                   3249: <sourcedir>rat/images/</sourcedir>
                   3250: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
                   3251: <categoryname>graphic file</categoryname>
                   3252: <description>
                   3253: icons for providing a HTML-tabled view of a course map
                   3254: </description>
                   3255: <filenames>
1.37      harris41 3256: 1.1.dt.gif;
                   3257: 1.1.empty.gif;
                   3258: 1.1.ld.gif;
                   3259: 1.1.lr.gif;
                   3260: 1.1.rd.gif;
1.60      harris41 3261: 1.1.rl.gif;
1.37      harris41 3262: 1.1.td.gif;
                   3263: 1.1.tdrl.gif;
                   3264: 1.1.tl.gif;
                   3265: 1.1.tr.gif;
                   3266: 1.1.utd.gif;
                   3267: 1.2.ctd.gif;
                   3268: 1.2.dt.gif;
                   3269: 1.2.empty.gif;
                   3270: 1.2.ld.gif;
                   3271: 1.2.lr.gif;
                   3272: 1.2.lrd.gif;
                   3273: 1.2.lrtd.gif;
                   3274: 1.2.rd.gif;
                   3275: 1.2.rl.gif;
                   3276: 1.2.rld.gif;
                   3277: 1.2.rltd.gif;
                   3278: 1.2.rtd.gif;
                   3279: 1.2.rtdl.gif;
                   3280: 1.2.rtl.gif;
                   3281: 1.2.td.gif;
                   3282: 1.2.tdl.gif;
                   3283: 1.2.tdrl.gif;
                   3284: 1.2.tl.gif;
                   3285: 1.2.tr.gif;
                   3286: 1.2.utd.gif;
                   3287: 2.1.dt.gif;
                   3288: 2.1.empty.gif;
                   3289: 2.1.ld.gif;
                   3290: 2.1.lr.gif;
                   3291: 2.1.rd.gif;
                   3292: 2.1.rl.gif;
                   3293: 2.1.td.gif;
                   3294: 2.1.tdrl.gif;
                   3295: 2.1.tl.gif;
                   3296: 2.1.tr.gif;
                   3297: 2.2.dt.gif;
                   3298: 2.2.empty.gif;
                   3299: 2.2.ld.gif;
                   3300: 2.2.lr.gif;
                   3301: 2.2.lrd.gif;
                   3302: 2.2.lrt.gif;
                   3303: 2.2.rd.gif;
                   3304: 2.2.rl.gif;
                   3305: 2.2.rld.gif;
                   3306: 2.2.rlt.gif;
                   3307: 2.2.td.gif;
                   3308: 2.2.tdl.gif;
                   3309: 2.2.tdr.gif;
                   3310: 2.2.tdrl.gif;
                   3311: 2.2.tl.gif;
                   3312: 2.2.tr.gif;
                   3313: 2.2.url.gif;
                   3314: 2.2.utd.gif;
                   3315: arrow.gif;
                   3316: bdt.gif;
                   3317: bempty.gif;
                   3318: bld.gif;
                   3319: blr.gif;
                   3320: blrd.gif;
                   3321: blrt.gif;
1.60      harris41 3322: bottom.gif;
1.37      harris41 3323: brd.gif;
                   3324: brl.gif;
                   3325: brld.gif;
                   3326: brlt.gif;
                   3327: btd.gif;
                   3328: btdl.gif;
                   3329: btdr.gif;
                   3330: btdrl.gif;
                   3331: btl.gif;
                   3332: btr.gif;
                   3333: burl.gif;
                   3334: butd.gif;
                   3335: condition.gif;
                   3336: edit.gif;
                   3337: finish.gif;
                   3338: info.gif;
                   3339: inscol.gif;
                   3340: inscond.gif;
                   3341: insres.gif;
                   3342: insrow.gif;
                   3343: left.gif;
                   3344: middle.gif;
                   3345: resource.gif;
                   3346: right.gif;
                   3347: sctd.gif;
                   3348: sdt.gif;
                   3349: sempty.gif;
                   3350: sld.gif;
                   3351: slr.gif;
                   3352: slrd.gif;
                   3353: slrtd.gif;
                   3354: srd.gif;
                   3355: srl.gif;
                   3356: srld.gif;
                   3357: srltd.gif;
                   3358: srtd.gif;
                   3359: srtdl.gif;
                   3360: srtl.gif;
                   3361: start.gif;
                   3362: std.gif;
                   3363: stdl.gif;
1.10      harris41 3364: sutd.gif
                   3365: </filenames>
                   3366: </fileglob>
                   3367: <fileglob>
1.60      harris41 3368: <glob>*.*</glob>
1.10      harris41 3369: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
                   3370: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
                   3371: <categoryname>graphic file</categoryname>
                   3372: <description>
                   3373: icons to indicate an unexpected result
                   3374: </description>
                   3375: <filenames>
1.37      harris41 3376: lonconstruct.gif;
                   3377: lonlogo_broken.gif;
                   3378: lonlogo_broken_tsp.gif;
                   3379: lonlogo_broken.eps;
                   3380: lonlogo_broken.jpg;
1.10      harris41 3381: lonlogo_broken.mov
                   3382: </filenames>
                   3383: </fileglob>
                   3384: <fileglob>
1.60      harris41 3385: <glob>*.*</glob>
1.10      harris41 3386: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
                   3387: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
                   3388: <categoryname>graphic file</categoryname>
                   3389: <description>
1.132     harris41 3390: logos and general widget icons
1.10      harris41 3391: </description>
                   3392: <filenames>
1.68      harris41 3393: SMETE_white.gif;
1.117     harris41 3394: aboutlon.gif;
                   3395: accessbutton.gif;
1.60      harris41 3396: arrow_up.gif;
1.177     bowersj2 3397: branch.gif;
1.37      harris41 3398: cab.gif;
                   3399: cab_big.gif;
1.62      harris41 3400: capapanel.gif;
1.37      harris41 3401: class.gif;
                   3402: class_big.gif;
                   3403: dvi.gif;
                   3404: dvi_big.gif;
                   3405: eps.gif;
                   3406: eps_big.gif;
                   3407: exam.gif;
                   3408: exam_big.gif;
1.117     harris41 3409: fillbottom.gif;
                   3410: fillleft.gif;
                   3411: fillright.gif;
                   3412: filltop.gif;
1.37      harris41 3413: folder_closed.gif;
                   3414: folder_opened.gif;
                   3415: folder_pointer_closed.gif;
                   3416: folder_pointer_opened.gif;
                   3417: form.gif;
                   3418: form_big.gif;
                   3419: gif.gif;
                   3420: gif_big.gif;
1.117     harris41 3421: header.gif;
1.37      harris41 3422: htm.gif;
                   3423: html.gif;
                   3424: html_big.gif;
1.52      harris41 3425: jar.gif;
                   3426: jar_big.gif;
1.37      harris41 3427: jpg.gif;
                   3428: jpg_big.gif;
1.62      harris41 3429: latex.gif;
1.117     harris41 3430: lite.gif;
1.37      harris41 3431: liteani.gif;
1.117     harris41 3432: litetext.gif;
1.62      harris41 3433: lolpanel.gif;
1.37      harris41 3434: lonanim.gif;
                   3435: lonanimend.gif;
1.117     harris41 3436: loncapalogo.gif;
1.37      harris41 3437: lonhelplogos.gif;
1.60      harris41 3438: lonhelptop.gif;
1.37      harris41 3439: lonlogo.gif;
                   3440: lonlogos.gif;
1.117     harris41 3441: lowerleft.gif;
                   3442: lowerright.gif;
1.37      harris41 3443: meta.gif;
                   3444: meta_big.gif;
                   3445: mov.gif;
                   3446: mov_big.gif;
                   3447: move_up.gif;
                   3448: move_down.gif;
1.177     bowersj2 3449: navmap.correct.gif;
                   3450: navmap.open.gif;
                   3451: navmap.wrong.gif;
1.180     bowersj2 3452: navmap.folder.open.gif;
                   3453: navmap.folder.closed.gif;
1.37      harris41 3454: page.gif;
                   3455: page_big.gif;
                   3456: pdf.gif;
                   3457: pdf_big.gif;
1.54      harris41 3458: png.gif;
                   3459: png_big.gif;
1.37      harris41 3460: problem.gif;
                   3461: problem_big.gif;
                   3462: ps.gif;
                   3463: ps_big.gif;
                   3464: quill.gif;
                   3465: quiz.gif;
                   3466: quiz_big.gif;
                   3467: select.gif;
                   3468: sequence.gif;
                   3469: sequence_big.gif;
                   3470: server.gif;
                   3471: server_big.gif;
                   3472: srvbad.gif;
                   3473: srvempty.gif;
                   3474: srvgood.gif;
                   3475: srvhalf.gif;
                   3476: srvnull.gif;
                   3477: survey.gif;
                   3478: survey_big.gif;
                   3479: tex.gif;
                   3480: tex_big.gif;
                   3481: txt.gif;
                   3482: txt_big.gif;
1.57      harris41 3483: unknown.gif;
                   3484: unknown_big.gif;
1.117     harris41 3485: upperleft.gif;
                   3486: upperright.gif;
1.37      harris41 3487: user.gif;
                   3488: user_big.gif;
1.117     harris41 3489: userauthentication.gif;
1.37      harris41 3490: wav.gif;
                   3491: wav_big.gif;
                   3492: white_space_20_22.gif;
                   3493: whitespace1.gif;
                   3494: whitespace10.gif;
                   3495: whitespace2.gif;
                   3496: whitespace3.gif;
                   3497: whitespace4.gif;
                   3498: whitespace5.gif;
                   3499: whitespace6.gif;
                   3500: whitespace7.gif;
                   3501: whitespace8.gif;
                   3502: whitespace9.gif;
                   3503: xml.gif;
                   3504: xml_big.gif;
                   3505: zip.gif;
1.10      harris41 3506: zip_big.gif
                   3507: </filenames>
                   3508: </fileglob>
                   3509: <fileglob>
1.60      harris41 3510: <glob>*.*</glob>
1.10      harris41 3511: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
                   3512: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
                   3513: <categoryname>graphic file</categoryname>
                   3514: <description>
1.132     harris41 3515: Miscellaneous resources.
1.10      harris41 3516: </description>
                   3517: <filenames>
1.80      harris41 3518: authorfeed.gif;
                   3519: bomb.gif;
1.40      harris41 3520: cat_button.gif;
1.80      harris41 3521: chat.gif;
1.111     harris41 3522: eval_button.gif;
1.80      harris41 3523: feedback.gif;
1.40      harris41 3524: pprm_button.gif;
                   3525: pgrd_button.gif;
                   3526: subm_button.gif
1.10      harris41 3527: </filenames>
                   3528: </fileglob>
                   3529: <file>
                   3530: <source>loncom/xml/tth.pm</source>
                   3531: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
1.115     harris41 3532: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.10      harris41 3533: <categoryname>system file</categoryname>
                   3534: <description>
                   3535: perl module for invoking functions specific to TeX-to-HTML conversion
                   3536: </description>
                   3537: <note>
                   3538: Has the same dependencies and build process as tth.so.
                   3539: Currently, only the tth.so file specifications invoke
1.49      harris41 3540: the build process however.  A static version is checked into loncom/xml
                   3541: and in this way is treated as though it isn't part of the tth build process.
1.10      harris41 3542: </note>
1.113     harris41 3543: <status>works/unverified</status>
                   3544: </file>
                   3545: <file>
                   3546: <source>loncom/xml/LCParser.pm</source>
                   3547: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125     harris41 3548: <categoryname>system file</categoryname>
                   3549: <description>
                   3550: perl module for parsing HTML in a way that really works and is thoroughly
                   3551: tested
                   3552: </description>
                   3553: <status>works/unverified</status>
                   3554: </file>
                   3555: <file>
                   3556: <source>loncom/configuration/Configuration.pm</source>
                   3557: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113     harris41 3558: <categoryname>system file</categoryname>
                   3559: <description>
1.126     harris41 3560: Configuration file reader (looks in /etc/httpd/conf/); accepts
                   3561: a list of *.conf files to inspect for PerlSetVar key/value
                   3562: entries.
1.113     harris41 3563: </description>
1.10      harris41 3564: <status>works/unverified</status>
                   3565: </file>
                   3566: <file>
                   3567: <source>modules/TexConvert/tthperl/tth.so</source>
                   3568: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
1.115     harris41 3569: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.10      harris41 3570: <categoryname>system file</categoryname>
                   3571: <description>
                   3572: shared library file for dynamic loading and unloading
                   3573: </description>
                   3574: <note>
                   3575: The source and file dependencies are not available to most
                   3576: CVS users.  (You can safely rely on the existing binaries
                   3577: present on your system... don't worry about warnings
                   3578: related to this file during the build process.)
                   3579: </note>
                   3580: <build trigger='run if dependencies change'>
                   3581: modules/TexConvert/tthperl/commands
                   3582: </build>
                   3583: <status>works/unverified</status>
                   3584: <dependencies>
1.39      harris41 3585: ../tthdynamic/tthfunc.c;
1.82      harris41 3586: ../ttmdynamic/ttmfunc.c
1.10      harris41 3587: </dependencies>
                   3588: </file>
                   3589: <file>
                   3590: <source>loncom/homework/caparesponse/capa.pm</source>
                   3591: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
1.115     harris41 3592: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.10      harris41 3593: <categoryname>system file</categoryname>
                   3594: <description>
                   3595: perl module for invoking functions specific to CAPA
                   3596: </description>
1.49      harris41 3597: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 3598: <note>
                   3599: Has the same dependencies and build process as capa.so.
                   3600: Currently, only the capa.so file specifications invoke
                   3601: the build process however.
                   3602: </note>
                   3603: </file>
                   3604: <file>
                   3605: <source>loncom/homework/caparesponse/capa.bs</source>
                   3606: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
1.115     harris41 3607: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.10      harris41 3608: <categoryname>system file</categoryname>
                   3609: <description>
1.27      harris41 3610: bootstrap file associated with dynamic loading of this module on multiple
                   3611: architectures
1.10      harris41 3612: </description>
1.49      harris41 3613: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 3614: <note>
                   3615: Has the same dependencies and build process as capa.so.
                   3616: Currently, only the capa.so file specifications invoke
                   3617: the build process however.
                   3618: </note>
                   3619: </file>
                   3620: <file>
                   3621: <source>loncom/homework/caparesponse/capa.so</source>
                   3622: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
1.115     harris41 3623: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.10      harris41 3624: <categoryname>system file</categoryname>
                   3625: <description>
                   3626: shared library file for dynamic loading and unloading
                   3627: </description>
                   3628: <build trigger='always run'>
                   3629: loncom/homework/caparesponse/commands
                   3630: </build>
                   3631: <dependencies>
1.39      harris41 3632: caparesponse.c;
1.119     harris41 3633: caparesponse.pm;
                   3634: README;
                   3635: Makefile.PL;
                   3636: capa.i;
1.120     harris41 3637: commands;
                   3638: ../../../CAPA/pProj/capaGrammarDef.y;
                   3639: ../../../CAPA/pProj/capaFormula.y;
                   3640: ../../../CAPA/pProj/capaLexerDef.flex;
                   3641: ../../../CAPA/pProj/capaFunction.c;
                   3642: ../../../CAPA/pProj/capaParserUtils.c;
                   3643: ../../../CAPA/pProj/capaMapExpr.c;
                   3644: ../../../CAPA/pProj/capaUnit.c;
                   3645: ../../../CAPA/pProj/com.c;
                   3646: ../../../CAPA/pProj/linpack.c;
                   3647: ../../../CAPA/pProj/ranlib.c;
                   3648: ../../../CAPA/pProj/capaCgiUtils.c;
                   3649: ../../../CAPA/pProj/capaSubjective.c;
                   3650: ../../../CAPA/pProj/capaRQO.c;
                   3651: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123     harris41 3652: ../../../CAPA/pProj/capaCommon.c;
                   3653: ../../../CAPA/pProj/capaCommon.h;
                   3654: ../../../CAPA/pProj/ranlib.h;
                   3655: ../../../CAPA/pProj/capaCGI.h;
                   3656: ../../../CAPA/pProj/capaFunction.h;
                   3657: ../../../CAPA/pProj/capaRQO.h;
                   3658: ../../../CAPA/pProj/capaParser.h;
                   3659: ../../../CAPA/pProj/lex_debug.h
1.10      harris41 3660: </dependencies>
                   3661: </file>
                   3662: <fileglob>
                   3663: <glob>*.ent</glob>
                   3664: <sourcedir>loncom/MathML/</sourcedir>
                   3665: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
                   3666: <categoryname>system file</categoryname>
                   3667: <description>
1.27      harris41 3668: xml files which assign unicode numbers to mathematical symbols using
                   3669: &lt;! ENTITY... &gt; type syntax.
1.10      harris41 3670: </description>
                   3671: <filenames>
1.37      harris41 3672: isoamsa.ent;
                   3673: isoamsb.ent;
                   3674: isoamsc.ent;
                   3675: isoamsn.ent;
                   3676: isoamso.ent;
                   3677: isoamsr.ent;
                   3678: isobox.ent;
                   3679: isocyr1.ent;
                   3680: isocyr2.ent;
                   3681: isodia.ent;
                   3682: isogrk1.ent;
                   3683: isogrk2.ent;
                   3684: isogrk3.ent;
                   3685: isogrk4.ent;
                   3686: isolat1.ent;
                   3687: isolat2.ent;
                   3688: isomfrk.ent;
                   3689: isomopf.ent;
                   3690: isomscr.ent;
                   3691: isonum.ent;
                   3692: isopub.ent;
                   3693: isotech.ent;
                   3694: mmlalias.ent;
1.10      harris41 3695: mmlextra.ent
                   3696: </filenames>
1.37      harris41 3697: </fileglob>
1.10      harris41 3698: <file>
                   3699: <source>loncom/MathML/mathml.css</source>
                   3700: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
                   3701: <categoryname>system file</categoryname>
                   3702: <description>
                   3703: cascading style sheet
                   3704: </description>
                   3705: </file>
                   3706: <file>
                   3707: <source>loncom/MathML/mathml.dtd</source>
                   3708: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
                   3709: <categoryname>system file</categoryname>
                   3710: <description>
                   3711: document type definition
                   3712: </description>
                   3713: </file>
1.4       harris41 3714: <file>
1.10      harris41 3715: <source>loncom/auth/londes.js</source>
                   3716: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
                   3717: <categoryname>interface file</categoryname>
1.6       harris41 3718: <description>
1.27      harris41 3719: Encryption Routines according to Data Encryption Standard DES, written in
                   3720: javascript.
1.6       harris41 3721: </description>
1.4       harris41 3722: </file>
                   3723: <file>
1.10      harris41 3724: <source>loncom/homework/lectureonline.lcpm</source>
1.27      harris41 3725: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
                   3726: </target>
1.10      harris41 3727: <categoryname>handler</categoryname>
1.6       harris41 3728: <description>
1.115     harris41 3729: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
                   3730: environment in a problem that was converted from lectureonline.
1.6       harris41 3731: </description>
1.4       harris41 3732: </file>
                   3733: <file>
1.10      harris41 3734: <source>loncom/homework/default_homework.lcpm</source>
1.27      harris41 3735: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
                   3736: </target>
1.10      harris41 3737: <categoryname>handler</categoryname>
1.6       harris41 3738: <description>
1.14      harris41 3739: Provides many functions for the &lt;script&gt; environment in a .problem.
1.11      harris41 3740: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6       harris41 3741: </description>
1.4       harris41 3742: </file>
                   3743: <file>
1.10      harris41 3744: <source>loncom/homework/capa.units</source>
                   3745: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
                   3746: <categoryname>static conf</categoryname>
1.6       harris41 3747: <description>
1.10      harris41 3748: Define unit prefixing and conversion for CAPA problem handling.
1.6       harris41 3749: </description>
1.4       harris41 3750: </file>
1.165     www      3751: <fileglob>
                   3752: <glob>*.jpg</glob>
                   3753: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
                   3754: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
                   3755: <categoryname>graphic file</categoryname>
                   3756: <description>Pages headers</description>
                   3757: <filenames>
                   3758: admin.jpg;
                   3759: author.jpg;
                   3760: coordinator.jpg;
                   3761: header.jpg;
                   3762: student.jpg;
1.166     www      3763: </filenames>
                   3764: </fileglob>
                   3765: <fileglob>
                   3766: <glob>*.gif</glob>
                   3767: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
                   3768: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
                   3769: <categoryname>graphic file</categoryname>
                   3770: <description>Logos of LON-CAPA domains</description>
1.168     www      3771: <filenames>
                   3772: </filenames>
                   3773: </fileglob>
                   3774: <fileglob>
                   3775: <glob>*.tab</glob>
                   3776: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
                   3777: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
                   3778: <categoryname>conf</categoryname>
                   3779: <description>Designs of LON-CAPA domains</description>
1.166     www      3780: <filenames>
1.165     www      3781: </filenames>
                   3782: </fileglob>
1.10      harris41 3783: <fileglob>
                   3784: <glob>*.gif</glob>
1.159     www      3785: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
                   3786: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10      harris41 3787: <categoryname>graphic file</categoryname>
1.159     www      3788: <description>LON-CAPA remote control LCD font</description>
1.10      harris41 3789: <filenames>
1.130     www      3790: 0.gif;
                   3791: 1.gif;
                   3792: 2.gif;
                   3793: 3.gif;
                   3794: 4.gif;
                   3795: 5.gif;
                   3796: 6.gif;
                   3797: 7.gif;
                   3798: 8.gif;
                   3799: 9.gif;
1.37      harris41 3800: a.gif;
1.159     www      3801: b.gif;
                   3802: c.gif;
                   3803: d.gif;
                   3804: e.gif;
                   3805: f.gif;
                   3806: g.gif;
                   3807: h.gif;
                   3808: i.gif;
                   3809: j.gif;
                   3810: k.gif;
                   3811: l.gif;
                   3812: m.gif;
                   3813: n.gif;
                   3814: o.gif;
                   3815: p.gif;
                   3816: q.gif;
                   3817: r.gif;
                   3818: s.gif;
                   3819: t.gif;
                   3820: u.gif;
                   3821: v.gif;
                   3822: w.gif;
                   3823: x.gif;
                   3824: y.gif;
                   3825: z.gif;
                   3826: colon.gif;
                   3827: hyphen.gif;
                   3828: slash.gif;
                   3829: space.gif;
                   3830: </filenames>
                   3831: </fileglob>
                   3832: <fileglob>
                   3833: <glob>*.gif</glob>
                   3834: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   3835: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
                   3836: <categoryname>graphic file</categoryname>
                   3837: <description>icons used for the entire LON-CAPA user interface</description>
                   3838: <filenames>
1.147     www      3839: anno.gif;
1.37      harris41 3840: anot.gif;
                   3841: back.gif;
1.147     www      3842: bchat.gif;
1.37      harris41 3843: bkm.gif;
                   3844: brws.gif;
1.60      harris41 3845: catalog.gif;
1.37      harris41 3846: ccrs.gif;
                   3847: chat.gif;
                   3848: chrt.gif;
                   3849: com.gif;
                   3850: courses.gif;
                   3851: cprv.gif;
                   3852: cstr.gif;
                   3853: dempty.gif;
1.147     www      3854: docs.gif;
1.37      harris41 3855: egrd.gif;
                   3856: empty.gif;
                   3857: enrl.gif;
                   3858: eval.gif;
                   3859: fdbk.gif;
                   3860: feedback.gif;
                   3861: forw.gif;
                   3862: grds.gif;
                   3863: group.gif;
                   3864: help.gif;
                   3865: info.gif;
                   3866: ledblink.gif;
                   3867: ledgreen.gif;
                   3868: ledoff.gif;
                   3869: ledon.gif;
                   3870: ledsend.gif;
                   3871: logout.gif;
                   3872: mrk.gif;
                   3873: nav.gif;
                   3874: next.gif;
1.131     www      3875: nothumb.gif;
1.37      harris41 3876: parm.gif;
                   3877: pgrd.gif;
                   3878: pparm.gif;
1.99      harris41 3879: pref.gif;
1.37      harris41 3880: prev.gif;
                   3881: prt.gif;
                   3882: qempty.gif;
                   3883: reload.gif;
                   3884: remotebg.gif;
                   3885: res.gif;
                   3886: roles.gif;
                   3887: sbkm.gif;
                   3888: spacer.gif;
                   3889: sprs.gif;
                   3890: src.gif;
                   3891: stat.gif;
                   3892: subm.gif;
                   3893: title.gif;
                   3894: vbkm.gif;
1.10      harris41 3895: </filenames>
                   3896: </fileglob>
1.4       harris41 3897: <file>
1.10      harris41 3898: <source>loncom/html/res/adm/pages/imgmaps.html</source>
                   3899: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
                   3900: <categoryname>interface file</categoryname>
1.6       harris41 3901: <description>
1.10      harris41 3902: image maps for the LON-CAPA remote control
1.6       harris41 3903: </description>
1.4       harris41 3904: </file>
                   3905: <file>
1.10      harris41 3906: <source>loncom/html/res/adm/pages/index.html</source>
                   3907: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
                   3908: <categoryname>interface file</categoryname>
1.6       harris41 3909: <description>
1.10      harris41 3910: welcoming page to the LON-CAPA system upon login
1.6       harris41 3911: </description>
1.4       harris41 3912: </file>
                   3913: <file>
1.10      harris41 3914: <source>loncom/html/res/adm/pages/menu.html</source>
                   3915: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
                   3916: <categoryname>interface file</categoryname>
1.6       harris41 3917: <description>
1.10      harris41 3918: renders the HTML (including image maps) for the LON-CAPA remote control
1.6       harris41 3919: </description>
1.4       harris41 3920: </file>
1.10      harris41 3921: <fileglob>
                   3922: <glob>*.gif</glob>
                   3923: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118     harris41 3924: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
                   3925: </targetdir>
1.10      harris41 3926: <categoryname>graphic file</categoryname>
                   3927: <description>
1.132     harris41 3928: icons used for directory indexing and login screen
1.10      harris41 3929: </description>
                   3930: <filenames>
1.37      harris41 3931: a.gif;
                   3932: alert.black.gif;
                   3933: alert.red.gif;
                   3934: back.gif;
                   3935: ball.gray.gif;
                   3936: ball.red.gif;
                   3937: binary.gif;
                   3938: binhex.gif;
                   3939: blank.gif;
                   3940: bomb.gif;
                   3941: box1.gif;
                   3942: box2.gif;
                   3943: broken.gif;
                   3944: burst.gif;
                   3945: c.gif;
                   3946: comp.blue.gif;
                   3947: comp.gray.gif;
                   3948: compressed.gif;
                   3949: continued.gif;
                   3950: course.gif;
                   3951: dir.gif;
                   3952: down.gif;
                   3953: dvi.gif;
                   3954: f.gif;
                   3955: folder.gif;
                   3956: folder.open.gif;
                   3957: folder.sec.gif;
                   3958: folder_closed.gif;
                   3959: folder_closed_pressed.gif;
                   3960: folder_new.gif;
                   3961: folder_opened.gif;
                   3962: folder_opened_pressed.gif;
                   3963: folder_pointer_closed.gif;
                   3964: folder_pointer_opened.gif;
                   3965: folder_spacer.gif;
                   3966: folder_trash.gif;
                   3967: forward.gif;
                   3968: generic.gif;
                   3969: generic.red.gif;
                   3970: generic.sec.gif;
                   3971: hand.right.gif;
                   3972: hand.up.gif;
                   3973: html.gif;
                   3974: image1.gif;
                   3975: image2.gif;
                   3976: image3.gif;
                   3977: index.gif;
                   3978: layout.gif;
                   3979: left.gif;
                   3980: link.gif;
                   3981: mov.gif;
                   3982: movie1.gif;
                   3983: p.gif;
                   3984: patch.gif;
                   3985: pdf.gif;
                   3986: portal.gif;
                   3987: problem.gif;
                   3988: ps.gif;
                   3989: quill.gif;
                   3990: right.gif;
                   3991: screw1.gif;
                   3992: screw2.gif;
                   3993: script.gif;
                   3994: sound1.gif;
                   3995: sound2.gif;
                   3996: sphere1.gif;
                   3997: sphere2.gif;
                   3998: tar.gif;
                   3999: tex.gif;
                   4000: text.gif;
                   4001: transfer.gif;
                   4002: unknown.gif;
                   4003: up.gif;
                   4004: uu.gif;
                   4005: uuencoded.gif;
                   4006: white_space_20_22.gif;
                   4007: white_space_22_22.gif;
                   4008: whitespace1.gif;
                   4009: whitespace10.gif;
                   4010: whitespace2.gif;
                   4011: whitespace3.gif;
                   4012: whitespace4.gif;
                   4013: whitespace5.gif;
                   4014: whitespace6.gif;
                   4015: whitespace7.gif;
                   4016: whitespace8.gif;
                   4017: whitespace9.gif;
                   4018: world1.gif;
1.10      harris41 4019: world2.gif
                   4020: </filenames>
                   4021: </fileglob>
                   4022: <fileglob>
                   4023: <glob>*.gif</glob>
                   4024: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 4025: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   4026: </targetdir>
1.10      harris41 4027: <categoryname>graphic file</categoryname>
                   4028: <description>
1.132     harris41 4029: icons used for the bookmark portion of the LON-CAPA user interface
1.10      harris41 4030: </description>
                   4031: <filenames>
1.37      harris41 4032: folder_anim.gif;
                   4033: folder_close.gif;
                   4034: folder_drag.gif;
                   4035: folder_new.gif;
                   4036: folder_open.gif;
                   4037: folder_pointer_closed.gif;
                   4038: folder_pointer_opened.gif;
                   4039: folder_static.gif;
                   4040: folder_trash.gif;
                   4041: folder_trash_hover.gif;
                   4042: left_bar.gif;
                   4043: link.gif;
                   4044: link_anim.gif;
                   4045: link_drag.gif;
                   4046: ll_corner.gif;
                   4047: lower_bar.gif;
                   4048: lr_corner.gif;
                   4049: pix.gif;
                   4050: right_bar.gif;
                   4051: toolbar_bg.gif;
                   4052: ul_corner.gif;
                   4053: upper_bar.gif;
1.10      harris41 4054: ur_corner.gif
                   4055: </filenames>
                   4056: </fileglob>
                   4057: <fileglob>
                   4058: <glob>*.html</glob>
                   4059: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 4060: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   4061: </targetdir>
1.10      harris41 4062: <categoryname>interface file</categoryname>
                   4063: <description>
1.132     harris41 4064: associated with the scheme of displaying bookmarks
1.10      harris41 4065: </description>
                   4066: <filenames>
1.37      harris41 4067: bookmarkmenu_toolbar.html;
                   4068: blank.html;
1.10      harris41 4069: closechildren.html
                   4070: </filenames>
                   4071: </fileglob>
1.4       harris41 4072: <file>
1.10      harris41 4073: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27      harris41 4074: <target dist='default'>
                   4075: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10      harris41 4076: <categoryname>interface file</categoryname>
1.6       harris41 4077: <description>
1.10      harris41 4078: javascript for handling client-side interactions with bookmark interface
1.6       harris41 4079: </description>
1.171     harris41 4080: </file>
                   4081: <file>
                   4082: <source>loncom/build/CHECKRPMS</source>
                   4083: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188     harris41 4084: <categoryname>system script</categoryname>
1.171     harris41 4085: <description>
                   4086: manilla wrapper around check-rpms
                   4087: </description>
                   4088: <status>tested/documented/beta</status>
1.103     harris41 4089: </file>
                   4090: <file>
                   4091: <source>loncom/build/check-rpms</source>
1.152     harris41 4092: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188     harris41 4093: <categoryname>system script</categoryname>
1.103     harris41 4094: <description>
                   4095: compare installed rpms with up-to-date distribution
                   4096: </description>
                   4097: <status>tested/documented/beta</status>
                   4098: </file>
                   4099: <file>
                   4100: <source>doc/man/check-rpms.1</source>
                   4101: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
                   4102: <categoryname>doc</categoryname>
                   4103: <description>man page for check-rpms</description>
                   4104: <build trigger='always run'>
1.115     harris41 4105: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
1.112     harris41 4106: echo 'manifying check-rpms'
1.103     harris41 4107: </build>
                   4108: <status>beta</status>
                   4109: <dependencies>
                   4110: ../../loncom/build/check-rpms
                   4111: </dependencies>
                   4112: </file>
                   4113: <file>
                   4114: <source>doc/scripts/check-rpms.html</source>
1.112     harris41 4115: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
                   4116: </target>
1.103     harris41 4117: <categoryname>doc</categoryname>
                   4118: <description>POD-derived page for check-rpms</description>
                   4119: <build trigger='always run'>
1.118     harris41 4120: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
                   4121: &amp;&amp; echo 'pod2html checkrpms'
1.103     harris41 4122: </build>
                   4123: <status>works/unverified</status>
                   4124: <dependencies>
                   4125: ../../loncom/build/check-rpms
                   4126: </dependencies>
1.4       harris41 4127: </file>
                   4128: <file>
1.10      harris41 4129: <source>loncom/build/loncaparestoreconfigurations</source>
                   4130: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
                   4131: <categoryname>script</categoryname>
1.6       harris41 4132: <description>
1.10      harris41 4133: restores .rpmsave files after a LON-CAPA-base upgrade
1.6       harris41 4134: </description>
1.10      harris41 4135: <status>deprecated</status>
1.4       harris41 4136: </file>
                   4137: <file>
1.10      harris41 4138: <source>loncom/cron/loncapa</source>
                   4139: <target dist='default'>etc/cron.d/loncapa</target>
                   4140: <categoryname>static conf</categoryname>
                   4141: <description>
                   4142: file that specifies periodic processes to run for the LON-CAPA machine
                   4143: </description>
                   4144: </file>
                   4145: <file>
                   4146: <source>loncom/ntp/step-tickers</source>
1.175     harris41 4147: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
                   4148: </target>
                   4149: <categoryname>static conf</categoryname>
1.10      harris41 4150: <description>
                   4151: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   4152: </description>
                   4153: <note>
                   4154: <table cellpadding='0' cellspacing='0' border='1'>
                   4155: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
                   4156: </table>
                   4157: </note>
1.48      harris41 4158: </file>
                   4159: <file>
                   4160: <source>loncom/pam.d/pwauth</source>
                   4161: <target dist='default'>etc/pam.d/pwauth</target>
                   4162: <categoryname>static conf</categoryname>
                   4163: <description>
                   4164: file that allows setuid password privileges for pwauth executable
                   4165: </description>
                   4166: </file>
                   4167: <file>
                   4168: <source>loncom/pam.d/pwchange</source>
                   4169: <target dist='default'>etc/pam.d/pwchange</target>
                   4170: <categoryname>static conf</categoryname>
                   4171: <description>
                   4172: file that allows setuid password privileges for pwchange (lcpasswd) executable
                   4173: </description>
1.10      harris41 4174: </file>
                   4175: <file>
                   4176: <source>loncom/init.d/loncontrol</source>
                   4177: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
                   4178: <categoryname>root script</categoryname>
                   4179: <description>
                   4180: Controls the launching/halting of lonc, lond, and lonsql processes.
                   4181: </description>
                   4182: </file>
                   4183: <link>
1.115     harris41 4184: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10      harris41 4185: <target dist='default'>
1.37      harris41 4186: etc/rc.d/rc0.d/K05loncontrol;
                   4187: etc/rc.d/rc1.d/K05loncontrol;
                   4188: etc/rc.d/rc2.d/K05loncontrol;
                   4189: etc/rc.d/rc3.d/S95loncontrol;
                   4190: etc/rc.d/rc4.d/S95loncontrol;
                   4191: etc/rc.d/rc5.d/S95loncontrol;
1.10      harris41 4192: etc/rc.d/rc6.d/K05loncontrol
                   4193: </target>
                   4194: <categoryname>symbolic link</categoryname>
1.27      harris41 4195: <description>
                   4196: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10      harris41 4197: </link>
                   4198: <file>
                   4199: <source>loncom/atalk/config</source>
1.152     harris41 4200: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175     harris41 4201: <categoryname>static conf</categoryname>
1.6       harris41 4202: <description>
1.27      harris41 4203: configuration file to make LON-CAPA server file space accessible to
                   4204: Appleshares access (Macintosh)
1.6       harris41 4205: </description>
1.4       harris41 4206: </file>
1.14      harris41 4207: </files>
1.1       harris41 4208: </lpml>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>