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

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

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