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

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

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