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

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

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