File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.111: download - view: text, annotated - select for diffs
Tue Mar 19 20:10:52 2002 UTC (22 years, 2 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
new file (icon to separately evaluate parts of .pages)

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

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