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

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.164   ! harris41    6: <!-- $Id: loncapafiles.lpml,v 1.163 2002/08/14 18:12:52 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_Max_Depth_Exceeded.tex;
                   1647: Spreadsheet_OOO_Rows.tex;
                   1648: Spreadsheet_Op_On_All_Problem_Parts.tex;
                   1649: Spreadsheet_Parms.tex;
                   1650: Spreadsheet_Problem_Weight.tex;
                   1651: Spreadsheet_Ranges.tex;
                   1652: Spreadsheet_Specifying_Cells.tex;
                   1653: Spreadsheet_Student_Visible.tex;
                   1654: Spreadsheet_Symbolic_Names.tex;
                   1655: Spreadsheet_Template_Row.tex;
                   1656: Spreadsheet_Ternary_Operator.tex;
                   1657: Spreadsheet_Tries.tex;
                   1658: String_Response_Problem_Creation.tex;
                   1659: String_Response_Problems.tex;
                   1660: Tolerance.tex;
                   1661: Variable_Naming_Conventions.tex;
                   1662: Variable_Tutorial_A.tex;
                   1663: Variables_in_Scripts.tex;
                   1664: Variables_in_the_Answer_Block.tex;
1.150     bowersj2 1665: Variables_in_the_Text_Block.tex
1.140     bowersj2 1666: </filenames>
                   1667: </fileglob>
                   1668: <file>
                   1669: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
                   1670: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162     harris41 1671: <categoryname>interface file</categoryname>
1.140     bowersj2 1672: <description>
                   1673: A gdbm file containing a label->tex file hash.
1.15      harris41 1674: </description>
                   1675: <status>works/unverified</status>
                   1676: </file>
                   1677: <file>
1.7       harris41 1678: <source>loncom/interface/lonstatistics.pm</source>
                   1679: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
                   1680: <categoryname>handler</categoryname>
                   1681: <description>
                   1682: Handler to show statistics on solving LON-CAPA problems.
1.144     stredwic 1683: </description>
                   1684: <status>works/unverified</status>
                   1685: </file>
                   1686: <file>
                   1687: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162     harris41 1688: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
                   1689: </target>
1.144     stredwic 1690: <categoryname>handler</categoryname>
                   1691: <description>
1.162     harris41 1692: The module that generate the html for the Problem Statistics web pages.
1.144     stredwic 1693: </description>
                   1694: <status>works/unverified</status>
                   1695: </file>
                   1696: <file>
                   1697: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162     harris41 1698: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
                   1699: </target>
1.144     stredwic 1700: <categoryname>handler</categoryname>
                   1701: <description>
                   1702: The module that generate the html for the Problem Analysis web pages.
                   1703: </description>
                   1704: <status>works/unverified</status>
                   1705: </file>
                   1706: <file>
                   1707: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162     harris41 1708: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
                   1709: </target>
1.144     stredwic 1710: <categoryname>handler</categoryname>
                   1711: <description>
                   1712: The module that generate the html for the Student Assessment/Chart web pages.
1.7       harris41 1713: </description>
                   1714: <status>works/unverified</status>
                   1715: </file>
                   1716: <file>
1.5       harris41 1717: <source>loncom/publisher/londiff.pm</source>
                   1718: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
                   1719: <categoryname>handler</categoryname>
                   1720: <description>
                   1721: Handler to show difference between two files.
                   1722: </description>
                   1723: <status>works/unverified</status>
1.4       harris41 1724: </file>
                   1725: <file>
1.5       harris41 1726: <source>loncom/publisher/lonupload.pm</source>
                   1727: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
                   1728: <categoryname>handler</categoryname>
                   1729: <description>
                   1730: Handler to upload files through browser into construction space.
                   1731: </description>
                   1732: <status>works/unverified</status>
1.4       harris41 1733: </file>
                   1734: <file>
1.76      harris41 1735: <source>doc/man/Apache__lonupload.3</source>
                   1736: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83      harris41 1737: <categoryname>doc</categoryname>
1.76      harris41 1738: <description>man page for lonupload.pm</description>
                   1739: <build trigger='always run'>
1.115     harris41 1740: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
                   1741: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
1.76      harris41 1742: </build>
                   1743: <status>works/unverified</status>
                   1744: <dependencies>
                   1745: ../../loncom/publisher/lonupload.pm
                   1746: </dependencies>
                   1747: </file>
                   1748: <file>
1.118     harris41 1749: <source>doc/lib/perl/Apache/lonupload.html</source>
                   1750: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112     harris41 1751: </target>
1.83      harris41 1752: <categoryname>doc</categoryname>
1.76      harris41 1753: <description>POD-derived page for lonupload.pm</description>
                   1754: <build trigger='always run'>
1.115     harris41 1755: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
1.118     harris41 1756: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
                   1757: echo 'pod2html lonupload.pm'
1.76      harris41 1758: </build>
                   1759: <status>works/unverified</status>
                   1760: <dependencies>
                   1761: ../../loncom/publisher/lonupload.pm
                   1762: </dependencies>
                   1763: </file>
                   1764: <file>
1.5       harris41 1765: <source>loncom/homework/essayresponse.pm</source>
                   1766: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
                   1767: <categoryname>handler</categoryname>
                   1768: <description>
                   1769: Handler to evaluate essay (ungraded) style responses.
1.92      albertel 1770: </description>
                   1771: <status>works/unverified</status>
                   1772: </file>
                   1773: <file>
                   1774: <source>loncom/homework/externalresponse.pm</source>
                   1775: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
                   1776: <categoryname>handler</categoryname>
                   1777: <description>
                   1778: Handler to evaluate externally graded responses.
                   1779: </description>
                   1780: <status>works/unverified</status>
                   1781: </file>
                   1782: <file>
                   1783: <source>loncom/homework/loncapagrade.pm</source>
                   1784: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
                   1785: <categoryname>handler</categoryname>
                   1786: <description>
1.133     harris41 1787: Holds results and defines
                   1788: tag handlers needed by externalresponse.pm
1.5       harris41 1789: </description>
                   1790: <status>works/unverified</status>
1.4       harris41 1791: </file>
                   1792: <file>
1.5       harris41 1793: <source>loncom/publisher/lonpubdir.pm</source>
                   1794: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
                   1795: <categoryname>handler</categoryname>
                   1796: <description>
                   1797: Handler to publish directories.
                   1798: </description>
1.4       harris41 1799: </file>
                   1800: <file>
1.76      harris41 1801: <source>doc/man/Apache__lonpubdir.3</source>
                   1802: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83      harris41 1803: <categoryname>doc</categoryname>
1.76      harris41 1804: <description>man page for lonpubdir.pm</description>
                   1805: <build trigger='always run'>
1.115     harris41 1806: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
                   1807: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
1.76      harris41 1808: </build>
                   1809: <status>works/unverified</status>
                   1810: <dependencies>
                   1811: ../../loncom/lonnet/perl/lonnet.pm
                   1812: </dependencies>
                   1813: </file>
                   1814: <file>
1.118     harris41 1815: <source>doc/lib/perl/Apache/lonpubdir.html</source>
                   1816: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112     harris41 1817: </target>
1.83      harris41 1818: <categoryname>doc</categoryname>
1.76      harris41 1819: <description>POD-derived page for lonpubdir.pm</description>
                   1820: <build trigger='always run'>
1.115     harris41 1821: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
1.118     harris41 1822: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
                   1823: echo 'pod2html lonpubdir.pm'
1.76      harris41 1824: </build>
                   1825: <status>works/unverified</status>
                   1826: <dependencies>
                   1827: ../../loncom/publisher/lonpubdir.pm
                   1828: </dependencies>
                   1829: </file>
                   1830: <file>
1.5       harris41 1831: <source>loncom/publisher/lonretrieve.pm</source>
                   1832: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
                   1833: <categoryname>handler</categoryname>
                   1834: <description>
                   1835: Handler to retrieve old versions from resource space.
                   1836: </description>
                   1837: <status>works/unverified</status>
1.4       harris41 1838: </file>
                   1839: <file>
1.76      harris41 1840: <source>doc/man/Apache__lonretrieve.3</source>
                   1841: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83      harris41 1842: <categoryname>doc</categoryname>
1.76      harris41 1843: <description>man page for lonretrieve.pm</description>
                   1844: <build trigger='always run'>
1.115     harris41 1845: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
                   1846: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
1.76      harris41 1847: </build>
                   1848: <status>works/unverified</status>
                   1849: <dependencies>
                   1850: ../../loncom/publisher/lonretrieve.pm
                   1851: </dependencies>
                   1852: </file>
                   1853: <file>
1.118     harris41 1854: <source>doc/lib/perl/Apache/lonretrieve.html</source>
                   1855: <target dist='default'>
                   1856: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112     harris41 1857: </target>
1.83      harris41 1858: <categoryname>doc</categoryname>
1.76      harris41 1859: <description>POD-derived page for lonretrieve.pm</description>
                   1860: <build trigger='always run'>
1.115     harris41 1861: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
1.118     harris41 1862: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
                   1863: echo 'pod2html lonretrieve.pm'
1.76      harris41 1864: </build>
                   1865: <status>works/unverified</status>
                   1866: <dependencies>
                   1867: ../../loncom/publisher/lonretrieve.pm
                   1868: </dependencies>
                   1869: </file>
                   1870: <file>
1.5       harris41 1871: <source>loncom/homework/edit.pm</source>
                   1872: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
                   1873: <categoryname>handler</categoryname>
                   1874: <description>
                   1875: Helper functions when in homework edit mode.
                   1876: </description>
1.4       harris41 1877: </file>
                   1878: <file>
1.86      harris41 1879: <source>doc/man/Apache__edit.3</source>
                   1880: <target dist='default'>usr/man/man3/Apache::edit.3</target>
                   1881: <categoryname>doc</categoryname>
                   1882: <description>man page for edit.pm</description>
                   1883: <build trigger='always run'>
1.115     harris41 1884: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
1.112     harris41 1885: echo 'manifying edit.pm'
1.86      harris41 1886: </build>
                   1887: <status>works/unverified</status>
                   1888: <dependencies>
                   1889: ../../loncom/homework/edit.pm
                   1890: </dependencies>
                   1891: </file>
                   1892: <file>
1.118     harris41 1893: <source>doc/lib/perl/Apache/edit.html</source>
                   1894: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
                   1895: </target>
1.86      harris41 1896: <categoryname>doc</categoryname>
                   1897: <description>POD-derived page for edit.pm</description>
                   1898: <build trigger='always run'>
1.118     harris41 1899: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
                   1900: ../../doc/lib/perl/Apache/edit.html \
1.115     harris41 1901: &amp;&amp; echo 'pod2html edit.pm'
1.86      harris41 1902: </build>
                   1903: <status>works/unverified</status>
                   1904: <dependencies>
                   1905: ../../loncom/homework/edit.pm
                   1906: </dependencies>
                   1907: </file>
                   1908: <file>
1.5       harris41 1909: <source>loncom/interface/lonmeta.pm</source>
                   1910: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
                   1911: <categoryname>handler</categoryname>
                   1912: <description>Metadata display handler.</description>
                   1913: <status>works/unverified</status>
1.4       harris41 1914: </file>
                   1915: <file>
1.5       harris41 1916: <source>rat/lonambiguous.pm</source>
                   1917: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
                   1918: <categoryname>handler</categoryname>
                   1919: <description>
                   1920: Handler to resolve ambiguous file locations.
                   1921: </description>
                   1922: <status>works/unverified</status>
1.4       harris41 1923: </file>
                   1924: <file>
1.5       harris41 1925: <source>rat/lonratparms.pm</source>
                   1926: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
                   1927: <categoryname>handler</categoryname>
                   1928: <description>
                   1929: Handler to set resource parameters inside of the RAT based on metadata.
                   1930: </description>
                   1931: <status>works/unverified</status>
1.4       harris41 1932: </file>
                   1933: <file>
1.5       harris41 1934: <source>rat/lonsequence.pm</source>
                   1935: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
                   1936: <categoryname>handler</categoryname>
                   1937: <description>
                   1938: Handler for showing sequence objects of educational resources.
                   1939: </description>
                   1940: <status>works/unverified</status>
1.4       harris41 1941: </file>
                   1942: <file>
1.5       harris41 1943: <source>loncom/interface/loncreatecourse.pm</source>
                   1944: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
                   1945: <categoryname>handler</categoryname>
                   1946: <description>
1.72      harris41 1947: Allows domain coordinators to create new courses and assign course
                   1948: coordinators.
1.5       harris41 1949: </description>
1.10      harris41 1950: <status>works/unverified</status>
1.4       harris41 1951: </file>
                   1952: <file>
1.5       harris41 1953: <source>loncom/interface/loncreateuser.pm</source>
                   1954: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
                   1955: <categoryname>handler</categoryname>
                   1956: <description>
1.72      harris41 1957: Allows users to within their own privileges create/edit users and give
                   1958: them roles. 
1.5       harris41 1959: </description>
                   1960: <status>works/unverified</status>
1.143     stredwic 1961: </file>
                   1962: <file>
                   1963: <source>loncom/interface/lonhtmlcommon.pm</source>
                   1964: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
                   1965: <categoryname>handler</categoryname>
                   1966: <description>
                   1967: Contains a set of functions that generate html controls and data layouts
1.138     stredwic 1968: </description>
                   1969: </file>
                   1970: <file>
                   1971: <source>loncom/interface/loncoursedata.pm</source>
                   1972: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
                   1973: <categoryname>handler</categoryname>
                   1974: <description>
                   1975: Common functions for handling student course data (download and process)
1.5       harris41 1976: </description>
1.4       harris41 1977: </file>
                   1978: <file>
1.5       harris41 1979: <source>loncom/interface/loncommon.pm</source>
                   1980: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
                   1981: <categoryname>handler</categoryname>
                   1982: <description>
                   1983: Makes a table out of the previous attempts.  Inputs result_from_symbread,
1.10      harris41 1984: user, domain, home_server, course_id.
1.5       harris41 1985: </description>
                   1986: <status>works/unverified</status>
1.4       harris41 1987: </file>
                   1988: <file>
1.76      harris41 1989: <source>doc/man/Apache__loncommon.3</source>
                   1990: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83      harris41 1991: <categoryname>doc</categoryname>
1.76      harris41 1992: <description>man page for loncommon.pm</description>
                   1993: <build trigger='always run'>
1.115     harris41 1994: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
                   1995: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
1.76      harris41 1996: </build>
                   1997: <status>works/unverified</status>
                   1998: <dependencies>
                   1999: ../../loncom/interface/loncommon.pm
                   2000: </dependencies>
                   2001: </file>
                   2002: <file>
1.118     harris41 2003: <source>doc/lib/perl/Apache/loncommon.html</source>
                   2004: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112     harris41 2005: </target>
1.83      harris41 2006: <categoryname>doc</categoryname>
1.76      harris41 2007: <description>POD-derived page for loncommon.pm</description>
                   2008: <build trigger='always run'>
1.115     harris41 2009: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
1.118     harris41 2010: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
                   2011: echo 'pod2html loncommon.pm'
1.76      harris41 2012: </build>
                   2013: <status>works/unverified</status>
                   2014: <dependencies>
                   2015: ../../loncom/interface/loncommon.pm
                   2016: </dependencies>
                   2017: </file>
                   2018: <file>
1.5       harris41 2019: <source>loncom/homework/grades.pm</source>
                   2020: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
                   2021: <categoryname>handler</categoryname>
                   2022: <description>Handles the viewing of grades.</description>
1.4       harris41 2023: </file>
                   2024: <file>
1.5       harris41 2025: <source>loncom/homework/imageresponse.pm</source>
                   2026: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
                   2027: <categoryname>handler</categoryname>
                   2028: <description>
                   2029: Coordinates the response to clicking an image.
                   2030: </description>
                   2031: <status>works/unverified</status>
1.4       harris41 2032: </file>
                   2033: <file>
1.5       harris41 2034: <source>loncom/homework/optionresponse.pm</source>
                   2035: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
                   2036: <categoryname>handler</categoryname>
1.27      harris41 2037: <description>
                   2038: Handles tags associated with showing a list of options.</description>
1.4       harris41 2039: </file>
                   2040: <file>
1.5       harris41 2041: <source>loncom/homework/outputtags.pm</source>
                   2042: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
                   2043: <categoryname>handler</categoryname>
                   2044: <description>
                   2045: Handles tags associated with output.  Seems to relate to due dates of the
                   2046: assignment.
                   2047: </description>
1.10      harris41 2048: <status>works/unverified</status>
1.4       harris41 2049: </file>
                   2050: <file>
1.6       harris41 2051: <source>loncom/interface/lontest.pm</source>
                   2052: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
                   2053: <categoryname>handler</categoryname>
                   2054: <description>
                   2055: Used for debugging and testing the LON-CAPA system.
                   2056: </description>
1.10      harris41 2057: <status>works/unverified</status>
1.6       harris41 2058: </file>
                   2059: <file>
                   2060: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27      harris41 2061: <target dist='default'>
                   2062: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6       harris41 2063: <categoryname>handler</categoryname>
                   2064: <description>
                   2065: Handles multiple-choice style responses.
                   2066: </description>
1.10      harris41 2067: <status>works/unverified</status>
1.6       harris41 2068: </file>
                   2069: <file>
                   2070: <source>loncom/interface/lonassignments.pm</source>
                   2071: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
                   2072: <categoryname>handler</categoryname>
                   2073: <description>
                   2074: Handles processing of assignments.
                   2075: </description>
1.10      harris41 2076: <status>works/unverified</status>
1.6       harris41 2077: </file>
                   2078: <file>
                   2079: <source>loncom/interface/loncommunicate.pm</source>
                   2080: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
                   2081: <categoryname>handler</categoryname>
1.72      harris41 2082: <description>
                   2083: Will be the access handler to email sending, as well as the planned
                   2084: chatrooms, etc.
                   2085: </description>
1.10      harris41 2086: <status>works/unverified</status>
1.6       harris41 2087: </file>
                   2088: <file>
                   2089: <source>loncom/interface/lonerrorhandler.pm</source>
                   2090: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
                   2091: <categoryname>handler</categoryname>
                   2092: <description>
                   2093: Handles errors.
                   2094: </description>
1.10      harris41 2095: <status>works/unverified</status>
1.6       harris41 2096: </file>
                   2097: <file>
                   2098: <source>loncom/interface/lonevaluate.pm</source>
                   2099: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
                   2100: <categoryname>handler</categoryname>
                   2101: <description>
                   2102: Handles evaluation.
                   2103: </description>
1.10      harris41 2104: <status>works/unverified</status>
1.6       harris41 2105: </file>
                   2106: <file>
                   2107: <source>loncom/interface/lonfeedback.pm</source>
                   2108: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
                   2109: <categoryname>handler</categoryname>
                   2110: <description>
                   2111: Handles feedback from students to instructors and system administrators.
1.72      harris41 2112: Provides a screenshot of the current
                   2113: resource, as well as previous attempts if the resource was a homework.
                   2114: Used by lonmsg.pm.
1.6       harris41 2115: </description>
1.10      harris41 2116: <status>works/unverified</status>
1.4       harris41 2117: </file>
                   2118: <file>
1.6       harris41 2119: <source>loncom/interface/lonnavmaps.pm</source>
                   2120: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
                   2121: <categoryname>handler</categoryname>
                   2122: <description>
                   2123: Handles navigational maps.
                   2124: </description>
1.10      harris41 2125: <status>works/unverified</status>
1.4       harris41 2126: </file>
                   2127: <file>
1.6       harris41 2128: <source>loncom/interface/lonpreferences.pm</source>
                   2129: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
                   2130: <categoryname>handler</categoryname>
                   2131: <description>
                   2132: Handles user preferences associated with customizing the online LON-CAPA
                   2133: educational environment.
                   2134: </description>
1.10      harris41 2135: <status>works/unverified</status>
1.6       harris41 2136: </file>
                   2137: <file>
                   2138: <source>loncom/interface/lonprintout.pm</source>
                   2139: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
                   2140: <categoryname>handler</categoryname>
                   2141: <description>
                   2142: Handles the production of printable files and resources.
                   2143: </description>
1.10      harris41 2144: <status>works/unverified</status>
1.6       harris41 2145: </file>
                   2146: <file>
                   2147: <source>loncom/interface/lonsearchcat.pm</source>
                   2148: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
                   2149: <categoryname>handler</categoryname>
                   2150: <description>
                   2151: Handles a searchable catalogue.
1.148     matthew  2152: </description>
                   2153: <status>works/unverified</status>
                   2154: </file>
                   2155: <file>
                   2156: <source>loncom/interface/lonmysql.pm</source>
                   2157: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
                   2158: <categoryname>handler</categoryname>
                   2159: <description>
                   2160: Provides utility functions for creating and accessing mysql database tables.
1.6       harris41 2161: </description>
1.10      harris41 2162: <status>works/unverified</status>
1.4       harris41 2163: </file>
                   2164: <file>
1.76      harris41 2165: <source>doc/man/Apache__lonsearchcat.3</source>
                   2166: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83      harris41 2167: <categoryname>doc</categoryname>
1.76      harris41 2168: <description>man page for lonsearchcat.pm</description>
                   2169: <build trigger='always run'>
1.115     harris41 2170: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
                   2171: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
1.76      harris41 2172: </build>
                   2173: <status>works/unverified</status>
                   2174: <dependencies>
                   2175: ../../loncom/interface/lonsearchcat.pm
                   2176: </dependencies>
                   2177: </file>
                   2178: <file>
1.118     harris41 2179: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
                   2180: <target dist='default'>
                   2181: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112     harris41 2182: </target>
1.83      harris41 2183: <categoryname>doc</categoryname>
1.76      harris41 2184: <description>POD-derived page for lonsearchcat.pm</description>
                   2185: <build trigger='always run'>
1.115     harris41 2186: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
1.118     harris41 2187: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
                   2188: echo 'pod2html lonsearchcat.pm'
1.76      harris41 2189: </build>
                   2190: <status>works/unverified</status>
                   2191: <dependencies>
                   2192: ../../loncom/interface/lonsearchcat.pm
                   2193: </dependencies>
                   2194: </file>
                   2195: <file>
1.6       harris41 2196: <source>loncom/interface/londropadd.pm</source>
                   2197: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
                   2198: <categoryname>handler</categoryname>
                   2199: <description>
1.72      harris41 2200: Allows course coordinators to upload courselists in different formats, and
                   2201: automatically create users (if they do not exist already), assign them the
                   2202: role of student in a course, and add them to the classlist.
1.6       harris41 2203: </description>
1.10      harris41 2204: <status>works/unverified</status>
1.6       harris41 2205: </file>
                   2206: <file>
                   2207: <source>loncom/interface/lonmsg.pm</source>
                   2208: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
                   2209: <categoryname>handler</categoryname>
                   2210: <description>
1.72      harris41 2211: lonmsg.pm has several functions to send and receive internal messages.
                   2212: author_res_msg - send message to resource author.
                   2213: user_crit_msg - send a critical message to a user. A critical message
                   2214: will require acknowledgment by the recipient and the sender will be notified.
                   2215: user_crit_received - routine to trigger acknowledgment.
                   2216: statuschange - change the status of a message (read, replied, forwarded, etc).
                   2217: The handler also displays messages, has routines to reply, etc.
1.6       harris41 2218: </description>
1.10      harris41 2219: <status>works/unverified</status>
1.6       harris41 2220: </file>
                   2221: <file>
                   2222: <source>loncom/homework/hint.pm</source>
                   2223: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
                   2224: <categoryname>handler</categoryname>
                   2225: <description>
                   2226: This handler coordinates the delivery of hints to students working on LON-CAPA
                   2227: problems and assignments.
                   2228: </description>
1.10      harris41 2229: <status>works/unverified</status>
1.6       harris41 2230: </file>
                   2231: <file>
                   2232: <source>loncom/interface/lonspreadsheet.pm</source>
                   2233: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
                   2234: <categoryname>handler</categoryname>
                   2235: <description>
1.72      harris41 2236: Spreadsheets are completely web-based.
                   2237: They exist on the level of a whole course, a student, and individual
                   2238: assessments.
1.6       harris41 2239: </description>
1.10      harris41 2240: <status>works/unverified</status>
1.6       harris41 2241: </file>
                   2242: <file>
                   2243: <source>loncom/interface/lonparmset.pm</source>
                   2244: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
                   2245: <categoryname>handler</categoryname>
                   2246: <description>
                   2247: Handler to resolve ambiguous file locations
                   2248: </description>
1.10      harris41 2249: <status>works/unverified</status>
1.6       harris41 2250: </file>
                   2251: <file>
1.76      harris41 2252: <source>doc/man/Apache__lonparmset.3</source>
                   2253: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83      harris41 2254: <categoryname>doc</categoryname>
1.76      harris41 2255: <description>man page for lonparmset.pm</description>
                   2256: <build trigger='always run'>
1.115     harris41 2257: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
                   2258: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
1.76      harris41 2259: </build>
                   2260: <status>works/unverified</status>
                   2261: <dependencies>
                   2262: ../../loncom/interface/lonparmset.pm
                   2263: </dependencies>
                   2264: </file>
                   2265: <file>
1.118     harris41 2266: <source>doc/lib/perl/Apache/lonparmset.html</source>
                   2267: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112     harris41 2268: </target>
1.83      harris41 2269: <categoryname>doc</categoryname>
1.76      harris41 2270: <description>POD-derived page for lonparmset.pm</description>
                   2271: <build trigger='always run'>
1.115     harris41 2272: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
1.118     harris41 2273: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
                   2274: echo 'pod2html lonparmset.pm'
1.76      harris41 2275: </build>
                   2276: <status>works/unverified</status>
                   2277: <dependencies>
                   2278: ../../loncom/interface/lonparmset.pm
                   2279: </dependencies>
                   2280: </file>
                   2281: <file>
1.6       harris41 2282: <source>loncom/publisher/lonconstruct.pm</source>
                   2283: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
                   2284: <categoryname>handler</categoryname>
                   2285: <description>
                   2286: Page wrapper for handling construction space.
                   2287: </description>
1.10      harris41 2288: <status>works/unverified</status>
1.6       harris41 2289: </file>
                   2290: <file>
                   2291: <source>loncom/publisher/lonpublisher.pm</source>
                   2292: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
                   2293: <categoryname>handler</categoryname>
                   2294: <description>
                   2295: Publishes an LON-CAPA educational resource complete with metadata
                   2296: (authorship, language, copyright, creation date, etc).
                   2297: </description>
1.10      harris41 2298: <status>works/unverified</status>
1.6       harris41 2299: </file>
                   2300: <file>
1.76      harris41 2301: <source>doc/man/Apache__lonpublisher.3</source>
                   2302: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83      harris41 2303: <categoryname>doc</categoryname>
1.76      harris41 2304: <description>man page for lonpublisher.pm</description>
                   2305: <build trigger='always run'>
1.115     harris41 2306: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
                   2307: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
1.76      harris41 2308: </build>
                   2309: <status>works/unverified</status>
                   2310: <dependencies>
                   2311: ../../loncom/publisher/lonpublisher.pm
                   2312: </dependencies>
                   2313: </file>
                   2314: <file>
1.118     harris41 2315: <source>doc/lib/perl/Apache/lonpublisher.html</source>
                   2316: <target dist='default'>
                   2317: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112     harris41 2318: </target>
1.83      harris41 2319: <categoryname>doc</categoryname>
1.76      harris41 2320: <description>POD-derived page for lonpublisher.pm</description>
                   2321: <build trigger='always run'>
1.115     harris41 2322: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
1.118     harris41 2323: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
                   2324: echo 'pod2html lonpublisher.pm'
1.76      harris41 2325: </build>
                   2326: <status>works/unverified</status>
                   2327: <dependencies>
                   2328: ../../loncom/publisher/lonpublisher.pm
                   2329: </dependencies>
                   2330: </file>
                   2331: <file>
1.6       harris41 2332: <source>loncom/interface/lonmenu.pm</source>
                   2333: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
                   2334: <categoryname>handler</categoryname>
                   2335: <description>
                   2336: Has routines which control the remote control.
                   2337: </description>
1.10      harris41 2338: <status>works/unverified</status>
1.6       harris41 2339: </file>
                   2340: <file>
                   2341: <source>rat/lonpageflip.pm</source>
                   2342: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
                   2343: <categoryname>handler</categoryname>
                   2344: <description>Deals with forward, backward, and other page flips.</description>
1.10      harris41 2345: <status>works/unverified</status>
1.6       harris41 2346: </file>
                   2347: <file>
                   2348: <source>rat/lonratedt.pm</source>
                   2349: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
                   2350: <categoryname>handler</categoryname>
                   2351: <description>
                   2352: Builds up frame set and loads in the right thing.
                   2353: </description>
1.10      harris41 2354: <status>works/unverified</status>
1.6       harris41 2355: </file>
                   2356: <file>
                   2357: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
                   2358: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
                   2359: <categoryname>handler</categoryname>
                   2360: <description>
                   2361: Homework remote control.
1.157     www      2362: </description>
                   2363: <status>works/unverified</status>
                   2364: </file>
                   2365: <file>
                   2366: <source>loncom/html/res/adm/pages/chatroom.html</source>
                   2367: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
                   2368: <categoryname>handler</categoryname>
                   2369: <description>
                   2370: Establishes frameset for chatroom
1.6       harris41 2371: </description>
1.10      harris41 2372: <status>works/unverified</status>
1.6       harris41 2373: </file>
                   2374: <file>
                   2375: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
                   2376: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
                   2377: <categoryname>handler</categoryname>
                   2378: <description>
1.10      harris41 2379: This will take annotations and then plug them into a page.
1.6       harris41 2380: </description>
1.10      harris41 2381: <status>works/unverified</status>
1.6       harris41 2382: </file>
                   2383: <file>
                   2384: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
                   2385: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
                   2386: <categoryname>handler</categoryname>
                   2387: <description>
                   2388: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10      harris41 2389: interface.
1.6       harris41 2390: </description>
1.10      harris41 2391: <status>works/unverified</status>
1.6       harris41 2392: </file>
                   2393: <file>
                   2394: <source>rat/lonratsrv.pm</source>
                   2395: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
                   2396: <categoryname>handler</categoryname>
                   2397: <description>
1.27      harris41 2398: Handler that takes output from RAT and stores it on disk.  Handles the upper
                   2399: hidden frame of the added window that comes up in RAT.   (3 frames come up in
                   2400: RAT server, code, and output.  This module handles server connection.)
1.6       harris41 2401: </description>
1.10      harris41 2402: <status>works/unverified</status>
1.6       harris41 2403: </file>
                   2404: <file>
                   2405: <source>rat/lonpage.pm</source>
                   2406: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
                   2407: <categoryname>handler</categoryname>
                   2408: <description>
                   2409: bundles pages into one page
                   2410: </description>
1.10      harris41 2411: <status>works/unverified</status>
1.6       harris41 2412: </file>
                   2413: <file>
1.76      harris41 2414: <source>doc/man/Apache__lonpage.3</source>
                   2415: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83      harris41 2416: <categoryname>doc</categoryname>
1.76      harris41 2417: <description>man page for lonpage.pm</description>
                   2418: <build trigger='always run'>
1.115     harris41 2419: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
                   2420: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
1.76      harris41 2421: </build>
                   2422: <status>works/unverified</status>
                   2423: <dependencies>
                   2424: ../../rat/lonpage.pm
                   2425: </dependencies>
                   2426: </file>
                   2427: <file>
1.118     harris41 2428: <source>doc/lib/perl/Apache/lonpage.html</source>
                   2429: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112     harris41 2430: </target>
1.83      harris41 2431: <categoryname>doc</categoryname>
1.76      harris41 2432: <description>POD-derived page for lonnet.pm</description>
                   2433: <build trigger='always run'>
1.115     harris41 2434: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
1.118     harris41 2435: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
1.76      harris41 2436: </build>
                   2437: <status>works/unverified</status>
                   2438: <dependencies>
                   2439: ../../rat/lonpage.pm
                   2440: </dependencies>
                   2441: </file>
                   2442: <file>
1.6       harris41 2443: <source>rat/lonuserstate.pm</source>
                   2444: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
                   2445: <categoryname>handler</categoryname>
                   2446: <description>
1.133     harris41 2447: compile course into binary data structure
1.6       harris41 2448: </description>
1.10      harris41 2449: <status>works/unverified</status>
1.6       harris41 2450: </file>
                   2451: <file>
1.76      harris41 2452: <source>doc/man/Apache__lonuserstate.3</source>
                   2453: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83      harris41 2454: <categoryname>doc</categoryname>
1.76      harris41 2455: <description>man page for lonnet.pm</description>
                   2456: <build trigger='always run'>
1.115     harris41 2457: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
                   2458: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
1.76      harris41 2459: </build>
                   2460: <status>works/unverified</status>
                   2461: <dependencies>
                   2462: ../../rat/lonuserstate.pm
                   2463: </dependencies>
                   2464: </file>
                   2465: <file>
1.118     harris41 2466: <source>doc/lib/perl/Apache/lonuserstate.html</source>
                   2467: <target dist='default'>
                   2468: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112     harris41 2469: </target>
1.83      harris41 2470: <categoryname>doc</categoryname>
1.76      harris41 2471: <description>POD-derived page for lonuserstate.pm</description>
                   2472: <build trigger='always run'>
1.115     harris41 2473: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
1.118     harris41 2474: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
                   2475: echo 'pod2html lonuserstate.pm'
1.76      harris41 2476: </build>
                   2477: <status>works/unverified</status>
                   2478: <dependencies>
                   2479: ../../rat/lonuserstate.pm
                   2480: </dependencies>
                   2481: </file>
                   2482: <file>
1.6       harris41 2483: <source>loncom/xml/lontex.pm</source>
                   2484: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
                   2485: <categoryname>handler</categoryname>
                   2486: <description>
1.133     harris41 2487: Handler for tex files
1.6       harris41 2488: </description>
1.10      harris41 2489: <status>works/unverified</status>
1.6       harris41 2490: </file>
                   2491: <file>
                   2492: <source>loncom/xml/lontexconvert.pm</source>
                   2493: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
                   2494: <categoryname>handler</categoryname>
                   2495: <description>
                   2496: Access to tth/ttm
                   2497: </description>
1.10      harris41 2498: <status>works/unverified</status>
1.6       harris41 2499: </file>
                   2500: <file>
                   2501: <source>loncom/xml/lonxml.pm</source>
                   2502: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
                   2503: <categoryname>handler</categoryname>
                   2504: <description>
                   2505: XML Parsing Module
1.78      harris41 2506: </description>
                   2507: <status>works/unverified</status>
                   2508: </file>
                   2509: <file>
                   2510: <source>loncom/xml/lonplot.pm</source>
                   2511: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
                   2512: <categoryname>handler</categoryname>
                   2513: <description>
                   2514: XML-based plotter of graphs
1.6       harris41 2515: </description>
1.10      harris41 2516: <status>works/unverified</status>
1.6       harris41 2517: </file>
                   2518: <file>
                   2519: <source>loncom/xml/style.pm</source>
                   2520: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
                   2521: <categoryname>handler</categoryname>
                   2522: <description>
                   2523: Style Parsing Module
                   2524: </description>
1.10      harris41 2525: <status>works/unverified</status>
1.6       harris41 2526: </file>
                   2527: <file>
                   2528: <source>loncom/xml/londefdef.pm</source>
                   2529: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
                   2530: <categoryname>handler</categoryname>
                   2531: <description>
                   2532: Tags Default Definition Module
                   2533: </description>
1.10      harris41 2534: <status>works/unverified</status>
1.4       harris41 2535: </file>
                   2536: <file>
1.6       harris41 2537: <source>loncom/xml/run.pm</source>
                   2538: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
                   2539: <categoryname>handler</categoryname>
                   2540: <description>
                   2541: used to prevent poorly written problems from causing lingering after effects
                   2542: </description>
1.10      harris41 2543: <status>works/unverified</status>
1.4       harris41 2544: </file>
                   2545: <file>
1.6       harris41 2546: <source>loncom/xml/scripttag.pm</source>
                   2547: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
                   2548: <categoryname>handler</categoryname>
                   2549: <description>
                   2550: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
                   2551: &lt;import&gt;
                   2552: </description>
1.10      harris41 2553: <status>works/unverified</status>
1.4       harris41 2554: </file>
                   2555: <file>
1.33      harris41 2556: <source>loncom/homework/randomlabel.pm</source>
                   2557: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
                   2558: <categoryname>handler</categoryname>
                   2559: <description>
                   2560: Interface for producing applet code which randomizes the labelling of an
                   2561: image.
                   2562: </description>
                   2563: </file>
                   2564: <file>
1.6       harris41 2565: <source>loncom/homework/lonhomework.pm</source>
                   2566: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
                   2567: <categoryname>handler</categoryname>
1.27      harris41 2568: <description>
                   2569: handles requests for output, evaluation, and alteration of a homework resource
                   2570: </description>
1.95      harris41 2571: <status>works/unverified</status>
1.4       harris41 2572: </file>
                   2573: <file>
1.6       harris41 2574: <source>loncom/homework/inputtags.pm</source>
                   2575: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
                   2576: <categoryname>handler</categoryname>
                   2577: <description>
                   2578: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                   2579: </description>
1.10      harris41 2580: <status>works/unverified</status>
1.4       harris41 2581: </file>
                   2582: <file>
1.6       harris41 2583: <source>loncom/homework/structuretags.pm</source>
                   2584: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
                   2585: <categoryname>handler</categoryname>
                   2586: <description>
1.27      harris41 2587: produces HTML tags necessary for structuring the presentation of homework
                   2588: resources
1.6       harris41 2589: </description>
1.10      harris41 2590: <status>works/unverified</status>
1.4       harris41 2591: </file>
                   2592: <file>
1.6       harris41 2593: <source>loncom/homework/response.pm</source>
                   2594: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
                   2595: <categoryname>handler</categoryname>
                   2596: <description>
1.27      harris41 2597: defines different types of responses given to student as well as syntax for
                   2598: producing response values
1.6       harris41 2599: </description>
1.10      harris41 2600: <status>works/unverified</status>
1.4       harris41 2601: </file>
                   2602: <file>
1.6       harris41 2603: <source>loncom/homework/caparesponse/caparesponse.pm</source>
                   2604: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
                   2605: <categoryname>handler</categoryname>
                   2606: <description>
                   2607: handles request to the CAPA homework processing engine
                   2608: </description>
1.10      harris41 2609: <status>works/unverified</status>
1.4       harris41 2610: </file>
                   2611: <file>
1.113     harris41 2612: <source>loncom/xml/Safe.pm</source>
                   2613: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
                   2614: <categoryname>handler</categoryname>
                   2615: <description>
                   2616: Meant to safely substitute for CPAN version of Safe.
                   2617: Allows for safely executing embedded perl comands in
                   2618: a way that does not threaten the operating system.
                   2619: </description>
                   2620: <status>works/unverified</status>
                   2621: </file>
                   2622: <file>
1.30      harris41 2623: <source>loncom/auth/localauth.pm</source>
                   2624: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
                   2625: <categoryname>handler</categoryname>
                   2626: <description>
                   2627: Local authentication mechanism (meant to be customized).
                   2628: </description>
                   2629: <status>works/unverified</status>
                   2630: </file>
                   2631: <file>
1.6       harris41 2632: <source>loncom/auth/lonacc.pm</source>
                   2633: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
                   2634: <categoryname>handler</categoryname>
                   2635: <description>
                   2636: (This module, like loncacc.pm also authenticates with cookies.)  
                   2637: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
                   2638: functions (e.g. roles, logout, annotations, and bookmarks) as well
                   2639: as coordinating access to educational resources.
                   2640: </description>
1.10      harris41 2641: <status>works/unverified</status>
1.4       harris41 2642: </file>
                   2643: <file>
1.76      harris41 2644: <source>doc/man/Apache__lonacc.3</source>
                   2645: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83      harris41 2646: <categoryname>doc</categoryname>
1.76      harris41 2647: <description>man page for lonacc.pm</description>
                   2648: <build trigger='always run'>
1.115     harris41 2649: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
                   2650: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
1.76      harris41 2651: </build>
                   2652: <status>works/unverified</status>
                   2653: <dependencies>
                   2654: ../../loncom/auth/lonacc.pm
                   2655: </dependencies>
                   2656: </file>
                   2657: <file>
1.118     harris41 2658: <source>doc/lib/perl/Apache/lonacc.html</source>
                   2659: <target dist='default'>
                   2660: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83      harris41 2661: <categoryname>doc</categoryname>
1.76      harris41 2662: <description>POD-derived page for lonacc.pm</description>
                   2663: <build trigger='always run'>
1.115     harris41 2664: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
1.118     harris41 2665: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
1.76      harris41 2666: </build>
                   2667: <status>works/unverified</status>
                   2668: <dependencies>
                   2669: ../../loncom/auth/lonacc.pm
                   2670: </dependencies>
                   2671: </file>
                   2672: <file>
1.6       harris41 2673: <source>loncom/auth/lonracc.pm</source>
                   2674: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
                   2675: <categoryname>handler</categoryname>
                   2676: <description>
                   2677: access handler for file transfers
1.151     www      2678: </description>
                   2679: <status>works/unverified</status>
                   2680: </file>
                   2681: <file>
                   2682: <source>loncom/auth/lontokacc.pm</source>
                   2683: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
                   2684: <categoryname>handler</categoryname>
                   2685: <description>
1.154     www      2686: handler for inter-server transfer of token accessed files, includes
                   2687: cleanup handler to remove file when successfully done
                   2688: </description>
                   2689: <status>works/unverified</status>
                   2690: </file>
                   2691: <file>
                   2692: <source>loncom/auth/lonuploadedacc.pm</source>
                   2693: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
                   2694: <categoryname>handler</categoryname>
                   2695: <description>
                   2696: access handler for user uploaded files
                   2697: </description>
                   2698: <status>works/unverified</status>
                   2699: </file>
                   2700: <file>
                   2701: <source>loncom/lontrans.pm</source>
                   2702: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
                   2703: <categoryname>handler</categoryname>
                   2704: <description>
                   2705: URI to filename translation
1.6       harris41 2706: </description>
1.10      harris41 2707: <status>works/unverified</status>
1.87      harris41 2708: </file>
                   2709: <file>
                   2710: <source>doc/man/Apache__lonracc.3</source>
                   2711: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
                   2712: <categoryname>doc</categoryname>
                   2713: <description>man page for lonracc.pm</description>
                   2714: <build trigger='always run'>
1.115     harris41 2715: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
                   2716: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
1.87      harris41 2717: </build>
                   2718: <status>works/unverified</status>
                   2719: <dependencies>
                   2720: ../../loncom/auth/lonracc.pm
                   2721: </dependencies>
                   2722: </file>
                   2723: <file>
1.118     harris41 2724: <source>doc/lib/perl/Apache/lonracc.html</source>
                   2725: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112     harris41 2726: </target>
1.87      harris41 2727: <categoryname>doc</categoryname>
                   2728: <description>POD-derived page for lonracc.pm</description>
                   2729: <build trigger='always run'>
1.115     harris41 2730: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
1.118     harris41 2731: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
1.87      harris41 2732: </build>
                   2733: <status>works/unverified</status>
                   2734: <dependencies>
                   2735: ../../loncom/auth/lonracc.pm
                   2736: </dependencies>
1.4       harris41 2737: </file>
                   2738: <file>
1.6       harris41 2739: <source>loncom/auth/loncacc.pm</source>
                   2740: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
                   2741: <categoryname>handler</categoryname>
                   2742: <description>
                   2743: This module provides access to an educational resource construction area.
                   2744: This module is invoked by the URL-related pattern syntax
                   2745: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
                   2746: Authentication of user identity
                   2747: is coordinated through cookies.  The abbreviation "cacc" corresponds
                   2748: to "construction-space access").  If the cookie handle is invalid, then
                   2749: this module returns a forbidden status and makes appropriate log entries.
                   2750: If the cookie handle is valid, status is determined to be okay (and,
                   2751: for the "priv"-type access, the resource is delivered by the
                   2752: <tt>lonconstruct</tt> module).
                   2753: </description>
1.10      harris41 2754: <status>works/unverified</status>
1.4       harris41 2755: </file>
                   2756: <file>
1.86      harris41 2757: <source>doc/man/Apache__loncacc.3</source>
                   2758: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
                   2759: <categoryname>doc</categoryname>
                   2760: <description>man page for loncacc.pm</description>
                   2761: <build trigger='always run'>
1.115     harris41 2762: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
                   2763: &amp;&amp; echo 'manifying loncacc.pm'
1.86      harris41 2764: </build>
                   2765: <status>works/unverified</status>
                   2766: <dependencies>
                   2767: ../../loncom/auth/loncacc.pm
                   2768: </dependencies>
                   2769: </file>
                   2770: <file>
1.118     harris41 2771: <source>doc/lib/perl/Apache/loncacc.html</source>
                   2772: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112     harris41 2773: </target>
1.86      harris41 2774: <categoryname>doc</categoryname>
                   2775: <description>POD-derived page for loncacc.pm</description>
                   2776: <build trigger='always run'>
1.115     harris41 2777: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
1.118     harris41 2778: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
1.86      harris41 2779: </build>
                   2780: <status>works/unverified</status>
                   2781: <dependencies>
                   2782: ../../loncom/auth/loncacc.pm
                   2783: </dependencies>
                   2784: </file>
                   2785: <file>
1.6       harris41 2786: <source>loncom/auth/lonauth.pm</source>
                   2787: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
                   2788: <categoryname>handler</categoryname>
                   2789: <description>authenticate, set up session environment</description>
1.10      harris41 2790: <status>works/unverified</status>
1.4       harris41 2791: </file>
                   2792: <file>
1.6       harris41 2793: <source>loncom/auth/lonlogin.pm</source>
                   2794: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
                   2795: <categoryname>handler</categoryname>
                   2796: <description>login screen</description>
1.10      harris41 2797: <status>works/unverified</status>
1.4       harris41 2798: </file>
                   2799: <file>
1.6       harris41 2800: <source>loncom/auth/lonlogout.pm</source>
                   2801: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
                   2802: <categoryname>handler</categoryname>
                   2803: <description>logout</description>
1.10      harris41 2804: <status>works/unverified</status>
1.4       harris41 2805: </file>
                   2806: <file>
1.6       harris41 2807: <source>loncom/lonnet/perl/lonrep.pm</source>
                   2808: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
                   2809: <categoryname>handler</categoryname>
                   2810: <description>replication</description>
1.4       harris41 2811: </file>
                   2812: <file>
1.6       harris41 2813: <source>loncom/auth/lonroles.pm</source>
                   2814: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
                   2815: <categoryname>handler</categoryname>
                   2816: <description>
                   2817: This perl handling module reads in the available roles available
                   2818: for a LON-CAPA user (different courses, different privileges, etc)
                   2819: and produces a form-element HTML page which allows the user to select
                   2820: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   2821: a user may want to select between being a student in a thermodynamics
                   2822: physics course or a teaching assistant for an introductory calculus
                   2823: class.
                   2824: </description>
1.86      harris41 2825: </file>
                   2826: <file>
                   2827: <source>doc/man/Apache__lonroles.3</source>
                   2828: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
                   2829: <categoryname>doc</categoryname>
                   2830: <description>man page for lonroles.pm</description>
                   2831: <build trigger='always run'>
1.115     harris41 2832: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
                   2833: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
1.86      harris41 2834: </build>
                   2835: <status>works/unverified</status>
                   2836: <dependencies>
                   2837: ../../loncom/auth/lonroles.pm
                   2838: </dependencies>
                   2839: </file>
                   2840: <file>
1.118     harris41 2841: <source>doc/lib/perl/Apache/lonroles.html</source>
                   2842: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112     harris41 2843: </target>
1.86      harris41 2844: <categoryname>doc</categoryname>
                   2845: <description>POD-derived page for lonroles.pm</description>
                   2846: <build trigger='always run'>
1.115     harris41 2847: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
1.118     harris41 2848: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
1.86      harris41 2849: </build>
                   2850: <status>works/unverified</status>
                   2851: <dependencies>
                   2852: ../../loncom/auth/lonroles.pm
                   2853: </dependencies>
1.4       harris41 2854: </file>
                   2855: <file>
1.6       harris41 2856: <source>loncom/interface/lonindexer.pm</source>
                   2857: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
                   2858: <categoryname>handler</categoryname>
                   2859: <description>
                   2860: cross server filesystem browser
                   2861: </description>
1.10      harris41 2862: <status>works/unverified</status>
1.76      harris41 2863: </file>
                   2864: <file>
                   2865: <source>doc/man/Apache__lonindexer.3</source>
                   2866: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83      harris41 2867: <categoryname>doc</categoryname>
1.76      harris41 2868: <description>man page for lonindexer.pm</description>
                   2869: <build trigger='always run'>
1.115     harris41 2870: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
                   2871: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
1.76      harris41 2872: </build>
                   2873: <status>works/unverified</status>
                   2874: <dependencies>
                   2875: ../../loncom/interface/lonindexer.pm
                   2876: </dependencies>
                   2877: </file>
                   2878: <file>
1.118     harris41 2879: <source>doc/lib/perl/Apache/lonindexer.html</source>
                   2880: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112     harris41 2881: </target>
1.83      harris41 2882: <categoryname>doc</categoryname>
1.76      harris41 2883: <description>POD-derived page for lonindexer.pm</description>
                   2884: <build trigger='always run'>
1.115     harris41 2885: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
1.118     harris41 2886: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
                   2887: echo 'pod2html lonindexer.pm'
1.76      harris41 2888: </build>
                   2889: <status>works/unverified</status>
                   2890: <dependencies>
                   2891: ../../loncom/interface/lonindexer.pm
                   2892: </dependencies>
1.4       harris41 2893: </file>
                   2894: <file>
1.24      harris41 2895: <source>loncom/interface/groupsort.pm</source>
                   2896: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
                   2897: <categoryname>handler</categoryname>
                   2898: <description>
                   2899: Implements a second phase of importing multiple resources into the RAT.
                   2900: Allows for reordering the sequence of resources.
                   2901: </description>
                   2902: <status>works/unverified</status>
                   2903: </file>
                   2904: <file>
1.6       harris41 2905: <source>loncom/lonnet/perl/lonnet.pm</source>
                   2906: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
                   2907: <categoryname>handler</categoryname>
                   2908: <description>
                   2909: This file is an interface to the lonc processes of the LON-CAPA network
                   2910: as well as set of elaborated functions for handling information necessary
                   2911: for navigating through a given cluster of LON-CAPA machines within a domain.
                   2912: There are over 40 specialized functions in this module which handle
                   2913: the reading and transmission of metadata, user information
                   2914: (ids, names, environments, roles, logs), file information (storage, reading,
                   2915: directories, extensions, replication, embedded styles and descriptors),
                   2916: educational resources (course descriptions, section names and numbers),
                   2917: url hashing (to assign roles on a url basis), and translating abbreviated
                   2918: symbols to and from more descriptive phrases or explanations.
                   2919: </description>
1.10      harris41 2920: <status>works/unverified</status>
1.73      harris41 2921: </file>
                   2922: <file>
                   2923: <source>doc/man/Apache__lonnet.3</source>
1.75      harris41 2924: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83      harris41 2925: <categoryname>doc</categoryname>
1.73      harris41 2926: <description>man page for lonnet.pm</description>
                   2927: <build trigger='always run'>
1.115     harris41 2928: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
                   2929: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
1.73      harris41 2930: </build>
                   2931: <status>works/unverified</status>
                   2932: <dependencies>
                   2933: ../../loncom/lonnet/perl/lonnet.pm
                   2934: </dependencies>
                   2935: </file>
                   2936: <file>
1.118     harris41 2937: <source>doc/lib/perl/Apache/lonnet.html</source>
                   2938: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
                   2939: </target>
1.83      harris41 2940: <categoryname>doc</categoryname>
1.73      harris41 2941: <description>POD-derived page for lonnet.pm</description>
                   2942: <build trigger='always run'>
1.115     harris41 2943: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
1.118     harris41 2944: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
1.73      harris41 2945: </build>
                   2946: <status>works/unverified</status>
                   2947: <dependencies>
                   2948: ../../loncom/lonnet/perl/lonnet.pm
                   2949: </dependencies>
1.4       harris41 2950: </file>
                   2951: <file>
1.6       harris41 2952: <source>loncom/html/index.html</source>
                   2953: <target dist='default'>home/httpd/html/index.html</target>
                   2954: <categoryname>interface file</categoryname>
                   2955: <description>bumps to login</description>
1.4       harris41 2956: </file>
1.6       harris41 2957: <link>
                   2958: <linkto>etc/mime.types</linkto>
                   2959: <target dist='default'>etc/httpd/conf/mime.types</target>
                   2960: <categoryname>symbolic link</categoryname>
                   2961: <description>symbolic link to /etc/mime.types</description>
                   2962: </link>
                   2963: <link>
                   2964: <linkto>home/httpd/html/res</linkto>
                   2965: <target dist='default'>home/httpd/html/raw</target>
                   2966: <categoryname>symbolic link</categoryname>
                   2967: <description>symbolic link to /home/httpd/html/res</description>
                   2968: </link>
1.4       harris41 2969: <file>
1.6       harris41 2970: <source>loncom/html/adm/notfound.html</source>
                   2971: <target dist='default'>home/httpd/html/adm/notfound.html</target>
                   2972: <categoryname>interface file</categoryname>
                   2973: <description>
                   2974: static html page that is shown when an attempt is made to access a document
                   2975: not present on the web server
                   2976: </description>
1.4       harris41 2977: </file>
                   2978: <file>
1.6       harris41 2979: <source>loncom/html/adm/unauthorized.html</source>
                   2980: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
                   2981: <categoryname>interface file</categoryname>
                   2982: <description>
1.27      harris41 2983: static html page that is shown when an attempt is made to access a document
                   2984: which is restricted based on file or server configurations
1.32      harris41 2985: </description>
                   2986: </file>
                   2987: <file>
                   2988: <source>loncom/html/adm/help/searchcat.html</source>
1.109     harris41 2989: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32      harris41 2990: <categoryname>interface file</categoryname>
                   2991: <description>
                   2992: Help page for the search engine.
1.6       harris41 2993: </description>
1.4       harris41 2994: </file>
                   2995: <file>
1.6       harris41 2996: <source>rat/client/rat.html</source>
                   2997: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
                   2998: <categoryname>interface file</categoryname>
                   2999: <description>
                   3000: frameset
                   3001: </description>
1.4       harris41 3002: </file>
                   3003: <file>
1.6       harris41 3004: <source>rat/client/parameter.html</source>
                   3005: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
                   3006: <categoryname>interface file</categoryname>
                   3007: <description>
                   3008: Parameter input window.
                   3009: </description>
1.4       harris41 3010: </file>
                   3011: <file>
1.6       harris41 3012: <source>rat/client/code.html</source>
                   3013: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
                   3014: <categoryname>interface file</categoryname>
                   3015: <description>
                   3016: javascript
                   3017: </description>
1.4       harris41 3018: </file>
                   3019: <file>
1.6       harris41 3020: <source>rat/client/map.html</source>
                   3021: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
                   3022: <categoryname>interface file</categoryname>
                   3023: <description>
                   3024: bumper
                   3025: </description>
1.4       harris41 3026: </file>
                   3027: <file>
1.6       harris41 3028: <source>rat/client/empty.html</source>
                   3029: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
                   3030: <categoryname>interface file</categoryname>
                   3031: <description>
                   3032: A blank page with very minimal HTML structural elements.
                   3033: </description>
1.4       harris41 3034: </file>
1.10      harris41 3035: <fileglob>
                   3036: <glob>*.gif</glob>
                   3037: <sourcedir>rat/images/</sourcedir>
                   3038: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
                   3039: <categoryname>graphic file</categoryname>
                   3040: <description>
                   3041: icons for providing a HTML-tabled view of a course map
                   3042: </description>
                   3043: <filenames>
1.37      harris41 3044: 1.1.dt.gif;
                   3045: 1.1.empty.gif;
                   3046: 1.1.ld.gif;
                   3047: 1.1.lr.gif;
                   3048: 1.1.rd.gif;
1.60      harris41 3049: 1.1.rl.gif;
1.37      harris41 3050: 1.1.td.gif;
                   3051: 1.1.tdrl.gif;
                   3052: 1.1.tl.gif;
                   3053: 1.1.tr.gif;
                   3054: 1.1.utd.gif;
                   3055: 1.2.ctd.gif;
                   3056: 1.2.dt.gif;
                   3057: 1.2.empty.gif;
                   3058: 1.2.ld.gif;
                   3059: 1.2.lr.gif;
                   3060: 1.2.lrd.gif;
                   3061: 1.2.lrtd.gif;
                   3062: 1.2.rd.gif;
                   3063: 1.2.rl.gif;
                   3064: 1.2.rld.gif;
                   3065: 1.2.rltd.gif;
                   3066: 1.2.rtd.gif;
                   3067: 1.2.rtdl.gif;
                   3068: 1.2.rtl.gif;
                   3069: 1.2.td.gif;
                   3070: 1.2.tdl.gif;
                   3071: 1.2.tdrl.gif;
                   3072: 1.2.tl.gif;
                   3073: 1.2.tr.gif;
                   3074: 1.2.utd.gif;
                   3075: 2.1.dt.gif;
                   3076: 2.1.empty.gif;
                   3077: 2.1.ld.gif;
                   3078: 2.1.lr.gif;
                   3079: 2.1.rd.gif;
                   3080: 2.1.rl.gif;
                   3081: 2.1.td.gif;
                   3082: 2.1.tdrl.gif;
                   3083: 2.1.tl.gif;
                   3084: 2.1.tr.gif;
                   3085: 2.2.dt.gif;
                   3086: 2.2.empty.gif;
                   3087: 2.2.ld.gif;
                   3088: 2.2.lr.gif;
                   3089: 2.2.lrd.gif;
                   3090: 2.2.lrt.gif;
                   3091: 2.2.rd.gif;
                   3092: 2.2.rl.gif;
                   3093: 2.2.rld.gif;
                   3094: 2.2.rlt.gif;
                   3095: 2.2.td.gif;
                   3096: 2.2.tdl.gif;
                   3097: 2.2.tdr.gif;
                   3098: 2.2.tdrl.gif;
                   3099: 2.2.tl.gif;
                   3100: 2.2.tr.gif;
                   3101: 2.2.url.gif;
                   3102: 2.2.utd.gif;
                   3103: arrow.gif;
                   3104: bdt.gif;
                   3105: bempty.gif;
                   3106: bld.gif;
                   3107: blr.gif;
                   3108: blrd.gif;
                   3109: blrt.gif;
1.60      harris41 3110: bottom.gif;
1.37      harris41 3111: brd.gif;
                   3112: brl.gif;
                   3113: brld.gif;
                   3114: brlt.gif;
                   3115: btd.gif;
                   3116: btdl.gif;
                   3117: btdr.gif;
                   3118: btdrl.gif;
                   3119: btl.gif;
                   3120: btr.gif;
                   3121: burl.gif;
                   3122: butd.gif;
                   3123: condition.gif;
                   3124: edit.gif;
                   3125: finish.gif;
                   3126: info.gif;
                   3127: inscol.gif;
                   3128: inscond.gif;
                   3129: insres.gif;
                   3130: insrow.gif;
                   3131: left.gif;
                   3132: middle.gif;
                   3133: resource.gif;
                   3134: right.gif;
                   3135: sctd.gif;
                   3136: sdt.gif;
                   3137: sempty.gif;
                   3138: sld.gif;
                   3139: slr.gif;
                   3140: slrd.gif;
                   3141: slrtd.gif;
                   3142: srd.gif;
                   3143: srl.gif;
                   3144: srld.gif;
                   3145: srltd.gif;
                   3146: srtd.gif;
                   3147: srtdl.gif;
                   3148: srtl.gif;
                   3149: start.gif;
                   3150: std.gif;
                   3151: stdl.gif;
1.10      harris41 3152: sutd.gif
                   3153: </filenames>
                   3154: </fileglob>
                   3155: <fileglob>
1.60      harris41 3156: <glob>*.*</glob>
1.10      harris41 3157: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
                   3158: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
                   3159: <categoryname>graphic file</categoryname>
                   3160: <description>
                   3161: icons to indicate an unexpected result
                   3162: </description>
                   3163: <filenames>
1.37      harris41 3164: lonconstruct.gif;
                   3165: lonlogo_broken.gif;
                   3166: lonlogo_broken_tsp.gif;
                   3167: lonlogo_broken.eps;
                   3168: lonlogo_broken.jpg;
1.10      harris41 3169: lonlogo_broken.mov
                   3170: </filenames>
                   3171: </fileglob>
                   3172: <fileglob>
1.60      harris41 3173: <glob>*.*</glob>
1.10      harris41 3174: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
                   3175: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
                   3176: <categoryname>graphic file</categoryname>
                   3177: <description>
1.132     harris41 3178: logos and general widget icons
1.10      harris41 3179: </description>
                   3180: <filenames>
1.68      harris41 3181: SMETE_white.gif;
1.117     harris41 3182: aboutlon.gif;
                   3183: accessbutton.gif;
1.60      harris41 3184: arrow_up.gif;
1.37      harris41 3185: cab.gif;
                   3186: cab_big.gif;
1.62      harris41 3187: capapanel.gif;
1.37      harris41 3188: class.gif;
                   3189: class_big.gif;
                   3190: dvi.gif;
                   3191: dvi_big.gif;
                   3192: eps.gif;
                   3193: eps_big.gif;
                   3194: exam.gif;
                   3195: exam_big.gif;
1.117     harris41 3196: fillbottom.gif;
                   3197: fillleft.gif;
                   3198: fillright.gif;
                   3199: filltop.gif;
1.37      harris41 3200: folder_closed.gif;
                   3201: folder_opened.gif;
                   3202: folder_pointer_closed.gif;
                   3203: folder_pointer_opened.gif;
                   3204: form.gif;
                   3205: form_big.gif;
                   3206: gif.gif;
                   3207: gif_big.gif;
1.117     harris41 3208: header.gif;
1.37      harris41 3209: htm.gif;
                   3210: html.gif;
                   3211: html_big.gif;
1.52      harris41 3212: jar.gif;
                   3213: jar_big.gif;
1.37      harris41 3214: jpg.gif;
                   3215: jpg_big.gif;
1.62      harris41 3216: latex.gif;
1.117     harris41 3217: lite.gif;
1.37      harris41 3218: liteani.gif;
1.117     harris41 3219: litetext.gif;
1.62      harris41 3220: lolpanel.gif;
1.37      harris41 3221: lonanim.gif;
                   3222: lonanimend.gif;
1.117     harris41 3223: loncapalogo.gif;
1.37      harris41 3224: lonhelplogos.gif;
1.60      harris41 3225: lonhelptop.gif;
1.37      harris41 3226: lonlogo.gif;
                   3227: lonlogos.gif;
1.117     harris41 3228: lowerleft.gif;
                   3229: lowerright.gif;
1.37      harris41 3230: meta.gif;
                   3231: meta_big.gif;
                   3232: mov.gif;
                   3233: mov_big.gif;
                   3234: move_up.gif;
                   3235: move_down.gif;
                   3236: page.gif;
                   3237: page_big.gif;
                   3238: pdf.gif;
                   3239: pdf_big.gif;
1.54      harris41 3240: png.gif;
                   3241: png_big.gif;
1.37      harris41 3242: problem.gif;
                   3243: problem_big.gif;
                   3244: ps.gif;
                   3245: ps_big.gif;
                   3246: quill.gif;
                   3247: quiz.gif;
                   3248: quiz_big.gif;
                   3249: select.gif;
                   3250: sequence.gif;
                   3251: sequence_big.gif;
                   3252: server.gif;
                   3253: server_big.gif;
                   3254: srvbad.gif;
                   3255: srvempty.gif;
                   3256: srvgood.gif;
                   3257: srvhalf.gif;
                   3258: srvnull.gif;
                   3259: survey.gif;
                   3260: survey_big.gif;
                   3261: tex.gif;
                   3262: tex_big.gif;
                   3263: txt.gif;
                   3264: txt_big.gif;
1.57      harris41 3265: unknown.gif;
                   3266: unknown_big.gif;
1.117     harris41 3267: upperleft.gif;
                   3268: upperright.gif;
1.37      harris41 3269: user.gif;
                   3270: user_big.gif;
1.117     harris41 3271: userauthentication.gif;
1.37      harris41 3272: wav.gif;
                   3273: wav_big.gif;
                   3274: white_space_20_22.gif;
                   3275: whitespace1.gif;
                   3276: whitespace10.gif;
                   3277: whitespace2.gif;
                   3278: whitespace3.gif;
                   3279: whitespace4.gif;
                   3280: whitespace5.gif;
                   3281: whitespace6.gif;
                   3282: whitespace7.gif;
                   3283: whitespace8.gif;
                   3284: whitespace9.gif;
                   3285: xml.gif;
                   3286: xml_big.gif;
                   3287: zip.gif;
1.10      harris41 3288: zip_big.gif
                   3289: </filenames>
                   3290: </fileglob>
                   3291: <fileglob>
1.60      harris41 3292: <glob>*.*</glob>
1.10      harris41 3293: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
                   3294: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
                   3295: <categoryname>graphic file</categoryname>
                   3296: <description>
1.132     harris41 3297: Miscellaneous resources.
1.10      harris41 3298: </description>
                   3299: <filenames>
1.80      harris41 3300: authorfeed.gif;
                   3301: bomb.gif;
1.40      harris41 3302: cat_button.gif;
1.80      harris41 3303: chat.gif;
1.111     harris41 3304: eval_button.gif;
1.80      harris41 3305: feedback.gif;
1.40      harris41 3306: pprm_button.gif;
                   3307: pgrd_button.gif;
                   3308: subm_button.gif
1.10      harris41 3309: </filenames>
                   3310: </fileglob>
                   3311: <file>
                   3312: <source>loncom/xml/tth.pm</source>
                   3313: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
1.115     harris41 3314: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.10      harris41 3315: <categoryname>system file</categoryname>
                   3316: <description>
                   3317: perl module for invoking functions specific to TeX-to-HTML conversion
                   3318: </description>
                   3319: <note>
                   3320: Has the same dependencies and build process as tth.so.
                   3321: Currently, only the tth.so file specifications invoke
1.49      harris41 3322: the build process however.  A static version is checked into loncom/xml
                   3323: and in this way is treated as though it isn't part of the tth build process.
1.10      harris41 3324: </note>
1.113     harris41 3325: <status>works/unverified</status>
                   3326: </file>
                   3327: <file>
                   3328: <source>loncom/xml/LCParser.pm</source>
                   3329: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125     harris41 3330: <categoryname>system file</categoryname>
                   3331: <description>
                   3332: perl module for parsing HTML in a way that really works and is thoroughly
                   3333: tested
                   3334: </description>
                   3335: <status>works/unverified</status>
                   3336: </file>
                   3337: <file>
                   3338: <source>loncom/configuration/Configuration.pm</source>
                   3339: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113     harris41 3340: <categoryname>system file</categoryname>
                   3341: <description>
1.126     harris41 3342: Configuration file reader (looks in /etc/httpd/conf/); accepts
                   3343: a list of *.conf files to inspect for PerlSetVar key/value
                   3344: entries.
1.113     harris41 3345: </description>
1.10      harris41 3346: <status>works/unverified</status>
                   3347: </file>
                   3348: <file>
                   3349: <source>modules/TexConvert/tthperl/tth.so</source>
                   3350: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
1.115     harris41 3351: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.10      harris41 3352: <categoryname>system file</categoryname>
                   3353: <description>
                   3354: shared library file for dynamic loading and unloading
                   3355: </description>
                   3356: <note>
                   3357: The source and file dependencies are not available to most
                   3358: CVS users.  (You can safely rely on the existing binaries
                   3359: present on your system... don't worry about warnings
                   3360: related to this file during the build process.)
                   3361: </note>
                   3362: <build trigger='run if dependencies change'>
                   3363: modules/TexConvert/tthperl/commands
                   3364: </build>
                   3365: <status>works/unverified</status>
                   3366: <dependencies>
1.39      harris41 3367: ../tthdynamic/tthfunc.c;
1.82      harris41 3368: ../ttmdynamic/ttmfunc.c
1.10      harris41 3369: </dependencies>
                   3370: </file>
                   3371: <file>
                   3372: <source>loncom/homework/caparesponse/capa.pm</source>
                   3373: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
1.115     harris41 3374: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.10      harris41 3375: <categoryname>system file</categoryname>
                   3376: <description>
                   3377: perl module for invoking functions specific to CAPA
                   3378: </description>
1.49      harris41 3379: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 3380: <note>
                   3381: Has the same dependencies and build process as capa.so.
                   3382: Currently, only the capa.so file specifications invoke
                   3383: the build process however.
                   3384: </note>
                   3385: </file>
                   3386: <file>
                   3387: <source>loncom/homework/caparesponse/capa.bs</source>
                   3388: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
1.115     harris41 3389: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.10      harris41 3390: <categoryname>system file</categoryname>
                   3391: <description>
1.27      harris41 3392: bootstrap file associated with dynamic loading of this module on multiple
                   3393: architectures
1.10      harris41 3394: </description>
1.49      harris41 3395: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 3396: <note>
                   3397: Has the same dependencies and build process as capa.so.
                   3398: Currently, only the capa.so file specifications invoke
                   3399: the build process however.
                   3400: </note>
                   3401: </file>
                   3402: <file>
                   3403: <source>loncom/homework/caparesponse/capa.so</source>
                   3404: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
1.115     harris41 3405: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.10      harris41 3406: <categoryname>system file</categoryname>
                   3407: <description>
                   3408: shared library file for dynamic loading and unloading
                   3409: </description>
                   3410: <build trigger='always run'>
                   3411: loncom/homework/caparesponse/commands
                   3412: </build>
                   3413: <dependencies>
1.39      harris41 3414: caparesponse.c;
1.119     harris41 3415: caparesponse.pm;
                   3416: README;
                   3417: Makefile.PL;
                   3418: capa.i;
1.120     harris41 3419: commands;
                   3420: ../../../CAPA/pProj/capaGrammarDef.y;
                   3421: ../../../CAPA/pProj/capaFormula.y;
                   3422: ../../../CAPA/pProj/capaLexerDef.flex;
                   3423: ../../../CAPA/pProj/capaFunction.c;
                   3424: ../../../CAPA/pProj/capaParserUtils.c;
                   3425: ../../../CAPA/pProj/capaMapExpr.c;
                   3426: ../../../CAPA/pProj/capaUnit.c;
                   3427: ../../../CAPA/pProj/com.c;
                   3428: ../../../CAPA/pProj/linpack.c;
                   3429: ../../../CAPA/pProj/ranlib.c;
                   3430: ../../../CAPA/pProj/capaCgiUtils.c;
                   3431: ../../../CAPA/pProj/capaSubjective.c;
                   3432: ../../../CAPA/pProj/capaRQO.c;
                   3433: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123     harris41 3434: ../../../CAPA/pProj/capaCommon.c;
                   3435: ../../../CAPA/pProj/capaCommon.h;
                   3436: ../../../CAPA/pProj/ranlib.h;
                   3437: ../../../CAPA/pProj/capaCGI.h;
                   3438: ../../../CAPA/pProj/capaFunction.h;
                   3439: ../../../CAPA/pProj/capaRQO.h;
                   3440: ../../../CAPA/pProj/capaParser.h;
                   3441: ../../../CAPA/pProj/lex_debug.h
1.10      harris41 3442: </dependencies>
                   3443: </file>
                   3444: <fileglob>
                   3445: <glob>*.ent</glob>
                   3446: <sourcedir>loncom/MathML/</sourcedir>
                   3447: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
                   3448: <categoryname>system file</categoryname>
                   3449: <description>
1.27      harris41 3450: xml files which assign unicode numbers to mathematical symbols using
                   3451: &lt;! ENTITY... &gt; type syntax.
1.10      harris41 3452: </description>
                   3453: <filenames>
1.37      harris41 3454: isoamsa.ent;
                   3455: isoamsb.ent;
                   3456: isoamsc.ent;
                   3457: isoamsn.ent;
                   3458: isoamso.ent;
                   3459: isoamsr.ent;
                   3460: isobox.ent;
                   3461: isocyr1.ent;
                   3462: isocyr2.ent;
                   3463: isodia.ent;
                   3464: isogrk1.ent;
                   3465: isogrk2.ent;
                   3466: isogrk3.ent;
                   3467: isogrk4.ent;
                   3468: isolat1.ent;
                   3469: isolat2.ent;
                   3470: isomfrk.ent;
                   3471: isomopf.ent;
                   3472: isomscr.ent;
                   3473: isonum.ent;
                   3474: isopub.ent;
                   3475: isotech.ent;
                   3476: mmlalias.ent;
1.10      harris41 3477: mmlextra.ent
                   3478: </filenames>
1.37      harris41 3479: </fileglob>
1.10      harris41 3480: <file>
                   3481: <source>loncom/MathML/mathml.css</source>
                   3482: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
                   3483: <categoryname>system file</categoryname>
                   3484: <description>
                   3485: cascading style sheet
                   3486: </description>
                   3487: </file>
                   3488: <file>
                   3489: <source>loncom/MathML/mathml.dtd</source>
                   3490: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
                   3491: <categoryname>system file</categoryname>
                   3492: <description>
                   3493: document type definition
                   3494: </description>
                   3495: </file>
1.4       harris41 3496: <file>
1.10      harris41 3497: <source>loncom/auth/londes.js</source>
                   3498: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
                   3499: <categoryname>interface file</categoryname>
1.6       harris41 3500: <description>
1.27      harris41 3501: Encryption Routines according to Data Encryption Standard DES, written in
                   3502: javascript.
1.6       harris41 3503: </description>
1.4       harris41 3504: </file>
                   3505: <file>
1.10      harris41 3506: <source>loncom/homework/lectureonline.lcpm</source>
1.27      harris41 3507: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
                   3508: </target>
1.10      harris41 3509: <categoryname>handler</categoryname>
1.6       harris41 3510: <description>
1.115     harris41 3511: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
                   3512: environment in a problem that was converted from lectureonline.
1.6       harris41 3513: </description>
1.4       harris41 3514: </file>
                   3515: <file>
1.10      harris41 3516: <source>loncom/homework/default_homework.lcpm</source>
1.27      harris41 3517: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
                   3518: </target>
1.10      harris41 3519: <categoryname>handler</categoryname>
1.6       harris41 3520: <description>
1.14      harris41 3521: Provides many functions for the &lt;script&gt; environment in a .problem.
1.11      harris41 3522: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6       harris41 3523: </description>
1.4       harris41 3524: </file>
                   3525: <file>
1.10      harris41 3526: <source>loncom/homework/capa.units</source>
                   3527: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
                   3528: <categoryname>static conf</categoryname>
1.6       harris41 3529: <description>
1.10      harris41 3530: Define unit prefixing and conversion for CAPA problem handling.
1.6       harris41 3531: </description>
1.4       harris41 3532: </file>
1.10      harris41 3533: <fileglob>
                   3534: <glob>*.gif</glob>
1.159     www      3535: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
                   3536: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10      harris41 3537: <categoryname>graphic file</categoryname>
1.159     www      3538: <description>LON-CAPA remote control LCD font</description>
1.10      harris41 3539: <filenames>
1.130     www      3540: 0.gif;
                   3541: 1.gif;
                   3542: 2.gif;
                   3543: 3.gif;
                   3544: 4.gif;
                   3545: 5.gif;
                   3546: 6.gif;
                   3547: 7.gif;
                   3548: 8.gif;
                   3549: 9.gif;
1.37      harris41 3550: a.gif;
1.159     www      3551: b.gif;
                   3552: c.gif;
                   3553: d.gif;
                   3554: e.gif;
                   3555: f.gif;
                   3556: g.gif;
                   3557: h.gif;
                   3558: i.gif;
                   3559: j.gif;
                   3560: k.gif;
                   3561: l.gif;
                   3562: m.gif;
                   3563: n.gif;
                   3564: o.gif;
                   3565: p.gif;
                   3566: q.gif;
                   3567: r.gif;
                   3568: s.gif;
                   3569: t.gif;
                   3570: u.gif;
                   3571: v.gif;
                   3572: w.gif;
                   3573: x.gif;
                   3574: y.gif;
                   3575: z.gif;
                   3576: colon.gif;
                   3577: hyphen.gif;
                   3578: slash.gif;
                   3579: space.gif;
                   3580: </filenames>
                   3581: </fileglob>
                   3582: <fileglob>
                   3583: <glob>*.gif</glob>
                   3584: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   3585: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
                   3586: <categoryname>graphic file</categoryname>
                   3587: <description>icons used for the entire LON-CAPA user interface</description>
                   3588: <filenames>
1.147     www      3589: anno.gif;
1.37      harris41 3590: anot.gif;
                   3591: back.gif;
1.147     www      3592: bchat.gif;
1.37      harris41 3593: bkm.gif;
                   3594: brws.gif;
1.60      harris41 3595: catalog.gif;
1.37      harris41 3596: ccrs.gif;
                   3597: chat.gif;
                   3598: chrt.gif;
                   3599: com.gif;
                   3600: courses.gif;
                   3601: cprv.gif;
                   3602: cstr.gif;
                   3603: dempty.gif;
1.147     www      3604: docs.gif;
1.37      harris41 3605: egrd.gif;
                   3606: empty.gif;
                   3607: enrl.gif;
                   3608: eval.gif;
                   3609: fdbk.gif;
                   3610: feedback.gif;
                   3611: forw.gif;
                   3612: grds.gif;
                   3613: group.gif;
                   3614: help.gif;
                   3615: info.gif;
                   3616: ledblink.gif;
                   3617: ledgreen.gif;
                   3618: ledoff.gif;
                   3619: ledon.gif;
                   3620: ledsend.gif;
                   3621: logout.gif;
                   3622: mrk.gif;
                   3623: nav.gif;
                   3624: next.gif;
1.131     www      3625: nothumb.gif;
1.37      harris41 3626: parm.gif;
                   3627: pgrd.gif;
                   3628: pparm.gif;
1.99      harris41 3629: pref.gif;
1.37      harris41 3630: prev.gif;
                   3631: prt.gif;
                   3632: qempty.gif;
                   3633: reload.gif;
                   3634: remotebg.gif;
                   3635: res.gif;
                   3636: roles.gif;
                   3637: sbkm.gif;
                   3638: spacer.gif;
                   3639: sprs.gif;
                   3640: src.gif;
                   3641: stat.gif;
                   3642: subm.gif;
                   3643: title.gif;
                   3644: vbkm.gif;
1.10      harris41 3645: </filenames>
                   3646: </fileglob>
1.4       harris41 3647: <file>
1.10      harris41 3648: <source>loncom/html/res/adm/pages/imgmaps.html</source>
                   3649: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
                   3650: <categoryname>interface file</categoryname>
1.6       harris41 3651: <description>
1.10      harris41 3652: image maps for the LON-CAPA remote control
1.6       harris41 3653: </description>
1.4       harris41 3654: </file>
                   3655: <file>
1.10      harris41 3656: <source>loncom/html/res/adm/pages/index.html</source>
                   3657: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
                   3658: <categoryname>interface file</categoryname>
1.6       harris41 3659: <description>
1.10      harris41 3660: welcoming page to the LON-CAPA system upon login
1.6       harris41 3661: </description>
1.4       harris41 3662: </file>
                   3663: <file>
1.10      harris41 3664: <source>loncom/html/res/adm/pages/menu.html</source>
                   3665: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
                   3666: <categoryname>interface file</categoryname>
1.6       harris41 3667: <description>
1.10      harris41 3668: renders the HTML (including image maps) for the LON-CAPA remote control
1.6       harris41 3669: </description>
1.4       harris41 3670: </file>
1.10      harris41 3671: <fileglob>
                   3672: <glob>*.gif</glob>
                   3673: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118     harris41 3674: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
                   3675: </targetdir>
1.10      harris41 3676: <categoryname>graphic file</categoryname>
                   3677: <description>
1.132     harris41 3678: icons used for directory indexing and login screen
1.10      harris41 3679: </description>
                   3680: <filenames>
1.37      harris41 3681: a.gif;
                   3682: alert.black.gif;
                   3683: alert.red.gif;
                   3684: back.gif;
                   3685: ball.gray.gif;
                   3686: ball.red.gif;
                   3687: binary.gif;
                   3688: binhex.gif;
                   3689: blank.gif;
                   3690: bomb.gif;
                   3691: box1.gif;
                   3692: box2.gif;
                   3693: broken.gif;
                   3694: burst.gif;
                   3695: c.gif;
                   3696: comp.blue.gif;
                   3697: comp.gray.gif;
                   3698: compressed.gif;
                   3699: continued.gif;
                   3700: course.gif;
                   3701: dir.gif;
                   3702: down.gif;
                   3703: dvi.gif;
                   3704: f.gif;
                   3705: folder.gif;
                   3706: folder.open.gif;
                   3707: folder.sec.gif;
                   3708: folder_closed.gif;
                   3709: folder_closed_pressed.gif;
                   3710: folder_new.gif;
                   3711: folder_opened.gif;
                   3712: folder_opened_pressed.gif;
                   3713: folder_pointer_closed.gif;
                   3714: folder_pointer_opened.gif;
                   3715: folder_spacer.gif;
                   3716: folder_trash.gif;
                   3717: forward.gif;
                   3718: generic.gif;
                   3719: generic.red.gif;
                   3720: generic.sec.gif;
                   3721: hand.right.gif;
                   3722: hand.up.gif;
                   3723: html.gif;
                   3724: image1.gif;
                   3725: image2.gif;
                   3726: image3.gif;
                   3727: index.gif;
                   3728: layout.gif;
                   3729: left.gif;
                   3730: link.gif;
                   3731: mov.gif;
                   3732: movie1.gif;
                   3733: p.gif;
                   3734: patch.gif;
                   3735: pdf.gif;
                   3736: portal.gif;
                   3737: problem.gif;
                   3738: ps.gif;
                   3739: quill.gif;
                   3740: right.gif;
                   3741: screw1.gif;
                   3742: screw2.gif;
                   3743: script.gif;
                   3744: sound1.gif;
                   3745: sound2.gif;
                   3746: sphere1.gif;
                   3747: sphere2.gif;
                   3748: tar.gif;
                   3749: tex.gif;
                   3750: text.gif;
                   3751: transfer.gif;
                   3752: unknown.gif;
                   3753: up.gif;
                   3754: uu.gif;
                   3755: uuencoded.gif;
                   3756: white_space_20_22.gif;
                   3757: white_space_22_22.gif;
                   3758: whitespace1.gif;
                   3759: whitespace10.gif;
                   3760: whitespace2.gif;
                   3761: whitespace3.gif;
                   3762: whitespace4.gif;
                   3763: whitespace5.gif;
                   3764: whitespace6.gif;
                   3765: whitespace7.gif;
                   3766: whitespace8.gif;
                   3767: whitespace9.gif;
                   3768: world1.gif;
1.10      harris41 3769: world2.gif
                   3770: </filenames>
                   3771: </fileglob>
                   3772: <fileglob>
                   3773: <glob>*.gif</glob>
                   3774: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 3775: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   3776: </targetdir>
1.10      harris41 3777: <categoryname>graphic file</categoryname>
                   3778: <description>
1.132     harris41 3779: icons used for the bookmark portion of the LON-CAPA user interface
1.10      harris41 3780: </description>
                   3781: <filenames>
1.37      harris41 3782: folder_anim.gif;
                   3783: folder_close.gif;
                   3784: folder_drag.gif;
                   3785: folder_new.gif;
                   3786: folder_open.gif;
                   3787: folder_pointer_closed.gif;
                   3788: folder_pointer_opened.gif;
                   3789: folder_static.gif;
                   3790: folder_trash.gif;
                   3791: folder_trash_hover.gif;
                   3792: left_bar.gif;
                   3793: link.gif;
                   3794: link_anim.gif;
                   3795: link_drag.gif;
                   3796: ll_corner.gif;
                   3797: lower_bar.gif;
                   3798: lr_corner.gif;
                   3799: pix.gif;
                   3800: right_bar.gif;
                   3801: toolbar_bg.gif;
                   3802: ul_corner.gif;
                   3803: upper_bar.gif;
1.10      harris41 3804: ur_corner.gif
                   3805: </filenames>
                   3806: </fileglob>
                   3807: <fileglob>
                   3808: <glob>*.html</glob>
                   3809: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 3810: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   3811: </targetdir>
1.10      harris41 3812: <categoryname>interface file</categoryname>
                   3813: <description>
1.132     harris41 3814: associated with the scheme of displaying bookmarks
1.10      harris41 3815: </description>
                   3816: <filenames>
1.37      harris41 3817: bookmarkmenu_toolbar.html;
                   3818: blank.html;
1.10      harris41 3819: closechildren.html
                   3820: </filenames>
                   3821: </fileglob>
1.4       harris41 3822: <file>
1.10      harris41 3823: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27      harris41 3824: <target dist='default'>
                   3825: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10      harris41 3826: <categoryname>interface file</categoryname>
1.6       harris41 3827: <description>
1.10      harris41 3828: javascript for handling client-side interactions with bookmark interface
1.6       harris41 3829: </description>
1.103     harris41 3830: </file>
                   3831: <file>
                   3832: <source>loncom/build/check-rpms</source>
1.152     harris41 3833: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.103     harris41 3834: <categoryname>root script</categoryname>
                   3835: <description>
                   3836: compare installed rpms with up-to-date distribution
                   3837: </description>
                   3838: <status>tested/documented/beta</status>
                   3839: </file>
                   3840: <file>
                   3841: <source>doc/man/check-rpms.1</source>
                   3842: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
                   3843: <categoryname>doc</categoryname>
                   3844: <description>man page for check-rpms</description>
                   3845: <build trigger='always run'>
1.115     harris41 3846: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
1.112     harris41 3847: echo 'manifying check-rpms'
1.103     harris41 3848: </build>
                   3849: <status>beta</status>
                   3850: <dependencies>
                   3851: ../../loncom/build/check-rpms
                   3852: </dependencies>
                   3853: </file>
                   3854: <file>
                   3855: <source>doc/scripts/check-rpms.html</source>
1.112     harris41 3856: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
                   3857: </target>
1.103     harris41 3858: <categoryname>doc</categoryname>
                   3859: <description>POD-derived page for check-rpms</description>
                   3860: <build trigger='always run'>
1.118     harris41 3861: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
                   3862: &amp;&amp; echo 'pod2html checkrpms'
1.103     harris41 3863: </build>
                   3864: <status>works/unverified</status>
                   3865: <dependencies>
                   3866: ../../loncom/build/check-rpms
                   3867: </dependencies>
1.4       harris41 3868: </file>
                   3869: <file>
1.10      harris41 3870: <source>loncom/build/loncaparestoreconfigurations</source>
                   3871: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
                   3872: <categoryname>script</categoryname>
1.6       harris41 3873: <description>
1.10      harris41 3874: restores .rpmsave files after a LON-CAPA-base upgrade
1.6       harris41 3875: </description>
1.10      harris41 3876: <status>deprecated</status>
1.4       harris41 3877: </file>
                   3878: <file>
1.10      harris41 3879: <source>loncom/cron/loncapa</source>
                   3880: <target dist='default'>etc/cron.d/loncapa</target>
                   3881: <categoryname>static conf</categoryname>
                   3882: <description>
                   3883: file that specifies periodic processes to run for the LON-CAPA machine
                   3884: </description>
                   3885: </file>
                   3886: <file>
                   3887: <source>loncom/ntp/step-tickers</source>
                   3888: <target dist='default'>etc/ntp/step-tickers</target>
                   3889: <categoryname>conf</categoryname>
                   3890: <description>
                   3891: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   3892: </description>
                   3893: <note>
                   3894: <table cellpadding='0' cellspacing='0' border='1'>
                   3895: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
                   3896: </table>
                   3897: </note>
1.48      harris41 3898: </file>
                   3899: <file>
                   3900: <source>loncom/pam.d/pwauth</source>
                   3901: <target dist='default'>etc/pam.d/pwauth</target>
                   3902: <categoryname>static conf</categoryname>
                   3903: <description>
                   3904: file that allows setuid password privileges for pwauth executable
                   3905: </description>
                   3906: </file>
                   3907: <file>
                   3908: <source>loncom/pam.d/pwchange</source>
                   3909: <target dist='default'>etc/pam.d/pwchange</target>
                   3910: <categoryname>static conf</categoryname>
                   3911: <description>
                   3912: file that allows setuid password privileges for pwchange (lcpasswd) executable
                   3913: </description>
1.10      harris41 3914: </file>
                   3915: <file>
                   3916: <source>loncom/init.d/loncontrol</source>
                   3917: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
                   3918: <categoryname>root script</categoryname>
                   3919: <description>
                   3920: Controls the launching/halting of lonc, lond, and lonsql processes.
                   3921: </description>
                   3922: </file>
                   3923: <link>
1.115     harris41 3924: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10      harris41 3925: <target dist='default'>
1.37      harris41 3926: etc/rc.d/rc0.d/K05loncontrol;
                   3927: etc/rc.d/rc1.d/K05loncontrol;
                   3928: etc/rc.d/rc2.d/K05loncontrol;
                   3929: etc/rc.d/rc3.d/S95loncontrol;
                   3930: etc/rc.d/rc4.d/S95loncontrol;
                   3931: etc/rc.d/rc5.d/S95loncontrol;
1.10      harris41 3932: etc/rc.d/rc6.d/K05loncontrol
                   3933: </target>
                   3934: <categoryname>symbolic link</categoryname>
1.27      harris41 3935: <description>
                   3936: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10      harris41 3937: </link>
                   3938: <file>
                   3939: <source>loncom/atalk/config</source>
1.152     harris41 3940: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.10      harris41 3941: <categoryname>conf</categoryname>
1.6       harris41 3942: <description>
1.27      harris41 3943: configuration file to make LON-CAPA server file space accessible to
                   3944: Appleshares access (Macintosh)
1.6       harris41 3945: </description>
1.4       harris41 3946: </file>
1.14      harris41 3947: </files>
1.1       harris41 3948: </lpml>

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