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

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

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