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

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

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