File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.104: download - view: text, annotated - select for diffs
Fri Mar 1 01:45:39 2002 UTC (22 years, 3 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
loncapaautoupgrade was a bad idea...
loncapaverify* is code that should be rewritten AND
should only be coupled with the tarballs on an
upgrade/install CD-ROM, not used in a potentially out-of-date
form on a running computer filesystem

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

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