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

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

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