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

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

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