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

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

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