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

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.