File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.158: download - view: text, annotated - select for diffs
Fri Aug 9 14:48:31 2002 UTC (21 years, 9 months ago) by bowersj2
Branches: MAIN
CVS tags: HEAD
This should be all the help information necessary for the next stable
release.

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

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