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

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

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