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

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

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