File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.115: download - view: text, annotated - select for diffs
Sun Apr 14 20:18:39 2002 UTC (22 years, 1 month ago) by harris41
Branches: MAIN
CVS tags: HEAD
fixing location of dist attribute; supporting dist=redhat7; fixing escaped
entities in shell commands for instance

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

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