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

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

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