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

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

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