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

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

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