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

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.133   ! harris41    6: <!-- $Id: loncapafiles.lpml,v 1.132 2002/06/02 07:50:24 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.37      harris41  224:   <targetdir dist='default'>etc</targetdir>
                    225:   <categoryname>standard</categoryname>
                    226:   <description>standard linux directory for configuration files</description>
                    227: </directory>
1.115     harris41  228: <directory dist='default'>
1.37      harris41  229:   <targetdir dist='default'>etc/atalk</targetdir>
                    230:   <categoryname>standard</categoryname>
                    231:   <description>appletalk configuration files</description>
                    232: </directory>
1.115     harris41  233: <directory dist='default'>
1.37      harris41  234:   <targetdir dist='default'>etc/cron.d</targetdir>
                    235:   <categoryname>standard</categoryname>
                    236:   <description>standard linux directory for running time-based "jobs"
                    237:   </description>
                    238: </directory>
1.115     harris41  239: <directory dist='default'>
1.5       harris41  240:   <targetdir dist='default'>etc/httpd/conf</targetdir>
1.3       harris41  241:   <categoryname>standard</categoryname>
                    242:   <description>web configuration files</description>
                    243: </directory>
1.115     harris41  244: <directory dist='default'>
1.37      harris41  245:   <targetdir dist='default'>etc/ntp</targetdir>
                    246:   <categoryname>standard</categoryname>
                    247:   <description>configuration directory for network time protocol</description>
                    248: </directory>
1.115     harris41  249: <directory dist='default'>
1.48      harris41  250:   <targetdir dist='default'>etc/pam.d</targetdir>
                    251:   <categoryname>standard</categoryname>
                    252:   <description>configuration directory for password authentication mechanism
                    253:   </description>
                    254: </directory>
1.115     harris41  255: <directory dist='default'>
                    256:   <targetdir dist='redhat7 redhat7.1'>etc/samba</targetdir>
1.107     harris41  257:   <categoryname>standard</categoryname>
                    258:   <description>configuration directory for samba authentication
                    259:   </description>
                    260: </directory>
1.115     harris41  261: <directory dist='default'>
1.37      harris41  262:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
1.106     harris41  263:   <targetdir dist='debian2.2'>etc/init.d</targetdir>
1.37      harris41  264:   <categoryname>standard</categoryname>
                    265:   <description>scripts that run during system startup</description>
                    266: </directory>
1.115     harris41  267: <directory dist='default'>
1.37      harris41  268:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
1.106     harris41  269:   <targetdir dist='debian2.2'>etc/rc0.d</targetdir>
1.37      harris41  270:   <categoryname>standard</categoryname>
                    271:   <description>scripts that run for run-level 0</description>
                    272: </directory>
1.115     harris41  273: <directory dist='default'>
1.37      harris41  274:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
1.106     harris41  275:   <targetdir dist='debian2.2'>etc/rc1.d</targetdir>
1.37      harris41  276:   <categoryname>standard</categoryname>
                    277:   <description>scripts that run for run-level 1</description>
                    278: </directory>
1.115     harris41  279: <directory dist='default'>
1.37      harris41  280:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
1.106     harris41  281:   <targetdir dist='debian2.2'>etc/rc2.d</targetdir>
1.37      harris41  282:   <categoryname>standard</categoryname>
                    283:   <description>scripts that run for run-level 2</description>
                    284: </directory>
1.115     harris41  285: <directory dist='default'>
1.37      harris41  286:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
1.106     harris41  287:   <targetdir dist='debian2.2'>etc/rc3.d</targetdir>
1.37      harris41  288:   <categoryname>standard</categoryname>
                    289:   <description>scripts that run for run-level 3</description>
                    290: </directory>
1.115     harris41  291: <directory dist='default'>
1.37      harris41  292:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
1.106     harris41  293:   <targetdir dist='debian2.2'>etc/rc4.d</targetdir>
1.37      harris41  294:   <categoryname>standard</categoryname>
                    295:   <description>scripts that run for run-level 4</description>
                    296: </directory>
1.115     harris41  297: <directory dist='default'>
1.37      harris41  298:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
1.106     harris41  299:   <targetdir dist='debian2.2'>etc/rc5.d</targetdir>
1.37      harris41  300:   <categoryname>standard</categoryname>
                    301:   <description>scripts that run for run-level 5</description>
                    302: </directory>
1.115     harris41  303: <directory dist='default'>
1.37      harris41  304:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
1.106     harris41  305:   <targetdir dist='debian2.2'>etc/rc6.d</targetdir>
1.37      harris41  306:   <categoryname>standard</categoryname>
                    307:   <description>scripts that run for run-level 6</description>
                    308: </directory>
1.115     harris41  309: <directory dist='default'>
1.5       harris41  310:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3       harris41  311:   <categoryname>standard</categoryname>
                    312:   <description>tab-formatted reference files</description>
                    313: </directory>
1.115     harris41  314: <directory dist='default'>
1.5       harris41  315:   <targetdir dist='default'>home/httpd</targetdir>
1.3       harris41  316:   <categoryname>standard</categoryname>
                    317:   <description>start of the web server tree</description>
                    318: </directory>
1.115     harris41  319: <directory dist='default'>
1.5       harris41  320:   <targetdir dist='default'>home/httpd/perl</targetdir>
1.10      harris41  321:   <categoryname>server readonly</categoryname>
1.3       harris41  322:   <description>perl scripts for managing the LON-CAPA system</description>
                    323: </directory>
1.115     harris41  324: <directory dist='default'>
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.97      albertel  331:   <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
1.90      harris41  332:   <categoryname>server standard</categoryname>
                    333:   <description>
                    334: Used by lond parent to check if children are responding to USR1 signals
                    335: (otherwise they are killed and replaced).
1.27      harris41  336:   </description>
1.3       harris41  337: </directory>
1.115     harris41  338: <directory dist='default'>
1.5       harris41  339:   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3       harris41  340:   <categoryname>server standard</categoryname>
1.27      harris41  341:   <description>location where temporary files (for caching) are stored
                    342:   </description>
1.3       harris41  343: </directory>
1.115     harris41  344: <directory dist='default'>
1.64      harris41  345:   <targetdir dist='default'>home/httpd/prtspool</targetdir>
                    346:   <categoryname>server standard</categoryname>
                    347:   <description>for the output of lonprintout.pm
                    348:   </description>
                    349: </directory>
1.115     harris41  350: <directory dist='default'>
1.34      albertel  351:   <targetdir dist='default'>home/httpd/lib/perl</targetdir>
                    352:   <categoryname>server readonly</categoryname>
                    353:   <description>location of LON-CAPA non web mod-perl handlers</description>
                    354: </directory>
1.115     harris41  355: <directory dist='default'>
1.5       harris41  356:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3       harris41  357:   <categoryname>server readonly</categoryname>
                    358:   <description>location of LON-CAPA web mod-perl handlers</description>
1.114     harris41  359: </directory>
1.115     harris41  360: <directory dist='default'>
1.114     harris41  361:   <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
                    362:   <categoryname>server readonly</categoryname>
                    363:   <description>location of HTML specific perl module fixes and additions
                    364:   </description>
1.3       harris41  365: </directory>
1.115     harris41  366: <directory dist='default'>
1.125     harris41  367:   <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
                    368:   <categoryname>server readonly</categoryname>
                    369:   <description>location of HTML specific perl module fixes and additions
                    370:   </description>
                    371: </directory>
                    372: <directory dist='default'>
1.5       harris41  373:   <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3       harris41  374:   <categoryname>server standard</categoryname>
                    375:   <description>cookie jar</description>
                    376: </directory>
1.115     harris41  377: <directory dist='default'>
1.5       harris41  378:   <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3       harris41  379:   <categoryname>server standard</categoryname>
                    380:   <description>lonc's sockets</description>
                    381: </directory>
1.115     harris41  382: <directory dist='default'>
1.5       harris41  383:   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3       harris41  384:   <categoryname>server standard</categoryname>
                    385:   <description>lonc's sockets (delayed)</description>
                    386: </directory>
1.115     harris41  387: <directory dist='default'>
1.26      harris41  388:   <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
                    389:   <categoryname>standard</categoryname>
                    390:   <description>location of cgi scripts</description>
                    391: </directory>
1.115     harris41  392: <directory dist='default'>
1.5       harris41  393:   <targetdir dist='default'>home/httpd/html</targetdir>
1.3       harris41  394:   <categoryname>server standard</categoryname>
                    395:   <description>location of web-accessible file tree</description>
                    396: </directory>
1.115     harris41  397: <directory dist='default'>
1.5       harris41  398:   <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3       harris41  399:   <categoryname>server standard</categoryname>
                    400:   <description>root of resource tree</description>
                    401: </directory>
1.115     harris41  402: <directory dist='default'>
1.5       harris41  403:   <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3       harris41  404:   <categoryname>server readonly</categoryname>
                    405:   <description>unauthenticated resources</description>
                    406: </directory>
1.115     harris41  407: <directory dist='default'>
1.5       harris41  408:   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
1.3       harris41  409:   <categoryname>server readonly</categoryname>
                    410:   <description>home of the rat</description>
                    411: </directory>
1.115     harris41  412: <directory dist='default'>
1.32      harris41  413:   <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
                    414:   <categoryname>server readonly</categoryname>
                    415:   <description>online help documentation</description>
                    416: </directory>
1.115     harris41  417: <directory dist='default'>
1.118     harris41  418:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
1.73      harris41  419:   <categoryname>server readonly</categoryname>
                    420:   <description>online help documentation for the LON-CAPA programming
                    421: interface</description>
                    422: </directory>
1.115     harris41  423: <directory dist='default'>
1.118     harris41  424:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
                    425:   </targetdir>
1.73      harris41  426:   <categoryname>server readonly</categoryname>
                    427:   <description>online help documentation for the LON-CAPA programming
                    428: interface, Apache (mod_perl) handlers</description>
                    429: </directory>
1.115     harris41  430: <directory dist='default'>
1.77      harris41  431:   <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
                    432:   <categoryname>server readonly</categoryname>
                    433:   <description>online help documentation for the LON-CAPA programming
                    434: interface, Apache (mod_perl) handlers</description>
                    435: </directory>
1.115     harris41  436: <directory dist='default'>
1.5       harris41  437:   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
1.3       harris41  438:   <categoryname>server readonly</categoryname>
                    439:   <description>graphic widgets</description>
                    440: </directory>
1.115     harris41  441: <directory dist='default'>
1.5       harris41  442:   <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
1.3       harris41  443:   <categoryname>server readonly</categoryname>
1.57      harris41  444:   <description>miscellaneous resources</description>
1.3       harris41  445: </directory>
1.115     harris41  446: <directory dist='default'>
1.5       harris41  447:   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
1.3       harris41  448:   <categoryname>server readonly</categoryname>
                    449:   <description>error warnings and icons</description>
                    450: </directory>
1.115     harris41  451: <directory dist='default'>
1.5       harris41  452:   <targetdir dist='default'>home/httpd/lonUsers</targetdir>
1.3       harris41  453:   <categoryname>server standard</categoryname>
1.10      harris41  454:   <description>Home directories of local users.  There is a five-tier
1.3       harris41  455: structure to the directories:
                    456: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,
                    457: a user fredflint at MSU would have his information located in
1.115     harris41  458: lonUsers/msu/f/r/e/fredflint.<br />&#160;<br />Within this directory there are
1.27      harris41  459: a variety of files which govern the scope of what a user can do within the
                    460: LON-CAPA system.  A passwd file determines the type of authentication
                    461: mechanism to use.
                    462:  There also are files such as roles.hist (and its database compilation,
1.3       harris41  463: roles.db) which specify the roles and privileges for a user in the
                    464: LON-CAPA system.</description>
                    465: </directory>
1.115     harris41  466: <directory dist='default'>
1.5       harris41  467:   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
1.3       harris41  468:   <categoryname>server readonly</categoryname>
                    469:   <description>mathematics markup language resources</description>
                    470: </directory>
1.115     harris41  471: <directory dist='default'>
1.5       harris41  472:   <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
1.3       harris41  473:   <categoryname>server readonly</categoryname>
1.27      harris41  474:   <description>files useful for including within customized scripting
                    475:   </description>
1.3       harris41  476: </directory>
1.115     harris41  477: <directory dist='default'>
1.27      harris41  478:   <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
                    479:   </targetdir>
1.19      harris41  480:   <categoryname>server readonly</categoryname>
                    481:   <description>template files useful for customized scripts</description>
                    482: </directory>
1.115     harris41  483: <directory dist='default'>
1.5       harris41  484:   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3       harris41  485:   <categoryname>server standard</categoryname>
1.133   ! harris41  486:   <description>status reports; online logs are kept that
        !           487: are viewable over the world-wide web</description>
1.3       harris41  488: </directory>
1.115     harris41  489: <directory dist='default'>
1.5       harris41  490:   <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
1.3       harris41  491:   <categoryname>server readonly</categoryname>
                    492:   <description>web user interface resources</description>
                    493: </directory>
1.115     harris41  494: <directory dist='default'>
1.27      harris41  495:   <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
                    496:   </targetdir>
1.3       harris41  497:   <categoryname>server readonly</categoryname>
                    498:   <description>bookmark user interface code</description>
                    499: </directory>
1.115     harris41  500: <directory dist='default'>
1.27      harris41  501:   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
                    502:   </targetdir>
1.3       harris41  503:   <categoryname>server readonly</categoryname>
                    504:   <description></description>
                    505: </directory>
1.115     harris41  506: <directory dist='default'>
1.37      harris41  507:   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
                    508:   </targetdir>
                    509:   <categoryname>server readonly</categoryname>
                    510:   <description>icons that help depict the file system (outdated)</description>
1.3       harris41  511: </directory>
1.115     harris41  512: <directory dist='default'>
1.37      harris41  513:   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
1.115     harris41  514:   <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
1.37      harris41  515:   <targetdir dist='debian2.2'>usr/local/lib/perl/5.6.0</targetdir>
1.3       harris41  516:   <categoryname>standard</categoryname>
1.37      harris41  517:   <description>system perl tree (usually present on linux systems)
1.27      harris41  518:   </description>
1.3       harris41  519: </directory>
1.115     harris41  520: <directory dist='default'>
1.103     harris41  521:   <targetdir dist='default'>usr/local/bin</targetdir>
                    522:   <categoryname>standard</categoryname>
                    523:   <description>local binary files</description>
                    524: </directory>
1.115     harris41  525: <directory dist='default'>
1.103     harris41  526:   <targetdir dist='default'>usr/local/man/man1</targetdir>
                    527:   <categoryname>standard</categoryname>
                    528:   <description>local manual pages</description>
                    529: </directory>
1.115     harris41  530: <directory dist='default'>
1.77      harris41  531:   <targetdir dist='default'>usr/man/man1</targetdir>
                    532:   <categoryname>standard</categoryname>
                    533:   <description>manual pages</description>
                    534: </directory>
1.115     harris41  535: <directory dist='default'>
1.75      harris41  536:   <targetdir dist='default'>usr/man/man3</targetdir>
1.73      harris41  537:   <categoryname>standard</categoryname>
1.75      harris41  538:   <description>manual pages</description>
1.73      harris41  539: </directory>
1.115     harris41  540: <directory dist='default'>
1.37      harris41  541:   <targetdir dist='default'>usr/sbin</targetdir>
1.3       harris41  542:   <categoryname>standard</categoryname>
1.37      harris41  543:   <description>standard linux directory for superuser executables</description>
1.2       harris41  544: </directory>
1.14      harris41  545: </directories>
                    546: <files>
1.4       harris41  547: <file>
1.37      harris41  548: <source>loncom/krb.conf</source>
                    549: <target dist='default'>etc/krb.conf</target>
                    550: <categoryname>conf</categoryname>
                    551: <description>
                    552: which Kerberos server to contact for specified Kerberos domains
                    553: </description>
                    554: <note>
1.59      harris41  555: <table cellpadding='0' cellspacing='0' border='1'>
1.37      harris41  556: <tr><td>
                    557: list elements are separated by newlines
                    558: </td></tr>
                    559: <tr><td>
                    560: each list element consists of only two subelements separated by a colon
                    561: <br />
                    562: <ul>
                    563: <li>Kerberos domain value</li>
                    564: <li>Kerberos server IP address</li>
                    565: </ul>
                    566: </td></tr>
                    567: </table>
                    568: </note>
1.85      harris41  569: </file>
                    570: <file>
                    571: <source>loncom/loncapa.conf</source>
                    572: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
                    573: <categoryname>conf</categoryname>
                    574: <description>
1.129     harris41  575: <p>
1.85      harris41  576: The goal of this file is to implement all LON-CAPA specific
1.129     harris41  577: customization of the Apache web server (most all of these values
                    578: require manual input from the system administrator at some point).
                    579: The values in this file, as opposed to loncapa_apache.conf, are
                    580: meant to be machine and institution specific.
                    581: </p>
                    582: <p>
                    583: For the LON-CAPA network server and perl module
                    584: handlers, it defines machine specific settings including lonHostID, lonRole,
                    585: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
                    586: </p>
                    587: <p>
                    588: This file should not be viewable by regular users of the system.
                    589: Only root and www should be able to view the contents of this file
                    590: since lonReceipt is sensitive.
                    591: </p>
1.4       harris41  592: </description>
                    593: <note>
                    594: <b>configure</b>
                    595: <br />
1.91      harris41  596: <table cellpadding='0' cellspacing='0' border='1'>
1.27      harris41  597: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
                    598: machine</td></tr>
                    599: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
                    600: access</td></tr>
1.4       harris41  601: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
                    602: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
                    603: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
1.27      harris41  604: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
                    605: seconds</td></tr>
1.10      harris41  606: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
1.27      harris41  607: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
                    608: MySQL database</td></tr>
1.4       harris41  609: </table>
                    610: </note>
1.129     harris41  611: </file>
                    612: <file>
                    613: <source>loncom/loncapa_apache.conf</source>
                    614: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
                    615: <categoryname>static conf</categoryname>
                    616: <description>
                    617: The goal of this file is to implement all LON-CAPA specific
                    618: customization of the Apache web server that does not require
                    619: user input.
                    620: 
                    621: For the Apache web server, it defines a global
                    622: access configuration which defines what server options (Indexes", "Includes",
                    623: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
                    624: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
                    625: and "/usr/doc").  For the LON-CAPA network server and perl module
                    626: handlers, it defines 
                    627: and internal machine settings for specific directories, socket ports,
                    628: the www@localhost MySQL password, and browser detection logic.
                    629: </description>
1.4       harris41  630: </file>
                    631: <file>
                    632: <source>loncom/startup.pl</source>
1.5       harris41  633: <target dist='default'>etc/httpd/conf/startup.pl</target>
1.4       harris41  634: <categoryname>static conf</categoryname>
                    635: <description>
                    636: This file provides initializations for perl handlers.  It adjusts what
                    637: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
                    638: well as causing the Apache module to be used for every perl handler.
                    639: <tt>startup.pl</tt> is invoked by <tt>access.conf</tt>.
                    640: </description>
                    641: </file>
                    642: <file>
1.46      harris41  643: <source>loncom/publisher/thesaurus.dat</source>
                    644: <target dist='default'>home/httpd/lonTabs/thesaurus.dat</target>
                    645: <categoryname>static conf</categoryname>
                    646: <description>
                    647: Custom Thesaurus file for LON-CAPA, in the format
                    648: word@wordID@frequency@relatedwordID:frequency,relatedwordID:frequency,...
                    649: </description>
                    650: </file>
                    651: <file>
1.10      harris41  652: <source>loncom/interface/mydesk.tab</source>
                    653: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
                    654: <categoryname>static conf</categoryname>
                    655: <description>
                    656: Config file for "My Desk"
                    657: </description>
                    658: </file>
                    659: <file>
1.4       harris41  660: <source>loncom/interface/filetypes.tab</source>
1.5       harris41  661: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
1.4       harris41  662: <categoryname>static conf</categoryname>
                    663: <description>
                    664: Descriptive list of file extensions, and extension groupings.
1.26      harris41  665: </description>
                    666: </file>
                    667: <file>
                    668: <source>loncom/cgi/barcode.gif</source>
                    669: <target dist='default'>home/httpd/cgi-bin/barcode.gif</target>
                    670: <categoryname>script</categoryname>
                    671: <description>
                    672: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
                    673: parameter.
1.101     harris41  674: </description>
                    675: </file>
                    676: <file>
1.131     www       677: <source>loncom/cgi/thumbnail.gif</source>
                    678: <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
                    679: <categoryname>script</categoryname>
                    680: <description>
                    681: Produces a thumbnail image of the url given
                    682: </description>
                    683: </file>
                    684: <file>
1.101     harris41  685: <source>loncom/cgi/clusterstatus.pl</source>
                    686: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
                    687: <categoryname>script</categoryname>
                    688: <description>
                    689: utility cgi script to view status of cluster
1.4       harris41  690: </description>
                    691: </file>
                    692: <file>
1.45      harris41  693: <source>loncom/cgi/graph.gif</source>
                    694: <target dist='default'>home/httpd/cgi-bin/graph.gif</target>
                    695: <categoryname>script</categoryname>
                    696: <description>
                    697: Dynamically outputs a graph especially for lonstatistics.pm.
                    698: </description>
                    699: <note>
                    700: Depends on perl modules:
                    701: GDGraph-1.33 and GDTextUtils-0.80.
1.64      harris41  702: </note>
1.100     harris41  703: </file>
                    704: <file>
                    705: <source>loncom/cgi/lonversions.pl</source>
                    706: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
                    707: <categoryname>script</categoryname>
                    708: <description>
                    709: utility cgi script to view software versions of a remote server
                    710: </description>
                    711: </file>
                    712: <file>
                    713: <source>loncom/cgi/ping.pl</source>
                    714: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
                    715: <categoryname>script</categoryname>
                    716: <description>
                    717: cgi-script to ping other server
                    718: </description>
1.65      harris41  719: </file>
                    720: <file>
1.66      harris41  721: <source>loncom/cgi/plot.gif</source>
1.65      harris41  722: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
                    723: <categoryname>script</categoryname>
                    724: <description>
                    725: Dynamically outputs X-Y plots with point, line, etc functions.
                    726: </description>
1.64      harris41  727: </file>
                    728: <file>
                    729: <source>loncom/interface/printout.pl</source>
                    730: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
                    731: <categoryname>script</categoryname>
                    732: <description>
                    733: cgi script
                    734: </description>
                    735: <note>
                    736: Depends on srm.conf entry:
                    737: Alias /prtspool/ /home/httpd/prtspool/
                    738: as well as a /home/httpd/prtspool directory.
1.45      harris41  739: </note>
                    740: </file>
                    741: <file>
1.41      harris41  742: <source>loncom/cgi/metadata_keywords.pl</source>
                    743: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
                    744: <categoryname>script</categoryname>
                    745: <description>
                    746: a cgi-script (not mod_perl), which contacts MySQL and pulls
                    747: out all keywords in this format:
                    748: 
                    749: coil,magnetic,transformer
                    750: transformer,coils,current,amperes,voltage,transformers,coil
                    751: flux,magnetic,current,transformer
                    752: coil,loop,field,magnetic
                    753: 
                    754: ... etc (one line per entry).
                    755: 
                    756: and simply prints this text-only (no markup) to the browser
                    757: </description>
                    758: </file>
1.43      harris41  759: <fileglob>
1.60      harris41  760: <glob>*.*</glob>
1.43      harris41  761: <sourcedir>loncom/homework/templates/</sourcedir>
                    762: <targetdir dist='default'>
                    763: home/httpd/html/res/adm/includes/templates/</targetdir>
                    764: <categoryname>static conf</categoryname>
                    765: <description>
                    766: Template files for generating new resources.
                    767: </description>
                    768: <filenames>
1.59      harris41  769: blank.library;
                    770: blank.library.meta;
                    771: blank.problem;
                    772: blank.problem.meta;
1.63      harris41  773: formula.problem;
                    774: formula.problem.meta;
1.59      harris41  775: numerical.problem;
                    776: numerical.problem.meta;
                    777: RadioResponse.problem;
                    778: RadioResponse.problem.meta;
                    779: SelectFromOptions-4ConceptGoups.problem;
                    780: SelectFromOptions-4ConceptGoups.problem.meta;
                    781: SelectFromOptions-5ConceptGoups.problem;
                    782: SelectFromOptions-5ConceptGoups.problem.meta;
                    783: SelectFromOptions-6ConceptGoups.problem;
                    784: SelectFromOptions-6ConceptGoups.problem.meta;
                    785: SelectFromOptions-7ConceptGoups.problem;
                    786: SelectFromOptions-7ConceptGoups.problem.meta;
                    787: SelectFromOptions-8ConceptGoups.problem;
                    788: SelectFromOptions-8ConceptGoups.problem.meta;
                    789: SelectFromOptions-Simple.problem;
                    790: SelectFromOptions-Simple.problem.meta;
1.63      harris41  791: script.library;
                    792: script.library.meta;
1.59      harris41  793: SimpleStringResponse.problem;
                    794: SimpleStringResponse.problem.meta;
                    795: StringResponse.problem;
1.44      harris41  796: StringResponse.problem.meta
1.43      harris41  797: </filenames>
                    798: </fileglob>
1.19      harris41  799: <file>
1.4       harris41  800: <source>loncom/homework/insertlist.tab</source>
1.5       harris41  801: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
1.4       harris41  802: <categoryname>static conf</categoryname>
                    803: <description>
1.8       harris41  804: Describes what tags are allowed inside other tags.
1.4       harris41  805: </description>
                    806: </file>
                    807: <file>
1.47      harris41  808: <source>CAPA/JavaTools/GLabel.class</source>
                    809: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
                    810: </target>
                    811: <categoryname>static conf</categoryname>
                    812: <description>
                    813: Java applet for labelling graphs.
                    814: </description>
                    815: <note>
                    816: Built from Glabel.java.  Still working on build/dependency details.
                    817: </note>
                    818: </file>
                    819: <file>
1.4       harris41  820: <source>loncom/interface/default.assesscalc</source>
1.27      harris41  821: <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc
                    822: </target>
1.4       harris41  823: <categoryname>static conf</categoryname>
                    824: <description>
                    825: Default spreadsheet for individual assessment.
                    826: </description>
                    827: </file>
                    828: <file>
                    829: <source>loncom/interface/default.studentcalc</source>
1.27      harris41  830: <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc
                    831: </target>
1.4       harris41  832: <categoryname>static conf</categoryname>
                    833: <description>
                    834: Default spreadsheet for assessment of students.
                    835: </description>
                    836: </file>
                    837: <file>
1.10      harris41  838: <source>loncom/interface/default.classcalc</source>
1.27      harris41  839: <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc
                    840: </target>
1.10      harris41  841: <categoryname>static conf</categoryname>
                    842: <description>
                    843: Default spreadsheet for assessment of a class.
                    844: </description>
                    845: </file>
                    846: <file>
1.4       harris41  847: <source>loncom/auth/roles.tab</source>
1.5       harris41  848: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4       harris41  849: <categoryname>static conf</categoryname>
                    850: <description>
1.27      harris41  851: List of privileges associated with users of multiple types (for example:
                    852: Teaching Assistant, Exam Proctor, Course Coordinator)
1.4       harris41  853: </description>
                    854: </file>
                    855: <file>
1.5       harris41  856: <source>loncom/auth/rolesplain.tab</source>
                    857: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
                    858: <categoryname>static conf</categoryname>
                    859: <description>
1.10      harris41  860: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5       harris41  861: and privileges available in the network with function
                    862: </description>
1.4       harris41  863: </file>
                    864: <file>
1.5       harris41  865: <source>loncom/hosts.tab</source>
                    866: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
1.96      harris41  867: <categoryname>static conf</categoryname>
1.5       harris41  868: <description>
1.10      harris41  869: List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
                    870: <tt>lonDefDomain</tt> and <u>IP address</u>.
1.5       harris41  871: </description>
1.4       harris41  872: </file>
                    873: <file>
1.5       harris41  874: <source>loncom/spare.tab</source>
                    875: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
                    876: <categoryname>conf</categoryname>
                    877: <description>
                    878: Spare hosts to offload session to if the LON-CAPA machine is overloaded
                    879: </description>
                    880: <note>
                    881: <b>configure</b><br />
1.91      harris41  882: <table cellpadding='0' cellspacing='0' border='1'>
1.5       harris41  883: <tr><td>
                    884: list elements are separated by newlines
                    885: </td></tr>
                    886: <tr><td>
                    887: each list element consists of only one value; the value for <tt>lonHostID</tt>
                    888: in <tt>access.conf</tt>
                    889: </td></tr>
                    890: </table>
                    891: </note>
1.4       harris41  892: </file>
                    893: <file>
1.5       harris41  894: <source>loncom/htpasswd</source>
                    895: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
                    896: <categoryname>conf</categoryname>
                    897: <description>
                    898: Basic auth password to access /lon-status and /server-status
                    899: </description>
1.4       harris41  900: </file>
                    901: <file>
1.5       harris41  902: <source>loncom/smb.conf</source>
                    903: <target dist='default'>etc/smb.conf</target>
1.115     harris41  904: <target dist='redhat7 redhat7.1'>etc/samba/smb.conf</target>
1.5       harris41  905: <categoryname>conf</categoryname>
                    906: <description>
1.27      harris41  907: configuration file to make LON-CAPA server file space accessible to network
                    908: neighborhood
1.5       harris41  909: </description>
1.4       harris41  910: </file>
                    911: <file>
1.5       harris41  912: <source>loncom/ntp.conf</source>
                    913: <target dist='default'>etc/ntp.conf</target>
                    914: <categoryname>conf</categoryname>
                    915: <description>
                    916: which NTP server to contact for information (XNTP3 standard)
                    917: </description>
                    918: <note>
1.91      harris41  919: <table cellpadding='0' cellspacing='0' border='1'>
1.5       harris41  920: <tr><td>
                    921: only one line needs to be changed to specify a server ip address
                    922: </td></tr>
                    923: <tr><td>
                    924: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
                    925: </td></tr>
                    926: </table>
                    927: </note>
1.4       harris41  928: </file>
                    929: <file>
1.5       harris41  930: <source>loncom/metadata_database/searchcat.pl</source>
                    931: <target dist='default'>home/httpd/perl/searchcat.pl</target>
                    932: <categoryname>script</categoryname>
                    933: <description>
                    934: Batch script for updating SQL metadata database.
                    935: </description>
1.4       harris41  936: </file>
                    937: <file>
1.5       harris41  938: <source>loncom/lonc</source>
                    939: <target dist='default'>home/httpd/perl/lonc</target>
                    940: <categoryname>script</categoryname>
                    941: <description>
                    942: proxy server
                    943: </description>
1.4       harris41  944: </file>
                    945: <file>
1.77      harris41  946: <source>doc/man/lonc.1</source>
                    947: <target dist='default'>usr/man/man1/lonc.1</target>
1.83      harris41  948: <categoryname>doc</categoryname>
1.77      harris41  949: <description>man page for lonc</description>
                    950: <build trigger='always run'>
1.115     harris41  951: loncom/build/pod2man.sh ../lonc &gt; ../../doc/man/lonc.1 &amp;&amp; \
1.112     harris41  952: echo 'manifying lonc'
1.77      harris41  953: </build>
                    954: <status>works/unverified</status>
                    955: <dependencies>
                    956: ../../loncom/lonc
                    957: </dependencies>
                    958: </file>
                    959: <file>
                    960: <source>doc/scripts/lonc.html</source>
                    961: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
1.83      harris41  962: <categoryname>doc</categoryname>
1.103     harris41  963: <description>POD-derived page for lonc</description>
1.77      harris41  964: <build trigger='always run'>
1.115     harris41  965: loncom/build/pod2html.sh ../lonc &gt; ../../doc/scripts/lonc.html &amp;&amp; \
1.112     harris41  966: echo 'pod2html lonc'
1.77      harris41  967: </build>
                    968: <status>works/unverified</status>
                    969: <dependencies>
                    970: ../../loncom/lonc
                    971: </dependencies>
                    972: </file>
                    973: <file>
1.5       harris41  974: <source>loncom/lond</source>
                    975: <target dist='default'>home/httpd/perl/lond</target>
                    976: <categoryname>script</categoryname>
                    977: <description>
                    978: This is a remote command interpreter on a TCP LON-CAPA network layer.
                    979: It accepts and processes incoming requests from other LON-CAPA machines
                    980: on the network.  lond's functionality is self-contained in the sense
                    981: that it does not reference (import, require, use) any other file
                    982: described in this document.  There are only 15 subroutines in this
1.115     harris41  983: script, however the <tt>make_new_child</tt> subroutine is quite
1.5       harris41  984: complex since it parses and responds about 29 different types of 
                    985: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
                    986: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
                    987: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
                    988: tmpput, tmpget, and ls).
                    989: </description>
1.4       harris41  990: </file>
                    991: <file>
1.77      harris41  992: <source>doc/man/lond.1</source>
                    993: <target dist='default'>usr/man/man1/lond.1</target>
1.83      harris41  994: <categoryname>doc</categoryname>
1.77      harris41  995: <description>man page for lond</description>
                    996: <build trigger='always run'>
1.115     harris41  997: loncom/build/pod2man.sh ../lond &gt; ../../doc/man/lond.1 &amp;&amp; \
1.112     harris41  998: echo 'manifying lond'
1.77      harris41  999: </build>
                   1000: <status>works/unverified</status>
                   1001: <dependencies>
                   1002: ../../loncom/lond
                   1003: </dependencies>
                   1004: </file>
                   1005: <file>
                   1006: <source>doc/scripts/lond.html</source>
                   1007: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
1.83      harris41 1008: <categoryname>doc</categoryname>
1.103     harris41 1009: <description>POD-derived page for lond</description>
1.77      harris41 1010: <build trigger='always run'>
1.115     harris41 1011: loncom/build/pod2html.sh ../lond &gt; ../../doc/scripts/lond.html &amp;&amp; \
1.112     harris41 1012: echo 'pod2html lond'
1.77      harris41 1013: </build>
                   1014: <status>works/unverified</status>
                   1015: <dependencies>
                   1016: ../../loncom/lond
                   1017: </dependencies>
                   1018: </file>
                   1019: <file>
1.35      harris41 1020: <source>loncom/cgi/loncron.pl</source>
                   1021: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
                   1022: <categoryname>script</categoryname>
                   1023: <description>CGI script that starts and pipes output of loncron</description>
                   1024: </file>
                   1025: <file>
1.5       harris41 1026: <source>loncom/loncron</source>
                   1027: <target dist='default'>home/httpd/perl/loncron</target>
                   1028: <categoryname>script</categoryname>
                   1029: <description>housekeeping</description>
1.4       harris41 1030: </file>
                   1031: <file>
1.5       harris41 1032: <source>loncom/lonsql</source>
                   1033: <target dist='default'>home/httpd/perl/lonsql</target>
                   1034: <categoryname>script</categoryname>
                   1035: <description>maintain secondary database of metadata</description>
1.4       harris41 1036: </file>
                   1037: <file>
1.77      harris41 1038: <source>doc/man/lonsql.1</source>
                   1039: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83      harris41 1040: <categoryname>doc</categoryname>
1.77      harris41 1041: <description>man page for lonsql</description>
                   1042: <build trigger='always run'>
1.115     harris41 1043: loncom/build/pod2man.sh ../lonsql &gt; ../../doc/man/lonsql.1 &amp;&amp; \
1.112     harris41 1044: echo 'manifying lonsql'
1.77      harris41 1045: </build>
                   1046: <status>works/unverified</status>
                   1047: <dependencies>
                   1048: ../../loncom/lonsql
                   1049: </dependencies>
                   1050: </file>
                   1051: <file>
                   1052: <source>doc/scripts/lonsql.html</source>
                   1053: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83      harris41 1054: <categoryname>doc</categoryname>
1.103     harris41 1055: <description>POD-derived page for lonsql</description>
1.77      harris41 1056: <build trigger='always run'>
1.115     harris41 1057: loncom/build/pod2html.sh ../lonsql &gt; ../../doc/scripts/lonsql.html &amp;&amp; \
1.112     harris41 1058: echo 'pod2html lonsql'
1.77      harris41 1059: </build>
                   1060: <status>works/unverified</status>
                   1061: <dependencies>
                   1062: ../../loncom/lonsql
                   1063: </dependencies>
                   1064: </file>
                   1065: <file>
1.5       harris41 1066: <source>loncom/lcpasswd</source>
                   1067: <target dist='default'>home/httpd/perl/lcpasswd</target>
                   1068: <categoryname>setuid script</categoryname>
                   1069: <description>
1.48      harris41 1070: Coordinates the system services and files in order to allow lond to change
                   1071: user passwords.
1.5       harris41 1072: </description>
1.48      harris41 1073: <status>being updated</status>
                   1074: </file>
                   1075: <file>
                   1076: <source>loncom/pwchange</source>
                   1077: <target dist='default'>home/httpd/perl/pwchange</target>
                   1078: <categoryname>setuid script</categoryname>
                   1079: <description>
                   1080: Allows www to change user passwords.
                   1081: </description>
                   1082: <status>being updated</status>
1.4       harris41 1083: </file>
                   1084: <file>
1.5       harris41 1085: <source>loncom/lcuseradd</source>
                   1086: <target dist='default'>home/httpd/perl/lcuseradd</target>
                   1087: <categoryname>setuid script</categoryname>
                   1088: <description>
1.48      harris41 1089: Coordinates the system services and files in order to allow lond to add a
                   1090: new user.
1.5       harris41 1091: </description>
1.48      harris41 1092: <status>being updated</status>
1.124     foxr     1093: </file>
                   1094: <file>
                   1095: <source>loncom/lchtmldir</source>
                   1096: <target dist='default'>home/httpd/perl/lchtmldir</target>
                   1097: <categoryname>setuid script</categoryname>
                   1098: <description>
1.133   ! harris41 1099: Manages the file system ramifications of adding author mode to a user. 
1.124     foxr     1100: If necessary a public_html diretory is added, permissions and ownership are
                   1101: set according to the user's authentication mode.
                   1102: </description>
                   1103: <status>New file</status>
1.4       harris41 1104: </file>
                   1105: <file>
1.5       harris41 1106: <source>loncom/lcuserdel</source>
                   1107: <target dist='default'>home/httpd/perl/lcuserdel</target>
                   1108: <categoryname>setuid script</categoryname>
                   1109: <description>
1.48      harris41 1110: Coordinates the system services and files in order to allow lond to delete a
                   1111: user.
1.5       harris41 1112: </description>
1.10      harris41 1113: <status>deprecated</status>
1.4       harris41 1114: </file>
                   1115: <file>
1.5       harris41 1116: <source>loncom/lcnfson</source>
                   1117: <target dist='default'>home/httpd/perl/lcnfson</target>
                   1118: <categoryname>setuid script</categoryname>
                   1119: <description>
                   1120: coordinates the system services and files in order to allow lond to enable NFS
                   1121: for a user
                   1122: </description>
1.10      harris41 1123: <status>deprecated</status>
1.4       harris41 1124: </file>
                   1125: <file>
1.5       harris41 1126: <source>loncom/lcnfsoff</source>
                   1127: <target dist='default'>home/httpd/perl/lcnfsoff</target>
                   1128: <categoryname>setuid script</categoryname>
                   1129: <description>
                   1130: coordinates the system services and files in order to allow lond to disable NFS
                   1131: for a user
                   1132: </description>
1.10      harris41 1133: <status>deprecated</status>
1.53      harris41 1134: </file>
                   1135: <file>
                   1136: <source>loncom/license/gpl.txt</source>
                   1137: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
                   1138: <categoryname>interface file</categoryname>
                   1139: <description>
                   1140: GNU General Public License.  Long live the cause of freeware!
                   1141: </description>
1.4       harris41 1142: </file>
                   1143: <file>
1.62      harris41 1144: <source>loncom/license/about.html</source>
                   1145: <target dist='default'>home/httpd/html/adm/about.html</target>
                   1146: <categoryname>interface file</categoryname>
                   1147: <description>
                   1148: The "About" Page.
                   1149: </description>
                   1150: </file>
                   1151: <file>
1.5       harris41 1152: <source>loncom/publisher/publisher.html</source>
                   1153: <target dist='default'>home/httpd/html/adm/publisher.html</target>
                   1154: <categoryname>interface file</categoryname>
                   1155: <description>
                   1156: HTML frame that presents a form element to allow for the publishing of
                   1157: resources, directories and underlying subdirectories.
                   1158: </description>
1.4       harris41 1159: </file>
                   1160: <file>
1.10      harris41 1161: <source>loncom/html/adm/noidea.html</source>
                   1162: <target dist='default'>home/httpd/html/adm/noidea.html</target>
                   1163: <categoryname>interface file</categoryname>
                   1164: <description>
                   1165: Interface file for responding to improper page flipping.
                   1166: </description>
                   1167: </file>
                   1168: <file>
1.28      harris41 1169: <source>loncom/xml/physnet.sty</source>
                   1170: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
                   1171: <categoryname>static conf</categoryname>
                   1172: <description>
                   1173: The relevant conditions and metadata to attach to PhysNet-specific tags.
                   1174: </description>
                   1175: </file>
                   1176: <file>
1.5       harris41 1177: <source>loncom/homework/lectureonline.sty</source>
1.112     harris41 1178: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
                   1179: </target>
1.5       harris41 1180: <categoryname>static conf</categoryname>
                   1181: <description>
                   1182: The relevant conditions and metadata to attach to LectureOnline-specific tags.
                   1183: </description>
1.4       harris41 1184: </file>
                   1185: <file>
1.5       harris41 1186: <source>loncom/misc/un_keyword.tab</source>
                   1187: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
                   1188: <categoryname>conf</categoryname>
                   1189: <description>
                   1190: File which contains words which should not be keywords used to specify resource
                   1191: content.
                   1192: </description>
1.4       harris41 1193: </file>
                   1194: <file>
1.22      harris41 1195: <source>loncom/publisher/packages.tab</source>
                   1196: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50      harris41 1197: <categoryname>static conf</categoryname>
1.22      harris41 1198: <description>
                   1199: Parameter packages, so that assessments can publish parameter packages
                   1200: needed, which are then expanded into individual parameters - allows to
                   1201: retroactively add new parameters to already published assessments.
                   1202: </description>
                   1203: </file>
                   1204: <file>
1.5       harris41 1205: <source>loncom/publisher/copyright.tab</source>
                   1206: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88      albertel 1207: <categoryname>static conf</categoryname>
1.5       harris41 1208: <description>
                   1209: Table which contains list of copyright possibilities for educational resources.
                   1210: </description>
1.4       harris41 1211: </file>
                   1212: <file>
1.5       harris41 1213: <source>loncom/publisher/language.tab</source>
                   1214: <target dist='default'>home/httpd/lonTabs/language.tab</target>
                   1215: <categoryname>static conf</categoryname>
                   1216: <description>
                   1217: Table which contains string abbreviations of language::font rendering
                   1218: combinations.
                   1219: </description>
1.4       harris41 1220: </file>
                   1221: <file>
1.5       harris41 1222: <source>loncom/publisher/addid.tab</source>
                   1223: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
                   1224: <categoryname>static conf</categoryname>
                   1225: <description>
                   1226: Table which has hash data necessary for distinguishing IDs from indices.
                   1227: </description>
1.4       harris41 1228: </file>
                   1229: <file>
1.38      harris41 1230: <source>rat/lonwrapper.pm</source>
1.19      harris41 1231: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
                   1232: <categoryname>handler</categoryname>
                   1233: <description>
                   1234: Wrapper for external and binary files as standalone resources.
                   1235: Edit handler for rat maps; TeX content handler.
                   1236: </description>
                   1237: <status>works/unverified</status>
                   1238: </file>
                   1239: <file>
1.15      harris41 1240: <source>loncom/publisher/loncfile.pm</source>
                   1241: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
                   1242: <categoryname>handler</categoryname>
                   1243: <description>
                   1244: Provides web-based functionality for file copy, rename, mkdir, etc, in the
                   1245: construction space menu.
                   1246: </description>
                   1247: <status>works/unverified</status>
                   1248: </file>
                   1249: <file>
1.7       harris41 1250: <source>loncom/interface/lonstatistics.pm</source>
                   1251: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
                   1252: <categoryname>handler</categoryname>
                   1253: <description>
                   1254: Handler to show statistics on solving LON-CAPA problems.
                   1255: </description>
                   1256: <status>works/unverified</status>
                   1257: </file>
                   1258: <file>
1.5       harris41 1259: <source>loncom/publisher/londiff.pm</source>
                   1260: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
                   1261: <categoryname>handler</categoryname>
                   1262: <description>
                   1263: Handler to show difference between two files.
                   1264: </description>
                   1265: <status>works/unverified</status>
1.4       harris41 1266: </file>
                   1267: <file>
1.5       harris41 1268: <source>loncom/publisher/lonupload.pm</source>
                   1269: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
                   1270: <categoryname>handler</categoryname>
                   1271: <description>
                   1272: Handler to upload files through browser into construction space.
                   1273: </description>
                   1274: <status>works/unverified</status>
1.4       harris41 1275: </file>
                   1276: <file>
1.76      harris41 1277: <source>doc/man/Apache__lonupload.3</source>
                   1278: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83      harris41 1279: <categoryname>doc</categoryname>
1.76      harris41 1280: <description>man page for lonupload.pm</description>
                   1281: <build trigger='always run'>
1.115     harris41 1282: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
                   1283: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
1.76      harris41 1284: </build>
                   1285: <status>works/unverified</status>
                   1286: <dependencies>
                   1287: ../../loncom/publisher/lonupload.pm
                   1288: </dependencies>
                   1289: </file>
                   1290: <file>
1.118     harris41 1291: <source>doc/lib/perl/Apache/lonupload.html</source>
                   1292: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112     harris41 1293: </target>
1.83      harris41 1294: <categoryname>doc</categoryname>
1.76      harris41 1295: <description>POD-derived page for lonupload.pm</description>
                   1296: <build trigger='always run'>
1.115     harris41 1297: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
1.118     harris41 1298: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
                   1299: echo 'pod2html lonupload.pm'
1.76      harris41 1300: </build>
                   1301: <status>works/unverified</status>
                   1302: <dependencies>
                   1303: ../../loncom/publisher/lonupload.pm
                   1304: </dependencies>
                   1305: </file>
                   1306: <file>
1.5       harris41 1307: <source>loncom/homework/essayresponse.pm</source>
                   1308: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
                   1309: <categoryname>handler</categoryname>
                   1310: <description>
                   1311: Handler to evaluate essay (ungraded) style responses.
1.92      albertel 1312: </description>
                   1313: <status>works/unverified</status>
                   1314: </file>
                   1315: <file>
                   1316: <source>loncom/homework/externalresponse.pm</source>
                   1317: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
                   1318: <categoryname>handler</categoryname>
                   1319: <description>
                   1320: Handler to evaluate externally graded responses.
                   1321: </description>
                   1322: <status>works/unverified</status>
                   1323: </file>
                   1324: <file>
                   1325: <source>loncom/homework/loncapagrade.pm</source>
                   1326: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
                   1327: <categoryname>handler</categoryname>
                   1328: <description>
1.133   ! harris41 1329: Holds results and defines
        !          1330: tag handlers needed by externalresponse.pm
1.5       harris41 1331: </description>
                   1332: <status>works/unverified</status>
1.4       harris41 1333: </file>
                   1334: <file>
1.5       harris41 1335: <source>loncom/publisher/lonpubdir.pm</source>
                   1336: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
                   1337: <categoryname>handler</categoryname>
                   1338: <description>
                   1339: Handler to publish directories.
                   1340: </description>
1.4       harris41 1341: </file>
                   1342: <file>
1.76      harris41 1343: <source>doc/man/Apache__lonpubdir.3</source>
                   1344: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83      harris41 1345: <categoryname>doc</categoryname>
1.76      harris41 1346: <description>man page for lonpubdir.pm</description>
                   1347: <build trigger='always run'>
1.115     harris41 1348: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
                   1349: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
1.76      harris41 1350: </build>
                   1351: <status>works/unverified</status>
                   1352: <dependencies>
                   1353: ../../loncom/lonnet/perl/lonnet.pm
                   1354: </dependencies>
                   1355: </file>
                   1356: <file>
1.118     harris41 1357: <source>doc/lib/perl/Apache/lonpubdir.html</source>
                   1358: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112     harris41 1359: </target>
1.83      harris41 1360: <categoryname>doc</categoryname>
1.76      harris41 1361: <description>POD-derived page for lonpubdir.pm</description>
                   1362: <build trigger='always run'>
1.115     harris41 1363: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
1.118     harris41 1364: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
                   1365: echo 'pod2html lonpubdir.pm'
1.76      harris41 1366: </build>
                   1367: <status>works/unverified</status>
                   1368: <dependencies>
                   1369: ../../loncom/publisher/lonpubdir.pm
                   1370: </dependencies>
                   1371: </file>
                   1372: <file>
1.5       harris41 1373: <source>loncom/publisher/lonretrieve.pm</source>
                   1374: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
                   1375: <categoryname>handler</categoryname>
                   1376: <description>
                   1377: Handler to retrieve old versions from resource space.
                   1378: </description>
                   1379: <status>works/unverified</status>
1.4       harris41 1380: </file>
                   1381: <file>
1.76      harris41 1382: <source>doc/man/Apache__lonretrieve.3</source>
                   1383: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83      harris41 1384: <categoryname>doc</categoryname>
1.76      harris41 1385: <description>man page for lonretrieve.pm</description>
                   1386: <build trigger='always run'>
1.115     harris41 1387: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
                   1388: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
1.76      harris41 1389: </build>
                   1390: <status>works/unverified</status>
                   1391: <dependencies>
                   1392: ../../loncom/publisher/lonretrieve.pm
                   1393: </dependencies>
                   1394: </file>
                   1395: <file>
1.118     harris41 1396: <source>doc/lib/perl/Apache/lonretrieve.html</source>
                   1397: <target dist='default'>
                   1398: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112     harris41 1399: </target>
1.83      harris41 1400: <categoryname>doc</categoryname>
1.76      harris41 1401: <description>POD-derived page for lonretrieve.pm</description>
                   1402: <build trigger='always run'>
1.115     harris41 1403: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
1.118     harris41 1404: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
                   1405: echo 'pod2html lonretrieve.pm'
1.76      harris41 1406: </build>
                   1407: <status>works/unverified</status>
                   1408: <dependencies>
                   1409: ../../loncom/publisher/lonretrieve.pm
                   1410: </dependencies>
                   1411: </file>
                   1412: <file>
1.5       harris41 1413: <source>loncom/homework/edit.pm</source>
                   1414: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
                   1415: <categoryname>handler</categoryname>
                   1416: <description>
                   1417: Helper functions when in homework edit mode.
                   1418: </description>
1.4       harris41 1419: </file>
                   1420: <file>
1.86      harris41 1421: <source>doc/man/Apache__edit.3</source>
                   1422: <target dist='default'>usr/man/man3/Apache::edit.3</target>
                   1423: <categoryname>doc</categoryname>
                   1424: <description>man page for edit.pm</description>
                   1425: <build trigger='always run'>
1.115     harris41 1426: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
1.112     harris41 1427: echo 'manifying edit.pm'
1.86      harris41 1428: </build>
                   1429: <status>works/unverified</status>
                   1430: <dependencies>
                   1431: ../../loncom/homework/edit.pm
                   1432: </dependencies>
                   1433: </file>
                   1434: <file>
1.118     harris41 1435: <source>doc/lib/perl/Apache/edit.html</source>
                   1436: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
                   1437: </target>
1.86      harris41 1438: <categoryname>doc</categoryname>
                   1439: <description>POD-derived page for edit.pm</description>
                   1440: <build trigger='always run'>
1.118     harris41 1441: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
                   1442: ../../doc/lib/perl/Apache/edit.html \
1.115     harris41 1443: &amp;&amp; echo 'pod2html edit.pm'
1.86      harris41 1444: </build>
                   1445: <status>works/unverified</status>
                   1446: <dependencies>
                   1447: ../../loncom/homework/edit.pm
                   1448: </dependencies>
                   1449: </file>
                   1450: <file>
1.5       harris41 1451: <source>loncom/interface/lonmeta.pm</source>
                   1452: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
                   1453: <categoryname>handler</categoryname>
                   1454: <description>Metadata display handler.</description>
                   1455: <status>works/unverified</status>
1.4       harris41 1456: </file>
                   1457: <file>
1.5       harris41 1458: <source>rat/lonambiguous.pm</source>
                   1459: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
                   1460: <categoryname>handler</categoryname>
                   1461: <description>
                   1462: Handler to resolve ambiguous file locations.
                   1463: </description>
                   1464: <status>works/unverified</status>
1.4       harris41 1465: </file>
                   1466: <file>
1.5       harris41 1467: <source>rat/lonratparms.pm</source>
                   1468: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
                   1469: <categoryname>handler</categoryname>
                   1470: <description>
                   1471: Handler to set resource parameters inside of the RAT based on metadata.
                   1472: </description>
                   1473: <status>works/unverified</status>
1.4       harris41 1474: </file>
                   1475: <file>
1.5       harris41 1476: <source>rat/lonsequence.pm</source>
                   1477: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
                   1478: <categoryname>handler</categoryname>
                   1479: <description>
                   1480: Handler for showing sequence objects of educational resources.
                   1481: </description>
                   1482: <status>works/unverified</status>
1.4       harris41 1483: </file>
                   1484: <file>
1.5       harris41 1485: <source>loncom/interface/loncreatecourse.pm</source>
                   1486: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
                   1487: <categoryname>handler</categoryname>
                   1488: <description>
1.72      harris41 1489: Allows domain coordinators to create new courses and assign course
                   1490: coordinators.
1.5       harris41 1491: </description>
1.10      harris41 1492: <status>works/unverified</status>
1.4       harris41 1493: </file>
                   1494: <file>
1.5       harris41 1495: <source>loncom/interface/loncreateuser.pm</source>
                   1496: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
                   1497: <categoryname>handler</categoryname>
                   1498: <description>
1.72      harris41 1499: Allows users to within their own privileges create/edit users and give
                   1500: them roles. 
1.5       harris41 1501: </description>
                   1502: <status>works/unverified</status>
1.4       harris41 1503: </file>
                   1504: <file>
1.5       harris41 1505: <source>loncom/interface/lonchart.pm</source>
                   1506: <target dist='default'>home/httpd/lib/perl/Apache/lonchart.pm</target>
                   1507: <categoryname>handler</categoryname>
                   1508: <description>
                   1509: Produces simple LectureOnline-like student assessment performance chart
                   1510: </description>
1.4       harris41 1511: </file>
                   1512: <file>
1.5       harris41 1513: <source>loncom/interface/loncommon.pm</source>
                   1514: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
                   1515: <categoryname>handler</categoryname>
                   1516: <description>
                   1517: Makes a table out of the previous attempts.  Inputs result_from_symbread,
1.10      harris41 1518: user, domain, home_server, course_id.
1.5       harris41 1519: </description>
                   1520: <status>works/unverified</status>
1.4       harris41 1521: </file>
                   1522: <file>
1.76      harris41 1523: <source>doc/man/Apache__loncommon.3</source>
                   1524: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83      harris41 1525: <categoryname>doc</categoryname>
1.76      harris41 1526: <description>man page for loncommon.pm</description>
                   1527: <build trigger='always run'>
1.115     harris41 1528: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
                   1529: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
1.76      harris41 1530: </build>
                   1531: <status>works/unverified</status>
                   1532: <dependencies>
                   1533: ../../loncom/interface/loncommon.pm
                   1534: </dependencies>
                   1535: </file>
                   1536: <file>
1.118     harris41 1537: <source>doc/lib/perl/Apache/loncommon.html</source>
                   1538: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112     harris41 1539: </target>
1.83      harris41 1540: <categoryname>doc</categoryname>
1.76      harris41 1541: <description>POD-derived page for loncommon.pm</description>
                   1542: <build trigger='always run'>
1.115     harris41 1543: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
1.118     harris41 1544: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
                   1545: echo 'pod2html loncommon.pm'
1.76      harris41 1546: </build>
                   1547: <status>works/unverified</status>
                   1548: <dependencies>
                   1549: ../../loncom/interface/loncommon.pm
                   1550: </dependencies>
                   1551: </file>
                   1552: <file>
1.5       harris41 1553: <source>loncom/homework/grades.pm</source>
                   1554: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
                   1555: <categoryname>handler</categoryname>
                   1556: <description>Handles the viewing of grades.</description>
1.4       harris41 1557: </file>
                   1558: <file>
1.5       harris41 1559: <source>loncom/homework/imageresponse.pm</source>
                   1560: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
                   1561: <categoryname>handler</categoryname>
                   1562: <description>
                   1563: Coordinates the response to clicking an image.
                   1564: </description>
                   1565: <status>works/unverified</status>
1.4       harris41 1566: </file>
                   1567: <file>
1.5       harris41 1568: <source>loncom/homework/optionresponse.pm</source>
                   1569: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
                   1570: <categoryname>handler</categoryname>
1.27      harris41 1571: <description>
                   1572: Handles tags associated with showing a list of options.</description>
1.4       harris41 1573: </file>
                   1574: <file>
1.5       harris41 1575: <source>loncom/homework/outputtags.pm</source>
                   1576: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
                   1577: <categoryname>handler</categoryname>
                   1578: <description>
                   1579: Handles tags associated with output.  Seems to relate to due dates of the
                   1580: assignment.
                   1581: </description>
1.10      harris41 1582: <status>works/unverified</status>
1.4       harris41 1583: </file>
                   1584: <file>
1.6       harris41 1585: <source>loncom/interface/lontest.pm</source>
                   1586: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
                   1587: <categoryname>handler</categoryname>
                   1588: <description>
                   1589: Used for debugging and testing the LON-CAPA system.
                   1590: </description>
1.10      harris41 1591: <status>works/unverified</status>
1.6       harris41 1592: </file>
                   1593: <file>
                   1594: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27      harris41 1595: <target dist='default'>
                   1596: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6       harris41 1597: <categoryname>handler</categoryname>
                   1598: <description>
                   1599: Handles multiple-choice style responses.
                   1600: </description>
1.10      harris41 1601: <status>works/unverified</status>
1.6       harris41 1602: </file>
                   1603: <file>
                   1604: <source>loncom/interface/lonassignments.pm</source>
                   1605: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
                   1606: <categoryname>handler</categoryname>
                   1607: <description>
                   1608: Handles processing of assignments.
                   1609: </description>
1.10      harris41 1610: <status>works/unverified</status>
1.6       harris41 1611: </file>
                   1612: <file>
                   1613: <source>loncom/interface/loncommunicate.pm</source>
                   1614: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
                   1615: <categoryname>handler</categoryname>
1.72      harris41 1616: <description>
                   1617: Will be the access handler to email sending, as well as the planned
                   1618: chatrooms, etc.
                   1619: </description>
1.10      harris41 1620: <status>works/unverified</status>
1.6       harris41 1621: </file>
                   1622: <file>
                   1623: <source>loncom/interface/lonerrorhandler.pm</source>
                   1624: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
                   1625: <categoryname>handler</categoryname>
                   1626: <description>
                   1627: Handles errors.
                   1628: </description>
1.10      harris41 1629: <status>works/unverified</status>
1.6       harris41 1630: </file>
                   1631: <file>
                   1632: <source>loncom/interface/lonevaluate.pm</source>
                   1633: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
                   1634: <categoryname>handler</categoryname>
                   1635: <description>
                   1636: Handles evaluation.
                   1637: </description>
1.10      harris41 1638: <status>works/unverified</status>
1.6       harris41 1639: </file>
                   1640: <file>
                   1641: <source>loncom/interface/lonfeedback.pm</source>
                   1642: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
                   1643: <categoryname>handler</categoryname>
                   1644: <description>
                   1645: Handles feedback from students to instructors and system administrators.
1.72      harris41 1646: Provides a screenshot of the current
                   1647: resource, as well as previous attempts if the resource was a homework.
                   1648: Used by lonmsg.pm.
1.6       harris41 1649: </description>
1.10      harris41 1650: <status>works/unverified</status>
1.4       harris41 1651: </file>
                   1652: <file>
1.6       harris41 1653: <source>loncom/interface/lonnavmaps.pm</source>
                   1654: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
                   1655: <categoryname>handler</categoryname>
                   1656: <description>
                   1657: Handles navigational maps.
                   1658: </description>
1.10      harris41 1659: <status>works/unverified</status>
1.4       harris41 1660: </file>
                   1661: <file>
1.6       harris41 1662: <source>loncom/interface/lonpreferences.pm</source>
                   1663: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
                   1664: <categoryname>handler</categoryname>
                   1665: <description>
                   1666: Handles user preferences associated with customizing the online LON-CAPA
                   1667: educational environment.
                   1668: </description>
1.10      harris41 1669: <status>works/unverified</status>
1.6       harris41 1670: </file>
                   1671: <file>
                   1672: <source>loncom/interface/lonprintout.pm</source>
                   1673: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
                   1674: <categoryname>handler</categoryname>
                   1675: <description>
                   1676: Handles the production of printable files and resources.
                   1677: </description>
1.10      harris41 1678: <status>works/unverified</status>
1.6       harris41 1679: </file>
                   1680: <file>
                   1681: <source>loncom/interface/lonsearchcat.pm</source>
                   1682: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
                   1683: <categoryname>handler</categoryname>
                   1684: <description>
                   1685: Handles a searchable catalogue.
                   1686: </description>
1.10      harris41 1687: <status>works/unverified</status>
1.4       harris41 1688: </file>
                   1689: <file>
1.76      harris41 1690: <source>doc/man/Apache__lonsearchcat.3</source>
                   1691: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83      harris41 1692: <categoryname>doc</categoryname>
1.76      harris41 1693: <description>man page for lonsearchcat.pm</description>
                   1694: <build trigger='always run'>
1.115     harris41 1695: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
                   1696: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
1.76      harris41 1697: </build>
                   1698: <status>works/unverified</status>
                   1699: <dependencies>
                   1700: ../../loncom/interface/lonsearchcat.pm
                   1701: </dependencies>
                   1702: </file>
                   1703: <file>
1.118     harris41 1704: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
                   1705: <target dist='default'>
                   1706: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112     harris41 1707: </target>
1.83      harris41 1708: <categoryname>doc</categoryname>
1.76      harris41 1709: <description>POD-derived page for lonsearchcat.pm</description>
                   1710: <build trigger='always run'>
1.115     harris41 1711: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
1.118     harris41 1712: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
                   1713: echo 'pod2html lonsearchcat.pm'
1.76      harris41 1714: </build>
                   1715: <status>works/unverified</status>
                   1716: <dependencies>
                   1717: ../../loncom/interface/lonsearchcat.pm
                   1718: </dependencies>
                   1719: </file>
                   1720: <file>
1.6       harris41 1721: <source>loncom/interface/londropadd.pm</source>
                   1722: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
                   1723: <categoryname>handler</categoryname>
                   1724: <description>
1.72      harris41 1725: Allows course coordinators to upload courselists in different formats, and
                   1726: automatically create users (if they do not exist already), assign them the
                   1727: role of student in a course, and add them to the classlist.
1.6       harris41 1728: </description>
1.10      harris41 1729: <status>works/unverified</status>
1.6       harris41 1730: </file>
                   1731: <file>
                   1732: <source>loncom/interface/lonmsg.pm</source>
                   1733: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
                   1734: <categoryname>handler</categoryname>
                   1735: <description>
1.72      harris41 1736: lonmsg.pm has several functions to send and receive internal messages.
                   1737: author_res_msg - send message to resource author.
                   1738: user_crit_msg - send a critical message to a user. A critical message
                   1739: will require acknowledgment by the recipient and the sender will be notified.
                   1740: user_crit_received - routine to trigger acknowledgment.
                   1741: statuschange - change the status of a message (read, replied, forwarded, etc).
                   1742: The handler also displays messages, has routines to reply, etc.
1.6       harris41 1743: </description>
1.10      harris41 1744: <status>works/unverified</status>
1.6       harris41 1745: </file>
                   1746: <file>
                   1747: <source>loncom/homework/hint.pm</source>
                   1748: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
                   1749: <categoryname>handler</categoryname>
                   1750: <description>
                   1751: This handler coordinates the delivery of hints to students working on LON-CAPA
                   1752: problems and assignments.
                   1753: </description>
1.10      harris41 1754: <status>works/unverified</status>
1.6       harris41 1755: </file>
                   1756: <file>
                   1757: <source>loncom/interface/lonspreadsheet.pm</source>
                   1758: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
                   1759: <categoryname>handler</categoryname>
                   1760: <description>
1.72      harris41 1761: Spreadsheets are completely web-based.
                   1762: They exist on the level of a whole course, a student, and individual
                   1763: assessments.
1.6       harris41 1764: </description>
1.10      harris41 1765: <status>works/unverified</status>
1.6       harris41 1766: </file>
                   1767: <file>
                   1768: <source>loncom/interface/lonparmset.pm</source>
                   1769: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
                   1770: <categoryname>handler</categoryname>
                   1771: <description>
                   1772: Handler to resolve ambiguous file locations
                   1773: </description>
1.10      harris41 1774: <status>works/unverified</status>
1.6       harris41 1775: </file>
                   1776: <file>
1.76      harris41 1777: <source>doc/man/Apache__lonparmset.3</source>
                   1778: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83      harris41 1779: <categoryname>doc</categoryname>
1.76      harris41 1780: <description>man page for lonparmset.pm</description>
                   1781: <build trigger='always run'>
1.115     harris41 1782: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
                   1783: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
1.76      harris41 1784: </build>
                   1785: <status>works/unverified</status>
                   1786: <dependencies>
                   1787: ../../loncom/interface/lonparmset.pm
                   1788: </dependencies>
                   1789: </file>
                   1790: <file>
1.118     harris41 1791: <source>doc/lib/perl/Apache/lonparmset.html</source>
                   1792: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112     harris41 1793: </target>
1.83      harris41 1794: <categoryname>doc</categoryname>
1.76      harris41 1795: <description>POD-derived page for lonparmset.pm</description>
                   1796: <build trigger='always run'>
1.115     harris41 1797: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
1.118     harris41 1798: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
                   1799: echo 'pod2html lonparmset.pm'
1.76      harris41 1800: </build>
                   1801: <status>works/unverified</status>
                   1802: <dependencies>
                   1803: ../../loncom/interface/lonparmset.pm
                   1804: </dependencies>
                   1805: </file>
                   1806: <file>
1.6       harris41 1807: <source>loncom/publisher/lonconstruct.pm</source>
                   1808: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
                   1809: <categoryname>handler</categoryname>
                   1810: <description>
                   1811: Page wrapper for handling construction space.
                   1812: </description>
1.10      harris41 1813: <status>works/unverified</status>
1.6       harris41 1814: </file>
                   1815: <file>
                   1816: <source>loncom/publisher/lonpublisher.pm</source>
                   1817: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
                   1818: <categoryname>handler</categoryname>
                   1819: <description>
                   1820: Publishes an LON-CAPA educational resource complete with metadata
                   1821: (authorship, language, copyright, creation date, etc).
                   1822: </description>
1.10      harris41 1823: <status>works/unverified</status>
1.6       harris41 1824: </file>
                   1825: <file>
1.76      harris41 1826: <source>doc/man/Apache__lonpublisher.3</source>
                   1827: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83      harris41 1828: <categoryname>doc</categoryname>
1.76      harris41 1829: <description>man page for lonpublisher.pm</description>
                   1830: <build trigger='always run'>
1.115     harris41 1831: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
                   1832: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
1.76      harris41 1833: </build>
                   1834: <status>works/unverified</status>
                   1835: <dependencies>
                   1836: ../../loncom/publisher/lonpublisher.pm
                   1837: </dependencies>
                   1838: </file>
                   1839: <file>
1.118     harris41 1840: <source>doc/lib/perl/Apache/lonpublisher.html</source>
                   1841: <target dist='default'>
                   1842: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112     harris41 1843: </target>
1.83      harris41 1844: <categoryname>doc</categoryname>
1.76      harris41 1845: <description>POD-derived page for lonpublisher.pm</description>
                   1846: <build trigger='always run'>
1.115     harris41 1847: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
1.118     harris41 1848: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
                   1849: echo 'pod2html lonpublisher.pm'
1.76      harris41 1850: </build>
                   1851: <status>works/unverified</status>
                   1852: <dependencies>
                   1853: ../../loncom/publisher/lonpublisher.pm
                   1854: </dependencies>
                   1855: </file>
                   1856: <file>
1.6       harris41 1857: <source>loncom/interface/lonmenu.pm</source>
                   1858: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
                   1859: <categoryname>handler</categoryname>
                   1860: <description>
                   1861: Has routines which control the remote control.
                   1862: </description>
1.10      harris41 1863: <status>works/unverified</status>
1.6       harris41 1864: </file>
                   1865: <file>
                   1866: <source>rat/lonpageflip.pm</source>
                   1867: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
                   1868: <categoryname>handler</categoryname>
                   1869: <description>Deals with forward, backward, and other page flips.</description>
1.10      harris41 1870: <status>works/unverified</status>
1.6       harris41 1871: </file>
                   1872: <file>
                   1873: <source>rat/lonratedt.pm</source>
                   1874: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
                   1875: <categoryname>handler</categoryname>
                   1876: <description>
                   1877: Builds up frame set and loads in the right thing.
                   1878: </description>
1.10      harris41 1879: <status>works/unverified</status>
1.6       harris41 1880: </file>
                   1881: <file>
                   1882: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
                   1883: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
                   1884: <categoryname>handler</categoryname>
                   1885: <description>
                   1886: Homework remote control.
                   1887: </description>
1.10      harris41 1888: <status>works/unverified</status>
1.6       harris41 1889: </file>
                   1890: <file>
                   1891: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
                   1892: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
                   1893: <categoryname>handler</categoryname>
                   1894: <description>
1.10      harris41 1895: This will take annotations and then plug them into a page.
1.6       harris41 1896: </description>
1.10      harris41 1897: <status>works/unverified</status>
1.6       harris41 1898: </file>
                   1899: <file>
                   1900: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
                   1901: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
                   1902: <categoryname>handler</categoryname>
                   1903: <description>
                   1904: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10      harris41 1905: interface.
1.6       harris41 1906: </description>
1.10      harris41 1907: <status>works/unverified</status>
1.6       harris41 1908: </file>
                   1909: <file>
                   1910: <source>rat/lonratsrv.pm</source>
                   1911: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
                   1912: <categoryname>handler</categoryname>
                   1913: <description>
1.27      harris41 1914: Handler that takes output from RAT and stores it on disk.  Handles the upper
                   1915: hidden frame of the added window that comes up in RAT.   (3 frames come up in
                   1916: RAT server, code, and output.  This module handles server connection.)
1.6       harris41 1917: </description>
1.10      harris41 1918: <status>works/unverified</status>
1.6       harris41 1919: </file>
                   1920: <file>
                   1921: <source>rat/lonpage.pm</source>
                   1922: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
                   1923: <categoryname>handler</categoryname>
                   1924: <description>
                   1925: bundles pages into one page
                   1926: </description>
1.10      harris41 1927: <status>works/unverified</status>
1.6       harris41 1928: </file>
                   1929: <file>
1.76      harris41 1930: <source>doc/man/Apache__lonpage.3</source>
                   1931: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83      harris41 1932: <categoryname>doc</categoryname>
1.76      harris41 1933: <description>man page for lonpage.pm</description>
                   1934: <build trigger='always run'>
1.115     harris41 1935: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
                   1936: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
1.76      harris41 1937: </build>
                   1938: <status>works/unverified</status>
                   1939: <dependencies>
                   1940: ../../rat/lonpage.pm
                   1941: </dependencies>
                   1942: </file>
                   1943: <file>
1.118     harris41 1944: <source>doc/lib/perl/Apache/lonpage.html</source>
                   1945: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112     harris41 1946: </target>
1.83      harris41 1947: <categoryname>doc</categoryname>
1.76      harris41 1948: <description>POD-derived page for lonnet.pm</description>
                   1949: <build trigger='always run'>
1.115     harris41 1950: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
1.118     harris41 1951: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
1.76      harris41 1952: </build>
                   1953: <status>works/unverified</status>
                   1954: <dependencies>
                   1955: ../../rat/lonpage.pm
                   1956: </dependencies>
                   1957: </file>
                   1958: <file>
1.6       harris41 1959: <source>rat/lonuserstate.pm</source>
                   1960: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
                   1961: <categoryname>handler</categoryname>
                   1962: <description>
1.133   ! harris41 1963: compile course into binary data structure
1.6       harris41 1964: </description>
1.10      harris41 1965: <status>works/unverified</status>
1.6       harris41 1966: </file>
                   1967: <file>
1.76      harris41 1968: <source>doc/man/Apache__lonuserstate.3</source>
                   1969: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83      harris41 1970: <categoryname>doc</categoryname>
1.76      harris41 1971: <description>man page for lonnet.pm</description>
                   1972: <build trigger='always run'>
1.115     harris41 1973: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
                   1974: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
1.76      harris41 1975: </build>
                   1976: <status>works/unverified</status>
                   1977: <dependencies>
                   1978: ../../rat/lonuserstate.pm
                   1979: </dependencies>
                   1980: </file>
                   1981: <file>
1.118     harris41 1982: <source>doc/lib/perl/Apache/lonuserstate.html</source>
                   1983: <target dist='default'>
                   1984: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112     harris41 1985: </target>
1.83      harris41 1986: <categoryname>doc</categoryname>
1.76      harris41 1987: <description>POD-derived page for lonuserstate.pm</description>
                   1988: <build trigger='always run'>
1.115     harris41 1989: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
1.118     harris41 1990: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
                   1991: echo 'pod2html lonuserstate.pm'
1.76      harris41 1992: </build>
                   1993: <status>works/unverified</status>
                   1994: <dependencies>
                   1995: ../../rat/lonuserstate.pm
                   1996: </dependencies>
                   1997: </file>
                   1998: <file>
1.6       harris41 1999: <source>loncom/xml/lontex.pm</source>
                   2000: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
                   2001: <categoryname>handler</categoryname>
                   2002: <description>
1.133   ! harris41 2003: Handler for tex files
1.6       harris41 2004: </description>
1.10      harris41 2005: <status>works/unverified</status>
1.6       harris41 2006: </file>
                   2007: <file>
                   2008: <source>loncom/xml/lontexconvert.pm</source>
                   2009: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
                   2010: <categoryname>handler</categoryname>
                   2011: <description>
                   2012: Access to tth/ttm
                   2013: </description>
1.10      harris41 2014: <status>works/unverified</status>
1.6       harris41 2015: </file>
                   2016: <file>
                   2017: <source>loncom/xml/lonxml.pm</source>
                   2018: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
                   2019: <categoryname>handler</categoryname>
                   2020: <description>
                   2021: XML Parsing Module
1.78      harris41 2022: </description>
                   2023: <status>works/unverified</status>
                   2024: </file>
                   2025: <file>
                   2026: <source>loncom/xml/lonplot.pm</source>
                   2027: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
                   2028: <categoryname>handler</categoryname>
                   2029: <description>
                   2030: XML-based plotter of graphs
1.6       harris41 2031: </description>
1.10      harris41 2032: <status>works/unverified</status>
1.6       harris41 2033: </file>
                   2034: <file>
                   2035: <source>loncom/xml/style.pm</source>
                   2036: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
                   2037: <categoryname>handler</categoryname>
                   2038: <description>
                   2039: Style Parsing Module
                   2040: </description>
1.10      harris41 2041: <status>works/unverified</status>
1.6       harris41 2042: </file>
                   2043: <file>
                   2044: <source>loncom/xml/londefdef.pm</source>
                   2045: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
                   2046: <categoryname>handler</categoryname>
                   2047: <description>
                   2048: Tags Default Definition Module
                   2049: </description>
1.10      harris41 2050: <status>works/unverified</status>
1.4       harris41 2051: </file>
                   2052: <file>
1.6       harris41 2053: <source>loncom/xml/run.pm</source>
                   2054: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
                   2055: <categoryname>handler</categoryname>
                   2056: <description>
                   2057: used to prevent poorly written problems from causing lingering after effects
                   2058: </description>
1.10      harris41 2059: <status>works/unverified</status>
1.4       harris41 2060: </file>
                   2061: <file>
1.6       harris41 2062: <source>loncom/xml/scripttag.pm</source>
                   2063: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
                   2064: <categoryname>handler</categoryname>
                   2065: <description>
                   2066: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
                   2067: &lt;import&gt;
                   2068: </description>
1.10      harris41 2069: <status>works/unverified</status>
1.4       harris41 2070: </file>
                   2071: <file>
1.33      harris41 2072: <source>loncom/homework/randomlabel.pm</source>
                   2073: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
                   2074: <categoryname>handler</categoryname>
                   2075: <description>
                   2076: Interface for producing applet code which randomizes the labelling of an
                   2077: image.
                   2078: </description>
                   2079: </file>
                   2080: <file>
1.6       harris41 2081: <source>loncom/homework/lonhomework.pm</source>
                   2082: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
                   2083: <categoryname>handler</categoryname>
1.27      harris41 2084: <description>
                   2085: handles requests for output, evaluation, and alteration of a homework resource
                   2086: </description>
1.95      harris41 2087: <status>works/unverified</status>
1.4       harris41 2088: </file>
                   2089: <file>
1.6       harris41 2090: <source>loncom/homework/inputtags.pm</source>
                   2091: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
                   2092: <categoryname>handler</categoryname>
                   2093: <description>
                   2094: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                   2095: </description>
1.10      harris41 2096: <status>works/unverified</status>
1.4       harris41 2097: </file>
                   2098: <file>
1.6       harris41 2099: <source>loncom/homework/structuretags.pm</source>
                   2100: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
                   2101: <categoryname>handler</categoryname>
                   2102: <description>
1.27      harris41 2103: produces HTML tags necessary for structuring the presentation of homework
                   2104: resources
1.6       harris41 2105: </description>
1.10      harris41 2106: <status>works/unverified</status>
1.4       harris41 2107: </file>
                   2108: <file>
1.6       harris41 2109: <source>loncom/homework/response.pm</source>
                   2110: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
                   2111: <categoryname>handler</categoryname>
                   2112: <description>
1.27      harris41 2113: defines different types of responses given to student as well as syntax for
                   2114: producing response values
1.6       harris41 2115: </description>
1.10      harris41 2116: <status>works/unverified</status>
1.4       harris41 2117: </file>
                   2118: <file>
1.6       harris41 2119: <source>loncom/homework/caparesponse/caparesponse.pm</source>
                   2120: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
                   2121: <categoryname>handler</categoryname>
                   2122: <description>
                   2123: handles request to the CAPA homework processing engine
                   2124: </description>
1.10      harris41 2125: <status>works/unverified</status>
1.4       harris41 2126: </file>
                   2127: <file>
1.113     harris41 2128: <source>loncom/xml/Safe.pm</source>
                   2129: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
                   2130: <categoryname>handler</categoryname>
                   2131: <description>
                   2132: Meant to safely substitute for CPAN version of Safe.
                   2133: Allows for safely executing embedded perl comands in
                   2134: a way that does not threaten the operating system.
                   2135: </description>
                   2136: <status>works/unverified</status>
                   2137: </file>
                   2138: <file>
1.30      harris41 2139: <source>loncom/auth/localauth.pm</source>
                   2140: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
                   2141: <categoryname>handler</categoryname>
                   2142: <description>
                   2143: Local authentication mechanism (meant to be customized).
                   2144: </description>
                   2145: <status>works/unverified</status>
                   2146: </file>
                   2147: <file>
1.6       harris41 2148: <source>loncom/auth/lonacc.pm</source>
                   2149: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
                   2150: <categoryname>handler</categoryname>
                   2151: <description>
                   2152: (This module, like loncacc.pm also authenticates with cookies.)  
                   2153: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
                   2154: functions (e.g. roles, logout, annotations, and bookmarks) as well
                   2155: as coordinating access to educational resources.
                   2156: </description>
1.10      harris41 2157: <status>works/unverified</status>
1.4       harris41 2158: </file>
                   2159: <file>
1.76      harris41 2160: <source>doc/man/Apache__lonacc.3</source>
                   2161: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83      harris41 2162: <categoryname>doc</categoryname>
1.76      harris41 2163: <description>man page for lonacc.pm</description>
                   2164: <build trigger='always run'>
1.115     harris41 2165: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
                   2166: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
1.76      harris41 2167: </build>
                   2168: <status>works/unverified</status>
                   2169: <dependencies>
                   2170: ../../loncom/auth/lonacc.pm
                   2171: </dependencies>
                   2172: </file>
                   2173: <file>
1.118     harris41 2174: <source>doc/lib/perl/Apache/lonacc.html</source>
                   2175: <target dist='default'>
                   2176: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83      harris41 2177: <categoryname>doc</categoryname>
1.76      harris41 2178: <description>POD-derived page for lonacc.pm</description>
                   2179: <build trigger='always run'>
1.115     harris41 2180: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
1.118     harris41 2181: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
1.76      harris41 2182: </build>
                   2183: <status>works/unverified</status>
                   2184: <dependencies>
                   2185: ../../loncom/auth/lonacc.pm
                   2186: </dependencies>
                   2187: </file>
                   2188: <file>
1.6       harris41 2189: <source>loncom/auth/lonracc.pm</source>
                   2190: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
                   2191: <categoryname>handler</categoryname>
                   2192: <description>
                   2193: access handler for file transfers
                   2194: </description>
1.10      harris41 2195: <status>works/unverified</status>
1.87      harris41 2196: </file>
                   2197: <file>
                   2198: <source>doc/man/Apache__lonracc.3</source>
                   2199: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
                   2200: <categoryname>doc</categoryname>
                   2201: <description>man page for lonracc.pm</description>
                   2202: <build trigger='always run'>
1.115     harris41 2203: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
                   2204: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
1.87      harris41 2205: </build>
                   2206: <status>works/unverified</status>
                   2207: <dependencies>
                   2208: ../../loncom/auth/lonracc.pm
                   2209: </dependencies>
                   2210: </file>
                   2211: <file>
1.118     harris41 2212: <source>doc/lib/perl/Apache/lonracc.html</source>
                   2213: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112     harris41 2214: </target>
1.87      harris41 2215: <categoryname>doc</categoryname>
                   2216: <description>POD-derived page for lonracc.pm</description>
                   2217: <build trigger='always run'>
1.115     harris41 2218: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
1.118     harris41 2219: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
1.87      harris41 2220: </build>
                   2221: <status>works/unverified</status>
                   2222: <dependencies>
                   2223: ../../loncom/auth/lonracc.pm
                   2224: </dependencies>
1.4       harris41 2225: </file>
                   2226: <file>
1.6       harris41 2227: <source>loncom/auth/loncacc.pm</source>
                   2228: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
                   2229: <categoryname>handler</categoryname>
                   2230: <description>
                   2231: This module provides access to an educational resource construction area.
                   2232: This module is invoked by the URL-related pattern syntax
                   2233: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
                   2234: Authentication of user identity
                   2235: is coordinated through cookies.  The abbreviation "cacc" corresponds
                   2236: to "construction-space access").  If the cookie handle is invalid, then
                   2237: this module returns a forbidden status and makes appropriate log entries.
                   2238: If the cookie handle is valid, status is determined to be okay (and,
                   2239: for the "priv"-type access, the resource is delivered by the
                   2240: <tt>lonconstruct</tt> module).
                   2241: </description>
1.10      harris41 2242: <status>works/unverified</status>
1.4       harris41 2243: </file>
                   2244: <file>
1.86      harris41 2245: <source>doc/man/Apache__loncacc.3</source>
                   2246: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
                   2247: <categoryname>doc</categoryname>
                   2248: <description>man page for loncacc.pm</description>
                   2249: <build trigger='always run'>
1.115     harris41 2250: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
                   2251: &amp;&amp; echo 'manifying loncacc.pm'
1.86      harris41 2252: </build>
                   2253: <status>works/unverified</status>
                   2254: <dependencies>
                   2255: ../../loncom/auth/loncacc.pm
                   2256: </dependencies>
                   2257: </file>
                   2258: <file>
1.118     harris41 2259: <source>doc/lib/perl/Apache/loncacc.html</source>
                   2260: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112     harris41 2261: </target>
1.86      harris41 2262: <categoryname>doc</categoryname>
                   2263: <description>POD-derived page for loncacc.pm</description>
                   2264: <build trigger='always run'>
1.115     harris41 2265: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
1.118     harris41 2266: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
1.86      harris41 2267: </build>
                   2268: <status>works/unverified</status>
                   2269: <dependencies>
                   2270: ../../loncom/auth/loncacc.pm
                   2271: </dependencies>
                   2272: </file>
                   2273: <file>
1.6       harris41 2274: <source>loncom/auth/lonauth.pm</source>
                   2275: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
                   2276: <categoryname>handler</categoryname>
                   2277: <description>authenticate, set up session environment</description>
1.10      harris41 2278: <status>works/unverified</status>
1.4       harris41 2279: </file>
                   2280: <file>
1.6       harris41 2281: <source>loncom/auth/lonlogin.pm</source>
                   2282: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
                   2283: <categoryname>handler</categoryname>
                   2284: <description>login screen</description>
1.10      harris41 2285: <status>works/unverified</status>
1.4       harris41 2286: </file>
                   2287: <file>
1.6       harris41 2288: <source>loncom/auth/lonlogout.pm</source>
                   2289: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
                   2290: <categoryname>handler</categoryname>
                   2291: <description>logout</description>
1.10      harris41 2292: <status>works/unverified</status>
1.4       harris41 2293: </file>
                   2294: <file>
1.6       harris41 2295: <source>loncom/lonnet/perl/lonrep.pm</source>
                   2296: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
                   2297: <categoryname>handler</categoryname>
                   2298: <description>replication</description>
1.4       harris41 2299: </file>
                   2300: <file>
1.6       harris41 2301: <source>loncom/auth/lonroles.pm</source>
                   2302: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
                   2303: <categoryname>handler</categoryname>
                   2304: <description>
                   2305: This perl handling module reads in the available roles available
                   2306: for a LON-CAPA user (different courses, different privileges, etc)
                   2307: and produces a form-element HTML page which allows the user to select
                   2308: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   2309: a user may want to select between being a student in a thermodynamics
                   2310: physics course or a teaching assistant for an introductory calculus
                   2311: class.
                   2312: </description>
1.86      harris41 2313: </file>
                   2314: <file>
                   2315: <source>doc/man/Apache__lonroles.3</source>
                   2316: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
                   2317: <categoryname>doc</categoryname>
                   2318: <description>man page for lonroles.pm</description>
                   2319: <build trigger='always run'>
1.115     harris41 2320: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
                   2321: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
1.86      harris41 2322: </build>
                   2323: <status>works/unverified</status>
                   2324: <dependencies>
                   2325: ../../loncom/auth/lonroles.pm
                   2326: </dependencies>
                   2327: </file>
                   2328: <file>
1.118     harris41 2329: <source>doc/lib/perl/Apache/lonroles.html</source>
                   2330: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112     harris41 2331: </target>
1.86      harris41 2332: <categoryname>doc</categoryname>
                   2333: <description>POD-derived page for lonroles.pm</description>
                   2334: <build trigger='always run'>
1.115     harris41 2335: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
1.118     harris41 2336: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
1.86      harris41 2337: </build>
                   2338: <status>works/unverified</status>
                   2339: <dependencies>
                   2340: ../../loncom/auth/lonroles.pm
                   2341: </dependencies>
1.4       harris41 2342: </file>
                   2343: <file>
1.6       harris41 2344: <source>loncom/interface/lonindexer.pm</source>
                   2345: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
                   2346: <categoryname>handler</categoryname>
                   2347: <description>
                   2348: cross server filesystem browser
                   2349: </description>
1.10      harris41 2350: <status>works/unverified</status>
1.76      harris41 2351: </file>
                   2352: <file>
                   2353: <source>doc/man/Apache__lonindexer.3</source>
                   2354: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83      harris41 2355: <categoryname>doc</categoryname>
1.76      harris41 2356: <description>man page for lonindexer.pm</description>
                   2357: <build trigger='always run'>
1.115     harris41 2358: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
                   2359: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
1.76      harris41 2360: </build>
                   2361: <status>works/unverified</status>
                   2362: <dependencies>
                   2363: ../../loncom/interface/lonindexer.pm
                   2364: </dependencies>
                   2365: </file>
                   2366: <file>
1.118     harris41 2367: <source>doc/lib/perl/Apache/lonindexer.html</source>
                   2368: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112     harris41 2369: </target>
1.83      harris41 2370: <categoryname>doc</categoryname>
1.76      harris41 2371: <description>POD-derived page for lonindexer.pm</description>
                   2372: <build trigger='always run'>
1.115     harris41 2373: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
1.118     harris41 2374: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
                   2375: echo 'pod2html lonindexer.pm'
1.76      harris41 2376: </build>
                   2377: <status>works/unverified</status>
                   2378: <dependencies>
                   2379: ../../loncom/interface/lonindexer.pm
                   2380: </dependencies>
1.4       harris41 2381: </file>
                   2382: <file>
1.24      harris41 2383: <source>loncom/interface/groupsort.pm</source>
                   2384: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
                   2385: <categoryname>handler</categoryname>
                   2386: <description>
                   2387: Implements a second phase of importing multiple resources into the RAT.
                   2388: Allows for reordering the sequence of resources.
                   2389: </description>
                   2390: <status>works/unverified</status>
                   2391: </file>
                   2392: <file>
1.6       harris41 2393: <source>loncom/lonnet/perl/lonnet.pm</source>
                   2394: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
                   2395: <categoryname>handler</categoryname>
                   2396: <description>
                   2397: This file is an interface to the lonc processes of the LON-CAPA network
                   2398: as well as set of elaborated functions for handling information necessary
                   2399: for navigating through a given cluster of LON-CAPA machines within a domain.
                   2400: There are over 40 specialized functions in this module which handle
                   2401: the reading and transmission of metadata, user information
                   2402: (ids, names, environments, roles, logs), file information (storage, reading,
                   2403: directories, extensions, replication, embedded styles and descriptors),
                   2404: educational resources (course descriptions, section names and numbers),
                   2405: url hashing (to assign roles on a url basis), and translating abbreviated
                   2406: symbols to and from more descriptive phrases or explanations.
                   2407: </description>
1.10      harris41 2408: <status>works/unverified</status>
1.73      harris41 2409: </file>
                   2410: <file>
                   2411: <source>doc/man/Apache__lonnet.3</source>
1.75      harris41 2412: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83      harris41 2413: <categoryname>doc</categoryname>
1.73      harris41 2414: <description>man page for lonnet.pm</description>
                   2415: <build trigger='always run'>
1.115     harris41 2416: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
                   2417: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
1.73      harris41 2418: </build>
                   2419: <status>works/unverified</status>
                   2420: <dependencies>
                   2421: ../../loncom/lonnet/perl/lonnet.pm
                   2422: </dependencies>
                   2423: </file>
                   2424: <file>
1.118     harris41 2425: <source>doc/lib/perl/Apache/lonnet.html</source>
                   2426: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
                   2427: </target>
1.83      harris41 2428: <categoryname>doc</categoryname>
1.73      harris41 2429: <description>POD-derived page for lonnet.pm</description>
                   2430: <build trigger='always run'>
1.115     harris41 2431: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
1.118     harris41 2432: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
1.73      harris41 2433: </build>
                   2434: <status>works/unverified</status>
                   2435: <dependencies>
                   2436: ../../loncom/lonnet/perl/lonnet.pm
                   2437: </dependencies>
1.4       harris41 2438: </file>
                   2439: <file>
1.6       harris41 2440: <source>loncom/html/index.html</source>
                   2441: <target dist='default'>home/httpd/html/index.html</target>
                   2442: <categoryname>interface file</categoryname>
                   2443: <description>bumps to login</description>
1.4       harris41 2444: </file>
1.6       harris41 2445: <link>
                   2446: <linkto>etc/mime.types</linkto>
                   2447: <target dist='default'>etc/httpd/conf/mime.types</target>
                   2448: <categoryname>symbolic link</categoryname>
                   2449: <description>symbolic link to /etc/mime.types</description>
                   2450: </link>
                   2451: <link>
                   2452: <linkto>home/httpd/html/res</linkto>
                   2453: <target dist='default'>home/httpd/html/raw</target>
                   2454: <categoryname>symbolic link</categoryname>
                   2455: <description>symbolic link to /home/httpd/html/res</description>
                   2456: </link>
1.4       harris41 2457: <file>
1.6       harris41 2458: <source>loncom/html/adm/notfound.html</source>
                   2459: <target dist='default'>home/httpd/html/adm/notfound.html</target>
                   2460: <categoryname>interface file</categoryname>
                   2461: <description>
                   2462: static html page that is shown when an attempt is made to access a document
                   2463: not present on the web server
                   2464: </description>
1.4       harris41 2465: </file>
                   2466: <file>
1.6       harris41 2467: <source>loncom/html/adm/unauthorized.html</source>
                   2468: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
                   2469: <categoryname>interface file</categoryname>
                   2470: <description>
1.27      harris41 2471: static html page that is shown when an attempt is made to access a document
                   2472: which is restricted based on file or server configurations
1.32      harris41 2473: </description>
                   2474: </file>
                   2475: <file>
                   2476: <source>loncom/html/adm/help/searchcat.html</source>
1.109     harris41 2477: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32      harris41 2478: <categoryname>interface file</categoryname>
                   2479: <description>
                   2480: Help page for the search engine.
1.6       harris41 2481: </description>
1.4       harris41 2482: </file>
                   2483: <file>
1.6       harris41 2484: <source>rat/client/rat.html</source>
                   2485: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
                   2486: <categoryname>interface file</categoryname>
                   2487: <description>
                   2488: frameset
                   2489: </description>
1.4       harris41 2490: </file>
                   2491: <file>
1.6       harris41 2492: <source>rat/client/parameter.html</source>
                   2493: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
                   2494: <categoryname>interface file</categoryname>
                   2495: <description>
                   2496: Parameter input window.
                   2497: </description>
1.4       harris41 2498: </file>
                   2499: <file>
1.6       harris41 2500: <source>rat/client/code.html</source>
                   2501: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
                   2502: <categoryname>interface file</categoryname>
                   2503: <description>
                   2504: javascript
                   2505: </description>
1.4       harris41 2506: </file>
                   2507: <file>
1.6       harris41 2508: <source>rat/client/map.html</source>
                   2509: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
                   2510: <categoryname>interface file</categoryname>
                   2511: <description>
                   2512: bumper
                   2513: </description>
1.4       harris41 2514: </file>
                   2515: <file>
1.6       harris41 2516: <source>rat/client/empty.html</source>
                   2517: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
                   2518: <categoryname>interface file</categoryname>
                   2519: <description>
                   2520: A blank page with very minimal HTML structural elements.
                   2521: </description>
1.4       harris41 2522: </file>
1.10      harris41 2523: <fileglob>
                   2524: <glob>*.gif</glob>
                   2525: <sourcedir>rat/images/</sourcedir>
                   2526: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
                   2527: <categoryname>graphic file</categoryname>
                   2528: <description>
                   2529: icons for providing a HTML-tabled view of a course map
                   2530: </description>
                   2531: <filenames>
1.37      harris41 2532: 1.1.dt.gif;
                   2533: 1.1.empty.gif;
                   2534: 1.1.ld.gif;
                   2535: 1.1.lr.gif;
                   2536: 1.1.rd.gif;
1.60      harris41 2537: 1.1.rl.gif;
1.37      harris41 2538: 1.1.td.gif;
                   2539: 1.1.tdrl.gif;
                   2540: 1.1.tl.gif;
                   2541: 1.1.tr.gif;
                   2542: 1.1.utd.gif;
                   2543: 1.2.ctd.gif;
                   2544: 1.2.dt.gif;
                   2545: 1.2.empty.gif;
                   2546: 1.2.ld.gif;
                   2547: 1.2.lr.gif;
                   2548: 1.2.lrd.gif;
                   2549: 1.2.lrtd.gif;
                   2550: 1.2.rd.gif;
                   2551: 1.2.rl.gif;
                   2552: 1.2.rld.gif;
                   2553: 1.2.rltd.gif;
                   2554: 1.2.rtd.gif;
                   2555: 1.2.rtdl.gif;
                   2556: 1.2.rtl.gif;
                   2557: 1.2.td.gif;
                   2558: 1.2.tdl.gif;
                   2559: 1.2.tdrl.gif;
                   2560: 1.2.tl.gif;
                   2561: 1.2.tr.gif;
                   2562: 1.2.utd.gif;
                   2563: 2.1.dt.gif;
                   2564: 2.1.empty.gif;
                   2565: 2.1.ld.gif;
                   2566: 2.1.lr.gif;
                   2567: 2.1.rd.gif;
                   2568: 2.1.rl.gif;
                   2569: 2.1.td.gif;
                   2570: 2.1.tdrl.gif;
                   2571: 2.1.tl.gif;
                   2572: 2.1.tr.gif;
                   2573: 2.2.dt.gif;
                   2574: 2.2.empty.gif;
                   2575: 2.2.ld.gif;
                   2576: 2.2.lr.gif;
                   2577: 2.2.lrd.gif;
                   2578: 2.2.lrt.gif;
                   2579: 2.2.rd.gif;
                   2580: 2.2.rl.gif;
                   2581: 2.2.rld.gif;
                   2582: 2.2.rlt.gif;
                   2583: 2.2.td.gif;
                   2584: 2.2.tdl.gif;
                   2585: 2.2.tdr.gif;
                   2586: 2.2.tdrl.gif;
                   2587: 2.2.tl.gif;
                   2588: 2.2.tr.gif;
                   2589: 2.2.url.gif;
                   2590: 2.2.utd.gif;
                   2591: arrow.gif;
                   2592: bdt.gif;
                   2593: bempty.gif;
                   2594: bld.gif;
                   2595: blr.gif;
                   2596: blrd.gif;
                   2597: blrt.gif;
1.60      harris41 2598: bottom.gif;
1.37      harris41 2599: brd.gif;
                   2600: brl.gif;
                   2601: brld.gif;
                   2602: brlt.gif;
                   2603: btd.gif;
                   2604: btdl.gif;
                   2605: btdr.gif;
                   2606: btdrl.gif;
                   2607: btl.gif;
                   2608: btr.gif;
                   2609: burl.gif;
                   2610: butd.gif;
                   2611: condition.gif;
                   2612: edit.gif;
                   2613: finish.gif;
                   2614: info.gif;
                   2615: inscol.gif;
                   2616: inscond.gif;
                   2617: insres.gif;
                   2618: insrow.gif;
                   2619: left.gif;
                   2620: middle.gif;
                   2621: resource.gif;
                   2622: right.gif;
                   2623: sctd.gif;
                   2624: sdt.gif;
                   2625: sempty.gif;
                   2626: sld.gif;
                   2627: slr.gif;
                   2628: slrd.gif;
                   2629: slrtd.gif;
                   2630: srd.gif;
                   2631: srl.gif;
                   2632: srld.gif;
                   2633: srltd.gif;
                   2634: srtd.gif;
                   2635: srtdl.gif;
                   2636: srtl.gif;
                   2637: start.gif;
                   2638: std.gif;
                   2639: stdl.gif;
1.10      harris41 2640: sutd.gif
                   2641: </filenames>
                   2642: </fileglob>
                   2643: <fileglob>
1.60      harris41 2644: <glob>*.*</glob>
1.10      harris41 2645: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
                   2646: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
                   2647: <categoryname>graphic file</categoryname>
                   2648: <description>
                   2649: icons to indicate an unexpected result
                   2650: </description>
                   2651: <filenames>
1.37      harris41 2652: lonconstruct.gif;
                   2653: lonlogo_broken.gif;
                   2654: lonlogo_broken_tsp.gif;
                   2655: lonlogo_broken.eps;
                   2656: lonlogo_broken.jpg;
1.10      harris41 2657: lonlogo_broken.mov
                   2658: </filenames>
                   2659: </fileglob>
                   2660: <fileglob>
1.60      harris41 2661: <glob>*.*</glob>
1.10      harris41 2662: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
                   2663: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
                   2664: <categoryname>graphic file</categoryname>
                   2665: <description>
1.132     harris41 2666: logos and general widget icons
1.10      harris41 2667: </description>
                   2668: <filenames>
1.68      harris41 2669: SMETE_white.gif;
1.117     harris41 2670: aboutlon.gif;
                   2671: accessbutton.gif;
1.60      harris41 2672: arrow_up.gif;
1.37      harris41 2673: cab.gif;
                   2674: cab_big.gif;
1.62      harris41 2675: capapanel.gif;
1.37      harris41 2676: class.gif;
                   2677: class_big.gif;
                   2678: dvi.gif;
                   2679: dvi_big.gif;
                   2680: eps.gif;
                   2681: eps_big.gif;
                   2682: exam.gif;
                   2683: exam_big.gif;
1.117     harris41 2684: fillbottom.gif;
                   2685: fillleft.gif;
                   2686: fillright.gif;
                   2687: filltop.gif;
1.37      harris41 2688: folder_closed.gif;
                   2689: folder_opened.gif;
                   2690: folder_pointer_closed.gif;
                   2691: folder_pointer_opened.gif;
                   2692: form.gif;
                   2693: form_big.gif;
                   2694: gif.gif;
                   2695: gif_big.gif;
1.117     harris41 2696: header.gif;
1.37      harris41 2697: htm.gif;
                   2698: html.gif;
                   2699: html_big.gif;
1.52      harris41 2700: jar.gif;
                   2701: jar_big.gif;
1.37      harris41 2702: jpg.gif;
                   2703: jpg_big.gif;
1.62      harris41 2704: latex.gif;
1.117     harris41 2705: lite.gif;
1.37      harris41 2706: liteani.gif;
1.117     harris41 2707: litetext.gif;
1.62      harris41 2708: lolpanel.gif;
1.37      harris41 2709: lonanim.gif;
                   2710: lonanimend.gif;
1.117     harris41 2711: loncapalogo.gif;
1.37      harris41 2712: lonhelplogos.gif;
1.60      harris41 2713: lonhelptop.gif;
1.37      harris41 2714: lonlogo.gif;
                   2715: lonlogos.gif;
1.117     harris41 2716: lowerleft.gif;
                   2717: lowerright.gif;
1.37      harris41 2718: meta.gif;
                   2719: meta_big.gif;
                   2720: mov.gif;
                   2721: mov_big.gif;
                   2722: move_up.gif;
                   2723: move_down.gif;
                   2724: page.gif;
                   2725: page_big.gif;
                   2726: pdf.gif;
                   2727: pdf_big.gif;
1.54      harris41 2728: png.gif;
                   2729: png_big.gif;
1.37      harris41 2730: problem.gif;
                   2731: problem_big.gif;
                   2732: ps.gif;
                   2733: ps_big.gif;
                   2734: quill.gif;
                   2735: quiz.gif;
                   2736: quiz_big.gif;
                   2737: select.gif;
                   2738: sequence.gif;
                   2739: sequence_big.gif;
                   2740: server.gif;
                   2741: server_big.gif;
                   2742: srvbad.gif;
                   2743: srvempty.gif;
                   2744: srvgood.gif;
                   2745: srvhalf.gif;
                   2746: srvnull.gif;
                   2747: survey.gif;
                   2748: survey_big.gif;
                   2749: tex.gif;
                   2750: tex_big.gif;
                   2751: txt.gif;
                   2752: txt_big.gif;
1.57      harris41 2753: unknown.gif;
                   2754: unknown_big.gif;
1.117     harris41 2755: upperleft.gif;
                   2756: upperright.gif;
1.37      harris41 2757: user.gif;
                   2758: user_big.gif;
1.117     harris41 2759: userauthentication.gif;
1.37      harris41 2760: wav.gif;
                   2761: wav_big.gif;
                   2762: white_space_20_22.gif;
                   2763: whitespace1.gif;
                   2764: whitespace10.gif;
                   2765: whitespace2.gif;
                   2766: whitespace3.gif;
                   2767: whitespace4.gif;
                   2768: whitespace5.gif;
                   2769: whitespace6.gif;
                   2770: whitespace7.gif;
                   2771: whitespace8.gif;
                   2772: whitespace9.gif;
                   2773: xml.gif;
                   2774: xml_big.gif;
                   2775: zip.gif;
1.10      harris41 2776: zip_big.gif
                   2777: </filenames>
                   2778: </fileglob>
                   2779: <fileglob>
1.60      harris41 2780: <glob>*.*</glob>
1.10      harris41 2781: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
                   2782: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
                   2783: <categoryname>graphic file</categoryname>
                   2784: <description>
1.132     harris41 2785: Miscellaneous resources.
1.10      harris41 2786: </description>
                   2787: <filenames>
1.80      harris41 2788: authorfeed.gif;
                   2789: bomb.gif;
1.40      harris41 2790: cat_button.gif;
1.80      harris41 2791: chat.gif;
1.111     harris41 2792: eval_button.gif;
1.80      harris41 2793: feedback.gif;
1.40      harris41 2794: pprm_button.gif;
                   2795: pgrd_button.gif;
                   2796: subm_button.gif
1.10      harris41 2797: </filenames>
                   2798: </fileglob>
                   2799: <file>
                   2800: <source>loncom/xml/tth.pm</source>
                   2801: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
1.115     harris41 2802: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.10      harris41 2803: <categoryname>system file</categoryname>
                   2804: <description>
                   2805: perl module for invoking functions specific to TeX-to-HTML conversion
                   2806: </description>
                   2807: <note>
                   2808: Has the same dependencies and build process as tth.so.
                   2809: Currently, only the tth.so file specifications invoke
1.49      harris41 2810: the build process however.  A static version is checked into loncom/xml
                   2811: and in this way is treated as though it isn't part of the tth build process.
1.10      harris41 2812: </note>
1.113     harris41 2813: <status>works/unverified</status>
                   2814: </file>
                   2815: <file>
                   2816: <source>loncom/xml/LCParser.pm</source>
                   2817: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125     harris41 2818: <categoryname>system file</categoryname>
                   2819: <description>
                   2820: perl module for parsing HTML in a way that really works and is thoroughly
                   2821: tested
                   2822: </description>
                   2823: <status>works/unverified</status>
                   2824: </file>
                   2825: <file>
                   2826: <source>loncom/configuration/Configuration.pm</source>
                   2827: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113     harris41 2828: <categoryname>system file</categoryname>
                   2829: <description>
1.126     harris41 2830: Configuration file reader (looks in /etc/httpd/conf/); accepts
                   2831: a list of *.conf files to inspect for PerlSetVar key/value
                   2832: entries.
1.113     harris41 2833: </description>
1.10      harris41 2834: <status>works/unverified</status>
                   2835: </file>
                   2836: <file>
                   2837: <source>modules/TexConvert/tthperl/tth.so</source>
                   2838: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
1.115     harris41 2839: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.10      harris41 2840: <categoryname>system file</categoryname>
                   2841: <description>
                   2842: shared library file for dynamic loading and unloading
                   2843: </description>
                   2844: <note>
                   2845: The source and file dependencies are not available to most
                   2846: CVS users.  (You can safely rely on the existing binaries
                   2847: present on your system... don't worry about warnings
                   2848: related to this file during the build process.)
                   2849: </note>
                   2850: <build trigger='run if dependencies change'>
                   2851: modules/TexConvert/tthperl/commands
                   2852: </build>
                   2853: <status>works/unverified</status>
                   2854: <dependencies>
1.39      harris41 2855: ../tthdynamic/tthfunc.c;
1.82      harris41 2856: ../ttmdynamic/ttmfunc.c
1.10      harris41 2857: </dependencies>
                   2858: </file>
                   2859: <file>
                   2860: <source>loncom/homework/caparesponse/capa.pm</source>
                   2861: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
1.115     harris41 2862: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.10      harris41 2863: <categoryname>system file</categoryname>
                   2864: <description>
                   2865: perl module for invoking functions specific to CAPA
                   2866: </description>
1.49      harris41 2867: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 2868: <note>
                   2869: Has the same dependencies and build process as capa.so.
                   2870: Currently, only the capa.so file specifications invoke
                   2871: the build process however.
                   2872: </note>
                   2873: </file>
                   2874: <file>
                   2875: <source>loncom/homework/caparesponse/capa.bs</source>
                   2876: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
1.115     harris41 2877: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.10      harris41 2878: <categoryname>system file</categoryname>
                   2879: <description>
1.27      harris41 2880: bootstrap file associated with dynamic loading of this module on multiple
                   2881: architectures
1.10      harris41 2882: </description>
1.49      harris41 2883: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 2884: <note>
                   2885: Has the same dependencies and build process as capa.so.
                   2886: Currently, only the capa.so file specifications invoke
                   2887: the build process however.
                   2888: </note>
                   2889: </file>
                   2890: <file>
                   2891: <source>loncom/homework/caparesponse/capa.so</source>
                   2892: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
1.115     harris41 2893: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.10      harris41 2894: <categoryname>system file</categoryname>
                   2895: <description>
                   2896: shared library file for dynamic loading and unloading
                   2897: </description>
                   2898: <build trigger='always run'>
                   2899: loncom/homework/caparesponse/commands
                   2900: </build>
                   2901: <dependencies>
1.39      harris41 2902: caparesponse.c;
1.119     harris41 2903: caparesponse.pm;
                   2904: README;
                   2905: Makefile.PL;
                   2906: capa.i;
1.120     harris41 2907: commands;
                   2908: ../../../CAPA/pProj/capaGrammarDef.y;
                   2909: ../../../CAPA/pProj/capaFormula.y;
                   2910: ../../../CAPA/pProj/capaLexerDef.flex;
                   2911: ../../../CAPA/pProj/capaFunction.c;
                   2912: ../../../CAPA/pProj/capaParserUtils.c;
                   2913: ../../../CAPA/pProj/capaMapExpr.c;
                   2914: ../../../CAPA/pProj/capaUnit.c;
                   2915: ../../../CAPA/pProj/com.c;
                   2916: ../../../CAPA/pProj/linpack.c;
                   2917: ../../../CAPA/pProj/ranlib.c;
                   2918: ../../../CAPA/pProj/capaCgiUtils.c;
                   2919: ../../../CAPA/pProj/capaSubjective.c;
                   2920: ../../../CAPA/pProj/capaRQO.c;
                   2921: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123     harris41 2922: ../../../CAPA/pProj/capaCommon.c;
                   2923: ../../../CAPA/pProj/capaCommon.h;
                   2924: ../../../CAPA/pProj/ranlib.h;
                   2925: ../../../CAPA/pProj/capaCGI.h;
                   2926: ../../../CAPA/pProj/capaFunction.h;
                   2927: ../../../CAPA/pProj/capaRQO.h;
                   2928: ../../../CAPA/pProj/capaParser.h;
                   2929: ../../../CAPA/pProj/lex_debug.h
1.10      harris41 2930: </dependencies>
                   2931: </file>
                   2932: <fileglob>
                   2933: <glob>*.ent</glob>
                   2934: <sourcedir>loncom/MathML/</sourcedir>
                   2935: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
                   2936: <categoryname>system file</categoryname>
                   2937: <description>
1.27      harris41 2938: xml files which assign unicode numbers to mathematical symbols using
                   2939: &lt;! ENTITY... &gt; type syntax.
1.10      harris41 2940: </description>
                   2941: <filenames>
1.37      harris41 2942: isoamsa.ent;
                   2943: isoamsb.ent;
                   2944: isoamsc.ent;
                   2945: isoamsn.ent;
                   2946: isoamso.ent;
                   2947: isoamsr.ent;
                   2948: isobox.ent;
                   2949: isocyr1.ent;
                   2950: isocyr2.ent;
                   2951: isodia.ent;
                   2952: isogrk1.ent;
                   2953: isogrk2.ent;
                   2954: isogrk3.ent;
                   2955: isogrk4.ent;
                   2956: isolat1.ent;
                   2957: isolat2.ent;
                   2958: isomfrk.ent;
                   2959: isomopf.ent;
                   2960: isomscr.ent;
                   2961: isonum.ent;
                   2962: isopub.ent;
                   2963: isotech.ent;
                   2964: mmlalias.ent;
1.10      harris41 2965: mmlextra.ent
                   2966: </filenames>
1.37      harris41 2967: </fileglob>
1.10      harris41 2968: <file>
                   2969: <source>loncom/MathML/mathml.css</source>
                   2970: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
                   2971: <categoryname>system file</categoryname>
                   2972: <description>
                   2973: cascading style sheet
                   2974: </description>
                   2975: </file>
                   2976: <file>
                   2977: <source>loncom/MathML/mathml.dtd</source>
                   2978: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
                   2979: <categoryname>system file</categoryname>
                   2980: <description>
                   2981: document type definition
                   2982: </description>
                   2983: </file>
1.4       harris41 2984: <file>
1.10      harris41 2985: <source>loncom/auth/londes.js</source>
                   2986: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
                   2987: <categoryname>interface file</categoryname>
1.6       harris41 2988: <description>
1.27      harris41 2989: Encryption Routines according to Data Encryption Standard DES, written in
                   2990: javascript.
1.6       harris41 2991: </description>
1.4       harris41 2992: </file>
                   2993: <file>
1.10      harris41 2994: <source>loncom/homework/lectureonline.lcpm</source>
1.27      harris41 2995: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
                   2996: </target>
1.10      harris41 2997: <categoryname>handler</categoryname>
1.6       harris41 2998: <description>
1.115     harris41 2999: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
                   3000: environment in a problem that was converted from lectureonline.
1.6       harris41 3001: </description>
1.4       harris41 3002: </file>
                   3003: <file>
1.10      harris41 3004: <source>loncom/homework/default_homework.lcpm</source>
1.27      harris41 3005: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
                   3006: </target>
1.10      harris41 3007: <categoryname>handler</categoryname>
1.6       harris41 3008: <description>
1.14      harris41 3009: Provides many functions for the &lt;script&gt; environment in a .problem.
1.11      harris41 3010: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6       harris41 3011: </description>
1.4       harris41 3012: </file>
                   3013: <file>
1.10      harris41 3014: <source>loncom/homework/capa.units</source>
                   3015: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
                   3016: <categoryname>static conf</categoryname>
1.6       harris41 3017: <description>
1.10      harris41 3018: Define unit prefixing and conversion for CAPA problem handling.
1.6       harris41 3019: </description>
1.4       harris41 3020: </file>
1.10      harris41 3021: <fileglob>
                   3022: <glob>*.gif</glob>
                   3023: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
1.115     harris41 3024: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
1.10      harris41 3025: <categoryname>graphic file</categoryname>
                   3026: <description>icons used for the entire LON-CAPA user interface</description>
                   3027: <filenames>
1.130     www      3028: 0.gif;
                   3029: 1.gif;
                   3030: 2.gif;
                   3031: 3.gif;
                   3032: 4.gif;
                   3033: 5.gif;
                   3034: 6.gif;
                   3035: 7.gif;
                   3036: 8.gif;
                   3037: 9.gif;
1.37      harris41 3038: a.gif;
                   3039: anot.gif;
                   3040: b.gif;
                   3041: back.gif;
                   3042: bkm.gif;
                   3043: brws.gif;
                   3044: c.gif;
1.60      harris41 3045: catalog.gif;
1.37      harris41 3046: ccrs.gif;
                   3047: chat.gif;
                   3048: chrt.gif;
1.130     www      3049: colon.gif;
1.37      harris41 3050: com.gif;
                   3051: courses.gif;
                   3052: cprv.gif;
                   3053: cstr.gif;
                   3054: d.gif;
                   3055: dempty.gif;
                   3056: e.gif;
                   3057: egrd.gif;
                   3058: empty.gif;
                   3059: enrl.gif;
                   3060: eval.gif;
                   3061: f.gif;
                   3062: fdbk.gif;
                   3063: feedback.gif;
                   3064: forw.gif;
                   3065: g.gif;
                   3066: grds.gif;
                   3067: group.gif;
                   3068: h.gif;
                   3069: help.gif;
                   3070: hyphen.gif;
                   3071: i.gif;
                   3072: info.gif;
                   3073: j.gif;
                   3074: k.gif;
                   3075: l.gif;
                   3076: ledblink.gif;
                   3077: ledgreen.gif;
                   3078: ledoff.gif;
                   3079: ledon.gif;
                   3080: ledsend.gif;
                   3081: logout.gif;
                   3082: m.gif;
                   3083: mrk.gif;
                   3084: n.gif;
                   3085: nav.gif;
                   3086: next.gif;
1.131     www      3087: nothumb.gif;
1.37      harris41 3088: o.gif;
                   3089: p.gif;
                   3090: parm.gif;
                   3091: pgrd.gif;
                   3092: pparm.gif;
1.99      harris41 3093: pref.gif;
1.37      harris41 3094: prev.gif;
                   3095: prt.gif;
                   3096: q.gif;
                   3097: qempty.gif;
                   3098: r.gif;
                   3099: reload.gif;
                   3100: remotebg.gif;
                   3101: res.gif;
                   3102: roles.gif;
                   3103: s.gif;
                   3104: sbkm.gif;
1.130     www      3105: slash.gif;
1.37      harris41 3106: space.gif;
                   3107: spacer.gif;
                   3108: sprs.gif;
                   3109: src.gif;
                   3110: stat.gif;
                   3111: subm.gif;
                   3112: t.gif;
                   3113: title.gif;
                   3114: u.gif;
                   3115: v.gif;
                   3116: vbkm.gif;
                   3117: w.gif;
                   3118: x.gif;
                   3119: y.gif;
1.10      harris41 3120: z.gif
                   3121: </filenames>
                   3122: </fileglob>
1.4       harris41 3123: <file>
1.10      harris41 3124: <source>loncom/html/res/adm/pages/imgmaps.html</source>
                   3125: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
                   3126: <categoryname>interface file</categoryname>
1.6       harris41 3127: <description>
1.10      harris41 3128: image maps for the LON-CAPA remote control
1.6       harris41 3129: </description>
1.4       harris41 3130: </file>
                   3131: <file>
1.10      harris41 3132: <source>loncom/html/res/adm/pages/index.html</source>
                   3133: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
                   3134: <categoryname>interface file</categoryname>
1.6       harris41 3135: <description>
1.10      harris41 3136: welcoming page to the LON-CAPA system upon login
1.6       harris41 3137: </description>
1.4       harris41 3138: </file>
                   3139: <file>
1.10      harris41 3140: <source>loncom/html/res/adm/pages/menu.html</source>
                   3141: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
                   3142: <categoryname>interface file</categoryname>
1.6       harris41 3143: <description>
1.10      harris41 3144: renders the HTML (including image maps) for the LON-CAPA remote control
1.6       harris41 3145: </description>
1.4       harris41 3146: </file>
1.10      harris41 3147: <fileglob>
                   3148: <glob>*.gif</glob>
                   3149: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118     harris41 3150: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
                   3151: </targetdir>
1.10      harris41 3152: <categoryname>graphic file</categoryname>
                   3153: <description>
1.132     harris41 3154: icons used for directory indexing and login screen
1.10      harris41 3155: </description>
                   3156: <filenames>
1.37      harris41 3157: a.gif;
                   3158: alert.black.gif;
                   3159: alert.red.gif;
                   3160: back.gif;
                   3161: ball.gray.gif;
                   3162: ball.red.gif;
                   3163: binary.gif;
                   3164: binhex.gif;
                   3165: blank.gif;
                   3166: bomb.gif;
                   3167: box1.gif;
                   3168: box2.gif;
                   3169: broken.gif;
                   3170: burst.gif;
                   3171: c.gif;
                   3172: comp.blue.gif;
                   3173: comp.gray.gif;
                   3174: compressed.gif;
                   3175: continued.gif;
                   3176: course.gif;
                   3177: dir.gif;
                   3178: down.gif;
                   3179: dvi.gif;
                   3180: f.gif;
                   3181: folder.gif;
                   3182: folder.open.gif;
                   3183: folder.sec.gif;
                   3184: folder_closed.gif;
                   3185: folder_closed_pressed.gif;
                   3186: folder_new.gif;
                   3187: folder_opened.gif;
                   3188: folder_opened_pressed.gif;
                   3189: folder_pointer_closed.gif;
                   3190: folder_pointer_opened.gif;
                   3191: folder_spacer.gif;
                   3192: folder_trash.gif;
                   3193: forward.gif;
                   3194: generic.gif;
                   3195: generic.red.gif;
                   3196: generic.sec.gif;
                   3197: hand.right.gif;
                   3198: hand.up.gif;
                   3199: html.gif;
                   3200: image1.gif;
                   3201: image2.gif;
                   3202: image3.gif;
                   3203: index.gif;
                   3204: layout.gif;
                   3205: left.gif;
                   3206: link.gif;
                   3207: mov.gif;
                   3208: movie1.gif;
                   3209: p.gif;
                   3210: patch.gif;
                   3211: pdf.gif;
                   3212: portal.gif;
                   3213: problem.gif;
                   3214: ps.gif;
                   3215: quill.gif;
                   3216: right.gif;
                   3217: screw1.gif;
                   3218: screw2.gif;
                   3219: script.gif;
                   3220: sound1.gif;
                   3221: sound2.gif;
                   3222: sphere1.gif;
                   3223: sphere2.gif;
                   3224: tar.gif;
                   3225: tex.gif;
                   3226: text.gif;
                   3227: transfer.gif;
                   3228: unknown.gif;
                   3229: up.gif;
                   3230: uu.gif;
                   3231: uuencoded.gif;
                   3232: white_space_20_22.gif;
                   3233: white_space_22_22.gif;
                   3234: whitespace1.gif;
                   3235: whitespace10.gif;
                   3236: whitespace2.gif;
                   3237: whitespace3.gif;
                   3238: whitespace4.gif;
                   3239: whitespace5.gif;
                   3240: whitespace6.gif;
                   3241: whitespace7.gif;
                   3242: whitespace8.gif;
                   3243: whitespace9.gif;
                   3244: world1.gif;
1.10      harris41 3245: world2.gif
                   3246: </filenames>
                   3247: </fileglob>
                   3248: <fileglob>
                   3249: <glob>*.gif</glob>
                   3250: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 3251: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   3252: </targetdir>
1.10      harris41 3253: <categoryname>graphic file</categoryname>
                   3254: <description>
1.132     harris41 3255: icons used for the bookmark portion of the LON-CAPA user interface
1.10      harris41 3256: </description>
                   3257: <filenames>
1.37      harris41 3258: folder_anim.gif;
                   3259: folder_close.gif;
                   3260: folder_drag.gif;
                   3261: folder_new.gif;
                   3262: folder_open.gif;
                   3263: folder_pointer_closed.gif;
                   3264: folder_pointer_opened.gif;
                   3265: folder_static.gif;
                   3266: folder_trash.gif;
                   3267: folder_trash_hover.gif;
                   3268: left_bar.gif;
                   3269: link.gif;
                   3270: link_anim.gif;
                   3271: link_drag.gif;
                   3272: ll_corner.gif;
                   3273: lower_bar.gif;
                   3274: lr_corner.gif;
                   3275: pix.gif;
                   3276: right_bar.gif;
                   3277: toolbar_bg.gif;
                   3278: ul_corner.gif;
                   3279: upper_bar.gif;
1.10      harris41 3280: ur_corner.gif
                   3281: </filenames>
                   3282: </fileglob>
                   3283: <fileglob>
                   3284: <glob>*.html</glob>
                   3285: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 3286: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   3287: </targetdir>
1.10      harris41 3288: <categoryname>interface file</categoryname>
                   3289: <description>
1.132     harris41 3290: associated with the scheme of displaying bookmarks
1.10      harris41 3291: </description>
                   3292: <filenames>
1.37      harris41 3293: bookmarkmenu_toolbar.html;
                   3294: blank.html;
1.10      harris41 3295: closechildren.html
                   3296: </filenames>
                   3297: </fileglob>
1.4       harris41 3298: <file>
1.10      harris41 3299: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27      harris41 3300: <target dist='default'>
                   3301: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10      harris41 3302: <categoryname>interface file</categoryname>
1.6       harris41 3303: <description>
1.10      harris41 3304: javascript for handling client-side interactions with bookmark interface
1.6       harris41 3305: </description>
1.103     harris41 3306: </file>
                   3307: <file>
                   3308: <source>loncom/build/check-rpms</source>
                   3309: <target dist='default'>usr/local/bin/check-rpms</target>
                   3310: <categoryname>root script</categoryname>
                   3311: <description>
                   3312: compare installed rpms with up-to-date distribution
                   3313: </description>
                   3314: <status>tested/documented/beta</status>
                   3315: </file>
                   3316: <file>
                   3317: <source>doc/man/check-rpms.1</source>
                   3318: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
                   3319: <categoryname>doc</categoryname>
                   3320: <description>man page for check-rpms</description>
                   3321: <build trigger='always run'>
1.115     harris41 3322: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
1.112     harris41 3323: echo 'manifying check-rpms'
1.103     harris41 3324: </build>
                   3325: <status>beta</status>
                   3326: <dependencies>
                   3327: ../../loncom/build/check-rpms
                   3328: </dependencies>
                   3329: </file>
                   3330: <file>
                   3331: <source>doc/scripts/check-rpms.html</source>
1.112     harris41 3332: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
                   3333: </target>
1.103     harris41 3334: <categoryname>doc</categoryname>
                   3335: <description>POD-derived page for check-rpms</description>
                   3336: <build trigger='always run'>
1.118     harris41 3337: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
                   3338: &amp;&amp; echo 'pod2html checkrpms'
1.103     harris41 3339: </build>
                   3340: <status>works/unverified</status>
                   3341: <dependencies>
                   3342: ../../loncom/build/check-rpms
                   3343: </dependencies>
1.4       harris41 3344: </file>
                   3345: <file>
1.10      harris41 3346: <source>loncom/build/loncaparestoreconfigurations</source>
                   3347: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
                   3348: <categoryname>script</categoryname>
1.6       harris41 3349: <description>
1.10      harris41 3350: restores .rpmsave files after a LON-CAPA-base upgrade
1.6       harris41 3351: </description>
1.10      harris41 3352: <status>deprecated</status>
1.4       harris41 3353: </file>
                   3354: <file>
1.10      harris41 3355: <source>loncom/cron/loncapa</source>
                   3356: <target dist='default'>etc/cron.d/loncapa</target>
                   3357: <categoryname>static conf</categoryname>
                   3358: <description>
                   3359: file that specifies periodic processes to run for the LON-CAPA machine
                   3360: </description>
                   3361: </file>
                   3362: <file>
                   3363: <source>loncom/ntp/step-tickers</source>
                   3364: <target dist='default'>etc/ntp/step-tickers</target>
                   3365: <categoryname>conf</categoryname>
                   3366: <description>
                   3367: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   3368: </description>
                   3369: <note>
                   3370: <table cellpadding='0' cellspacing='0' border='1'>
                   3371: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
                   3372: </table>
                   3373: </note>
1.48      harris41 3374: </file>
                   3375: <file>
                   3376: <source>loncom/pam.d/pwauth</source>
                   3377: <target dist='default'>etc/pam.d/pwauth</target>
                   3378: <categoryname>static conf</categoryname>
                   3379: <description>
                   3380: file that allows setuid password privileges for pwauth executable
                   3381: </description>
                   3382: </file>
                   3383: <file>
                   3384: <source>loncom/pam.d/pwchange</source>
                   3385: <target dist='default'>etc/pam.d/pwchange</target>
                   3386: <categoryname>static conf</categoryname>
                   3387: <description>
                   3388: file that allows setuid password privileges for pwchange (lcpasswd) executable
                   3389: </description>
1.10      harris41 3390: </file>
                   3391: <file>
                   3392: <source>loncom/init.d/loncontrol</source>
                   3393: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
                   3394: <categoryname>root script</categoryname>
                   3395: <description>
                   3396: Controls the launching/halting of lonc, lond, and lonsql processes.
                   3397: </description>
                   3398: </file>
                   3399: <link>
1.115     harris41 3400: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10      harris41 3401: <target dist='default'>
1.37      harris41 3402: etc/rc.d/rc0.d/K05loncontrol;
                   3403: etc/rc.d/rc1.d/K05loncontrol;
                   3404: etc/rc.d/rc2.d/K05loncontrol;
                   3405: etc/rc.d/rc3.d/S95loncontrol;
                   3406: etc/rc.d/rc4.d/S95loncontrol;
                   3407: etc/rc.d/rc5.d/S95loncontrol;
1.10      harris41 3408: etc/rc.d/rc6.d/K05loncontrol
                   3409: </target>
                   3410: <categoryname>symbolic link</categoryname>
1.27      harris41 3411: <description>
                   3412: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10      harris41 3413: </link>
                   3414: <file>
                   3415: <source>loncom/atalk/config</source>
                   3416: <target dist='default'>etc/atalk/config</target>
                   3417: <categoryname>conf</categoryname>
1.6       harris41 3418: <description>
1.27      harris41 3419: configuration file to make LON-CAPA server file space accessible to
                   3420: Appleshares access (Macintosh)
1.6       harris41 3421: </description>
1.4       harris41 3422: </file>
1.14      harris41 3423: </files>
1.1       harris41 3424: </lpml>

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