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

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

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