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

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

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