File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.151: download - view: text, annotated - select for diffs
Sat Jul 27 19:32:33 2002 UTC (21 years, 9 months ago) by www
Branches: MAIN
CVS tags: HEAD
New directory

/home/httpd/html/userfiles

to store user uploaded files in a web-accessible way.

No replication - files will be displayed from the machine where the file was
uploaded.

Access control for those and certain cgi-scripts by lontokacc.pm

All rather low security and "mission criticality"

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

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