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

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

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