File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.140: download - view: text, annotated - select for diffs
Tue Jul 16 19:11:29 2002 UTC (21 years, 10 months ago) by bowersj2
Branches: MAIN
CVS tags: HEAD
After this update, a make install/make build should have the help system
installed, which can be tested by going to
http://localhost/adm/help/String_Response_Problem_Creation.hlp .

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

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