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

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

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