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

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

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