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

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

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