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

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

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