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

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

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