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

1.67      harris41    1: <!-- loncapafiles.pl
1.14      harris41    2: <!-- Scott Harrison -->
1.67      harris41    3: 
1.74    ! harris41    4: <!-- $Id: loncapafiles.lpml,v 1.73 2001/12/19 21:29:05 harris41 Exp $ -->
1.67      harris41    5: 
                      6: <!--
                      7: 
                      8: Copyright Michigan State University Board of Trustees
                      9: 
                     10: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                     11: 
                     12: LON-CAPA is free software; you can redistribute it and/or modify
                     13: it under the terms of the GNU General Public License as published by
                     14: the Free Software Foundation; either version 2 of the License, or
                     15: (at your option) any later version.
                     16: 
                     17: LON-CAPA is distributed in the hope that it will be useful,
                     18: but WITHOUT ANY WARRANTY; without even the implied warranty of
                     19: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     20: GNU General Public License for more details.
                     21: 
                     22: You should have received a copy of the GNU General Public License
                     23: along with LON-CAPA; if not, write to the Free Software
                     24: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     25: 
                     26: /home/httpd/html/adm/gpl.txt
                     27: 
                     28: http://www.lon-capa.org/
                     29: 
                     30: -->
1.14      harris41   31: 
                     32: <!-- Default values must be defined before specific values. -->
                     33: <!-- If no 'dist' attribute is specified, then it is always installed. -->
                     34: <!-- If 'dist' attribute is set to  'default', then the specification. -->
                     35: <!-- is accepted if an alternative distribution is not requested or not -->
                     36: <!-- defined. -->
1.53      harris41   37: 
1.1       harris41   38: <lpml>
1.70      harris41   39: <specialnotice dist='redhat 7.0 redhat7.1'>
1.69      harris41   40: !!!!!!!!!  REDHAT 7.1   NOTICE   !!!!!!!!!!!!!!!!!!!!
                     41: !!!!!!!!!  LINE IN Cookie.pm     !!!!!!!!!!!!!!!!!!!!
                     42: !!!!!!!!!  MUST BE REPLACED DUE  !!!!!!!!!!!!!!!!!!!!
                     43: !!!!!!!!!  TO PERL 5.6.0 ERROR   !!!!!!!!!!!!!!!!!!!!
                     44: !!!!!!!!!                        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                     45: !!!! The offending line is in CGI/Cookie.pm                           !!
                     46: !!!!                                                                  !!
                     47: !!!! it went from                                                     !!
                     48: !!!!                                                                  !!
                     49: !!!!                                                                  !!
                     50: !!!! # IE requires the path and domain to be present for some reason. !!
                     51: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path;          !!
                     52: !!!!                                                                  !!
                     53: !!!! to                                                               !!
                     54: !!!!                                                                  !!
                     55: !!!!                                                                  !!
                     56: !!!! # IE requires the path and domain to be present for some reason. !!
                     57: !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!
                     58: </specialnotice>
1.1       harris41   59: <targetroot>/</targetroot>
                     60: <sourceroot>/home/user/loncapa/</sourceroot>
1.14      harris41   61: <categories>
1.1       harris41   62: <category name="interface file" type="runtime">
1.5       harris41   63:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   64:   <abbreviation>interfacefile</abbreviation>
1.1       harris41   65: </category>
                     66: <category name="interface file" type="development">
1.5       harris41   67:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55      harris41   68:   <abbreviation>interfacefile</abbreviation>
1.1       harris41   69: </category>
                     70: <category name="setuid script" type="runtime">
1.5       harris41   71:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55      harris41   72:   <abbreviation>setuid</abbreviation>
1.1       harris41   73: </category>
                     74: <category name="setuid script" type="development">
1.5       harris41   75:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55      harris41   76:   <abbreviation>setuid</abbreviation>
1.1       harris41   77: </category>
                     78: <category name="handler" type="runtime">
1.5       harris41   79:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   80:   <abbreviation>handler</abbreviation>
1.1       harris41   81: </category>
                     82: <category name="handler" type="development">
1.5       harris41   83:   <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55      harris41   84:   <abbreviation>handler</abbreviation>
1.1       harris41   85: </category>
                     86: <category name="static conf" type="runtime">
1.5       harris41   87:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   88:   <abbreviation>static</abbreviation>
1.1       harris41   89: </category>
                     90: <category name="static conf" type="development">
1.5       harris41   91:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41   92:   <abbreviation>static</abbreviation>
1.1       harris41   93: </category>
                     94: <category name="conf" type="runtime">
1.5       harris41   95:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41   96:   <abbreviation>configurable</abbreviation>
1.1       harris41   97: </category>
                     98: <category name="conf" type="development">
1.5       harris41   99:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  100:   <abbreviation>configurable</abbreviation>
1.1       harris41  101: </category>
                    102: <category name="script" type="runtime">
1.51      harris41  103:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55      harris41  104:   <abbreviation>script</abbreviation>
1.1       harris41  105: </category>
                    106: <category name="script" type="development">
1.51      harris41  107:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55      harris41  108:   <abbreviation>script</abbreviation>
1.1       harris41  109: </category>
                    110: <category name="graphic file" type="runtime">
1.5       harris41  111:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55      harris41  112:   <abbreviation>graphicfile</abbreviation>
1.1       harris41  113: </category>
                    114: <category name="graphic file" type="development">
1.5       harris41  115:   <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55      harris41  116:   <abbreviation>graphicfile</abbreviation>
1.1       harris41  117: </category>
                    118: <category name="system file" type="runtime">
1.5       harris41  119:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  120:   <abbreviation>systemfile</abbreviation>
1.1       harris41  121: </category>
                    122: <category name="system file" type="development">
1.5       harris41  123:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55      harris41  124:   <abbreviation>systemfile</abbreviation>
1.1       harris41  125: </category>
                    126: <category name="root script" type="runtime">
1.5       harris41  127:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55      harris41  128:   <abbreviation>rootscript</abbreviation>
1.1       harris41  129: </category>
                    130: <category name="root script" type="development">
1.5       harris41  131:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55      harris41  132:   <abbreviation>rootscript</abbreviation>
1.1       harris41  133: </category>
                    134: <category name="symbolic link" type="runtime">
1.5       harris41  135:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55      harris41  136:   <abbreviation>link</abbreviation>
1.1       harris41  137: </category>
                    138: <category name="symbolic link" type="development">
1.5       harris41  139:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55      harris41  140:   <abbreviation>link</abbreviation>
1.1       harris41  141: </category>
                    142: <category name="standard" type="runtime">
1.5       harris41  143:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56      harris41  144:   <abbreviation>directory</abbreviation>
1.1       harris41  145: </category>
                    146: <category name="standard" type="development">
1.5       harris41  147:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56      harris41  148:   <abbreviation>directory</abbreviation>
1.1       harris41  149: </category>
                    150: <category name="server standard" type="runtime">
1.5       harris41  151:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56      harris41  152:   <abbreviation>directory</abbreviation>
1.1       harris41  153: </category>
                    154: <category name="server standard" type="development">
1.5       harris41  155:   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56      harris41  156:   <abbreviation>directory</abbreviation>
1.1       harris41  157: </category>
                    158: <category name="server readonly" type="runtime">
1.5       harris41  159:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56      harris41  160:   <abbreviation>directory</abbreviation>
1.1       harris41  161: </category>
                    162: <category name="server readonly" type="development">
1.5       harris41  163:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56      harris41  164:   <abbreviation>directory</abbreviation>
1.1       harris41  165: </category>
1.14      harris41  166: </categories>
1.2       harris41  167: <rpm>
1.3       harris41  168:   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
                    169:   <rpmName>LON-CAPA-base</rpmName>
                    170:   <rpmVersion>3.1</rpmVersion>
                    171:   <rpmRelease>1</rpmRelease>
1.27      harris41  172:   <rpmVendor>Laboratory for Instructional Technology Education,
                    173: Division of Science and Mathematics Education, Michigan State University.
                    174:   </rpmVendor>
1.3       harris41  175:   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
                    176:   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
                    177:   <rpmGroup>Utilities/System</rpmGroup>
                    178:   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
                    179:   <rpmAutoReqProv>no</rpmAutoReqProv>
1.10      harris41  180:   <rpmdescription>This package facilitates a base installation of LON-CAPA files in their directories.\n
                    181: The files in this package are only those directly associated with the network communication\n
                    182: layer established through direct server-to-server communications (via lond and lonc); plus\n
                    183: those which configure (but otherwise not constitute) external software packages like Apache\n
                    184: and Athena-Kerberos.  For more on the LON-CAPA project, visit http://www.lon-capa.org/.</rpmdescription>
                    185:   <rpmpre>echo '***********************************************************************'\n
                    186: echo 'LON-CAPA  LearningOnline with CAPA'\n
                    187: echo 'http://www.lon-capa.org/'\n
                    188: echo 'Gerd Kortemeyer, et al'\n
                    189: echo 'Laboratory for Instructional Technology Education'\n
                    190: echo 'Michigan State University'\n
                    191: echo 'General Public License, Version 2, June 1991'\n
                    192: echo '** Michigan State University patents may apply **'\n
                    193: echo ' '\n
                    194: echo 'This installation assumes an installation of Redhat 6.2'\n
                    195: echo ' '\n
                    196: echo 'The server computer should be currently connected to the ethernet'\n
                    197: echo ' '\n
                    198: echo 'The files in this package are only those directly associated with the network communication'\n
                    199: echo 'layer established through direct server-to-server communications (via lond and lonc); plus'\n
                    200: echo 'those which configure (but otherwise not constitute) external software packages like Apache'\n
                    201: echo 'and Athena-Kerberos.'\n
                    202: echo '***********************************************************************'\n
                    203: </rpmpre>
1.2       harris41  204: </rpm>
1.14      harris41  205: <directories>
1.2       harris41  206: <directory>
1.37      harris41  207:   <targetdir dist='default'>etc</targetdir>
                    208:   <categoryname>standard</categoryname>
                    209:   <description>standard linux directory for configuration files</description>
                    210: </directory>
                    211: <directory>
                    212:   <targetdir dist='default'>etc/atalk</targetdir>
                    213:   <categoryname>standard</categoryname>
                    214:   <description>appletalk configuration files</description>
                    215: </directory>
                    216: <directory>
                    217:   <targetdir dist='default'>etc/cron.d</targetdir>
                    218:   <categoryname>standard</categoryname>
                    219:   <description>standard linux directory for running time-based "jobs"
                    220:   </description>
                    221: </directory>
                    222: <directory>
1.5       harris41  223:   <targetdir dist='default'>etc/httpd/conf</targetdir>
1.3       harris41  224:   <categoryname>standard</categoryname>
                    225:   <description>web configuration files</description>
                    226: </directory>
                    227: <directory>
1.37      harris41  228:   <targetdir dist='default'>etc/ntp</targetdir>
                    229:   <categoryname>standard</categoryname>
                    230:   <description>configuration directory for network time protocol</description>
                    231: </directory>
                    232: <directory>
1.48      harris41  233:   <targetdir dist='default'>etc/pam.d</targetdir>
                    234:   <categoryname>standard</categoryname>
                    235:   <description>configuration directory for password authentication mechanism
                    236:   </description>
                    237: </directory>
                    238: <directory>
1.37      harris41  239:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
                    240:   <targetdir dist='redhat7.1 debian2.2'>etc/init.d</targetdir>
                    241:   <categoryname>standard</categoryname>
                    242:   <description>scripts that run during system startup</description>
                    243: </directory>
                    244: <directory>
                    245:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
                    246:   <targetdir dist='redhat7.1 debian2.2'>etc/rc0.d</targetdir>
                    247:   <categoryname>standard</categoryname>
                    248:   <description>scripts that run for run-level 0</description>
                    249: </directory>
                    250: <directory>
                    251:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
                    252:   <targetdir dist='redhat7.1 debian2.2'>etc/rc1.d</targetdir>
                    253:   <categoryname>standard</categoryname>
                    254:   <description>scripts that run for run-level 1</description>
                    255: </directory>
                    256: <directory>
                    257:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
                    258:   <targetdir dist='redhat7.1 debian2.2'>etc/rc2.d</targetdir>
                    259:   <categoryname>standard</categoryname>
                    260:   <description>scripts that run for run-level 2</description>
                    261: </directory>
                    262: <directory>
                    263:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
                    264:   <targetdir dist='redhat7.1 debian2.2'>etc/rc3.d</targetdir>
                    265:   <categoryname>standard</categoryname>
                    266:   <description>scripts that run for run-level 3</description>
                    267: </directory>
                    268: <directory>
                    269:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
                    270:   <targetdir dist='redhat7.1 debian2.2'>etc/rc4.d</targetdir>
                    271:   <categoryname>standard</categoryname>
                    272:   <description>scripts that run for run-level 4</description>
                    273: </directory>
                    274: <directory>
                    275:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
                    276:   <targetdir dist='redhat7.1 debian2.2'>etc/rc5.d</targetdir>
                    277:   <categoryname>standard</categoryname>
                    278:   <description>scripts that run for run-level 5</description>
                    279: </directory>
                    280: <directory>
                    281:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
                    282:   <targetdir dist='redhat7.1 debian2.2'>etc/rc6.d</targetdir>
                    283:   <categoryname>standard</categoryname>
                    284:   <description>scripts that run for run-level 6</description>
                    285: </directory>
                    286: <directory>
1.5       harris41  287:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3       harris41  288:   <categoryname>standard</categoryname>
                    289:   <description>tab-formatted reference files</description>
                    290: </directory>
                    291: <directory>
1.5       harris41  292:   <targetdir dist='default'>home/httpd</targetdir>
1.3       harris41  293:   <categoryname>standard</categoryname>
                    294:   <description>start of the web server tree</description>
                    295: </directory>
                    296: <directory>
1.5       harris41  297:   <targetdir dist='default'>home/httpd/perl</targetdir>
1.10      harris41  298:   <categoryname>server readonly</categoryname>
1.3       harris41  299:   <description>perl scripts for managing the LON-CAPA system</description>
                    300: </directory>
                    301: <directory>
1.5       harris41  302:   <targetdir dist='default'>home/httpd/perl/logs</targetdir>
1.3       harris41  303:   <categoryname>server standard</categoryname>
1.27      harris41  304:   <description>location where system performance and error logs are kept
                    305:   </description>
1.3       harris41  306: </directory>
                    307: <directory>
1.5       harris41  308:   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3       harris41  309:   <categoryname>server standard</categoryname>
1.27      harris41  310:   <description>location where temporary files (for caching) are stored
                    311:   </description>
1.3       harris41  312: </directory>
                    313: <directory>
1.64      harris41  314:   <targetdir dist='default'>home/httpd/prtspool</targetdir>
                    315:   <categoryname>server standard</categoryname>
                    316:   <description>for the output of lonprintout.pm
                    317:   </description>
                    318: </directory>
                    319: <directory>
1.34      albertel  320:   <targetdir dist='default'>home/httpd/lib/perl</targetdir>
                    321:   <categoryname>server readonly</categoryname>
                    322:   <description>location of LON-CAPA non web mod-perl handlers</description>
                    323: </directory>
                    324: <directory>
1.5       harris41  325:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3       harris41  326:   <categoryname>server readonly</categoryname>
                    327:   <description>location of LON-CAPA web mod-perl handlers</description>
                    328: </directory>
                    329: <directory>
1.5       harris41  330:   <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3       harris41  331:   <categoryname>server standard</categoryname>
                    332:   <description>cookie jar</description>
                    333: </directory>
                    334: <directory>
1.5       harris41  335:   <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3       harris41  336:   <categoryname>server standard</categoryname>
                    337:   <description>lonc's sockets</description>
                    338: </directory>
                    339: <directory>
1.5       harris41  340:   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3       harris41  341:   <categoryname>server standard</categoryname>
                    342:   <description>lonc's sockets (delayed)</description>
                    343: </directory>
                    344: <directory>
1.26      harris41  345:   <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
                    346:   <categoryname>standard</categoryname>
                    347:   <description>location of cgi scripts</description>
                    348: </directory>
                    349: <directory>
1.5       harris41  350:   <targetdir dist='default'>home/httpd/html</targetdir>
1.3       harris41  351:   <categoryname>server standard</categoryname>
                    352:   <description>location of web-accessible file tree</description>
                    353: </directory>
                    354: <directory>
1.5       harris41  355:   <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3       harris41  356:   <categoryname>server standard</categoryname>
                    357:   <description>root of resource tree</description>
                    358: </directory>
                    359: <directory>
1.5       harris41  360:   <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3       harris41  361:   <categoryname>server readonly</categoryname>
                    362:   <description>unauthenticated resources</description>
                    363: </directory>
                    364: <directory>
1.5       harris41  365:   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
1.3       harris41  366:   <categoryname>server readonly</categoryname>
                    367:   <description>home of the rat</description>
                    368: </directory>
                    369: <directory>
1.32      harris41  370:   <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
                    371:   <categoryname>server readonly</categoryname>
                    372:   <description>online help documentation</description>
                    373: </directory>
                    374: <directory>
1.73      harris41  375:   <targetdir dist='default'>home/httpd/html/adm/help/api</targetdir>
                    376:   <categoryname>server readonly</categoryname>
                    377:   <description>online help documentation for the LON-CAPA programming
                    378: interface</description>
                    379: </directory>
                    380: <directory>
                    381:   <targetdir dist='default'>home/httpd/html/adm/help/api/Apache</targetdir>
                    382:   <categoryname>server readonly</categoryname>
                    383:   <description>online help documentation for the LON-CAPA programming
                    384: interface, Apache (mod_perl) handlers</description>
                    385: </directory>
                    386: <directory>
1.5       harris41  387:   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
1.3       harris41  388:   <categoryname>server readonly</categoryname>
                    389:   <description>graphic widgets</description>
                    390: </directory>
                    391: <directory>
1.5       harris41  392:   <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
1.3       harris41  393:   <categoryname>server readonly</categoryname>
1.57      harris41  394:   <description>miscellaneous resources</description>
1.3       harris41  395: </directory>
                    396: <directory>
1.5       harris41  397:   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
1.3       harris41  398:   <categoryname>server readonly</categoryname>
                    399:   <description>error warnings and icons</description>
                    400: </directory>
                    401: <directory>
1.5       harris41  402:   <targetdir dist='default'>home/httpd/lonUsers</targetdir>
1.3       harris41  403:   <categoryname>server standard</categoryname>
1.10      harris41  404:   <description>Home directories of local users.  There is a five-tier
1.3       harris41  405: structure to the directories:
                    406: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,
                    407: a user fredflint at MSU would have his information located in
1.10      harris41  408: lonUsers/msu/f/r/e/fredflint.<br />&nbsp;<br />Within this directory there are
1.27      harris41  409: a variety of files which govern the scope of what a user can do within the
                    410: LON-CAPA system.  A passwd file determines the type of authentication
                    411: mechanism to use.
                    412:  There also are files such as roles.hist (and its database compilation,
1.3       harris41  413: roles.db) which specify the roles and privileges for a user in the
                    414: LON-CAPA system.</description>
                    415: </directory>
                    416: <directory>
1.5       harris41  417:   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
1.3       harris41  418:   <categoryname>server readonly</categoryname>
                    419:   <description>mathematics markup language resources</description>
                    420: </directory>
                    421: <directory>
1.5       harris41  422:   <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
1.3       harris41  423:   <categoryname>server readonly</categoryname>
1.27      harris41  424:   <description>files useful for including within customized scripting
                    425:   </description>
1.3       harris41  426: </directory>
                    427: <directory>
1.27      harris41  428:   <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
                    429:   </targetdir>
1.19      harris41  430:   <categoryname>server readonly</categoryname>
                    431:   <description>template files useful for customized scripts</description>
                    432: </directory>
                    433: <directory>
1.5       harris41  434:   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3       harris41  435:   <categoryname>server standard</categoryname>
                    436:   <description>status reports</description>
                    437: </directory>
                    438: <directory>
1.5       harris41  439:   <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
1.3       harris41  440:   <categoryname>server readonly</categoryname>
                    441:   <description>web user interface resources</description>
                    442: </directory>
                    443: <directory>
1.27      harris41  444:   <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
                    445:   </targetdir>
1.3       harris41  446:   <categoryname>server readonly</categoryname>
                    447:   <description>bookmark user interface code</description>
                    448: </directory>
                    449: <directory>
1.27      harris41  450:   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
                    451:   </targetdir>
1.3       harris41  452:   <categoryname>server readonly</categoryname>
                    453:   <description></description>
                    454: </directory>
                    455: <directory>
1.37      harris41  456:   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
                    457:   </targetdir>
                    458:   <categoryname>server readonly</categoryname>
                    459:   <description>icons that help depict the file system (outdated)</description>
1.3       harris41  460: </directory>
                    461: <directory>
1.37      harris41  462:   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
                    463:   <targetdir dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
                    464:   <targetdir dist='debian2.2'>usr/local/lib/perl/5.6.0</targetdir>
1.3       harris41  465:   <categoryname>standard</categoryname>
1.37      harris41  466:   <description>system perl tree (usually present on linux systems)
1.27      harris41  467:   </description>
1.3       harris41  468: </directory>
                    469: <directory>
1.73      harris41  470:   <targetdir dist='default'>usr/lib/perl5/man/man3</targetdir>
                    471:   <categoryname>standard</categoryname>
                    472:   <description>perl module manual pages</description>
                    473: </directory>
                    474: <directory>
1.37      harris41  475:   <targetdir dist='default'>usr/sbin</targetdir>
1.3       harris41  476:   <categoryname>standard</categoryname>
1.37      harris41  477:   <description>standard linux directory for superuser executables</description>
1.2       harris41  478: </directory>
1.14      harris41  479: </directories>
                    480: <files>
1.4       harris41  481: <file>
1.37      harris41  482: <source>loncom/krb.conf</source>
                    483: <target dist='default'>etc/krb.conf</target>
                    484: <categoryname>conf</categoryname>
                    485: <description>
                    486: which Kerberos server to contact for specified Kerberos domains
                    487: </description>
                    488: <note>
1.59      harris41  489: <table cellpadding='0' cellspacing='0' border='1'>
1.37      harris41  490: <tr><td>
                    491: list elements are separated by newlines
                    492: </td></tr>
                    493: <tr><td>
                    494: each list element consists of only two subelements separated by a colon
                    495: <br />
                    496: <ul>
                    497: <li>Kerberos domain value</li>
                    498: <li>Kerberos server IP address</li>
                    499: </ul>
                    500: </td></tr>
                    501: </table>
                    502: </note>
                    503: </file>
                    504: <file>
1.4       harris41  505: <source>loncom/access.conf</source>
1.5       harris41  506: <target dist='default'>etc/httpd/conf/access.conf</target>
1.4       harris41  507: <categoryname>conf</categoryname>
                    508: <description>
                    509: This file has two major functions.
                    510: For the Apache web server, it defines a global
                    511: access configuration which defines what server options (Indexes", "Includes",
                    512: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
                    513: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
                    514: and "/usr/doc").  For the LON-CAPA network server and perl module
                    515: handlers, it defines machine specific settings (lonHostID, lonRole,
                    516: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)
                    517: and internal machine settings for specific directories, socket ports,
                    518: and browser detection logic.
                    519: </description>
                    520: <note>
                    521: <b>configure</b>
                    522: <br />
                    523: <table cellpadding=0 cellspacing=0 border=1>
1.27      harris41  524: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
                    525: machine</td></tr>
                    526: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
                    527: access</td></tr>
1.4       harris41  528: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
                    529: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
                    530: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
1.27      harris41  531: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
                    532: seconds</td></tr>
1.10      harris41  533: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
1.27      harris41  534: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
                    535: MySQL database</td></tr>
1.4       harris41  536: </table>
                    537: </note>
                    538: </file>
                    539: <file>
                    540: <source>loncom/httpd.conf</source>
1.5       harris41  541: <target dist='default'>etc/httpd/conf/httpd.conf</target>
1.4       harris41  542: <categoryname>static conf</categoryname>
                    543: <description>
                    544: This is the main server configuration file.  The settings here are
                    545: more or less standard for the Apache web server.  Most notably (and
                    546: importantly!), perl handling and mod_perl are enabled in this configuration
                    547: file.
                    548: </description>
                    549: </file>
                    550: <file>
                    551: <source>loncom/srm.conf</source>
1.5       harris41  552: <target dist='default'>etc/httpd/conf/srm.conf</target>
1.4       harris41  553: <categoryname>static conf</categoryname>
                    554: <description>
                    555: <p>
                    556: This file configures the "name space" of the Apache web server.  
                    557: <tt>srm.conf</tt>
                    558: defines when specific perl modules should be called to handle a given
                    559: request.  This definition is a function of both the name of the perl module,
                    560: and a specific regular expression associated with the URL, such as
                    561: "^/res/.*\.page".
                    562: </p>
                    563: <p>
                    564: Here is an example entry:
                    565: <pre>
                    566: &lt;LocationMatch "^/res/.*\.page$&gt;
                    567: SetHandler perl-script
                    568: PerlHandler Apache::lonpage
                    569: &lt;/LocationMatch&gt;
                    570: </pre>
                    571: </p>
                    572: </description>
                    573: </file>
                    574: <file>
                    575: <source>loncom/startup.pl</source>
1.5       harris41  576: <target dist='default'>etc/httpd/conf/startup.pl</target>
1.4       harris41  577: <categoryname>static conf</categoryname>
                    578: <description>
                    579: This file provides initializations for perl handlers.  It adjusts what
                    580: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
                    581: well as causing the Apache module to be used for every perl handler.
                    582: <tt>startup.pl</tt> is invoked by <tt>access.conf</tt>.
                    583: </description>
                    584: </file>
                    585: <file>
1.46      harris41  586: <source>loncom/publisher/thesaurus.dat</source>
                    587: <target dist='default'>home/httpd/lonTabs/thesaurus.dat</target>
                    588: <categoryname>static conf</categoryname>
                    589: <description>
                    590: Custom Thesaurus file for LON-CAPA, in the format
                    591: word@wordID@frequency@relatedwordID:frequency,relatedwordID:frequency,...
                    592: </description>
                    593: </file>
                    594: <file>
1.10      harris41  595: <source>loncom/interface/mydesk.tab</source>
                    596: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
                    597: <categoryname>static conf</categoryname>
                    598: <description>
                    599: Config file for "My Desk"
                    600: </description>
                    601: </file>
                    602: <file>
1.4       harris41  603: <source>loncom/interface/filetypes.tab</source>
1.5       harris41  604: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
1.4       harris41  605: <categoryname>static conf</categoryname>
                    606: <description>
                    607: Descriptive list of file extensions, and extension groupings.
1.26      harris41  608: </description>
                    609: </file>
                    610: <file>
                    611: <source>loncom/cgi/barcode.gif</source>
                    612: <target dist='default'>home/httpd/cgi-bin/barcode.gif</target>
                    613: <categoryname>script</categoryname>
                    614: <description>
                    615: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
                    616: parameter.
1.4       harris41  617: </description>
                    618: </file>
                    619: <file>
1.45      harris41  620: <source>loncom/cgi/graph.gif</source>
                    621: <target dist='default'>home/httpd/cgi-bin/graph.gif</target>
                    622: <categoryname>script</categoryname>
                    623: <description>
                    624: Dynamically outputs a graph especially for lonstatistics.pm.
                    625: </description>
                    626: <note>
                    627: Depends on perl modules:
                    628: GDGraph-1.33 and GDTextUtils-0.80.
1.64      harris41  629: </note>
1.65      harris41  630: </file>
                    631: <file>
1.66      harris41  632: <source>loncom/cgi/plot.gif</source>
1.65      harris41  633: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
                    634: <categoryname>script</categoryname>
                    635: <description>
                    636: Dynamically outputs X-Y plots with point, line, etc functions.
                    637: </description>
1.64      harris41  638: </file>
                    639: <file>
                    640: <source>loncom/interface/printout.pl</source>
                    641: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
                    642: <categoryname>script</categoryname>
                    643: <description>
                    644: cgi script
                    645: </description>
                    646: <note>
                    647: Depends on srm.conf entry:
                    648: Alias /prtspool/ /home/httpd/prtspool/
                    649: as well as a /home/httpd/prtspool directory.
1.45      harris41  650: </note>
                    651: </file>
                    652: <file>
1.41      harris41  653: <source>loncom/cgi/metadata_keywords.pl</source>
                    654: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
                    655: <categoryname>script</categoryname>
                    656: <description>
                    657: a cgi-script (not mod_perl), which contacts MySQL and pulls
                    658: out all keywords in this format:
                    659: 
                    660: coil,magnetic,transformer
                    661: transformer,coils,current,amperes,voltage,transformers,coil
                    662: flux,magnetic,current,transformer
                    663: coil,loop,field,magnetic
                    664: 
                    665: ... etc (one line per entry).
                    666: 
                    667: and simply prints this text-only (no markup) to the browser
                    668: </description>
                    669: </file>
1.43      harris41  670: <fileglob>
1.60      harris41  671: <glob>*.*</glob>
1.43      harris41  672: <sourcedir>loncom/homework/templates/</sourcedir>
                    673: <targetdir dist='default'>
                    674: home/httpd/html/res/adm/includes/templates/</targetdir>
                    675: <categoryname>static conf</categoryname>
                    676: <description>
                    677: Template files for generating new resources.
                    678: </description>
                    679: <filenames>
1.59      harris41  680: blank.library;
                    681: blank.library.meta;
                    682: blank.problem;
                    683: blank.problem.meta;
1.63      harris41  684: formula.problem;
                    685: formula.problem.meta;
1.59      harris41  686: numerical.problem;
                    687: numerical.problem.meta;
                    688: RadioResponse.problem;
                    689: RadioResponse.problem.meta;
                    690: SelectFromOptions-4ConceptGoups.problem;
                    691: SelectFromOptions-4ConceptGoups.problem.meta;
                    692: SelectFromOptions-5ConceptGoups.problem;
                    693: SelectFromOptions-5ConceptGoups.problem.meta;
                    694: SelectFromOptions-6ConceptGoups.problem;
                    695: SelectFromOptions-6ConceptGoups.problem.meta;
                    696: SelectFromOptions-7ConceptGoups.problem;
                    697: SelectFromOptions-7ConceptGoups.problem.meta;
                    698: SelectFromOptions-8ConceptGoups.problem;
                    699: SelectFromOptions-8ConceptGoups.problem.meta;
                    700: SelectFromOptions-Simple.problem;
                    701: SelectFromOptions-Simple.problem.meta;
1.63      harris41  702: script.library;
                    703: script.library.meta;
1.59      harris41  704: SimpleStringResponse.problem;
                    705: SimpleStringResponse.problem.meta;
                    706: StringResponse.problem;
1.44      harris41  707: StringResponse.problem.meta
1.43      harris41  708: </filenames>
                    709: </fileglob>
1.19      harris41  710: <file>
1.4       harris41  711: <source>loncom/homework/insertlist.tab</source>
1.5       harris41  712: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
1.4       harris41  713: <categoryname>static conf</categoryname>
                    714: <description>
1.8       harris41  715: Describes what tags are allowed inside other tags.
1.4       harris41  716: </description>
                    717: </file>
                    718: <file>
1.47      harris41  719: <source>CAPA/JavaTools/GLabel.class</source>
                    720: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
                    721: </target>
                    722: <categoryname>static conf</categoryname>
                    723: <description>
                    724: Java applet for labelling graphs.
                    725: </description>
                    726: <note>
                    727: Built from Glabel.java.  Still working on build/dependency details.
                    728: </note>
                    729: </file>
                    730: <file>
1.4       harris41  731: <source>loncom/interface/default.assesscalc</source>
1.27      harris41  732: <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc
                    733: </target>
1.4       harris41  734: <categoryname>static conf</categoryname>
                    735: <description>
                    736: Default spreadsheet for individual assessment.
                    737: </description>
                    738: </file>
                    739: <file>
                    740: <source>loncom/interface/default.studentcalc</source>
1.27      harris41  741: <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc
                    742: </target>
1.4       harris41  743: <categoryname>static conf</categoryname>
                    744: <description>
                    745: Default spreadsheet for assessment of students.
                    746: </description>
                    747: </file>
                    748: <file>
1.10      harris41  749: <source>loncom/interface/default.classcalc</source>
1.27      harris41  750: <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc
                    751: </target>
1.10      harris41  752: <categoryname>static conf</categoryname>
                    753: <description>
                    754: Default spreadsheet for assessment of a class.
                    755: </description>
                    756: </file>
                    757: <file>
1.4       harris41  758: <source>loncom/auth/roles.tab</source>
1.5       harris41  759: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4       harris41  760: <categoryname>static conf</categoryname>
                    761: <description>
1.27      harris41  762: List of privileges associated with users of multiple types (for example:
                    763: Teaching Assistant, Exam Proctor, Course Coordinator)
1.4       harris41  764: </description>
                    765: </file>
                    766: <file>
1.5       harris41  767: <source>loncom/auth/rolesplain.tab</source>
                    768: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
                    769: <categoryname>static conf</categoryname>
                    770: <description>
1.10      harris41  771: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5       harris41  772: and privileges available in the network with function
                    773: </description>
1.4       harris41  774: </file>
                    775: <file>
1.5       harris41  776: <source>loncom/hosts.tab</source>
                    777: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
                    778: <categoryname>conf</categoryname>
                    779: <description>
1.10      harris41  780: List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
                    781: <tt>lonDefDomain</tt> and <u>IP address</u>.
1.5       harris41  782: </description>
1.4       harris41  783: </file>
                    784: <file>
1.5       harris41  785: <source>loncom/spare.tab</source>
                    786: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
                    787: <categoryname>conf</categoryname>
                    788: <description>
                    789: Spare hosts to offload session to if the LON-CAPA machine is overloaded
                    790: </description>
                    791: <note>
                    792: <b>configure</b><br />
                    793: <table cellpadding=0 cellspacing=0 border=1>
                    794: <tr><td>
                    795: list elements are separated by newlines
                    796: </td></tr>
                    797: <tr><td>
                    798: each list element consists of only one value; the value for <tt>lonHostID</tt>
                    799: in <tt>access.conf</tt>
                    800: </td></tr>
                    801: </table>
                    802: </note>
1.4       harris41  803: </file>
                    804: <file>
1.5       harris41  805: <source>loncom/htpasswd</source>
                    806: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
                    807: <categoryname>conf</categoryname>
                    808: <description>
                    809: Basic auth password to access /lon-status and /server-status
                    810: </description>
1.4       harris41  811: </file>
                    812: <file>
1.5       harris41  813: <source>loncom/smb.conf</source>
                    814: <target dist='default'>etc/smb.conf</target>
1.71      harris41  815: <target dist='redhat7.1'>etc/samba/smb.conf</target>
1.5       harris41  816: <categoryname>conf</categoryname>
                    817: <description>
1.27      harris41  818: configuration file to make LON-CAPA server file space accessible to network
                    819: neighborhood
1.5       harris41  820: </description>
1.4       harris41  821: </file>
                    822: <file>
1.5       harris41  823: <source>loncom/ntp.conf</source>
                    824: <target dist='default'>etc/ntp.conf</target>
                    825: <categoryname>conf</categoryname>
                    826: <description>
                    827: which NTP server to contact for information (XNTP3 standard)
                    828: </description>
                    829: <note>
                    830: <table cellpadding=0 cellspacing=0 border=1>
                    831: <tr><td>
                    832: only one line needs to be changed to specify a server ip address
                    833: </td></tr>
                    834: <tr><td>
                    835: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
                    836: </td></tr>
                    837: </table>
                    838: </note>
1.4       harris41  839: </file>
                    840: <file>
1.5       harris41  841: <source>loncom/metadata_database/searchcat.pl</source>
                    842: <target dist='default'>home/httpd/perl/searchcat.pl</target>
                    843: <categoryname>script</categoryname>
                    844: <description>
                    845: Batch script for updating SQL metadata database.
                    846: </description>
1.4       harris41  847: </file>
                    848: <file>
1.5       harris41  849: <source>loncom/lonc</source>
                    850: <target dist='default'>home/httpd/perl/lonc</target>
                    851: <categoryname>script</categoryname>
                    852: <description>
                    853: proxy server
                    854: </description>
1.4       harris41  855: </file>
                    856: <file>
1.5       harris41  857: <source>loncom/lond</source>
                    858: <target dist='default'>home/httpd/perl/lond</target>
                    859: <categoryname>script</categoryname>
                    860: <description>
                    861: This is a remote command interpreter on a TCP LON-CAPA network layer.
                    862: It accepts and processes incoming requests from other LON-CAPA machines
                    863: on the network.  lond's functionality is self-contained in the sense
                    864: that it does not reference (import, require, use) any other file
                    865: described in this document.  There are only 15 subroutines in this
                    866: script, however the <TT>make_new_child</TT> subroutine is quite
                    867: complex since it parses and responds about 29 different types of 
                    868: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
                    869: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
                    870: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
                    871: tmpput, tmpget, and ls).
                    872: </description>
1.4       harris41  873: </file>
                    874: <file>
1.35      harris41  875: <source>loncom/cgi/loncron.pl</source>
                    876: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
                    877: <categoryname>script</categoryname>
                    878: <description>CGI script that starts and pipes output of loncron</description>
                    879: </file>
                    880: <file>
1.5       harris41  881: <source>loncom/loncron</source>
                    882: <target dist='default'>home/httpd/perl/loncron</target>
                    883: <categoryname>script</categoryname>
                    884: <description>housekeeping</description>
1.4       harris41  885: </file>
                    886: <file>
1.5       harris41  887: <source>loncom/lonsql</source>
                    888: <target dist='default'>home/httpd/perl/lonsql</target>
                    889: <categoryname>script</categoryname>
                    890: <description>maintain secondary database of metadata</description>
1.4       harris41  891: </file>
                    892: <file>
1.5       harris41  893: <source>loncom/lcpasswd</source>
                    894: <target dist='default'>home/httpd/perl/lcpasswd</target>
                    895: <categoryname>setuid script</categoryname>
                    896: <description>
1.48      harris41  897: Coordinates the system services and files in order to allow lond to change
                    898: user passwords.
1.5       harris41  899: </description>
1.48      harris41  900: <status>being updated</status>
                    901: </file>
                    902: <file>
                    903: <source>loncom/pwchange</source>
                    904: <target dist='default'>home/httpd/perl/pwchange</target>
                    905: <categoryname>setuid script</categoryname>
                    906: <description>
                    907: Allows www to change user passwords.
                    908: </description>
                    909: <status>being updated</status>
1.4       harris41  910: </file>
                    911: <file>
1.5       harris41  912: <source>loncom/lcuseradd</source>
                    913: <target dist='default'>home/httpd/perl/lcuseradd</target>
                    914: <categoryname>setuid script</categoryname>
                    915: <description>
1.48      harris41  916: Coordinates the system services and files in order to allow lond to add a
                    917: new user.
1.5       harris41  918: </description>
1.48      harris41  919: <status>being updated</status>
1.4       harris41  920: </file>
                    921: <file>
1.5       harris41  922: <source>loncom/lcuserdel</source>
                    923: <target dist='default'>home/httpd/perl/lcuserdel</target>
                    924: <categoryname>setuid script</categoryname>
                    925: <description>
1.48      harris41  926: Coordinates the system services and files in order to allow lond to delete a
                    927: user.
1.5       harris41  928: </description>
1.10      harris41  929: <status>deprecated</status>
1.4       harris41  930: </file>
                    931: <file>
1.5       harris41  932: <source>loncom/lcnfson</source>
                    933: <target dist='default'>home/httpd/perl/lcnfson</target>
                    934: <categoryname>setuid script</categoryname>
                    935: <description>
                    936: coordinates the system services and files in order to allow lond to enable NFS
                    937: for a user
                    938: </description>
1.10      harris41  939: <status>deprecated</status>
1.4       harris41  940: </file>
                    941: <file>
1.5       harris41  942: <source>loncom/lcnfsoff</source>
                    943: <target dist='default'>home/httpd/perl/lcnfsoff</target>
                    944: <categoryname>setuid script</categoryname>
                    945: <description>
                    946: coordinates the system services and files in order to allow lond to disable NFS
                    947: for a user
                    948: </description>
1.10      harris41  949: <status>deprecated</status>
1.53      harris41  950: </file>
                    951: <file>
                    952: <source>loncom/license/gpl.txt</source>
                    953: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
                    954: <categoryname>interface file</categoryname>
                    955: <description>
                    956: GNU General Public License.  Long live the cause of freeware!
                    957: </description>
1.4       harris41  958: </file>
                    959: <file>
1.62      harris41  960: <source>loncom/license/about.html</source>
                    961: <target dist='default'>home/httpd/html/adm/about.html</target>
                    962: <categoryname>interface file</categoryname>
                    963: <description>
                    964: The "About" Page.
                    965: </description>
                    966: </file>
                    967: <file>
1.5       harris41  968: <source>loncom/publisher/publisher.html</source>
                    969: <target dist='default'>home/httpd/html/adm/publisher.html</target>
                    970: <categoryname>interface file</categoryname>
                    971: <description>
                    972: HTML frame that presents a form element to allow for the publishing of
                    973: resources, directories and underlying subdirectories.
                    974: </description>
1.4       harris41  975: </file>
                    976: <file>
1.10      harris41  977: <source>loncom/html/adm/noidea.html</source>
                    978: <target dist='default'>home/httpd/html/adm/noidea.html</target>
                    979: <categoryname>interface file</categoryname>
                    980: <description>
                    981: Interface file for responding to improper page flipping.
                    982: </description>
                    983: </file>
                    984: <file>
1.28      harris41  985: <source>loncom/xml/physnet.sty</source>
                    986: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
                    987: <categoryname>static conf</categoryname>
                    988: <description>
                    989: The relevant conditions and metadata to attach to PhysNet-specific tags.
                    990: </description>
                    991: </file>
                    992: <file>
1.5       harris41  993: <source>loncom/homework/lectureonline.sty</source>
                    994: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty</target>
                    995: <categoryname>static conf</categoryname>
                    996: <description>
                    997: The relevant conditions and metadata to attach to LectureOnline-specific tags.
                    998: </description>
1.4       harris41  999: </file>
                   1000: <file>
1.5       harris41 1001: <source>loncom/misc/un_keyword.tab</source>
                   1002: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
                   1003: <categoryname>conf</categoryname>
                   1004: <description>
                   1005: File which contains words which should not be keywords used to specify resource
                   1006: content.
                   1007: </description>
1.4       harris41 1008: </file>
                   1009: <file>
1.22      harris41 1010: <source>loncom/publisher/packages.tab</source>
                   1011: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50      harris41 1012: <categoryname>static conf</categoryname>
1.22      harris41 1013: <description>
                   1014: Parameter packages, so that assessments can publish parameter packages
                   1015: needed, which are then expanded into individual parameters - allows to
                   1016: retroactively add new parameters to already published assessments.
                   1017: </description>
                   1018: </file>
                   1019: <file>
1.5       harris41 1020: <source>loncom/publisher/copyright.tab</source>
                   1021: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
                   1022: <categoryname>conf</categoryname>
                   1023: <description>
                   1024: Table which contains list of copyright possibilities for educational resources.
                   1025: </description>
1.4       harris41 1026: </file>
                   1027: <file>
1.5       harris41 1028: <source>loncom/publisher/language.tab</source>
                   1029: <target dist='default'>home/httpd/lonTabs/language.tab</target>
                   1030: <categoryname>static conf</categoryname>
                   1031: <description>
                   1032: Table which contains string abbreviations of language::font rendering
                   1033: combinations.
                   1034: </description>
1.4       harris41 1035: </file>
                   1036: <file>
1.5       harris41 1037: <source>loncom/publisher/addid.tab</source>
                   1038: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
                   1039: <categoryname>static conf</categoryname>
                   1040: <description>
                   1041: Table which has hash data necessary for distinguishing IDs from indices.
                   1042: </description>
1.4       harris41 1043: </file>
                   1044: <file>
1.38      harris41 1045: <source>rat/lonwrapper.pm</source>
1.19      harris41 1046: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
                   1047: <categoryname>handler</categoryname>
                   1048: <description>
                   1049: Wrapper for external and binary files as standalone resources.
                   1050: Edit handler for rat maps; TeX content handler.
                   1051: </description>
                   1052: <status>works/unverified</status>
                   1053: </file>
                   1054: <file>
1.15      harris41 1055: <source>loncom/publisher/loncfile.pm</source>
                   1056: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
                   1057: <categoryname>handler</categoryname>
                   1058: <description>
                   1059: Provides web-based functionality for file copy, rename, mkdir, etc, in the
                   1060: construction space menu.
                   1061: </description>
                   1062: <status>works/unverified</status>
                   1063: </file>
                   1064: <file>
1.7       harris41 1065: <source>loncom/interface/lonstatistics.pm</source>
                   1066: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
                   1067: <categoryname>handler</categoryname>
                   1068: <description>
                   1069: Handler to show statistics on solving LON-CAPA problems.
                   1070: </description>
                   1071: <status>works/unverified</status>
                   1072: </file>
                   1073: <file>
1.5       harris41 1074: <source>loncom/publisher/londiff.pm</source>
                   1075: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
                   1076: <categoryname>handler</categoryname>
                   1077: <description>
                   1078: Handler to show difference between two files.
                   1079: </description>
                   1080: <status>works/unverified</status>
1.4       harris41 1081: </file>
                   1082: <file>
1.5       harris41 1083: <source>loncom/publisher/lonupload.pm</source>
                   1084: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
                   1085: <categoryname>handler</categoryname>
                   1086: <description>
                   1087: Handler to upload files through browser into construction space.
                   1088: </description>
                   1089: <status>works/unverified</status>
1.4       harris41 1090: </file>
                   1091: <file>
1.5       harris41 1092: <source>loncom/homework/essayresponse.pm</source>
                   1093: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
                   1094: <categoryname>handler</categoryname>
                   1095: <description>
                   1096: Handler to evaluate essay (ungraded) style responses.
                   1097: </description>
                   1098: <status>works/unverified</status>
1.4       harris41 1099: </file>
                   1100: <file>
1.5       harris41 1101: <source>loncom/publisher/lonpubdir.pm</source>
                   1102: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
                   1103: <categoryname>handler</categoryname>
                   1104: <description>
                   1105: Handler to publish directories.
                   1106: </description>
1.4       harris41 1107: </file>
                   1108: <file>
1.5       harris41 1109: <source>loncom/publisher/lonretrieve.pm</source>
                   1110: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
                   1111: <categoryname>handler</categoryname>
                   1112: <description>
                   1113: Handler to retrieve old versions from resource space.
                   1114: </description>
                   1115: <status>works/unverified</status>
1.4       harris41 1116: </file>
                   1117: <file>
1.5       harris41 1118: <source>loncom/homework/edit.pm</source>
                   1119: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
                   1120: <categoryname>handler</categoryname>
                   1121: <description>
                   1122: Helper functions when in homework edit mode.
                   1123: </description>
1.4       harris41 1124: </file>
                   1125: <file>
1.5       harris41 1126: <source>loncom/interface/lonmeta.pm</source>
                   1127: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
                   1128: <categoryname>handler</categoryname>
                   1129: <description>Metadata display handler.</description>
                   1130: <status>works/unverified</status>
1.4       harris41 1131: </file>
                   1132: <file>
1.5       harris41 1133: <source>rat/lonambiguous.pm</source>
                   1134: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
                   1135: <categoryname>handler</categoryname>
                   1136: <description>
                   1137: Handler to resolve ambiguous file locations.
                   1138: </description>
                   1139: <status>works/unverified</status>
1.4       harris41 1140: </file>
                   1141: <file>
1.5       harris41 1142: <source>rat/lonratparms.pm</source>
                   1143: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
                   1144: <categoryname>handler</categoryname>
                   1145: <description>
                   1146: Handler to set resource parameters inside of the RAT based on metadata.
                   1147: </description>
                   1148: <status>works/unverified</status>
1.4       harris41 1149: </file>
                   1150: <file>
1.5       harris41 1151: <source>rat/lonsequence.pm</source>
                   1152: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
                   1153: <categoryname>handler</categoryname>
                   1154: <description>
                   1155: Handler for showing sequence objects of educational resources.
                   1156: </description>
                   1157: <status>works/unverified</status>
1.4       harris41 1158: </file>
                   1159: <file>
1.5       harris41 1160: <source>loncom/interface/loncreatecourse.pm</source>
                   1161: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
                   1162: <categoryname>handler</categoryname>
                   1163: <description>
1.72      harris41 1164: Allows domain coordinators to create new courses and assign course
                   1165: coordinators.
1.5       harris41 1166: </description>
1.10      harris41 1167: <status>works/unverified</status>
1.4       harris41 1168: </file>
                   1169: <file>
1.5       harris41 1170: <source>loncom/interface/loncreateuser.pm</source>
                   1171: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
                   1172: <categoryname>handler</categoryname>
                   1173: <description>
1.72      harris41 1174: Allows users to within their own privileges create/edit users and give
                   1175: them roles. 
1.5       harris41 1176: </description>
                   1177: <status>works/unverified</status>
1.4       harris41 1178: </file>
                   1179: <file>
1.5       harris41 1180: <source>loncom/interface/lonchart.pm</source>
                   1181: <target dist='default'>home/httpd/lib/perl/Apache/lonchart.pm</target>
                   1182: <categoryname>handler</categoryname>
                   1183: <description>
                   1184: Produces simple LectureOnline-like student assessment performance chart
                   1185: </description>
1.4       harris41 1186: </file>
                   1187: <file>
1.5       harris41 1188: <source>loncom/interface/loncommon.pm</source>
                   1189: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
                   1190: <categoryname>handler</categoryname>
                   1191: <description>
                   1192: Makes a table out of the previous attempts.  Inputs result_from_symbread,
1.10      harris41 1193: user, domain, home_server, course_id.
1.5       harris41 1194: </description>
                   1195: <status>works/unverified</status>
1.4       harris41 1196: </file>
                   1197: <file>
1.5       harris41 1198: <source>loncom/homework/grades.pm</source>
                   1199: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
                   1200: <categoryname>handler</categoryname>
                   1201: <description>Handles the viewing of grades.</description>
1.4       harris41 1202: </file>
                   1203: <file>
1.5       harris41 1204: <source>loncom/homework/imageresponse.pm</source>
                   1205: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
                   1206: <categoryname>handler</categoryname>
                   1207: <description>
                   1208: Coordinates the response to clicking an image.
                   1209: </description>
                   1210: <status>works/unverified</status>
1.4       harris41 1211: </file>
                   1212: <file>
1.5       harris41 1213: <source>loncom/homework/optionresponse.pm</source>
                   1214: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
                   1215: <categoryname>handler</categoryname>
1.27      harris41 1216: <description>
                   1217: Handles tags associated with showing a list of options.</description>
1.4       harris41 1218: </file>
                   1219: <file>
1.5       harris41 1220: <source>loncom/homework/outputtags.pm</source>
                   1221: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
                   1222: <categoryname>handler</categoryname>
                   1223: <description>
                   1224: Handles tags associated with output.  Seems to relate to due dates of the
                   1225: assignment.
                   1226: </description>
1.10      harris41 1227: <status>works/unverified</status>
1.4       harris41 1228: </file>
                   1229: <file>
1.6       harris41 1230: <source>loncom/interface/lontest.pm</source>
                   1231: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
                   1232: <categoryname>handler</categoryname>
                   1233: <description>
                   1234: Used for debugging and testing the LON-CAPA system.
                   1235: </description>
1.10      harris41 1236: <status>works/unverified</status>
1.6       harris41 1237: </file>
                   1238: <file>
                   1239: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27      harris41 1240: <target dist='default'>
                   1241: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6       harris41 1242: <categoryname>handler</categoryname>
                   1243: <description>
                   1244: Handles multiple-choice style responses.
                   1245: </description>
1.10      harris41 1246: <status>works/unverified</status>
1.6       harris41 1247: </file>
                   1248: <file>
                   1249: <source>loncom/interface/lonassignments.pm</source>
                   1250: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
                   1251: <categoryname>handler</categoryname>
                   1252: <description>
                   1253: Handles processing of assignments.
                   1254: </description>
1.10      harris41 1255: <status>works/unverified</status>
1.6       harris41 1256: </file>
                   1257: <file>
                   1258: <source>loncom/interface/loncommunicate.pm</source>
                   1259: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
                   1260: <categoryname>handler</categoryname>
1.72      harris41 1261: <description>
                   1262: Will be the access handler to email sending, as well as the planned
                   1263: chatrooms, etc.
                   1264: </description>
1.10      harris41 1265: <status>works/unverified</status>
1.6       harris41 1266: </file>
                   1267: <file>
                   1268: <source>loncom/interface/lonerrorhandler.pm</source>
                   1269: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
                   1270: <categoryname>handler</categoryname>
                   1271: <description>
                   1272: Handles errors.
                   1273: </description>
1.10      harris41 1274: <status>works/unverified</status>
1.6       harris41 1275: </file>
                   1276: <file>
                   1277: <source>loncom/interface/lonevaluate.pm</source>
                   1278: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
                   1279: <categoryname>handler</categoryname>
                   1280: <description>
                   1281: Handles evaluation.
                   1282: </description>
1.10      harris41 1283: <status>works/unverified</status>
1.6       harris41 1284: </file>
                   1285: <file>
                   1286: <source>loncom/interface/lonfeedback.pm</source>
                   1287: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
                   1288: <categoryname>handler</categoryname>
                   1289: <description>
                   1290: Handles feedback from students to instructors and system administrators.
1.72      harris41 1291: Provides a screenshot of the current
                   1292: resource, as well as previous attempts if the resource was a homework.
                   1293: Used by lonmsg.pm.
1.6       harris41 1294: </description>
1.10      harris41 1295: <status>works/unverified</status>
1.4       harris41 1296: </file>
                   1297: <file>
1.6       harris41 1298: <source>loncom/interface/lonnavmaps.pm</source>
                   1299: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
                   1300: <categoryname>handler</categoryname>
                   1301: <description>
                   1302: Handles navigational maps.
                   1303: </description>
1.10      harris41 1304: <status>works/unverified</status>
1.4       harris41 1305: </file>
                   1306: <file>
1.6       harris41 1307: <source>loncom/interface/lonpreferences.pm</source>
                   1308: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
                   1309: <categoryname>handler</categoryname>
                   1310: <description>
                   1311: Handles user preferences associated with customizing the online LON-CAPA
                   1312: educational environment.
                   1313: </description>
1.10      harris41 1314: <status>works/unverified</status>
1.6       harris41 1315: </file>
                   1316: <file>
                   1317: <source>loncom/interface/lonprintout.pm</source>
                   1318: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
                   1319: <categoryname>handler</categoryname>
                   1320: <description>
                   1321: Handles the production of printable files and resources.
                   1322: </description>
1.10      harris41 1323: <status>works/unverified</status>
1.6       harris41 1324: </file>
                   1325: <file>
                   1326: <source>loncom/interface/lonsearchcat.pm</source>
                   1327: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
                   1328: <categoryname>handler</categoryname>
                   1329: <description>
                   1330: Handles a searchable catalogue.
                   1331: </description>
1.10      harris41 1332: <status>works/unverified</status>
1.4       harris41 1333: </file>
                   1334: <file>
1.6       harris41 1335: <source>loncom/interface/londropadd.pm</source>
                   1336: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
                   1337: <categoryname>handler</categoryname>
                   1338: <description>
1.72      harris41 1339: Allows course coordinators to upload courselists in different formats, and
                   1340: automatically create users (if they do not exist already), assign them the
                   1341: role of student in a course, and add them to the classlist.
1.6       harris41 1342: </description>
1.10      harris41 1343: <status>works/unverified</status>
1.6       harris41 1344: </file>
                   1345: <file>
                   1346: <source>loncom/interface/lonmsg.pm</source>
                   1347: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
                   1348: <categoryname>handler</categoryname>
                   1349: <description>
1.72      harris41 1350: lonmsg.pm has several functions to send and receive internal messages.
                   1351: author_res_msg - send message to resource author.
                   1352: user_crit_msg - send a critical message to a user. A critical message
                   1353: will require acknowledgment by the recipient and the sender will be notified.
                   1354: user_crit_received - routine to trigger acknowledgment.
                   1355: statuschange - change the status of a message (read, replied, forwarded, etc).
                   1356: The handler also displays messages, has routines to reply, etc.
1.6       harris41 1357: </description>
1.10      harris41 1358: <status>works/unverified</status>
1.6       harris41 1359: </file>
                   1360: <file>
                   1361: <source>loncom/homework/hint.pm</source>
                   1362: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
                   1363: <categoryname>handler</categoryname>
                   1364: <description>
                   1365: This handler coordinates the delivery of hints to students working on LON-CAPA
                   1366: problems and assignments.
                   1367: </description>
1.10      harris41 1368: <status>works/unverified</status>
1.6       harris41 1369: </file>
                   1370: <file>
                   1371: <source>loncom/interface/lonspreadsheet.pm</source>
                   1372: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
                   1373: <categoryname>handler</categoryname>
                   1374: <description>
1.72      harris41 1375: Spreadsheets are completely web-based.
                   1376: They exist on the level of a whole course, a student, and individual
                   1377: assessments.
1.6       harris41 1378: </description>
1.10      harris41 1379: <status>works/unverified</status>
1.6       harris41 1380: </file>
                   1381: <file>
                   1382: <source>loncom/interface/lonparmset.pm</source>
                   1383: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
                   1384: <categoryname>handler</categoryname>
                   1385: <description>
                   1386: Handler to resolve ambiguous file locations
                   1387: </description>
1.10      harris41 1388: <status>works/unverified</status>
1.6       harris41 1389: </file>
                   1390: <file>
                   1391: <source>loncom/publisher/lonconstruct.pm</source>
                   1392: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
                   1393: <categoryname>handler</categoryname>
                   1394: <description>
                   1395: Page wrapper for handling construction space.
                   1396: </description>
1.10      harris41 1397: <status>works/unverified</status>
1.6       harris41 1398: </file>
                   1399: <file>
                   1400: <source>loncom/publisher/lonpublisher.pm</source>
                   1401: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
                   1402: <categoryname>handler</categoryname>
                   1403: <description>
                   1404: Publishes an LON-CAPA educational resource complete with metadata
                   1405: (authorship, language, copyright, creation date, etc).
                   1406: </description>
1.10      harris41 1407: <status>works/unverified</status>
1.6       harris41 1408: </file>
                   1409: <file>
                   1410: <source>loncom/interface/lonmenu.pm</source>
                   1411: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
                   1412: <categoryname>handler</categoryname>
                   1413: <description>
                   1414: Has routines which control the remote control.
                   1415: </description>
1.10      harris41 1416: <status>works/unverified</status>
1.6       harris41 1417: </file>
                   1418: <file>
                   1419: <source>rat/lonpageflip.pm</source>
                   1420: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
                   1421: <categoryname>handler</categoryname>
                   1422: <description>Deals with forward, backward, and other page flips.</description>
1.10      harris41 1423: <status>works/unverified</status>
1.6       harris41 1424: </file>
                   1425: <file>
                   1426: <source>rat/lonratedt.pm</source>
                   1427: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
                   1428: <categoryname>handler</categoryname>
                   1429: <description>
                   1430: Builds up frame set and loads in the right thing.
                   1431: </description>
1.10      harris41 1432: <status>works/unverified</status>
1.6       harris41 1433: </file>
                   1434: <file>
                   1435: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
                   1436: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
                   1437: <categoryname>handler</categoryname>
                   1438: <description>
                   1439: Homework remote control.
                   1440: </description>
1.10      harris41 1441: <status>works/unverified</status>
1.6       harris41 1442: </file>
                   1443: <file>
                   1444: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
                   1445: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
                   1446: <categoryname>handler</categoryname>
                   1447: <description>
1.10      harris41 1448: This will take annotations and then plug them into a page.
1.6       harris41 1449: </description>
1.10      harris41 1450: <status>works/unverified</status>
1.6       harris41 1451: </file>
                   1452: <file>
                   1453: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
                   1454: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
                   1455: <categoryname>handler</categoryname>
                   1456: <description>
                   1457: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10      harris41 1458: interface.
1.6       harris41 1459: </description>
1.10      harris41 1460: <status>works/unverified</status>
1.6       harris41 1461: </file>
                   1462: <file>
                   1463: <source>rat/lonratsrv.pm</source>
                   1464: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
                   1465: <categoryname>handler</categoryname>
                   1466: <description>
1.27      harris41 1467: Handler that takes output from RAT and stores it on disk.  Handles the upper
                   1468: hidden frame of the added window that comes up in RAT.   (3 frames come up in
                   1469: RAT server, code, and output.  This module handles server connection.)
1.6       harris41 1470: </description>
1.10      harris41 1471: <status>works/unverified</status>
1.6       harris41 1472: </file>
                   1473: <file>
                   1474: <source>rat/lonpage.pm</source>
                   1475: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
                   1476: <categoryname>handler</categoryname>
                   1477: <description>
                   1478: bundles pages into one page
                   1479: </description>
1.10      harris41 1480: <status>works/unverified</status>
1.6       harris41 1481: </file>
                   1482: <file>
                   1483: <source>rat/lonuserstate.pm</source>
                   1484: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
                   1485: <categoryname>handler</categoryname>
                   1486: <description>
                   1487: compile course into binary data structure (in loncom/rat)
                   1488: </description>
1.10      harris41 1489: <status>works/unverified</status>
1.6       harris41 1490: </file>
                   1491: <file>
                   1492: <source>loncom/xml/lontex.pm</source>
                   1493: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
                   1494: <categoryname>handler</categoryname>
                   1495: <description>
                   1496: Handler for tex files (somewhere in modules)
                   1497: </description>
1.10      harris41 1498: <status>works/unverified</status>
1.6       harris41 1499: </file>
                   1500: <file>
                   1501: <source>loncom/xml/lontexconvert.pm</source>
                   1502: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
                   1503: <categoryname>handler</categoryname>
                   1504: <description>
                   1505: Access to tth/ttm
                   1506: </description>
1.10      harris41 1507: <status>works/unverified</status>
1.6       harris41 1508: </file>
                   1509: <file>
                   1510: <source>loncom/xml/lonxml.pm</source>
                   1511: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
                   1512: <categoryname>handler</categoryname>
                   1513: <description>
                   1514: XML Parsing Module
                   1515: </description>
1.10      harris41 1516: <status>works/unverified</status>
1.6       harris41 1517: </file>
                   1518: <file>
                   1519: <source>loncom/xml/style.pm</source>
                   1520: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
                   1521: <categoryname>handler</categoryname>
                   1522: <description>
                   1523: Style Parsing Module
                   1524: </description>
1.10      harris41 1525: <status>works/unverified</status>
1.6       harris41 1526: </file>
                   1527: <file>
                   1528: <source>loncom/xml/londefdef.pm</source>
                   1529: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
                   1530: <categoryname>handler</categoryname>
                   1531: <description>
                   1532: Tags Default Definition Module
                   1533: </description>
1.10      harris41 1534: <status>works/unverified</status>
1.4       harris41 1535: </file>
                   1536: <file>
1.6       harris41 1537: <source>loncom/xml/run.pm</source>
                   1538: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
                   1539: <categoryname>handler</categoryname>
                   1540: <description>
                   1541: used to prevent poorly written problems from causing lingering after effects
                   1542: </description>
1.10      harris41 1543: <status>works/unverified</status>
1.4       harris41 1544: </file>
                   1545: <file>
1.6       harris41 1546: <source>loncom/xml/scripttag.pm</source>
                   1547: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
                   1548: <categoryname>handler</categoryname>
                   1549: <description>
                   1550: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
                   1551: &lt;import&gt;
                   1552: </description>
1.10      harris41 1553: <status>works/unverified</status>
1.4       harris41 1554: </file>
                   1555: <file>
1.33      harris41 1556: <source>loncom/homework/randomlabel.pm</source>
                   1557: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
                   1558: <categoryname>handler</categoryname>
                   1559: <description>
                   1560: Interface for producing applet code which randomizes the labelling of an
                   1561: image.
                   1562: </description>
                   1563: </file>
                   1564: <file>
1.6       harris41 1565: <source>loncom/homework/lonhomework.pm</source>
                   1566: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
                   1567: <categoryname>handler</categoryname>
1.27      harris41 1568: <description>
                   1569: handles requests for output, evaluation, and alteration of a homework resource
                   1570: </description>
1.4       harris41 1571: </file>
1.10      harris41 1572: <status>works/unverified</status>
1.4       harris41 1573: <file>
1.6       harris41 1574: <source>loncom/homework/inputtags.pm</source>
                   1575: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
                   1576: <categoryname>handler</categoryname>
                   1577: <description>
                   1578: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                   1579: </description>
1.10      harris41 1580: <status>works/unverified</status>
1.4       harris41 1581: </file>
                   1582: <file>
1.6       harris41 1583: <source>loncom/homework/structuretags.pm</source>
                   1584: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
                   1585: <categoryname>handler</categoryname>
                   1586: <description>
1.27      harris41 1587: produces HTML tags necessary for structuring the presentation of homework
                   1588: resources
1.6       harris41 1589: </description>
1.10      harris41 1590: <status>works/unverified</status>
1.4       harris41 1591: </file>
                   1592: <file>
1.6       harris41 1593: <source>loncom/homework/response.pm</source>
                   1594: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
                   1595: <categoryname>handler</categoryname>
                   1596: <description>
1.27      harris41 1597: defines different types of responses given to student as well as syntax for
                   1598: producing response values
1.6       harris41 1599: </description>
1.10      harris41 1600: <status>works/unverified</status>
1.4       harris41 1601: </file>
                   1602: <file>
1.6       harris41 1603: <source>loncom/homework/caparesponse/caparesponse.pm</source>
                   1604: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
                   1605: <categoryname>handler</categoryname>
                   1606: <description>
                   1607: handles request to the CAPA homework processing engine
                   1608: </description>
1.10      harris41 1609: <status>works/unverified</status>
1.4       harris41 1610: </file>
                   1611: <file>
1.30      harris41 1612: <source>loncom/auth/localauth.pm</source>
                   1613: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
                   1614: <categoryname>handler</categoryname>
                   1615: <description>
                   1616: Local authentication mechanism (meant to be customized).
                   1617: </description>
                   1618: <status>works/unverified</status>
                   1619: </file>
                   1620: <file>
1.6       harris41 1621: <source>loncom/auth/lonacc.pm</source>
                   1622: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
                   1623: <categoryname>handler</categoryname>
                   1624: <description>
                   1625: (This module, like loncacc.pm also authenticates with cookies.)  
                   1626: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
                   1627: functions (e.g. roles, logout, annotations, and bookmarks) as well
                   1628: as coordinating access to educational resources.
                   1629: </description>
1.10      harris41 1630: <status>works/unverified</status>
1.4       harris41 1631: </file>
                   1632: <file>
1.6       harris41 1633: <source>loncom/auth/lonracc.pm</source>
                   1634: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
                   1635: <categoryname>handler</categoryname>
                   1636: <description>
                   1637: access handler for file transfers
                   1638: </description>
1.10      harris41 1639: <status>works/unverified</status>
1.4       harris41 1640: </file>
                   1641: <file>
1.6       harris41 1642: <source>loncom/auth/loncacc.pm</source>
                   1643: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
                   1644: <categoryname>handler</categoryname>
                   1645: <description>
                   1646: This module provides access to an educational resource construction area.
                   1647: This module is invoked by the URL-related pattern syntax
                   1648: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
                   1649: Authentication of user identity
                   1650: is coordinated through cookies.  The abbreviation "cacc" corresponds
                   1651: to "construction-space access").  If the cookie handle is invalid, then
                   1652: this module returns a forbidden status and makes appropriate log entries.
                   1653: If the cookie handle is valid, status is determined to be okay (and,
                   1654: for the "priv"-type access, the resource is delivered by the
                   1655: <tt>lonconstruct</tt> module).
                   1656: </description>
1.10      harris41 1657: <status>works/unverified</status>
1.4       harris41 1658: </file>
                   1659: <file>
1.6       harris41 1660: <source>loncom/auth/lonauth.pm</source>
                   1661: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
                   1662: <categoryname>handler</categoryname>
                   1663: <description>authenticate, set up session environment</description>
1.10      harris41 1664: <status>works/unverified</status>
1.4       harris41 1665: </file>
                   1666: <file>
1.6       harris41 1667: <source>loncom/auth/lonlogin.pm</source>
                   1668: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
                   1669: <categoryname>handler</categoryname>
                   1670: <description>login screen</description>
1.10      harris41 1671: <status>works/unverified</status>
1.4       harris41 1672: </file>
                   1673: <file>
1.6       harris41 1674: <source>loncom/auth/lonlogout.pm</source>
                   1675: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
                   1676: <categoryname>handler</categoryname>
                   1677: <description>logout</description>
1.10      harris41 1678: <status>works/unverified</status>
1.4       harris41 1679: </file>
                   1680: <file>
1.6       harris41 1681: <source>loncom/lonnet/perl/lonrep.pm</source>
                   1682: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
                   1683: <categoryname>handler</categoryname>
                   1684: <description>replication</description>
1.4       harris41 1685: </file>
                   1686: <file>
1.6       harris41 1687: <source>loncom/auth/lonroles.pm</source>
                   1688: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
                   1689: <categoryname>handler</categoryname>
                   1690: <description>
                   1691: This perl handling module reads in the available roles available
                   1692: for a LON-CAPA user (different courses, different privileges, etc)
                   1693: and produces a form-element HTML page which allows the user to select
                   1694: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   1695: a user may want to select between being a student in a thermodynamics
                   1696: physics course or a teaching assistant for an introductory calculus
                   1697: class.
                   1698: </description>
1.4       harris41 1699: </file>
                   1700: <file>
1.6       harris41 1701: <source>loncom/interface/lonindexer.pm</source>
                   1702: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
                   1703: <categoryname>handler</categoryname>
                   1704: <description>
                   1705: cross server filesystem browser
                   1706: </description>
1.10      harris41 1707: <status>works/unverified</status>
1.4       harris41 1708: </file>
                   1709: <file>
1.24      harris41 1710: <source>loncom/interface/groupsort.pm</source>
                   1711: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
                   1712: <categoryname>handler</categoryname>
                   1713: <description>
                   1714: Implements a second phase of importing multiple resources into the RAT.
                   1715: Allows for reordering the sequence of resources.
                   1716: </description>
                   1717: <status>works/unverified</status>
                   1718: </file>
                   1719: <file>
1.6       harris41 1720: <source>loncom/lonnet/perl/lonnet.pm</source>
                   1721: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
                   1722: <categoryname>handler</categoryname>
                   1723: <description>
                   1724: This file is an interface to the lonc processes of the LON-CAPA network
                   1725: as well as set of elaborated functions for handling information necessary
                   1726: for navigating through a given cluster of LON-CAPA machines within a domain.
                   1727: There are over 40 specialized functions in this module which handle
                   1728: the reading and transmission of metadata, user information
                   1729: (ids, names, environments, roles, logs), file information (storage, reading,
                   1730: directories, extensions, replication, embedded styles and descriptors),
                   1731: educational resources (course descriptions, section names and numbers),
                   1732: url hashing (to assign roles on a url basis), and translating abbreviated
                   1733: symbols to and from more descriptive phrases or explanations.
                   1734: </description>
1.10      harris41 1735: <status>works/unverified</status>
1.73      harris41 1736: </file>
                   1737: <file>
                   1738: <source>doc/man/Apache__lonnet.3</source>
                   1739: <target dist='default'>usr/lib/perl5/man/man3/Apache::lonnet.3</target>
                   1740: <categoryname>system file</categoryname>
                   1741: <description>man page for lonnet.pm</description>
                   1742: <build trigger='always run'>
                   1743: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > ../../doc/man/Apache__lonnet.3
                   1744: </build>
                   1745: <status>works/unverified</status>
                   1746: <dependencies>
                   1747: ../../loncom/lonnet/perl/lonnet.pm
                   1748: </dependencies>
                   1749: </file>
                   1750: <file>
                   1751: <source>doc/api/Apache/lonnet.html</source>
1.74    ! harris41 1752: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonnet.html</target>
1.73      harris41 1753: <categoryname>system file</categoryname>
                   1754: <description>POD-derived page for lonnet.pm</description>
                   1755: <build trigger='always run'>
                   1756: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > ../../doc/api/Apache/lonnet.html
                   1757: </build>
                   1758: <status>works/unverified</status>
                   1759: <dependencies>
                   1760: ../../loncom/lonnet/perl/lonnet.pm
                   1761: </dependencies>
1.4       harris41 1762: </file>
                   1763: <file>
1.6       harris41 1764: <source>loncom/html/index.html</source>
                   1765: <target dist='default'>home/httpd/html/index.html</target>
                   1766: <categoryname>interface file</categoryname>
                   1767: <description>bumps to login</description>
1.4       harris41 1768: </file>
1.6       harris41 1769: <link>
                   1770: <linkto>etc/mime.types</linkto>
                   1771: <target dist='default'>etc/httpd/conf/mime.types</target>
                   1772: <categoryname>symbolic link</categoryname>
                   1773: <description>symbolic link to /etc/mime.types</description>
                   1774: </link>
                   1775: <link>
                   1776: <linkto>home/httpd/html/res</linkto>
                   1777: <target dist='default'>home/httpd/html/raw</target>
                   1778: <categoryname>symbolic link</categoryname>
                   1779: <description>symbolic link to /home/httpd/html/res</description>
                   1780: </link>
1.4       harris41 1781: <file>
1.6       harris41 1782: <source>loncom/html/adm/notfound.html</source>
                   1783: <target dist='default'>home/httpd/html/adm/notfound.html</target>
                   1784: <categoryname>interface file</categoryname>
                   1785: <description>
                   1786: static html page that is shown when an attempt is made to access a document
                   1787: not present on the web server
                   1788: </description>
1.4       harris41 1789: </file>
                   1790: <file>
1.6       harris41 1791: <source>loncom/html/adm/unauthorized.html</source>
                   1792: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
                   1793: <categoryname>interface file</categoryname>
                   1794: <description>
1.27      harris41 1795: static html page that is shown when an attempt is made to access a document
                   1796: which is restricted based on file or server configurations
1.32      harris41 1797: </description>
                   1798: </file>
                   1799: <file>
                   1800: <source>loncom/html/adm/help/searchcat.html</source>
                   1801: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
                   1802: <categoryname>interface file</categoryname>
                   1803: <description>
                   1804: Help page for the search engine.
1.6       harris41 1805: </description>
1.4       harris41 1806: </file>
                   1807: <file>
1.6       harris41 1808: <source>rat/client/rat.html</source>
                   1809: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
                   1810: <categoryname>interface file</categoryname>
                   1811: <description>
                   1812: frameset
                   1813: </description>
1.4       harris41 1814: </file>
                   1815: <file>
1.6       harris41 1816: <source>rat/client/parameter.html</source>
                   1817: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
                   1818: <categoryname>interface file</categoryname>
                   1819: <description>
                   1820: Parameter input window.
                   1821: </description>
1.4       harris41 1822: </file>
                   1823: <file>
1.6       harris41 1824: <source>rat/client/code.html</source>
                   1825: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
                   1826: <categoryname>interface file</categoryname>
                   1827: <description>
                   1828: javascript
                   1829: </description>
1.4       harris41 1830: </file>
                   1831: <file>
1.6       harris41 1832: <source>rat/client/map.html</source>
                   1833: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
                   1834: <categoryname>interface file</categoryname>
                   1835: <description>
                   1836: bumper
                   1837: </description>
1.4       harris41 1838: </file>
                   1839: <file>
1.6       harris41 1840: <source>rat/client/empty.html</source>
                   1841: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
                   1842: <categoryname>interface file</categoryname>
                   1843: <description>
                   1844: A blank page with very minimal HTML structural elements.
                   1845: </description>
1.4       harris41 1846: </file>
1.10      harris41 1847: <fileglob>
                   1848: <glob>*.gif</glob>
                   1849: <sourcedir>rat/images/</sourcedir>
                   1850: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
                   1851: <categoryname>graphic file</categoryname>
                   1852: <description>
                   1853: icons for providing a HTML-tabled view of a course map
                   1854: </description>
                   1855: <filenames>
1.37      harris41 1856: 1.1.dt.gif;
                   1857: 1.1.empty.gif;
                   1858: 1.1.ld.gif;
                   1859: 1.1.lr.gif;
                   1860: 1.1.rd.gif;
1.60      harris41 1861: 1.1.rl.gif;
1.37      harris41 1862: 1.1.td.gif;
                   1863: 1.1.tdrl.gif;
                   1864: 1.1.tl.gif;
                   1865: 1.1.tr.gif;
                   1866: 1.1.utd.gif;
                   1867: 1.2.ctd.gif;
                   1868: 1.2.dt.gif;
                   1869: 1.2.empty.gif;
                   1870: 1.2.ld.gif;
                   1871: 1.2.lr.gif;
                   1872: 1.2.lrd.gif;
                   1873: 1.2.lrtd.gif;
                   1874: 1.2.rd.gif;
                   1875: 1.2.rl.gif;
                   1876: 1.2.rld.gif;
                   1877: 1.2.rltd.gif;
                   1878: 1.2.rtd.gif;
                   1879: 1.2.rtdl.gif;
                   1880: 1.2.rtl.gif;
                   1881: 1.2.td.gif;
                   1882: 1.2.tdl.gif;
                   1883: 1.2.tdrl.gif;
                   1884: 1.2.tl.gif;
                   1885: 1.2.tr.gif;
                   1886: 1.2.utd.gif;
                   1887: 2.1.dt.gif;
                   1888: 2.1.empty.gif;
                   1889: 2.1.ld.gif;
                   1890: 2.1.lr.gif;
                   1891: 2.1.rd.gif;
                   1892: 2.1.rl.gif;
                   1893: 2.1.td.gif;
                   1894: 2.1.tdrl.gif;
                   1895: 2.1.tl.gif;
                   1896: 2.1.tr.gif;
                   1897: 2.2.dt.gif;
                   1898: 2.2.empty.gif;
                   1899: 2.2.ld.gif;
                   1900: 2.2.lr.gif;
                   1901: 2.2.lrd.gif;
                   1902: 2.2.lrt.gif;
                   1903: 2.2.rd.gif;
                   1904: 2.2.rl.gif;
                   1905: 2.2.rld.gif;
                   1906: 2.2.rlt.gif;
                   1907: 2.2.td.gif;
                   1908: 2.2.tdl.gif;
                   1909: 2.2.tdr.gif;
                   1910: 2.2.tdrl.gif;
                   1911: 2.2.tl.gif;
                   1912: 2.2.tr.gif;
                   1913: 2.2.url.gif;
                   1914: 2.2.utd.gif;
                   1915: arrow.gif;
                   1916: bdt.gif;
                   1917: bempty.gif;
                   1918: bld.gif;
                   1919: blr.gif;
                   1920: blrd.gif;
                   1921: blrt.gif;
1.60      harris41 1922: bottom.gif;
1.37      harris41 1923: brd.gif;
                   1924: brl.gif;
                   1925: brld.gif;
                   1926: brlt.gif;
                   1927: btd.gif;
                   1928: btdl.gif;
                   1929: btdr.gif;
                   1930: btdrl.gif;
                   1931: btl.gif;
                   1932: btr.gif;
                   1933: burl.gif;
                   1934: butd.gif;
                   1935: condition.gif;
                   1936: edit.gif;
                   1937: finish.gif;
                   1938: info.gif;
                   1939: inscol.gif;
                   1940: inscond.gif;
                   1941: insres.gif;
                   1942: insrow.gif;
                   1943: left.gif;
                   1944: middle.gif;
                   1945: resource.gif;
                   1946: right.gif;
                   1947: sctd.gif;
                   1948: sdt.gif;
                   1949: sempty.gif;
                   1950: sld.gif;
                   1951: slr.gif;
                   1952: slrd.gif;
                   1953: slrtd.gif;
                   1954: srd.gif;
                   1955: srl.gif;
                   1956: srld.gif;
                   1957: srltd.gif;
                   1958: srtd.gif;
                   1959: srtdl.gif;
                   1960: srtl.gif;
                   1961: start.gif;
                   1962: std.gif;
                   1963: stdl.gif;
1.10      harris41 1964: sutd.gif
                   1965: </filenames>
                   1966: </fileglob>
                   1967: <fileglob>
1.60      harris41 1968: <glob>*.*</glob>
1.10      harris41 1969: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
                   1970: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
                   1971: <categoryname>graphic file</categoryname>
                   1972: <description>
                   1973: icons to indicate an unexpected result
                   1974: </description>
                   1975: <filenames>
1.37      harris41 1976: lonconstruct.gif;
                   1977: lonlogo_broken.gif;
                   1978: lonlogo_broken_tsp.gif;
                   1979: lonlogo_broken.eps;
                   1980: lonlogo_broken.jpg;
1.10      harris41 1981: lonlogo_broken.mov
                   1982: </filenames>
                   1983: </fileglob>
                   1984: <fileglob>
1.60      harris41 1985: <glob>*.*</glob>
1.10      harris41 1986: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
                   1987: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
                   1988: <categoryname>graphic file</categoryname>
                   1989: <description>
                   1990: logos
                   1991: </description>
                   1992: <filenames>
1.68      harris41 1993: SMETE_white.gif;
1.60      harris41 1994: arrow_up.gif;
1.37      harris41 1995: cab.gif;
                   1996: cab_big.gif;
1.62      harris41 1997: capapanel.gif;
1.37      harris41 1998: class.gif;
                   1999: class_big.gif;
                   2000: dvi.gif;
                   2001: dvi_big.gif;
                   2002: eps.gif;
                   2003: eps_big.gif;
                   2004: exam.gif;
                   2005: exam_big.gif;
                   2006: folder_closed.gif;
                   2007: folder_opened.gif;
                   2008: folder_pointer_closed.gif;
                   2009: folder_pointer_opened.gif;
                   2010: form.gif;
                   2011: form_big.gif;
                   2012: gif.gif;
                   2013: gif_big.gif;
                   2014: htm.gif;
                   2015: html.gif;
                   2016: html_big.gif;
1.52      harris41 2017: jar.gif;
                   2018: jar_big.gif;
1.37      harris41 2019: jpg.gif;
                   2020: jpg_big.gif;
1.62      harris41 2021: latex.gif;
1.37      harris41 2022: liteani.gif;
1.62      harris41 2023: lolpanel.gif;
1.37      harris41 2024: lonanim.gif;
                   2025: lonanimend.gif;
                   2026: lonhelplogos.gif;
1.60      harris41 2027: lonhelptop.gif;
1.37      harris41 2028: lonlogo.gif;
                   2029: lonlogos.gif;
                   2030: meta.gif;
                   2031: meta_big.gif;
                   2032: mov.gif;
                   2033: mov_big.gif;
                   2034: move_up.gif;
                   2035: move_down.gif;
                   2036: page.gif;
                   2037: page_big.gif;
                   2038: pdf.gif;
                   2039: pdf_big.gif;
1.54      harris41 2040: png.gif;
                   2041: png_big.gif;
1.37      harris41 2042: problem.gif;
                   2043: problem_big.gif;
                   2044: ps.gif;
                   2045: ps_big.gif;
                   2046: quill.gif;
                   2047: quiz.gif;
                   2048: quiz_big.gif;
                   2049: select.gif;
                   2050: sequence.gif;
                   2051: sequence_big.gif;
                   2052: server.gif;
                   2053: server_big.gif;
                   2054: srvbad.gif;
                   2055: srvempty.gif;
                   2056: srvgood.gif;
                   2057: srvhalf.gif;
                   2058: srvnull.gif;
                   2059: survey.gif;
                   2060: survey_big.gif;
                   2061: tex.gif;
                   2062: tex_big.gif;
                   2063: txt.gif;
                   2064: txt_big.gif;
1.57      harris41 2065: unknown.gif;
                   2066: unknown_big.gif;
1.37      harris41 2067: user.gif;
                   2068: user_big.gif;
                   2069: wav.gif;
                   2070: wav_big.gif;
                   2071: white_space_20_22.gif;
                   2072: whitespace1.gif;
                   2073: whitespace10.gif;
                   2074: whitespace2.gif;
                   2075: whitespace3.gif;
                   2076: whitespace4.gif;
                   2077: whitespace5.gif;
                   2078: whitespace6.gif;
                   2079: whitespace7.gif;
                   2080: whitespace8.gif;
                   2081: whitespace9.gif;
                   2082: xml.gif;
                   2083: xml_big.gif;
                   2084: zip.gif;
1.10      harris41 2085: zip_big.gif
                   2086: </filenames>
                   2087: </fileglob>
                   2088: <fileglob>
1.60      harris41 2089: <glob>*.*</glob>
1.10      harris41 2090: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
                   2091: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
                   2092: <categoryname>graphic file</categoryname>
                   2093: <description>
1.40      harris41 2094: Miscellaneous resources.  Respectively: button for catalog,
                   2095: button to set parameters in a page,
                   2096: button to do regrades, button to check on problem submissions,
1.10      harris41 2097: </description>
                   2098: <filenames>
1.40      harris41 2099: cat_button.gif;
                   2100: pprm_button.gif;
                   2101: pgrd_button.gif;
                   2102: subm_button.gif
1.10      harris41 2103: </filenames>
                   2104: </fileglob>
                   2105: <file>
                   2106: <source>loncom/xml/tth.pm</source>
                   2107: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
1.42      harris41 2108: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.10      harris41 2109: <categoryname>system file</categoryname>
                   2110: <description>
                   2111: perl module for invoking functions specific to TeX-to-HTML conversion
                   2112: </description>
                   2113: <note>
                   2114: Has the same dependencies and build process as tth.so.
                   2115: Currently, only the tth.so file specifications invoke
1.49      harris41 2116: the build process however.  A static version is checked into loncom/xml
                   2117: and in this way is treated as though it isn't part of the tth build process.
1.10      harris41 2118: </note>
                   2119: <status>works/unverified</status>
                   2120: </file>
                   2121: <file>
                   2122: <source>modules/TexConvert/tthperl/tth.so</source>
                   2123: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
1.42      harris41 2124: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.10      harris41 2125: <categoryname>system file</categoryname>
                   2126: <description>
                   2127: shared library file for dynamic loading and unloading
                   2128: </description>
                   2129: <note>
                   2130: The source and file dependencies are not available to most
                   2131: CVS users.  (You can safely rely on the existing binaries
                   2132: present on your system... don't worry about warnings
                   2133: related to this file during the build process.)
                   2134: </note>
                   2135: <build trigger='run if dependencies change'>
                   2136: modules/TexConvert/tthperl/commands
                   2137: </build>
                   2138: <status>works/unverified</status>
                   2139: <dependencies>
1.39      harris41 2140: ../tthdynamic/tthfunc.c;
1.10      harris41 2141: ../tthdynamic/ttmfunc.c
                   2142: </dependencies>
                   2143: </file>
                   2144: <file>
                   2145: <source>loncom/homework/caparesponse/capa.pm</source>
                   2146: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
1.42      harris41 2147: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.10      harris41 2148: <categoryname>system file</categoryname>
                   2149: <description>
                   2150: perl module for invoking functions specific to CAPA
                   2151: </description>
1.49      harris41 2152: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 2153: <note>
                   2154: Has the same dependencies and build process as capa.so.
                   2155: Currently, only the capa.so file specifications invoke
                   2156: the build process however.
                   2157: </note>
                   2158: </file>
                   2159: <file>
                   2160: <source>loncom/homework/caparesponse/capa.bs</source>
                   2161: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
1.42      harris41 2162: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.10      harris41 2163: <categoryname>system file</categoryname>
                   2164: <description>
1.27      harris41 2165: bootstrap file associated with dynamic loading of this module on multiple
                   2166: architectures
1.10      harris41 2167: </description>
1.49      harris41 2168: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 2169: <note>
                   2170: Has the same dependencies and build process as capa.so.
                   2171: Currently, only the capa.so file specifications invoke
                   2172: the build process however.
                   2173: </note>
                   2174: </file>
                   2175: <file>
                   2176: <source>loncom/homework/caparesponse/capa.so</source>
                   2177: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
1.42      harris41 2178: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.10      harris41 2179: <categoryname>system file</categoryname>
                   2180: <description>
                   2181: shared library file for dynamic loading and unloading
                   2182: </description>
                   2183: <build trigger='always run'>
                   2184: loncom/homework/caparesponse/commands
                   2185: </build>
                   2186: <dependencies>
1.39      harris41 2187: caparesponse.c;
1.10      harris41 2188: caparesponse.pm
                   2189: </dependencies>
                   2190: </file>
                   2191: <fileglob>
                   2192: <glob>*.ent</glob>
                   2193: <sourcedir>loncom/MathML/</sourcedir>
                   2194: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
                   2195: <categoryname>system file</categoryname>
                   2196: <description>
1.27      harris41 2197: xml files which assign unicode numbers to mathematical symbols using
                   2198: &lt;! ENTITY... &gt; type syntax.
1.10      harris41 2199: </description>
                   2200: <filenames>
1.37      harris41 2201: isoamsa.ent;
                   2202: isoamsb.ent;
                   2203: isoamsc.ent;
                   2204: isoamsn.ent;
                   2205: isoamso.ent;
                   2206: isoamsr.ent;
                   2207: isobox.ent;
                   2208: isocyr1.ent;
                   2209: isocyr2.ent;
                   2210: isodia.ent;
                   2211: isogrk1.ent;
                   2212: isogrk2.ent;
                   2213: isogrk3.ent;
                   2214: isogrk4.ent;
                   2215: isolat1.ent;
                   2216: isolat2.ent;
                   2217: isomfrk.ent;
                   2218: isomopf.ent;
                   2219: isomscr.ent;
                   2220: isonum.ent;
                   2221: isopub.ent;
                   2222: isotech.ent;
                   2223: mmlalias.ent;
1.10      harris41 2224: mmlextra.ent
                   2225: </filenames>
1.37      harris41 2226: </fileglob>
1.10      harris41 2227: <file>
                   2228: <source>loncom/MathML/mathml.css</source>
                   2229: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
                   2230: <categoryname>system file</categoryname>
                   2231: <description>
                   2232: cascading style sheet
                   2233: </description>
                   2234: </file>
                   2235: <file>
                   2236: <source>loncom/MathML/mathml.dtd</source>
                   2237: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
                   2238: <categoryname>system file</categoryname>
                   2239: <description>
                   2240: document type definition
                   2241: </description>
                   2242: </file>
1.4       harris41 2243: <file>
1.10      harris41 2244: <source>loncom/auth/londes.js</source>
                   2245: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
                   2246: <categoryname>interface file</categoryname>
1.6       harris41 2247: <description>
1.27      harris41 2248: Encryption Routines according to Data Encryption Standard DES, written in
                   2249: javascript.
1.6       harris41 2250: </description>
1.4       harris41 2251: </file>
                   2252: <file>
1.10      harris41 2253: <source>loncom/homework/lectureonline.lcpm</source>
1.27      harris41 2254: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
                   2255: </target>
1.10      harris41 2256: <categoryname>handler</categoryname>
1.6       harris41 2257: <description>
1.11      harris41 2258: Intended for providing perl functions for the <script></script> environment
                   2259: in a problem that was converted from lectureonline.
1.6       harris41 2260: </description>
1.4       harris41 2261: </file>
                   2262: <file>
1.10      harris41 2263: <source>loncom/homework/default_homework.lcpm</source>
1.27      harris41 2264: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
                   2265: </target>
1.10      harris41 2266: <categoryname>handler</categoryname>
1.6       harris41 2267: <description>
1.14      harris41 2268: Provides many functions for the &lt;script&gt; environment in a .problem.
1.11      harris41 2269: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6       harris41 2270: </description>
1.4       harris41 2271: </file>
                   2272: <file>
1.10      harris41 2273: <source>loncom/homework/capa.units</source>
                   2274: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
                   2275: <categoryname>static conf</categoryname>
1.6       harris41 2276: <description>
1.10      harris41 2277: Define unit prefixing and conversion for CAPA problem handling.
1.6       harris41 2278: </description>
1.4       harris41 2279: </file>
1.10      harris41 2280: <fileglob>
                   2281: <glob>*.gif</glob>
                   2282: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   2283: <targetdir>home/httpd/html/res/adm/pages/</targetdir>
                   2284: <categoryname>graphic file</categoryname>
                   2285: <description>icons used for the entire LON-CAPA user interface</description>
                   2286: <filenames>
1.37      harris41 2287: a.gif;
                   2288: anot.gif;
                   2289: b.gif;
                   2290: back.gif;
                   2291: bkm.gif;
                   2292: brws.gif;
                   2293: c.gif;
1.60      harris41 2294: catalog.gif;
1.37      harris41 2295: ccrs.gif;
                   2296: chat.gif;
                   2297: chrt.gif;
                   2298: com.gif;
                   2299: courses.gif;
                   2300: cprv.gif;
                   2301: cstr.gif;
                   2302: d.gif;
                   2303: dempty.gif;
                   2304: e.gif;
                   2305: egrd.gif;
                   2306: empty.gif;
                   2307: enrl.gif;
                   2308: eval.gif;
                   2309: f.gif;
                   2310: fdbk.gif;
                   2311: feedback.gif;
                   2312: forw.gif;
                   2313: g.gif;
                   2314: grds.gif;
                   2315: group.gif;
                   2316: h.gif;
                   2317: help.gif;
                   2318: hyphen.gif;
                   2319: i.gif;
                   2320: info.gif;
                   2321: j.gif;
                   2322: k.gif;
                   2323: l.gif;
                   2324: ledblink.gif;
                   2325: ledgreen.gif;
                   2326: ledoff.gif;
                   2327: ledon.gif;
                   2328: ledsend.gif;
                   2329: logout.gif;
                   2330: m.gif;
                   2331: mrk.gif;
                   2332: n.gif;
                   2333: nav.gif;
                   2334: next.gif;
                   2335: o.gif;
                   2336: p.gif;
                   2337: parm.gif;
                   2338: pgrd.gif;
                   2339: pparm.gif;
                   2340: prev.gif;
                   2341: prt.gif;
                   2342: q.gif;
                   2343: qempty.gif;
                   2344: r.gif;
                   2345: reload.gif;
                   2346: remotebg.gif;
                   2347: res.gif;
                   2348: roles.gif;
                   2349: s.gif;
                   2350: sbkm.gif;
                   2351: space.gif;
                   2352: spacer.gif;
                   2353: sprs.gif;
                   2354: src.gif;
                   2355: stat.gif;
                   2356: subm.gif;
                   2357: t.gif;
                   2358: title.gif;
                   2359: u.gif;
                   2360: v.gif;
                   2361: vbkm.gif;
                   2362: w.gif;
                   2363: x.gif;
                   2364: y.gif;
1.10      harris41 2365: z.gif
                   2366: </filenames>
                   2367: </fileglob>
1.4       harris41 2368: <file>
1.10      harris41 2369: <source>loncom/html/res/adm/pages/imgmaps.html</source>
                   2370: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
                   2371: <categoryname>interface file</categoryname>
1.6       harris41 2372: <description>
1.10      harris41 2373: image maps for the LON-CAPA remote control
1.6       harris41 2374: </description>
1.4       harris41 2375: </file>
                   2376: <file>
1.10      harris41 2377: <source>loncom/html/res/adm/pages/index.html</source>
                   2378: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
                   2379: <categoryname>interface file</categoryname>
1.6       harris41 2380: <description>
1.10      harris41 2381: welcoming page to the LON-CAPA system upon login
1.6       harris41 2382: </description>
1.4       harris41 2383: </file>
                   2384: <file>
1.10      harris41 2385: <source>loncom/html/res/adm/pages/menu.html</source>
                   2386: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
                   2387: <categoryname>interface file</categoryname>
1.6       harris41 2388: <description>
1.10      harris41 2389: renders the HTML (including image maps) for the LON-CAPA remote control
1.6       harris41 2390: </description>
1.4       harris41 2391: </file>
1.10      harris41 2392: <fileglob>
                   2393: <glob>*.gif</glob>
                   2394: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
                   2395: <targetdir>home/httpd/html/res/adm/pages/indexericons/</targetdir>
                   2396: <categoryname>graphic file</categoryname>
                   2397: <description>
                   2398: icons used for the bookmark portion of the LON-CAPA user interface
                   2399: </description>
                   2400: <filenames>
1.37      harris41 2401: a.gif;
                   2402: alert.black.gif;
                   2403: alert.red.gif;
                   2404: back.gif;
                   2405: ball.gray.gif;
                   2406: ball.red.gif;
                   2407: binary.gif;
                   2408: binhex.gif;
                   2409: blank.gif;
                   2410: bomb.gif;
                   2411: box1.gif;
                   2412: box2.gif;
                   2413: broken.gif;
                   2414: burst.gif;
                   2415: c.gif;
                   2416: comp.blue.gif;
                   2417: comp.gray.gif;
                   2418: compressed.gif;
                   2419: continued.gif;
                   2420: course.gif;
                   2421: dir.gif;
                   2422: down.gif;
                   2423: dvi.gif;
                   2424: f.gif;
                   2425: folder.gif;
                   2426: folder.open.gif;
                   2427: folder.sec.gif;
                   2428: folder_closed.gif;
                   2429: folder_closed_pressed.gif;
                   2430: folder_new.gif;
                   2431: folder_opened.gif;
                   2432: folder_opened_pressed.gif;
                   2433: folder_pointer_closed.gif;
                   2434: folder_pointer_opened.gif;
                   2435: folder_spacer.gif;
                   2436: folder_trash.gif;
                   2437: forward.gif;
                   2438: generic.gif;
                   2439: generic.red.gif;
                   2440: generic.sec.gif;
                   2441: hand.right.gif;
                   2442: hand.up.gif;
                   2443: html.gif;
                   2444: image1.gif;
                   2445: image2.gif;
                   2446: image3.gif;
                   2447: index.gif;
                   2448: layout.gif;
                   2449: left.gif;
                   2450: link.gif;
                   2451: mov.gif;
                   2452: movie1.gif;
                   2453: p.gif;
                   2454: patch.gif;
                   2455: pdf.gif;
                   2456: portal.gif;
                   2457: problem.gif;
                   2458: ps.gif;
                   2459: quill.gif;
                   2460: right.gif;
                   2461: screw1.gif;
                   2462: screw2.gif;
                   2463: script.gif;
                   2464: sound1.gif;
                   2465: sound2.gif;
                   2466: sphere1.gif;
                   2467: sphere2.gif;
                   2468: tar.gif;
                   2469: tex.gif;
                   2470: text.gif;
                   2471: transfer.gif;
                   2472: unknown.gif;
                   2473: up.gif;
                   2474: uu.gif;
                   2475: uuencoded.gif;
                   2476: white_space_20_22.gif;
                   2477: white_space_22_22.gif;
                   2478: whitespace1.gif;
                   2479: whitespace10.gif;
                   2480: whitespace2.gif;
                   2481: whitespace3.gif;
                   2482: whitespace4.gif;
                   2483: whitespace5.gif;
                   2484: whitespace6.gif;
                   2485: whitespace7.gif;
                   2486: whitespace8.gif;
                   2487: whitespace9.gif;
                   2488: world1.gif;
1.10      harris41 2489: world2.gif
                   2490: </filenames>
                   2491: </fileglob>
                   2492: <fileglob>
                   2493: <glob>*.gif</glob>
                   2494: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.13      albertel 2495: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
1.10      harris41 2496: <categoryname>graphic file</categoryname>
                   2497: <description>
                   2498: icons used for directory indexing and login screen
                   2499: </description>
                   2500: <filenames>
1.37      harris41 2501: folder_anim.gif;
                   2502: folder_close.gif;
                   2503: folder_drag.gif;
                   2504: folder_new.gif;
                   2505: folder_open.gif;
                   2506: folder_pointer_closed.gif;
                   2507: folder_pointer_opened.gif;
                   2508: folder_static.gif;
                   2509: folder_trash.gif;
                   2510: folder_trash_hover.gif;
                   2511: left_bar.gif;
                   2512: link.gif;
                   2513: link_anim.gif;
                   2514: link_drag.gif;
                   2515: ll_corner.gif;
                   2516: lower_bar.gif;
                   2517: lr_corner.gif;
                   2518: pix.gif;
                   2519: right_bar.gif;
                   2520: toolbar_bg.gif;
                   2521: ul_corner.gif;
                   2522: upper_bar.gif;
1.10      harris41 2523: ur_corner.gif
                   2524: </filenames>
                   2525: </fileglob>
                   2526: <fileglob>
                   2527: <glob>*.html</glob>
                   2528: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.13      albertel 2529: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
1.10      harris41 2530: <categoryname>interface file</categoryname>
                   2531: <description>
                   2532: associated with the frameset scheme of displaying bookmarks
                   2533: </description>
                   2534: <filenames>
1.37      harris41 2535: bookmarkmenu_toolbar.html;
                   2536: blank.html;
1.10      harris41 2537: closechildren.html
                   2538: </filenames>
                   2539: </fileglob>
1.4       harris41 2540: <file>
1.10      harris41 2541: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27      harris41 2542: <target dist='default'>
                   2543: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10      harris41 2544: <categoryname>interface file</categoryname>
1.6       harris41 2545: <description>
1.10      harris41 2546: javascript for handling client-side interactions with bookmark interface
1.6       harris41 2547: </description>
1.4       harris41 2548: </file>
                   2549: <file>
1.10      harris41 2550: <source>loncom/build/loncapaverifypackages</source>
                   2551: <target dist='default'>usr/sbin/loncapaverifypackages</target>
                   2552: <categoryname>script</categoryname>
1.6       harris41 2553: <description>
1.10      harris41 2554: checks the system RPMs against what install.lon-capa.org specifies
1.6       harris41 2555: </description>
1.10      harris41 2556: <status>deprecated</status>
1.4       harris41 2557: </file>
                   2558: <file>
1.10      harris41 2559: <source>loncom/build/loncaparestoreconfigurations</source>
                   2560: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
                   2561: <categoryname>script</categoryname>
1.6       harris41 2562: <description>
1.10      harris41 2563: restores .rpmsave files after a LON-CAPA-base upgrade
1.6       harris41 2564: </description>
1.10      harris41 2565: <status>deprecated</status>
1.4       harris41 2566: </file>
                   2567: <file>
1.10      harris41 2568: <source>loncom/build/loncapaautoupgrade</source>
                   2569: <target dist='default'>usr/sbin/loncapaautoupgrade</target>
                   2570: <categoryname>script</categoryname>
1.6       harris41 2571: <description>
1.27      harris41 2572: does all the things to coordinate updating of LON-CAPA base files.  Should be
                   2573: used with caution so that you do not lose work
1.6       harris41 2574: </description>
1.10      harris41 2575: <status>deprecated</status>
1.4       harris41 2576: </file>
                   2577: <file>
1.10      harris41 2578: <source>loncom/build/loncapaverify</source>
                   2579: <target dist='default'>usr/sbin/loncapaverify</target>
                   2580: <categoryname>script</categoryname>
1.6       harris41 2581: <description>
1.27      harris41 2582: makes verification report using loncapaverifypackages and
                   2583: loncapaverifybasepackage
1.6       harris41 2584: </description>
1.10      harris41 2585: <status>deprecated</status>
1.4       harris41 2586: </file>
                   2587: <file>
1.10      harris41 2588: <source>loncom/cron/loncapa</source>
                   2589: <target dist='default'>etc/cron.d/loncapa</target>
                   2590: <categoryname>static conf</categoryname>
                   2591: <description>
                   2592: file that specifies periodic processes to run for the LON-CAPA machine
                   2593: </description>
                   2594: </file>
                   2595: <file>
                   2596: <source>loncom/ntp/step-tickers</source>
                   2597: <target dist='default'>etc/ntp/step-tickers</target>
                   2598: <categoryname>conf</categoryname>
                   2599: <description>
                   2600: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   2601: </description>
                   2602: <note>
                   2603: <table cellpadding='0' cellspacing='0' border='1'>
                   2604: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
                   2605: </table>
                   2606: </note>
1.48      harris41 2607: </file>
                   2608: <file>
                   2609: <source>loncom/pam.d/pwauth</source>
                   2610: <target dist='default'>etc/pam.d/pwauth</target>
                   2611: <categoryname>static conf</categoryname>
                   2612: <description>
                   2613: file that allows setuid password privileges for pwauth executable
                   2614: </description>
                   2615: </file>
                   2616: <file>
                   2617: <source>loncom/pam.d/pwchange</source>
                   2618: <target dist='default'>etc/pam.d/pwchange</target>
                   2619: <categoryname>static conf</categoryname>
                   2620: <description>
                   2621: file that allows setuid password privileges for pwchange (lcpasswd) executable
                   2622: </description>
1.10      harris41 2623: </file>
                   2624: <file>
                   2625: <source>loncom/init.d/loncontrol</source>
                   2626: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
                   2627: <categoryname>root script</categoryname>
                   2628: <description>
                   2629: Controls the launching/halting of lonc, lond, and lonsql processes.
                   2630: </description>
                   2631: </file>
                   2632: <link>
                   2633: <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
                   2634: <target dist='default'>
1.37      harris41 2635: etc/rc.d/rc0.d/K05loncontrol;
                   2636: etc/rc.d/rc1.d/K05loncontrol;
                   2637: etc/rc.d/rc2.d/K05loncontrol;
                   2638: etc/rc.d/rc3.d/S95loncontrol;
                   2639: etc/rc.d/rc4.d/S95loncontrol;
                   2640: etc/rc.d/rc5.d/S95loncontrol;
1.10      harris41 2641: etc/rc.d/rc6.d/K05loncontrol
                   2642: </target>
                   2643: <categoryname>symbolic link</categoryname>
1.27      harris41 2644: <description>
                   2645: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10      harris41 2646: </link>
                   2647: <file>
                   2648: <source>loncom/atalk/config</source>
                   2649: <target dist='default'>etc/atalk/config</target>
                   2650: <categoryname>conf</categoryname>
1.6       harris41 2651: <description>
1.27      harris41 2652: configuration file to make LON-CAPA server file space accessible to
                   2653: Appleshares access (Macintosh)
1.6       harris41 2654: </description>
1.4       harris41 2655: </file>
1.14      harris41 2656: </files>
1.1       harris41 2657: </lpml>

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