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

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

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