File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.94: download - view: text, annotated - select for diffs
Thu Jan 31 17:09:08 2002 UTC (22 years, 3 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
fixing a incredibly minor comment mistake

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

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