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

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

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