File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.354: download - view: text, annotated - select for diffs
Thu May 27 15:41:31 2004 UTC (19 years, 11 months ago) by www
Branches: MAIN
CVS tags: HEAD
Penn State Erie

    1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
    2:  "http://lpml.sourceforge.net/DTD/lpml.dtd">
    3: <!-- loncapafiles.lpml -->
    4: 
    5: <!-- $Id: loncapafiles.lpml,v 1.354 2004/05/27 15:41:31 www Exp $ -->
    6: 
    7: <!--
    8: 
    9: Copyright Michigan State University Board of Trustees
   10: 
   11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
   12: 
   13: LON-CAPA is free software; you can redistribute it and/or modify
   14: it under the terms of the GNU General Public License as published by
   15: the Free Software Foundation; either version 2 of the License, or
   16: (at your option) any later version.
   17: 
   18: LON-CAPA is distributed in the hope that it will be useful,
   19: but WITHOUT ANY WARRANTY; without even the implied warranty of
   20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   21: GNU General Public License for more details.
   22: 
   23: You should have received a copy of the GNU General Public License
   24: along with LON-CAPA; if not, write to the Free Software
   25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   26: 
   27: /home/httpd/html/adm/gpl.txt
   28: 
   29: http://www.lon-capa.org/
   30: 
   31: -->
   32: 
   33: <!-- Default values must be defined before specific values. -->
   34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
   35: <!-- If 'dist' attribute is set to  'default', then the specification. -->
   36: <!-- is accepted if an alternative distribution is not requested or not -->
   37: <!-- defined. -->
   38: 
   39: <lpml>
   40: <specialnotices>
   41: <specialnotice dist='default'>
   42: !!! REDHAT 6.2 NOTICE !!!
   43: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
   44: !!! This sometimes happens (bad): !!!
   45: !!! 127.0.0.1  computer1 localhost.localdomain localhost  !!!
   46: !!! Should be: !!!
   47: !!! 127.0.0.1  localhost.localdomain  localhost !!!
   48: !!! 35.2.3.80  computer1 computer1.notreal.msu.edu !!!
   49: </specialnotice>
   50: <specialnotice dist='redhat7 redhat7.1'>
   51: !!!!!!!!!  REDHAT 7.*   NOTICE   !!!!!!!!!!!!!!!!!!!!
   52: !!!!!!!!!  LINE IN Cookie.pm     !!!!!!!!!!!!!!!!!!!!
   53: !!!!!!!!!  MUST BE REPLACED DUE  !!!!!!!!!!!!!!!!!!!!
   54: !!!!!!!!!  TO PERL 5.6.0 ERROR   !!!!!!!!!!!!!!!!!!!!
   55: !!!!!!!!!                        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   56: !!!! The offending line is in CGI/Cookie.pm                           !!
   57: !!!!                                                                  !!
   58: !!!! it should be changed from                                        !!
   59: !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!
   60: !!!! to                                                               !!
   61: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path;          !!
   62: !!!!                                                                  !!
   63: !!!! (This is just below the following line )                         !!
   64: !!!! # IE requires the path and domain to be present for some reason. !!
   65: </specialnotice>
   66: </specialnotices>
   67: <targetroot>/</targetroot>
   68: <sourceroot>/home/user/loncapa/</sourceroot>
   69: <categories>
   70: <category name="interface file" type="runtime">
   71:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   72:   <abbreviation>interfacefile</abbreviation>
   73: </category>
   74: <category name="interface file" type="development">
   75:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
   76:   <abbreviation>interfacefile</abbreviation>
   77: </category>
   78: <category name="setuid script" type="runtime">
   79:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
   80:   <abbreviation>setuid</abbreviation>
   81: </category>
   82: <category name="setuid script" type="development">
   83:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
   84:   <abbreviation>setuid</abbreviation>
   85: </category>
   86: <category name="handler" type="runtime">
   87:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   88:   <abbreviation>handler</abbreviation>
   89: </category>
   90: <category name="handler" type="development">
   91:   <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
   92:   <abbreviation>handler</abbreviation>
   93: </category>
   94: <category name="static conf" type="runtime">
   95:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   96:   <abbreviation>static</abbreviation>
   97: </category>
   98: <category name="static conf" type="development">
   99:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
  100:   <abbreviation>static</abbreviation>
  101: </category>
  102: <category name="www static conf" type="runtime">
  103:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
  104:   <abbreviation>static</abbreviation>
  105: </category>
  106: <category name="www static conf" type="development">
  107:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
  108:   <abbreviation>static</abbreviation>
  109: </category>
  110: <category name="conf" type="runtime">
  111:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  112:   <abbreviation>configurable</abbreviation>
  113: </category>
  114: <category name="conf" type="development">
  115:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  116:   <abbreviation>configurable</abbreviation>
  117: </category>
  118: <category name="script" type="runtime">
  119:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
  120:   <abbreviation>script</abbreviation>
  121: </category>
  122: <category name="script" type="development">
  123:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  124:   <abbreviation>script</abbreviation>
  125: </category>
  126: <category name="graphic file" type="runtime">
  127:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
  128:   <abbreviation>graphicfile</abbreviation>
  129: </category>
  130: <category name="graphic file" type="development">
  131:   <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
  132:   <abbreviation>graphicfile</abbreviation>
  133: </category>
  134: <category name="doc" type="runtime">
  135:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  136:   <abbreviation>systemfile</abbreviation>
  137: </category>
  138: <category name="doc" type="development">
  139:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  140:   <abbreviation>systemfile</abbreviation>
  141: </category>
  142: <category name="system file" type="runtime">
  143:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  144:   <abbreviation>systemfile</abbreviation>
  145: </category>
  146: <category name="system file" type="development">
  147:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  148:   <abbreviation>systemfile</abbreviation>
  149: </category>
  150: <category name="system script" type="runtime">
  151:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  152:   <abbreviation>systemscript</abbreviation>
  153: </category>
  154: <category name="system script" type="development">
  155:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  156:   <abbreviation>systemscript</abbreviation>
  157: </category>
  158: <category name="root script" type="runtime">
  159:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
  160:   <abbreviation>rootscript</abbreviation>
  161: </category>
  162: <category name="root script" type="development">
  163:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
  164:   <abbreviation>rootscript</abbreviation>
  165: </category>
  166: <category name="symbolic link" type="runtime">
  167:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
  168:   <abbreviation>link</abbreviation>
  169: </category>
  170: <category name="symbolic link" type="development">
  171:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
  172:   <abbreviation>link</abbreviation>
  173: </category>
  174: <category name="standard" type="runtime">
  175:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  176:   <abbreviation>directory</abbreviation>
  177: </category>
  178: <category name="standard" type="development">
  179:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  180:   <abbreviation>directory</abbreviation>
  181: </category>
  182: <category name="server standard" type="runtime">
  183:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  184:   <abbreviation>directory</abbreviation>
  185: </category>
  186: <category name="server standard" type="development">
  187:   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
  188:   <abbreviation>directory</abbreviation>
  189: </category>
  190: <category name="server readonly" type="runtime">
  191:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
  192:   <abbreviation>directory</abbreviation>
  193: </category>
  194: <category name="server readonly" type="development">
  195:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  196:   <abbreviation>directory</abbreviation>
  197: </category>
  198: </categories>
  199: <rpm>
  200:   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
  201:   <rpmName>LON-CAPA-base</rpmName>
  202:   <rpmVersion>3.1</rpmVersion>
  203:   <rpmRelease>1</rpmRelease>
  204:   <rpmVendor>Laboratory for Instructional Technology Education,
  205: Division of Science and Mathematics Education, Michigan State University.
  206:   </rpmVendor>
  207:   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
  208:   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
  209:   <rpmGroup>Utilities/System</rpmGroup>
  210:   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
  211:   <rpmAutoReqProv>no</rpmAutoReqProv>
  212:   <rpmdescription>This package facilitates a base installation of LON-CAPA \n
  213: files in their directories.\n
  214: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
  215:   </rpmdescription>
  216:   <rpmpre>echo '***********************************************************************'\n
  217: echo 'LON-CAPA  LearningOnline with CAPA'\n
  218: echo 'http://www.lon-capa.org/'\n
  219: echo 'Gerd Kortemeyer, et al'\n
  220: echo 'Laboratory for Instructional Technology Education'\n
  221: echo 'Michigan State University'\n
  222: echo 'General Public License, Version 2, June 1991'\n
  223: echo '** Michigan State University patents may apply **'\n
  224: echo ' '\n
  225: echo 'This installation assumes an installation of Redhat 6.2'\n
  226: echo ' '\n
  227: echo 'The server computer should be currently connected to the ethernet'\n
  228: echo ' '\n
  229: echo '***********************************************************************'\n
  230: </rpmpre>
  231: <rpmRequires>
  232: <item>PreReq: LON-CAPA-setup</item>
  233: <item>PreReq: apache</item>
  234: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
  235: </rpmRequires>
  236: </rpm>
  237: <directories>
  238: <directory dist='default'>
  239:   <protectionlevel>never_delete</protectionlevel>
  240:   <targetdir dist='default'>etc</targetdir>
  241:   <categoryname>standard</categoryname>
  242:   <description>standard linux directory for configuration files</description>
  243: </directory>
  244: <directory dist='default'>
  245:   <protectionlevel>never_delete</protectionlevel>
  246:   <targetdir dist='default'>etc/cron.d</targetdir>
  247:   <categoryname>standard</categoryname>
  248:   <description>standard linux directory for running time-based "jobs"
  249:   </description>
  250: </directory>
  251: <directory dist='default'>
  252:   <protectionlevel>never_delete</protectionlevel>
  253:   <targetdir dist='default'>etc/httpd/conf</targetdir>
  254:   <categoryname>standard</categoryname>
  255:   <description>web configuration files</description>
  256: </directory>
  257: <directory dist='default'>
  258:   <protectionlevel>never_delete</protectionlevel>
  259:   <targetdir dist='default'>etc/pam.d</targetdir>
  260:   <categoryname>standard</categoryname>
  261:   <description>configuration directory for password authentication mechanism
  262:   </description>
  263: </directory>
  264: <directory dist='default'>
  265:   <protectionlevel>never_delete</protectionlevel>
  266:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
  267:   <targetdir dist='debian'>etc/init.d</targetdir>
  268:   <categoryname>standard</categoryname>
  269:   <description>scripts that run during system startup</description>
  270: </directory>
  271: <directory dist='default'>
  272:   <protectionlevel>never_delete</protectionlevel>
  273:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
  274:   <targetdir dist='debian'>etc/rc0.d</targetdir>
  275:   <categoryname>standard</categoryname>
  276:   <description>scripts that run for run-level 0</description>
  277: </directory>
  278: <directory dist='default'>
  279:   <protectionlevel>never_delete</protectionlevel>
  280:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
  281:   <targetdir dist='debian'>etc/rc1.d</targetdir>
  282:   <categoryname>standard</categoryname>
  283:   <description>scripts that run for run-level 1</description>
  284: </directory>
  285: <directory dist='default'>
  286:   <protectionlevel>never_delete</protectionlevel>
  287:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
  288:   <targetdir dist='debian'>etc/rc2.d</targetdir>
  289:   <categoryname>standard</categoryname>
  290:   <description>scripts that run for run-level 2</description>
  291: </directory>
  292: <directory dist='default'>
  293:   <protectionlevel>never_delete</protectionlevel>
  294:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
  295:   <targetdir dist='debian'>etc/rc3.d</targetdir>
  296:   <categoryname>standard</categoryname>
  297:   <description>scripts that run for run-level 3</description>
  298: </directory>
  299: <directory dist='default'>
  300:   <protectionlevel>never_delete</protectionlevel>
  301:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
  302:   <targetdir dist='debian'>etc/rc4.d</targetdir>
  303:   <categoryname>standard</categoryname>
  304:   <description>scripts that run for run-level 4</description>
  305: </directory>
  306: <directory dist='default'>
  307:   <protectionlevel>never_delete</protectionlevel>
  308:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
  309:   <targetdir dist='debian'>etc/rc5.d</targetdir>
  310:   <categoryname>standard</categoryname>
  311:   <description>scripts that run for run-level 5</description>
  312: </directory>
  313: <directory dist='default'>
  314:   <protectionlevel>never_delete</protectionlevel>
  315:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
  316:   <targetdir dist='debian'>etc/rc6.d</targetdir>
  317:   <categoryname>standard</categoryname>
  318:   <description>scripts that run for run-level 6</description>
  319: </directory>
  320: <directory dist='default'>
  321:   <protectionlevel>never_delete</protectionlevel>
  322:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
  323:   <categoryname>standard</categoryname>
  324:   <description>tab-formatted reference files</description>
  325: </directory>
  326: <directory dist='default'>
  327:   <protectionlevel>never_delete</protectionlevel>
  328:   <targetdir dist='default'>home/httpd</targetdir>
  329:   <categoryname>standard</categoryname>
  330:   <description>start of the web server tree</description>
  331: </directory>
  332: <directory dist='default'>
  333:   <protectionlevel>modest_delete</protectionlevel>
  334:   <targetdir dist='default'>home/httpd/perl</targetdir>
  335:   <categoryname>server readonly</categoryname>
  336:   <description>perl scripts for managing the LON-CAPA system</description>
  337: </directory>
  338: <directory dist='default'>
  339:   <protectionlevel>never_delete</protectionlevel>
  340:   <targetdir dist='default'>home/httpd/perl/logs</targetdir>
  341:   <categoryname>server standard</categoryname>
  342:   <description>location where system performance and error logs are kept
  343:   </description>
  344: </directory>
  345: <directory dist='default'>
  346:   <protectionlevel>modest_delete</protectionlevel>
  347:   <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
  348:   <categoryname>server standard</categoryname>
  349:   <description>
  350: Used by lond parent to check if children are responding to USR1 signals
  351: (otherwise they are killed and replaced).
  352:   </description>
  353: </directory>
  354: <directory dist='default'>
  355:   <protectionlevel>modest_delete</protectionlevel>
  356:   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
  357:   <categoryname>server standard</categoryname>
  358:   <description>location where temporary files (for caching) are stored
  359:   </description>
  360: </directory>
  361: <directory dist='default'>
  362:   <protectionlevel>modest_delete</protectionlevel>
  363:   <targetdir dist='default'>home/httpd/prtspool</targetdir>
  364:   <categoryname>server standard</categoryname>
  365:   <description>for the output of lonprintout.pm
  366:   </description>
  367: </directory>
  368: <directory dist='default'>
  369:   <protectionlevel>modest_delete</protectionlevel>
  370:   <targetdir dist='default'>home/httpd/lib</targetdir>
  371:   <categoryname>server readonly</categoryname>
  372:   <description>location of LON-CAPA software modules and
  373: extensions</description>
  374: </directory>
  375: <directory dist='default'>
  376:   <!-- Must protect localauth.pm/localenroll.pm from extinction. -->
  377:   <protectionlevel>weak_delete</protectionlevel>
  378:   <targetdir dist='default'>home/httpd/lib/perl</targetdir>
  379:   <categoryname>server readonly</categoryname>
  380:   <description>location of LON-CAPA non web mod-perl handlers</description>
  381: </directory>
  382: <directory dist='default'>
  383:   <protectionlevel>modest_delete</protectionlevel>
  384:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
  385:   <categoryname>server readonly</categoryname>
  386:   <description>location of LON-CAPA web mod-perl handlers</description>
  387: </directory>
  388: <directory dist='default'>
  389:   <protectionlevel>modest_delete</protectionlevel>
  390:   <targetdir dist='default'>home/httpd/lib/perl/Apache/localize</targetdir>
  391:   <categoryname>server readonly</categoryname>
  392:   <description>location of LON-CAPA MakeText translation files</description>
  393: </directory>
  394: <directory dist='default'>
  395:   <protectionlevel>modest_delete</protectionlevel>
  396:   <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
  397:   <categoryname>server readonly</categoryname>
  398:   <description>location of HTML specific perl module fixes and additions
  399:   </description>
  400: </directory>
  401: <directory dist='default'>
  402:   <protectionlevel>modest_delete</protectionlevel>
  403:   <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
  404:   <categoryname>server readonly</categoryname>
  405:   <description>location of HTML specific perl module fixes and additions
  406:   </description>
  407: </directory>
  408: <directory dist='default'>
  409:    <protectionlevel>modest_delete</protectionlevel>
  410:  <targetdir dist='default'>home/httpd/lonIDs</targetdir>
  411:   <categoryname>server standard</categoryname>
  412:   <description>cookie jar</description>
  413: </directory>
  414: <directory dist='default'>
  415:    <protectionlevel>modest_delete</protectionlevel>
  416:  <targetdir dist='default'>home/httpd/scantron</targetdir>
  417:   <categoryname>server standard</categoryname>
  418:   <description>uploaded scantron forms directory</description>
  419: </directory>
  420: <directory dist='default'>
  421:   <protectionlevel>modest_delete</protectionlevel>
  422:   <targetdir dist='default'>home/httpd/sockets</targetdir>
  423:   <categoryname>server standard</categoryname>
  424:   <description>lonc's sockets</description>
  425: </directory>
  426: <directory dist='default'>
  427:   <protectionlevel>modest_delete</protectionlevel>
  428:   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
  429:   <categoryname>server standard</categoryname>
  430:   <description>lonc's sockets (delayed)</description>
  431: </directory>
  432: <directory dist='default'>
  433:   <protectionlevel>never_delete</protectionlevel>
  434:   <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
  435:   <categoryname>standard</categoryname>
  436:   <description>location of cgi scripts</description>
  437: </directory>
  438: <directory dist='default'>
  439:   <protectionlevel>never_delete</protectionlevel>
  440:   <targetdir dist='default'>home/httpd/html</targetdir>
  441:   <categoryname>server standard</categoryname>
  442:   <description>location of web-accessible file tree</description>
  443: </directory>
  444: <directory dist='default'>
  445:   <protectionlevel>never_delete</protectionlevel>
  446:   <targetdir dist='default'>home/httpd/html/res</targetdir>
  447:   <categoryname>server standard</categoryname>
  448:   <description>root of resource tree</description>
  449: </directory>
  450: <directory dist='default'>
  451:   <protectionlevel>modest_delete</protectionlevel>
  452:   <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
  453:   <categoryname>server standard</categoryname>
  454:   <description>root for user uploaded files</description>
  455: </directory>
  456: <directory dist='default'>
  457:   <protectionlevel>modest_delete</protectionlevel>
  458:   <targetdir dist='default'>home/httpd/html/adm</targetdir>
  459:   <categoryname>server readonly</categoryname>
  460:   <description>unauthenticated resources</description>
  461: </directory>
  462: <directory dist='default'>
  463:   <protectionlevel>modest_delete</protectionlevel>
  464:   <targetdir dist='default'>home/httpd/html/htmlarea</targetdir>
  465:   <categoryname>server readonly</categoryname>
  466:   <description>Web directory for HTMLArea</description>
  467: </directory>
  468: <directory dist='default'>
  469:   <protectionlevel>modest_delete</protectionlevel>
  470:   <targetdir dist='default'>home/httpd/html/htmlarea/images</targetdir>
  471:   <categoryname>server readonly</categoryname>
  472:   <description>Images for HTMLArea</description>
  473: </directory>
  474: <directory dist='default'>
  475:   <protectionlevel>modest_delete</protectionlevel>
  476:   <targetdir dist='default'>home/httpd/html/htmlarea/lang</targetdir>
  477:   <categoryname>server readonly</categoryname>
  478:   <description>Language files for HTMLArea</description>
  479: </directory>
  480: <directory dist='default'>
  481:   <protectionlevel>modest_delete</protectionlevel>
  482:   <targetdir dist='default'>home/httpd/html/htmlarea/popups</targetdir>
  483:   <categoryname>server readonly</categoryname>
  484:   <description>Popup windows for HTMLArea</description>
  485: </directory>
  486: <directory dist='default'>
  487:   <protectionlevel>modest_delete</protectionlevel>
  488:   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
  489:   <categoryname>server readonly</categoryname>
  490:   <description>home of the rat</description>
  491: </directory>
  492: <directory dist='default'>
  493:   <protectionlevel>modest_delete</protectionlevel>
  494:   <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
  495:   <categoryname>server readonly</categoryname>
  496:   <description>online help documentation</description>
  497: </directory>
  498: <directory dist='default'>
  499:   <protectionlevel>modest_delete</protectionlevel>
  500:   <targetdir dist='default'>home/httpd/html/adm/jme</targetdir>
  501:   <categoryname>server readonly</categoryname>
  502:   <description>JME support files</description>
  503: </directory>
  504: <directory dist='default'>
  505:   <protectionlevel>modest_delete</protectionlevel>
  506:   <targetdir dist='default'>home/httpd/html/adm/helper</targetdir>
  507:   <categoryname>server readonly</categoryname>
  508:   <description>XML specifications for helpers</description>
  509: </directory>
  510: <directory dist='default'>
  511:   <protectionlevel>modest_delete</protectionlevel>
  512:   <targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir>
  513:   <categoryname>server readonly</categoryname>
  514:   <description>online help documentation gif files</description>
  515: </directory>
  516: <directory dist='default'>
  517:   <protectionlevel>modest_delete</protectionlevel>
  518:   <targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir>
  519:   <categoryname>server readonly</categoryname>
  520:   <description>online help documentation eps files</description>
  521: </directory>
  522: <directory dist='default'>
  523:   <protectionlevel>modest_delete</protectionlevel>
  524:   <targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir>
  525:   <categoryname>server readonly</categoryname>
  526:   <description>online help documentation tex files</description>
  527: </directory>
  528: <directory dist='default'>
  529:   <protectionlevel>modest_delete</protectionlevel>
  530:   <targetdir dist='default'>home/httpd/html/adm/help/tex/ru</targetdir>
  531:   <categoryname>server readonly</categoryname>
  532:   <description>Russian online help documentation tex files</description>
  533: </directory>
  534: <directory dist='default'>
  535:   <protectionlevel>modest_delete</protectionlevel>
  536:   <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
  537:   <categoryname>server readonly</categoryname>
  538:   <description>online help documentation png files</description>
  539: </directory>
  540: <directory dist='default'>
  541:   <protectionlevel>modest_delete</protectionlevel>
  542:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
  543:   <categoryname>server readonly</categoryname>
  544:   <description>online help documentation for the LON-CAPA programming
  545: interface</description>
  546: </directory>
  547: <directory dist='default'>
  548:   <protectionlevel>modest_delete</protectionlevel>
  549:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
  550:   </targetdir>
  551:   <categoryname>server readonly</categoryname>
  552:   <description>online help documentation for the LON-CAPA programming
  553: interface, Apache (mod_perl) handlers</description>
  554: </directory>
  555: <directory dist='default'>
  556:   <protectionlevel>modest_delete</protectionlevel>
  557:   <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
  558:   <categoryname>server readonly</categoryname>
  559:   <description>online help documentation for the LON-CAPA programming
  560: interface, Apache (mod_perl) handlers</description>
  561: </directory>
  562: <directory dist='default'>
  563:   <protectionlevel>modest_delete</protectionlevel>
  564:   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
  565:   <categoryname>server readonly</categoryname>
  566:   <description>graphic widgets</description>
  567: </directory>
  568: <directory dist='default'>
  569:   <protectionlevel>modest_delete</protectionlevel>
  570:   <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
  571:   <categoryname>server readonly</categoryname>
  572:   <description>miscellaneous resources</description>
  573: </directory>
  574: <directory dist='default'>
  575:   <protectionlevel>modest_delete</protectionlevel>
  576:   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
  577:   <categoryname>server readonly</categoryname>
  578:   <description>error warnings and icons</description>
  579: </directory>
  580: <directory dist='default'>
  581:   <protectionlevel>never_delete</protectionlevel>
  582:   <targetdir dist='default'>home/httpd/lonUsers</targetdir>
  583:   <categoryname>server standard</categoryname>
  584:   <description>Home directories of local users.  There is a five-tier
  585: structure to the directories:
  586: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,
  587: a user fredflint at MSU would have his information located in
  588: lonUsers/msu/f/r/e/fredflint.<br />&#160;<br />Within this directory there are
  589: a variety of files which govern the scope of what a user can do within the
  590: LON-CAPA system.  A passwd file determines the type of authentication
  591: mechanism to use.
  592:  There also are files such as roles.hist (and its database compilation,
  593: roles.db) which specify the roles and privileges for a user in the
  594: LON-CAPA system.</description>
  595: </directory>
  596: <directory dist='default'>
  597:   <protectionlevel>modest_delete</protectionlevel>
  598:   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
  599:   <categoryname>server readonly</categoryname>
  600:   <description>mathematics markup language resources</description>
  601: </directory>
  602: <directory dist='default'>
  603:   <protectionlevel>modest_delete</protectionlevel>
  604:   <targetdir dist='default'>home/httpd/html/res/lib/templates</targetdir>
  605:   <categoryname>server readonly</categoryname>
  606:   <description>Resource library
  607:   </description>
  608: </directory>
  609: <directory dist='default'>
  610:   <protectionlevel>modest_delete</protectionlevel>
  611:   <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
  612:   <categoryname>server readonly</categoryname>
  613:   <description>files useful for including within customized scripting
  614:   </description>
  615: </directory>
  616: <directory dist='default'>
  617:   <protectionlevel>modest_delete</protectionlevel>
  618:   <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
  619:   </targetdir>
  620:   <categoryname>server readonly</categoryname>
  621:   <description>template files useful for customized scripts</description>
  622: </directory>
  623: <directory dist='default'>
  624:   <protectionlevel>never_delete</protectionlevel>
  625:   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
  626:   <categoryname>server standard</categoryname>
  627:   <description>status reports; online logs are kept that
  628: are viewable over the world-wide web</description>
  629: </directory>
  630: <directory dist='default'>
  631:   <protectionlevel>modest_delete</protectionlevel>
  632:   <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
  633:   <categoryname>server readonly</categoryname>
  634:   <description>web user interface resources</description>
  635: </directory>
  636: <directory dist='default'>
  637:   <protectionlevel>modest_delete</protectionlevel>
  638:   <targetdir dist='default'>home/httpd/html/res/adm/pages/pt</targetdir>
  639:   <categoryname>server readonly</categoryname>
  640:   <description>web user interface resources - Portuguese</description>
  641: </directory>
  642: <directory dist='default'>
  643:   <protectionlevel>modest_delete</protectionlevel>
  644:   <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse</targetdir>
  645:   <categoryname>server readonly</categoryname>
  646:   <description>web user interface resources</description>
  647: </directory>
  648: <directory dist='default'>
  649:   <protectionlevel>modest_delete</protectionlevel>
  650:   <targetdir dist='default'>home/httpd/html/adm/lonLCDfont</targetdir>
  651:   <categoryname>server readonly</categoryname>
  652:   <description>LCD font for remote control</description>
  653: </directory>
  654: <directory dist='default'>
  655:   <protectionlevel>modest_delete</protectionlevel>
  656:   <targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir>
  657:   <categoryname>server readonly</categoryname>
  658:   <description>Logos for LON-CAPA domains</description>
  659: </directory>
  660: <directory dist='default'>
  661:   <protectionlevel>modest_delete</protectionlevel>
  662:   <targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir>
  663:   <categoryname>server readonly</categoryname>
  664:   <description>Designs for LON-CAPA domains</description>
  665: </directory>
  666: <directory dist='default'>
  667:   <protectionlevel>modest_delete</protectionlevel>
  668:   <targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir>
  669:   <categoryname>server readonly</categoryname>
  670:   <description>Page headers and graphical interface files</description>
  671: </directory>
  672: <directory dist='default'>
  673:   <protectionlevel>modest_delete</protectionlevel>
  674:   <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
  675:   </targetdir>
  676:   <categoryname>server readonly</categoryname>
  677:   <description>bookmark user interface code</description>
  678: </directory>
  679: <directory dist='default'>
  680:   <protectionlevel>modest_delete</protectionlevel>
  681:   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
  682:   </targetdir>
  683:   <categoryname>server readonly</categoryname>
  684:   <description></description>
  685: </directory>
  686: <directory dist='default'>
  687:   <protectionlevel>modest_delete</protectionlevel>
  688:   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
  689:   </targetdir>
  690:   <categoryname>server readonly</categoryname>
  691:   <description>icons that help depict the file system (outdated)</description>
  692: </directory>
  693: <directory dist='default'>
  694:   <protectionlevel>never_delete</protectionlevel>
  695:   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
  696:   <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
  697:   <targetdir dist='redhat8 redhat9'>usr/lib/perl5/site_perl/5.8.0</targetdir>
  698:   <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
  699:   <categoryname>standard</categoryname>
  700:   <description>system perl tree (usually present on linux systems)
  701:   </description>
  702: </directory>
  703: <directory dist='default'>
  704:   <protectionlevel>modest_delete</protectionlevel>
  705:   <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
  706:   <categoryname>standard</categoryname>
  707:   <description>local binary files for loncapa</description>
  708: </directory>
  709: <directory dist='default'>
  710:   <protectionlevel>modest_delete</protectionlevel>
  711:   <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
  712:   <categoryname>standard</categoryname>
  713:   <description>local documentation files for loncapa</description>
  714: </directory>
  715: <directory dist='default'>
  716:   <protectionlevel>modest_delete</protectionlevel>
  717:   <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
  718:   <categoryname>standard</categoryname>
  719:   <description>examples of configuration files for secondary
  720:  services</description>
  721: </directory>
  722: <directory dist='default'>
  723:   <protectionlevel>modest_delete</protectionlevel>
  724:   <targetdir dist='default'>usr/local/loncapa/sbin</targetdir>
  725:   <categoryname>standard</categoryname>
  726:   <description>local "auxiliary" binary files for loncapa</description>
  727: </directory>
  728: <directory dist='default'>
  729:   <protectionlevel>never_delete</protectionlevel>
  730:   <targetdir dist='default'>usr/local/man/man1</targetdir>
  731:   <categoryname>standard</categoryname>
  732:   <description>local manual pages</description>
  733: </directory>
  734: <directory dist='default'>
  735:   <protectionlevel>never_delete</protectionlevel>
  736:   <targetdir dist='default'>usr/man/man1</targetdir>
  737:   <categoryname>standard</categoryname>
  738:   <description>manual pages</description>
  739: </directory>
  740: <directory dist='default'>
  741:   <protectionlevel>never_delete</protectionlevel>
  742:   <targetdir dist='default'>usr/man/man3</targetdir>
  743:   <categoryname>standard</categoryname>
  744:   <description>manual pages</description>
  745: </directory>
  746: <directory dist='default'>
  747:   <protectionlevel>never_delete</protectionlevel>
  748:   <targetdir dist='default'>usr/sbin</targetdir>
  749:   <categoryname>standard</categoryname>
  750:   <description>standard linux directory for superuser executables</description>
  751: </directory>
  752: </directories>
  753: <files>
  754: <file>
  755: <source>loncom/krb.conf</source>
  756: <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
  757: <categoryname>static conf</categoryname>
  758: <description>
  759: which Kerberos server to contact for specified Kerberos domains
  760: </description>
  761: <note>
  762: <table cellpadding='0' cellspacing='0' border='1'>
  763: <tr><td>
  764: list elements are separated by newlines
  765: </td></tr>
  766: <tr><td>
  767: each list element consists of only two subelements separated by a colon
  768: <br />
  769: <ul>
  770: <li>Kerberos domain value</li>
  771: <li>Kerberos server IP address</li>
  772: </ul>
  773: </td></tr>
  774: </table>
  775: </note>
  776: </file>
  777: <file>
  778: <source>loncom/loncapa.conf</source>
  779: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
  780: <categoryname>conf</categoryname>
  781: <description>
  782: <p>
  783: The goal of this file is to implement all LON-CAPA specific
  784: customization of the Apache web server (most all of these values
  785: require manual input from the system administrator at some point).
  786: The values in this file, as opposed to loncapa_apache.conf, are
  787: meant to be machine and institution specific.
  788: </p>
  789: <p>
  790: For the LON-CAPA network server and perl module
  791: handlers, it defines machine specific settings including lonHostID, lonRole,
  792: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
  793: </p>
  794: <p>
  795: This file should not be viewable by regular users of the system.
  796: Only root and www should be able to view the contents of this file
  797: since lonReceipt is sensitive.
  798: </p>
  799: </description>
  800: <note>
  801: <b>configure</b>
  802: <br />
  803: <table cellpadding='0' cellspacing='0' border='1'>
  804: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
  805: machine</td></tr>
  806: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
  807: access</td></tr>
  808: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
  809: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
  810: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
  811: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
  812: seconds</td></tr>
  813: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
  814: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
  815: MySQL database</td></tr>
  816: </table>
  817: </note>
  818: </file>
  819: <file>
  820: <source>loncom/loncapa_apache.conf</source>
  821: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
  822: <categoryname>static conf</categoryname>
  823: <description>
  824: The goal of this file is to implement all LON-CAPA specific
  825: customization of the Apache web server that does not require
  826: user input.
  827: 
  828: For the Apache web server, it defines a global
  829: access configuration which defines what server options (Indexes", "Includes",
  830: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
  831: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
  832: and "/usr/doc").  For the LON-CAPA network server and perl module
  833: handlers, it defines 
  834: and internal machine settings for specific directories, socket ports,
  835: the www@localhost MySQL password, and browser detection logic.
  836: </description>
  837: </file>
  838: <file>
  839: <source>loncom/startup.pl</source>
  840: <target dist='default'>etc/httpd/conf/startup.pl</target>
  841: <categoryname>static conf</categoryname>
  842: <description>
  843: This file provides initializations for perl handlers.  It adjusts what
  844: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
  845: well as causing the Apache module to be used for every perl handler.
  846: <tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>.
  847: </description>
  848: </file>
  849: <file>
  850: <source>loncom/thesaurus/thesaurus.db</source>
  851: <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
  852: <categoryname>system file</categoryname>
  853: <description>
  854: Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
  855: </description>
  856: <build trigger='always run'>
  857: loncom/thesaurus/build_thesaurus_wrapper.sh
  858: </build>
  859: <dependencies>
  860: rawkey.txt
  861: </dependencies>
  862: </file>
  863: <file>
  864: <source>loncom/interface/mydesk.tab</source>
  865: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
  866: <categoryname>static conf</categoryname>
  867: <description>
  868: Config file for "My Desk"
  869: </description>
  870: </file>
  871: <file>
  872: <source>loncom/interface/filetypes.tab</source>
  873: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
  874: <categoryname>static conf</categoryname>
  875: <description>
  876: Descriptive list of file extensions, and extension groupings.
  877: </description>
  878: </file>
  879: <file>
  880: <source>loncom/interface/filecategories.tab</source>
  881: <target dist='default'>home/httpd/lonTabs/filecategories.tab</target>
  882: <categoryname>static conf</categoryname>
  883: <description>
  884: Descriptive list of file extensions and broad categorization.
  885: </description>
  886: </file>
  887: <file>
  888: <source>loncom/cgi/barcode.png</source>
  889: <target dist='default'>home/httpd/cgi-bin/barcode.png</target>
  890: <categoryname>script</categoryname>
  891: <description>
  892: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
  893: parameter.
  894: </description>
  895: </file>
  896: <file>
  897: <source>loncom/cgi/decompress.pl</source>
  898: <target dist='default'>home/httpd/cgi-bin/decompress.pl</target>
  899: <categoryname>script</categoryname>
  900: <description>
  901: Decompresses an archive into its files inside of the construction space
  902: </description>
  903: </file>
  904: <file>
  905: <source>loncom/cgi/takeoffline.pl</source>
  906: <target dist='default'>home/httpd/cgi-bin/takeoffline.pl</target>
  907: <categoryname>script</categoryname>
  908: <description>
  909: Take machine offline
  910: </description>
  911: </file>
  912: <file>
  913: <source>loncom/cgi/takeonline.pl</source>
  914: <target dist='default'>home/httpd/cgi-bin/takeonline.pl</target>
  915: <categoryname>script</categoryname>
  916: <description>
  917: Take machine online
  918: </description>
  919: </file>
  920: <file>
  921: <source>loncom/cgi/thumbnail.gif</source>
  922: <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
  923: <categoryname>script</categoryname>
  924: <description>
  925: Produces a thumbnail image of the url given
  926: </description>
  927: </file>
  928: <file>
  929: <source>loncom/cgi/clusterstatus.pl</source>
  930: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
  931: <categoryname>script</categoryname>
  932: <description>
  933: utility cgi script to view status of cluster
  934: </description>
  935: </file>
  936: <file>
  937: <source>loncom/cgi/translator.pl</source>
  938: <target dist='default'>home/httpd/cgi-bin/translator.pl</target>
  939: <categoryname>script</categoryname>
  940: <description>
  941: utility cgi script to enter translations
  942: </description>
  943: </file>
  944: <file>
  945: <source>loncom/build/system_dependencies/perltest.pl</source>
  946: <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
  947: <categoryname>script</categoryname>
  948: <description>
  949: utility cgi script to view status of perl modules
  950: </description>
  951: </file>
  952: <file>
  953: <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
  954: <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
  955: <categoryname>interface file</categoryname>
  956: <description>
  957: utility cgi script to view status of perl modules
  958: </description>
  959: </file>
  960: <file>
  961:   <source>loncom/cgi/loncgi.pm</source>
  962:   <target dist='default'>home/httpd/lib/perl/LONCAPA/loncgi.pm</target>
  963:   <categoryname>system file</categoryname>
  964:   <description>
  965:       Provides a common interface to LON-CAPA cookies and environment.
  966:   </description>
  967: </file>
  968: <file>
  969: <source>loncom/cgi/graph.png</source>
  970: <target dist='default'>home/httpd/cgi-bin/graph.png</target>
  971: <categoryname>script</categoryname>
  972: <description>
  973: Dynamically outputs a graph especially for lonstatistics.pm.
  974: </description>
  975: <note>
  976: Depends on perl modules:
  977: GDGraph-1.33 and GDTextUtils-0.80.
  978: </note>
  979: </file>
  980: <file>
  981: <source>loncom/cgi/lonversions.pl</source>
  982: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
  983: <categoryname>script</categoryname>
  984: <description>
  985: utility cgi script to view software versions of a remote server
  986: </description>
  987: </file>
  988: <file>
  989: <source>loncom/cgi/ping.pl</source>
  990: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
  991: <categoryname>script</categoryname>
  992: <description>
  993: cgi-script to ping other server
  994: </description>
  995: </file>
  996: <file>
  997: <source>loncom/cgi/plot.gif</source>
  998: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
  999: <categoryname>script</categoryname>
 1000: <description>
 1001: Dynamically outputs X-Y plots with point, line, etc functions.
 1002: </description>
 1003: </file>
 1004: <file>
 1005: <source>loncom/cgi/imagechoice.pl</source>
 1006: <target dist='default'>home/httpd/cgi-bin/imagechoice.pl</target>
 1007: <categoryname>script</categoryname>
 1008: <description>
 1009: Helper to select image coordinates in writing homework involving images.
 1010: </description>
 1011: </file>
 1012: <file>
 1013: <source>loncom/interface/printout.pl</source>
 1014: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
 1015: <categoryname>script</categoryname>
 1016: <description>
 1017: cgi script
 1018: </description>
 1019: <note>
 1020: Depends on srm.conf entry:
 1021: Alias /prtspool/ /home/httpd/prtspool/
 1022: as well as a /home/httpd/prtspool directory.
 1023: </note>
 1024: </file>
 1025: <file>
 1026: <source>loncom/cgi/metadata_keywords.pl</source>
 1027: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
 1028: <categoryname>script</categoryname>
 1029: <description>
 1030: a cgi-script (not mod_perl), which contacts MySQL and pulls
 1031: out all keywords in this format:
 1032: 
 1033: coil,magnetic,transformer
 1034: transformer,coils,current,amperes,voltage,transformers,coil
 1035: flux,magnetic,current,transformer
 1036: coil,loop,field,magnetic
 1037: 
 1038: ... etc (one line per entry).
 1039: 
 1040: and simply prints this text-only (no markup) to the browser
 1041: </description>
 1042: </file>
 1043: <file>
 1044: <source>loncom/cgi/metadata_harvest.pl</source>
 1045: <target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target>
 1046: <categoryname>script</categoryname>
 1047: <description>
 1048: a cgi-script (not mod_perl), which contacts MySQL and pulls
 1049: out all records in "|"-separated format.
 1050: To be used by very simple harvesting engines.
 1051: </description>
 1052: </file>
 1053: <file>
 1054: <source>loncom/homework/simpleproblem.problem</source>
 1055: <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem</target>
 1056: <categoryname>interface file</categoryname>
 1057: <description>
 1058: Generic resource for DOCS "Simple Problem"
 1059: </description>
 1060: </file>
 1061: <file>
 1062: <source>loncom/homework/simpleproblem.problem.meta</source>
 1063: <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem.meta</target>
 1064: <categoryname>interface file</categoryname>
 1065: <description>
 1066: Meta file for generic resource for DOCS "Simple Problem"
 1067: </description>
 1068: </file>
 1069: <file>
 1070: <source>loncom/homework/templates/examupload.problem</source>
 1071: <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem</target>
 1072: <categoryname>interface file</categoryname>
 1073: <description>
 1074: Generic resource for score upload
 1075: </description>
 1076: </file>
 1077: <file>
 1078: <source>loncom/homework/templates/examupload.problem.meta</source>
 1079: <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem.meta</target>
 1080: <categoryname>interface file</categoryname>
 1081: <description>
 1082: Meta file for generic resource for score upload
 1083: </description>
 1084: </file>
 1085: <fileglob>
 1086: <glob>*.js</glob>
 1087: <sourcedir>loncom/html/htmlarea/</sourcedir>
 1088: <targetdir dist='default'>
 1089: home/httpd/html/htmlarea/</targetdir>
 1090: <categoryname>interface file</categoryname>
 1091: <description>
 1092: Files belonging to HTMLArea.
 1093: </description>
 1094: <filenames>
 1095: dialog.js;
 1096: htmlarea.js;
 1097: popupdiv.js;
 1098: popupwin.js;
 1099: </filenames>
 1100: </fileglob>
 1101: <file>
 1102: <source>loncom/html/htmlarea/htmlarea.css</source>
 1103: <target dist='default'>home/httpd/html/htmlarea/htmlarea.css</target>
 1104: <categoryname>interface file</categoryname>
 1105: <description>
 1106: Stylesheet for HTMLArea
 1107: </description>
 1108: </file>
 1109: <fileglob>
 1110: <glob>*.js</glob>
 1111: <sourcedir>loncom/html/htmlarea/lang/</sourcedir>
 1112: <targetdir dist='default'>
 1113: home/httpd/html/htmlarea/lang/</targetdir>
 1114: <categoryname>interface file</categoryname>
 1115: <description>
 1116: Files belonging to HTMLArea.
 1117: </description>
 1118: <filenames>
 1119: b5.js;
 1120: de.js;
 1121: fi.js;
 1122: it.js;
 1123: nl.js;
 1124: ro.js;
 1125: vn.js;
 1126: en.js;
 1127: fr.js;
 1128: ja-utf8.js;
 1129: pl.js;
 1130: ru.js;
 1131: da.js;
 1132: es.js;
 1133: gb.js;
 1134: nb.js;
 1135: pt_br.js;
 1136: se.js;
 1137: </filenames>
 1138: </fileglob>
 1139: <fileglob>
 1140: <glob>*.*</glob>
 1141: <sourcedir>loncom/html/htmlarea/popups/</sourcedir>
 1142: <targetdir dist='default'>
 1143: home/httpd/html/htmlarea/popups/</targetdir>
 1144: <categoryname>interface file</categoryname>
 1145: <description>
 1146: Files belonging to HTMLArea.
 1147: </description>
 1148: <filenames>
 1149: about.html;
 1150: insert_image.html;
 1151: old_insert_image.html;
 1152: blank.html;
 1153: editor_help.html;
 1154: insert_table.html;
 1155: custom2.html;
 1156: fullscreen.html;
 1157: old-fullscreen.html;
 1158: select_color.html;
 1159: popup.js;
 1160: </filenames>
 1161: </fileglob>
 1162: <fileglob>
 1163: <glob>*.gif</glob>
 1164: <sourcedir>loncom/html/htmlarea/images/</sourcedir>
 1165: <targetdir dist='default'>
 1166: home/httpd/html/htmlarea/images/</targetdir>
 1167: <categoryname>interface file</categoryname>
 1168: <description>
 1169: Files belonging to HTMLArea.
 1170: </description>
 1171: <filenames>
 1172: ed_delete.gif;
 1173: ed_link.gif;
 1174: ed_about.gif;
 1175: ed_format_bold.gif;
 1176: ed_list_bullet.gif;
 1177: ed_align_center.gif;
 1178: ed_format_italic.gif;
 1179: ed_list_num.gif;
 1180: ed_align_justify.gif;
 1181: ed_format_strike.gif;
 1182: ed_paste.gif;
 1183: ed_align_left.gif;
 1184: ed_format_sub.gif;
 1185: ed_redo.gif;
 1186: ed_align_right.gif;
 1187: ed_format_sup.gif;
 1188: ed_show_border.gif;
 1189: ed_blank.gif;
 1190: ed_format_underline.gif;
 1191: ed_splitcel.gif;
 1192: ed_charmap.gif;
 1193: ed_help.gif;
 1194: ed_undo.gif;
 1195: ed_color_bg.gif;
 1196: ed_hr.gif;
 1197: fullscreen_maximize.gif;
 1198: ed_color_fg.gif;
 1199: ed_html.gif;
 1200: fullscreen_minimize.gif;
 1201: ed_copy.gif;
 1202: ed_image.gif;
 1203: insert_table.gif;
 1204: ed_custom.gif;
 1205: ed_indent_less.gif;
 1206: ed_cut.gif;
 1207: ed_indent_more.gif;
 1208: </filenames>
 1209: </fileglob>
 1210: <fileglob>
 1211: <glob>*.*</glob>
 1212: <sourcedir>loncom/homework/templates/</sourcedir>
 1213: <targetdir dist='default'>
 1214: home/httpd/html/res/adm/includes/templates/</targetdir>
 1215: <categoryname>static conf</categoryname>
 1216: <description>
 1217: Template files for generating new resources.
 1218: </description>
 1219: <filenames>
 1220: blank.library;
 1221: blank.library.meta;
 1222: blank.problem;
 1223: blank.problem.meta;
 1224: ClickImageExample.problem;
 1225: ClickImageExample.problem.meta;
 1226: Essay.problem;
 1227: Essay.problem.meta;
 1228: examupload.problem;
 1229: examupload.problem.meta;
 1230: man1.jpg;
 1231: man1.jpg.meta;
 1232: numerical.problem;
 1233: numerical.problem.meta;
 1234: Plot.problem.meta;
 1235: Plot_curve.problem;
 1236: Plot_curve.problem.meta;
 1237: Plot_data.problem;
 1238: Plot_data.problem.meta;
 1239: RadioResponse.problem;
 1240: RadioResponse.problem.meta;
 1241: RandomLabelExample.problem;
 1242: RandomLabelExample.problem.meta;
 1243: SelectFromOptions-4ConceptGoups.problem;
 1244: SelectFromOptions-4ConceptGoups.problem.meta;
 1245: SelectFromOptions-5ConceptGoups.problem;
 1246: SelectFromOptions-5ConceptGoups.problem.meta;
 1247: SelectFromOptions-6ConceptGoups.problem;
 1248: SelectFromOptions-6ConceptGoups.problem.meta;
 1249: SelectFromOptions-7ConceptGoups.problem;
 1250: SelectFromOptions-7ConceptGoups.problem.meta;
 1251: SelectFromOptions-8ConceptGoups.problem;
 1252: SelectFromOptions-8ConceptGoups.problem.meta;
 1253: SelectFromOptions-Simple.problem;
 1254: SelectFromOptions-Simple.problem.meta;
 1255: SimpleStringResponse.problem.meta;
 1256: script.library;
 1257: script.library.meta;
 1258: SimpleFormula.problem;
 1259: SimpleFormula.problem.meta;
 1260: StringResponse.problem;
 1261: StringResponse.problem.meta;
 1262: SimpleMatching.problem;
 1263: SimpleMatching.problem.meta;
 1264: SimpleRank.problem;
 1265: SimpleRank.problem.meta;
 1266: SimpleTrueFalse.problem;
 1267: SimpleTrueFalse.problem.meta
 1268: </filenames>
 1269: </fileglob>
 1270: <file>
 1271: <source>loncom/homework/insertlist.tab</source>
 1272: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
 1273: <categoryname>static conf</categoryname>
 1274: <description>
 1275: Describes what tags are allowed inside other tags.
 1276: </description>
 1277: </file>
 1278: <file>
 1279: <source>CAPA/JavaTools/GLabel.class</source>
 1280: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
 1281: </target>
 1282: <categoryname>static conf</categoryname>
 1283: <description>
 1284: Java applet for labelling graphs.
 1285: </description>
 1286: <note>
 1287: Built from Glabel.java.  Still working on build/dependency details.
 1288: </note>
 1289: </file>
 1290: <file>
 1291: <source>loncom/interface/spreadsheet/default_assesscalc</source>
 1292: <target dist='default'>home/httpd/html/res/adm/includes/default_assesscalc
 1293: </target>
 1294: <categoryname>static conf</categoryname>
 1295: <description>
 1296: Default spreadsheet for individual assessment.
 1297: </description>
 1298: </file>
 1299: <file>
 1300: <source>loncom/interface/spreadsheet/default_studentcalc</source>
 1301: <target dist='default'>home/httpd/html/res/adm/includes/default_studentcalc
 1302: </target>
 1303: <categoryname>static conf</categoryname>
 1304: <description>
 1305: Default spreadsheet for assessment of students.
 1306: </description>
 1307: </file>
 1308: <file>
 1309: <source>loncom/interface/spreadsheet/default_classcalc</source>
 1310: <target dist='default'>home/httpd/html/res/adm/includes/default_classcalc
 1311: </target>
 1312: <categoryname>static conf</categoryname>
 1313: <description>
 1314: Default spreadsheet for assessment of a class.
 1315: </description>
 1316: </file>
 1317: <file>
 1318: <source>loncom/auth/roles.tab</source>
 1319: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
 1320: <categoryname>static conf</categoryname>
 1321: <description>
 1322: List of privileges associated with users of multiple types (for example:
 1323: Teaching Assistant, Exam Proctor, Course Coordinator)
 1324: </description>
 1325: </file>
 1326: <file>
 1327: <source>loncom/auth/rolesplain.tab</source>
 1328: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
 1329: <categoryname>static conf</categoryname>
 1330: <description>
 1331: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
 1332: and privileges available in the network with function
 1333: </description>
 1334: </file>
 1335: <file type="private">
 1336: <source>loncom/hosts.tab</source>
 1337: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
 1338: <categoryname>www static conf</categoryname>
 1339: <description>
 1340: List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
 1341: <tt>lonDefDomain</tt> and <u>IP address</u>.
 1342: </description>
 1343: </file>
 1344: <file type="private">
 1345: <source>loncom/domain.tab</source>
 1346: <target dist='default'>home/httpd/lonTabs/domain.tab</target>
 1347: <categoryname>www static conf</categoryname>
 1348: <description>
 1349: List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication.
 1350: </description>
 1351: </file>
 1352: <file>
 1353: <source>loncom/spare.tab</source>
 1354: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
 1355: <categoryname>conf</categoryname>
 1356: <description>
 1357: Spare hosts to offload session to if the LON-CAPA machine is overloaded
 1358: </description>
 1359: <note>
 1360: <b>configure</b><br />
 1361: <table cellpadding='0' cellspacing='0' border='1'>
 1362: <tr><td>
 1363: list elements are separated by newlines
 1364: </td></tr>
 1365: <tr><td>
 1366: each list element consists of only one value; the value for <tt>lonHostID</tt>
 1367: in <tt>access.conf</tt>
 1368: </td></tr>
 1369: </table>
 1370: </note>
 1371: </file>
 1372: <file>
 1373: <source>loncom/htpasswd</source>
 1374: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
 1375: <categoryname>static conf</categoryname>
 1376: <description>
 1377: Basic auth password to access /lon-status and /server-status
 1378: </description>
 1379: </file>
 1380: <file>
 1381: <source>loncom/smb.conf</source>
 1382: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
 1383: <categoryname>static conf</categoryname>
 1384: <description>
 1385: configuration file to make LON-CAPA server file space accessible to network
 1386: neighborhood
 1387: </description>
 1388: </file>
 1389: <file>
 1390: <source>loncom/ntp.conf</source>
 1391: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
 1392: <categoryname>static conf</categoryname>
 1393: <description>
 1394: which NTP server to contact for information (XNTP3 standard)
 1395: </description>
 1396: <note>
 1397: <table cellpadding='0' cellspacing='0' border='1'>
 1398: <tr><td>
 1399: only one line needs to be changed to specify a server ip address
 1400: </td></tr>
 1401: <tr><td>
 1402: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
 1403: </td></tr>
 1404: </table>
 1405: </note>
 1406: </file>
 1407: <file>
 1408: <source>loncom/metadata_database/searchcat.pl</source>
 1409: <target dist='default'>home/httpd/perl/searchcat.pl</target>
 1410: <categoryname>script</categoryname>
 1411: <description>
 1412: Batch script for updating SQL metadata database.
 1413: </description>
 1414: </file>
 1415: <file>
 1416: <source>loncom/metadata_database/cleanup_database.pl</source>
 1417: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
 1418: <categoryname>script</categoryname>
 1419: <description>
 1420: Batch script for removing temporary tables from the SQL metadata database.
 1421: </description>
 1422: </file>
 1423: <file>
 1424: <source>loncom/misc/cleanup_file_caches.pl</source>
 1425: <target dist='default'>home/httpd/perl/cleanup_file_caches.pl</target>
 1426: <categoryname>script</categoryname>
 1427: <description>
 1428: Batch script for removing files not accessed within 24 hours from the 
 1429: /home/httpd/prtspool and /home/httpd/html/userfiles/ directories.
 1430: </description>
 1431: </file>
 1432: <file>
 1433: <source>loncom/debugging_tools/seed_accesscount.pl</source>
 1434: <target dist='default'>home/httpd/perl/seed_accesscount.pl</target>
 1435: <categoryname>script</categoryname>
 1436: <description>
 1437: Batch script for moving access count data from nohist_resevaldata.db to
 1438: nohist_accesscount.db.
 1439: </description>
 1440: </file>
 1441: <file>
 1442: <source>loncom/lonhttpd</source>
 1443: <target dist='default'>home/httpd/perl/lonhttpd</target>
 1444: <categoryname>script</categoryname>
 1445: <description>
 1446: Small fry httpd on port 8080
 1447: </description>
 1448: </file>
 1449: <file>
 1450: <source>loncom/lonc</source>
 1451: <target dist='default'>home/httpd/perl/lonc</target>
 1452: <categoryname>script</categoryname>
 1453: <description>
 1454: proxy server
 1455: </description>
 1456: </file>
 1457: <file>
 1458: <source>doc/man/lonc.1</source>
 1459: <target dist='default'>usr/man/man1/lonc.1</target>
 1460: <categoryname>doc</categoryname>
 1461: <description>man page for lonc</description>
 1462: <build trigger='always run'>
 1463: loncom/build/pod2man.sh ../lonc &gt; ../../doc/man/lonc.1 &amp;&amp; \
 1464: echo 'manifying lonc'
 1465: </build>
 1466: <status>works/unverified</status>
 1467: <dependencies>
 1468: ../../loncom/lonc
 1469: </dependencies>
 1470: </file>
 1471: <file>
 1472: <source>doc/scripts/lonc.html</source>
 1473: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
 1474: <categoryname>doc</categoryname>
 1475: <description>POD-derived page for lonc</description>
 1476: <build trigger='always run'>
 1477: loncom/build/pod2html.sh ../lonc &gt; ../../doc/scripts/lonc.html &amp;&amp; \
 1478: echo 'pod2html lonc'
 1479: </build>
 1480: <status>works/unverified</status>
 1481: <dependencies>
 1482: ../../loncom/lonc
 1483: </dependencies>
 1484: </file>
 1485: <file>
 1486: <source>loncom/lond</source>
 1487: <target dist='default'>home/httpd/perl/lond</target>
 1488: <categoryname>script</categoryname>
 1489: <description>
 1490: This is a remote command interpreter on a TCP LON-CAPA network layer.
 1491: It accepts and processes incoming requests from other LON-CAPA machines
 1492: on the network.  lond's functionality is self-contained in the sense
 1493: that it does not reference (import, require, use) any other file
 1494: described in this document.  There are only 15 subroutines in this
 1495: script, however the <tt>make_new_child</tt> subroutine is quite
 1496: complex since it parses and responds about 29 different types of 
 1497: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
 1498: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
 1499: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
 1500: tmpput, tmpget, and ls).
 1501: </description>
 1502: </file>
 1503: <file>
 1504: <source>doc/man/lond.1</source>
 1505: <target dist='default'>usr/man/man1/lond.1</target>
 1506: <categoryname>doc</categoryname>
 1507: <description>man page for lond</description>
 1508: <build trigger='always run'>
 1509: loncom/build/pod2man.sh ../lond &gt; ../../doc/man/lond.1 &amp;&amp; \
 1510: echo 'manifying lond'
 1511: </build>
 1512: <status>works/unverified</status>
 1513: <dependencies>
 1514: ../../loncom/lond
 1515: </dependencies>
 1516: </file>
 1517: <file>
 1518: <source>doc/scripts/lond.html</source>
 1519: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
 1520: <categoryname>doc</categoryname>
 1521: <description>POD-derived page for lond</description>
 1522: <build trigger='always run'>
 1523: loncom/build/pod2html.sh ../lond &gt; ../../doc/scripts/lond.html &amp;&amp; \
 1524: echo 'pod2html lond'
 1525: </build>
 1526: <status>works/unverified</status>
 1527: <dependencies>
 1528: ../../loncom/lond
 1529: </dependencies>
 1530: </file>
 1531: <file>
 1532: <source>loncom/build/CHECKRPMS</source>
 1533: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
 1534: <categoryname>script</categoryname>
 1535: <description>CGI script that checks status of RPMs</description>
 1536: </file>
 1537: <file>
 1538: <source>loncom/cgi/loncron.pl</source>
 1539: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
 1540: <categoryname>script</categoryname>
 1541: <description>CGI script that starts and pipes output of loncron</description>
 1542: </file>
 1543: <file>
 1544: <source>loncom/cgi/userstatus.pl</source>
 1545: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
 1546: <categoryname>script</categoryname>
 1547: <description>CGI script that shows users currently on machine</description>
 1548: </file>
 1549: <file>
 1550: <source>loncom/loncron</source>
 1551: <target dist='default'>home/httpd/perl/loncron</target>
 1552: <categoryname>script</categoryname>
 1553: <description>housekeeping</description>
 1554: </file>
 1555: <file>
 1556: <source>loncom/lonsql</source>
 1557: <target dist='default'>home/httpd/perl/lonsql</target>
 1558: <categoryname>script</categoryname>
 1559: <description>maintain secondary database of metadata</description>
 1560: </file>
 1561: <file>
 1562: <source>doc/man/lonsql.1</source>
 1563: <target dist='default'>usr/man/man1/lonsql.1</target>
 1564: <categoryname>doc</categoryname>
 1565: <description>man page for lonsql</description>
 1566: <build trigger='always run'>
 1567: loncom/build/pod2man.sh ../lonsql &gt; ../../doc/man/lonsql.1 &amp;&amp; \
 1568: echo 'manifying lonsql'
 1569: </build>
 1570: <status>works/unverified</status>
 1571: <dependencies>
 1572: ../../loncom/lonsql
 1573: </dependencies>
 1574: </file>
 1575: <file>
 1576: <source>doc/scripts/lonsql.html</source>
 1577: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
 1578: <categoryname>doc</categoryname>
 1579: <description>POD-derived page for lonsql</description>
 1580: <build trigger='always run'>
 1581: loncom/build/pod2html.sh ../lonsql &gt; ../../doc/scripts/lonsql.html &amp;&amp; \
 1582: echo 'pod2html lonsql'
 1583: </build>
 1584: <status>works/unverified</status>
 1585: <dependencies>
 1586: ../../loncom/lonsql
 1587: </dependencies>
 1588: </file>
 1589: <file>
 1590: <source>loncom/lcpasswd</source>
 1591: <target dist='default'>home/httpd/perl/lcpasswd</target>
 1592: <categoryname>setuid script</categoryname>
 1593: <description>
 1594: Coordinates the system services and files in order to allow lond to change
 1595: user passwords.
 1596: </description>
 1597: <status>being updated</status>
 1598: </file>
 1599: <file>
 1600: <source>loncom/pwchange</source>
 1601: <target dist='default'>home/httpd/perl/pwchange</target>
 1602: <categoryname>setuid script</categoryname>
 1603: <description>
 1604: Allows www to change user passwords.
 1605: </description>
 1606: <status>being updated</status>
 1607: </file>
 1608: <file>
 1609: <source>loncom/lcuseradd</source>
 1610: <target dist='default'>home/httpd/perl/lcuseradd</target>
 1611: <categoryname>setuid script</categoryname>
 1612: <description>
 1613: Coordinates the system services and files in order to allow lond to add a
 1614: new user.
 1615: </description>
 1616: <status>being updated</status>
 1617: </file>
 1618: <file>
 1619: <source>loncom/lchtmldir</source>
 1620: <target dist='default'>home/httpd/perl/lchtmldir</target>
 1621: <categoryname>setuid script</categoryname>
 1622: <description>
 1623: Manages the file system ramifications of adding author mode to a user. 
 1624: If necessary a public_html diretory is added, permissions and ownership are
 1625: set according to the user's authentication mode.
 1626: </description>
 1627: <status>New file</status>
 1628: </file>
 1629: <file>
 1630: <source>loncom/lcuserdel</source>
 1631: <target dist='default'>home/httpd/perl/lcuserdel</target>
 1632: <categoryname>setuid script</categoryname>
 1633: <description>
 1634: Coordinates the system services and files in order to allow lond to delete a
 1635: user.
 1636: </description>
 1637: <status>deprecated</status>
 1638: </file>
 1639: <file>
 1640: <source>loncom/lcnfson</source>
 1641: <target dist='default'>home/httpd/perl/lcnfson</target>
 1642: <categoryname>setuid script</categoryname>
 1643: <description>
 1644: coordinates the system services and files in order to allow lond to enable NFS
 1645: for a user
 1646: </description>
 1647: <status>deprecated</status>
 1648: </file>
 1649: <file>
 1650: <source>loncom/lcnfsoff</source>
 1651: <target dist='default'>home/httpd/perl/lcnfsoff</target>
 1652: <categoryname>setuid script</categoryname>
 1653: <description>
 1654: coordinates the system services and files in order to allow lond to disable NFS
 1655: for a user
 1656: </description>
 1657: <status>deprecated</status>
 1658: </file>
 1659: <file>
 1660: <source>loncom/license/gpl.txt</source>
 1661: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
 1662: <categoryname>interface file</categoryname>
 1663: <description>
 1664: GNU General Public License.  Long live the cause of freeware!
 1665: </description>
 1666: </file>
 1667: <file>
 1668: <source>loncom/license/httpi.license</source>
 1669: <target dist='default'>home/httpd/html/adm/httpi.license</target>
 1670: <categoryname>interface file</categoryname>
 1671: <description>
 1672: HTTPi webserver license
 1673: </description>
 1674: </file>
 1675: <file>
 1676: <source>loncom/license/httpi.readme</source>
 1677: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
 1678: <categoryname>interface file</categoryname>
 1679: <description>
 1680: HTTPi webserver readme 
 1681: </description>
 1682: </file>
 1683: <file>
 1684: <source>loncom/license/about.html</source>
 1685: <target dist='default'>home/httpd/html/adm/about.html</target>
 1686: <categoryname>interface file</categoryname>
 1687: <description>
 1688: The "About" Page.
 1689: </description>
 1690: </file>
 1691: <file>
 1692: <source>loncom/publisher/publisher.html</source>
 1693: <target dist='default'>home/httpd/html/adm/publisher.html</target>
 1694: <categoryname>interface file</categoryname>
 1695: <description>
 1696: HTML frame that presents a form element to allow for the publishing of
 1697: resources, directories and underlying subdirectories.
 1698: </description>
 1699: </file>
 1700: <file>
 1701: <source>loncom/html/adm/noidea.html</source>
 1702: <target dist='default'>home/httpd/html/adm/noidea.html</target>
 1703: <categoryname>interface file</categoryname>
 1704: <description>
 1705: Interface file for responding to improper page flipping.
 1706: </description>
 1707: </file>
 1708: <file>
 1709: <source>loncom/html/adm/notinit.html</source>
 1710: <target dist='default'>home/httpd/html/adm/notinit.html</target>
 1711: <categoryname>interface file</categoryname>
 1712: <description>
 1713: Interface file for responding to accessing uploaded resources without
 1714: re-initializing course.
 1715: </description>
 1716: </file>
 1717: <file>
 1718: <source>loncom/html/adm/overloaded.txt</source>
 1719: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
 1720: <categoryname>interface file</categoryname>
 1721: <description>
 1722: Interface file for responding to overload situations.
 1723: </description>
 1724: </file>
 1725: <file>
 1726: <source>loncom/html/adm/loginproblems.html</source>
 1727: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
 1728: <categoryname>interface file</categoryname>
 1729: <description>
 1730: Help page for login problems.
 1731: </description>
 1732: </file>
 1733: <file>
 1734: <source>loncom/xml/physnet.sty</source>
 1735: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
 1736: <categoryname>static conf</categoryname>
 1737: <description>
 1738: The relevant conditions and metadata to attach to PhysNet-specific tags.
 1739: </description>
 1740: </file>
 1741: <file>
 1742: <source>loncom/homework/lectureonline.sty</source>
 1743: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
 1744: </target>
 1745: <categoryname>static conf</categoryname>
 1746: <description>
 1747: The relevant conditions and metadata to attach to LectureOnline-specific tags.
 1748: </description>
 1749: </file>
 1750: <file>
 1751: <source>loncom/thesaurus/un_keyword.tab</source>
 1752: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
 1753: <categoryname>conf</categoryname>
 1754: <description>
 1755: File which contains words which should not be keywords used to specify resource
 1756: content.
 1757: </description>
 1758: </file>
 1759: <file>
 1760: <source>loncom/homework/scantronformat.tab</source>
 1761: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
 1762: <categoryname>conf</categoryname>
 1763: <description>
 1764: Different configs for scantron input files.
 1765: </description>
 1766: </file>
 1767: <file>
 1768: <source>loncom/publisher/packages.tab</source>
 1769: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
 1770: <categoryname>static conf</categoryname>
 1771: <description>
 1772: Parameter packages, so that assessments can publish parameter packages
 1773: needed, which are then expanded into individual parameters - allows to
 1774: retroactively add new parameters to already published assessments.
 1775: </description>
 1776: </file>
 1777: <file>
 1778: <source>loncom/publisher/copyright.tab</source>
 1779: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
 1780: <categoryname>static conf</categoryname>
 1781: <description>
 1782: Table which contains list of copyright possibilities for educational resources.
 1783: </description>
 1784: </file>
 1785: <file>
 1786: <source>loncom/publisher/language.tab</source>
 1787: <target dist='default'>home/httpd/lonTabs/language.tab</target>
 1788: <categoryname>static conf</categoryname>
 1789: <description>
 1790: Table which contains string abbreviations of language::font rendering
 1791: combinations.
 1792: </description>
 1793: </file>
 1794: <file>
 1795: <source>loncom/publisher/addid.tab</source>
 1796: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
 1797: <categoryname>static conf</categoryname>
 1798: <description>
 1799: Table which has hash data necessary for distinguishing IDs from indices.
 1800: </description>
 1801: </file>
 1802: <file>
 1803: <source>rat/lonwrapper.pm</source>
 1804: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
 1805: <categoryname>handler</categoryname>
 1806: <description>
 1807: Wrapper for external and binary files as standalone resources.
 1808: Edit handler for rat maps; TeX content handler.
 1809: </description>
 1810: <status>works/unverified</status>
 1811: </file>
 1812: <file>
 1813: <source>loncom/interface/londocs.pm</source>
 1814: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
 1815: <categoryname>handler</categoryname>
 1816: <description>
 1817: Handler for course documents
 1818: </description>
 1819: <status>works/unverified</status>
 1820: </file>
 1821: <file>
 1822: <source>loncom/interface/lonchat.pm</source>
 1823: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
 1824: <categoryname>handler</categoryname>
 1825: <description>
 1826: Handler for chat
 1827: </description>
 1828: <status>works/unverified</status>
 1829: </file>
 1830: <file>
 1831: <source>loncom/interface/lonchatfetch.pm</source>
 1832: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
 1833: <categoryname>handler</categoryname>
 1834: <description>
 1835: Handler for periodically fetch new lines of chat
 1836: </description>
 1837: <status>works/unverified</status>
 1838: </file>
 1839: <file>
 1840: <source>loncom/interface/lonannounce.pm</source>
 1841: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
 1842: <categoryname>handler</categoryname>
 1843: <description>
 1844: Handler to put up announcements and calendar
 1845: </description>
 1846: <status>works/unverified</status>
 1847: </file>
 1848: <file>
 1849: <source>loncom/interface/lonsyllabus.pm</source>
 1850: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
 1851: <categoryname>handler</categoryname>
 1852: <description>
 1853: Handler to put up syllabus
 1854: </description>
 1855: <status>works/unverified</status>
 1856: </file>
 1857: <file>
 1858: <source>loncom/homework/lonsimpleproblemedit.pm</source>
 1859: <target dist='default'>home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm</target>
 1860: <categoryname>handler</categoryname>
 1861: <description>
 1862: Handler to set parameters for simple homework problems
 1863: </description>
 1864: <status>works/unverified</status>
 1865: </file>
 1866: <file>
 1867: <source>loncom/interface/lonsimplepage.pm</source>
 1868: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
 1869: <categoryname>handler</categoryname>
 1870: <description>
 1871: Handler to put up simple page
 1872: </description>
 1873: <status>works/unverified</status>
 1874: </file>
 1875: <file>
 1876:   <source>loncom/interface/lonpickcode.pm</source>
 1877:   <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
 1878:   <categoryname>handler</categoryname>
 1879:   <description>
 1880:     Handler to pick a CODE from the list of possible CODEs
 1881:   </description>
 1882:   <status>works/unverified</status>
 1883: </file>
 1884: <file>
 1885: <source>loncom/interface/lonpickstudent.pm</source>
 1886: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
 1887: <categoryname>handler</categoryname>
 1888: <description>
 1889: Handler to pick a student from classlist
 1890: </description>
 1891: <status>works/unverified</status>
 1892: </file>
 1893: <file>
 1894: <source>loncom/interface/lonpickcourse.pm</source>
 1895: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
 1896: <categoryname>handler</categoryname>
 1897: <description>
 1898: Handler to pick a courseid from a list of courses
 1899: </description>
 1900: <status>works/unverified</status>
 1901: </file>
 1902: <file>
 1903: <source>loncom/interface/lonbulletin.pm</source>
 1904: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
 1905: <categoryname>handler</categoryname>
 1906: <description>
 1907: Handler to put up bulletin board
 1908: </description>
 1909: <status>works/unverified</status>
 1910: </file>
 1911: <file>
 1912: <source>loncom/interface/lonaboutme.pm</source>
 1913: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
 1914: <categoryname>handler</categoryname>
 1915: <description>
 1916: Handler to put up personal info
 1917: </description>
 1918: <status>works/unverified</status>
 1919: </file>
 1920: <file>
 1921: <source>loncom/publisher/loncfile.pm</source>
 1922: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
 1923: <categoryname>handler</categoryname>
 1924: <description>
 1925: Provides web-based functionality for file copy, rename, mkdir, etc, in the
 1926: construction space menu.
 1927: </description>
 1928: <status>works/unverified</status>
 1929: </file>
 1930: <file>
 1931: <source>loncom/publisher/testbankimport.pm</source>
 1932: <target dist='default'>home/httpd/lib/perl/Apache/testbankimport.pm</target>
 1933: <categoryname>handler</categoryname>
 1934: <description>
 1935: Utility to convert plain text questions in a testbank file to LON-CAPA problems.
 1936: Called by selecting testbank option when uploading file to construction space.
 1937: </description>
 1938: <status>works/unverified</status>
 1939: </file>
 1940: <file>
 1941: <source>loncom/imspackages/imsimport.pm</source>
 1942: <target dist='default'>home/httpd/lib/perl/Apache/imsimport.pm</target>
 1943: <categoryname>handler</categoryname>
 1944: <description>
 1945: Utility to import courses from other CMSs packaged in IMS 1.1 content package
 1946: format into LON-CAPA Construction space.
 1947: Called by selecting IMS package option when uploading file to construction space.
 1948: </description>
 1949: <status>works/unverified</status>
 1950: </file>
 1951: <file>
 1952: <source>loncom/imspackages/imsimportdocs.pm</source>
 1953: <target dist='default'>home/httpd/lib/perl/Apache/imsimportdocs.pm</target>
 1954: <categoryname>handler</categoryname>
 1955: <description>
 1956: Utility to import courses from other CMSs packaged in IMS 1.1 content package
 1957: format into a LON-CAPA course via DOCS.
 1958: Called using Import IMS package button displayed in Special documents column in DOCS display.  
 1959: </description>
 1960: <status>works/unverified</status>
 1961: </file>
 1962: <file>
 1963: <source>loncom/imspackages/imsprocessor.pm</source>
 1964: <target dist='default'>home/httpd/lib/perl/Apache/imsprocessor.pm</target>
 1965: <categoryname>handler</categoryname>
 1966: <description>
 1967: Contains routines used by imsimport handlers when importing contents of IMS 
 1968: packages into construction space, or into a course directly via DOCS.
 1969: </description>
 1970: <status>works/unverified</status>
 1971: </file>
 1972: <file>
 1973: <source>loncom/interface/lonhelp.pm</source>
 1974: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
 1975: <categoryname>handler</categoryname>
 1976: <description>
 1977: The .tex file help handler.
 1978: </description>
 1979: <status>works/unverified</status>
 1980: <build trigger='always run'>
 1981: loncom/html/adm/help/buildMakeWrapper
 1982: </build>
 1983: <dependencies>
 1984: Makefile;
 1985: buildMakeWrapper
 1986: </dependencies>
 1987: </file>
 1988: <file>
 1989: <source>loncom/html/adm/help/abouthelp.html</source>
 1990: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
 1991: <categoryname>interface file</categoryname>
 1992: <description>
 1993: Index file for the help system
 1994: </description>
 1995: </file>
 1996: <file>
 1997: <source>doc/help/author.manual.access.tex</source>
 1998: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
 1999: </target>
 2000: <categoryname>interface file</categoryname>
 2001: <description>
 2002: The pseudo-LaTeX file to allow people to read the author's manual online, with
 2003: a somewhat clumsy interface.
 2004: </description>
 2005: <status>works/unverified</status>
 2006: </file>
 2007: <file>
 2008: <source>doc/help/course.manual.access.tex</source>
 2009: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
 2010: </target>
 2011: <categoryname>interface file</categoryname>
 2012: <description>
 2013: The pseudo-LaTeX file to allow people to read the course administrator's
 2014: manual online, with a somewhat clumsy interface.
 2015: </description>
 2016: <status>works/unverified</status>
 2017: </file>
 2018: <file>
 2019: <source>doc/help/author.manual.ps</source>
 2020: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
 2021: <categoryname>interface file</categoryname>
 2022: <description>
 2023: The postscript Author's Manual
 2024: </description>
 2025: <status>works/unverified</status>
 2026: <dependencies>
 2027: doc/help/author.manual.texxml;
 2028: doc/help/latexSplitter.py;
 2029: doc/help/rebuildLabelHash.pl;
 2030: doc/help/render.texxml.pl;
 2031: doc/help/simpleEdit.py;
 2032: doc/help/texxml2indextex.pl;
 2033: doc/help/texxml2latex.pl;
 2034: loncom/build/buildHelp.sh;
 2035: loncom/build/help_graphics_converter.pl
 2036: </dependencies>
 2037: </file>
 2038: <file>
 2039: <source>doc/help/author.manual.pdf</source>
 2040: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
 2041: <categoryname>handler</categoryname>
 2042: <description>
 2043: The PDF Author's Manual
 2044: </description>
 2045: <status>works/unverified</status>
 2046: </file>
 2047: <file>
 2048: <source>doc/help/course.manual.ps</source>
 2049: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
 2050: <categoryname>interface file</categoryname>
 2051: <description>
 2052: The postscript Course Manual
 2053: </description>
 2054: <status>works/unverified</status>
 2055: <dependencies>
 2056: doc/help/course.manual.texxml;
 2057: doc/help/latexSplitter.py;
 2058: doc/help/rebuildLabelHash.pl;
 2059: doc/help/render.texxml.pl;
 2060: doc/help/simpleEdit.py;
 2061: doc/help/texxml2indextex.pl;
 2062: doc/help/texxml2latex.pl;
 2063: loncom/build/buildHelp.sh;
 2064: loncom/build/help_graphics_converter.pl
 2065: </dependencies>
 2066: </file>
 2067: <file>
 2068: <source>doc/help/course.manual.pdf</source>
 2069: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
 2070: <categoryname>interface file</categoryname>
 2071: <description>
 2072: The PDF Course Manual
 2073: </description>
 2074: <status>works/unverified</status>
 2075: </file>
 2076: <fileglob>
 2077: <glob>*.*</glob>
 2078: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
 2079: <targetdir dist='default'>
 2080: home/httpd/html/adm/help/gif/</targetdir>
 2081: <categoryname>interface file</categoryname>
 2082: <description>
 2083: Gif files for the help system
 2084: </description>
 2085: <filenames>
 2086: authorRemote.gif;
 2087: constructionSpace.gif;
 2088: constructionSpaceForPublishing.gif;
 2089: creatingANewCourse.gif;
 2090: creatingNewProblemResource.gif;
 2091: dynamic_piecewise.gif;
 2092: dynamic_piecewise2.gif;
 2093: dynamic_plot.gif;
 2094: dynamic_plot2.gif;
 2095: formulaResponse.gif;
 2096: login.gif;
 2097: lonhelpheader.gif;
 2098: mainCourseDocuments.gif;
 2099: mapAdvancedEditorNew.gif;
 2100: mapClickedStart.gif;
 2101: mapEditFirstClick.gif;
 2102: mapEditInitial.gif;
 2103: mapEditingButton.gif;
 2104: mapEditorDirectoryBrowser.gif;
 2105: mapEditorResourceChosen.gif;
 2106: mapEditorSelection.gif;
 2107: mapInsertResource.gif;
 2108: mapNewResource.gif;
 2109: mapSecondWindowSecondResource.gif;
 2110: mapSimpleEditor.gif;
 2111: mapStraightened.gif;
 2112: mapTwoResources.gif;
 2113: numericalResponse1.gif;
 2114: numericalResponseEditor.gif;
 2115: numericalResponseSlopeProblem.gif;
 2116: numericalResponseVarInText.gif;
 2117: optionResponseEditing.gif;
 2118: optionResponseProblem.gif;
 2119: publishMetadata.gif;
 2120: radioResponse2.gif;
 2121: radioResponseHint.gif;
 2122: smallHelp.gif;
 2123: spreadsheet_hierarchy.gif;
 2124: stringResponseEditor.gif;
 2125: studentInterface.gif
 2126: </filenames>
 2127: </fileglob>
 2128: <fileglob>
 2129: <glob>*.*</glob>
 2130: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
 2131: <targetdir dist='default'>
 2132: home/httpd/html/adm/help/eps/</targetdir>
 2133: <categoryname>interface file</categoryname>
 2134: <description>
 2135: EPS files for the help system
 2136: </description>
 2137: <filenames>
 2138: authorRemote.eps;
 2139: constructionSpace.eps;
 2140: constructionSpaceForPublishing.eps;
 2141: creatingANewCourse.eps;
 2142: creatingNewProblemResource.eps;
 2143: dynamic_piecewise.eps;
 2144: dynamic_piecewise2.eps;
 2145: dynamic_plot.eps;
 2146: dynamic_plot2.eps;
 2147: formulaResponse.eps;
 2148: lonhelpheader.eps;
 2149: login.eps;
 2150: mainCourseDocuments.eps;
 2151: mapAdvancedEditorNew.eps;
 2152: mapClickedStart.eps;
 2153: mapEditFirstClick.eps;
 2154: mapEditInitial.eps;
 2155: mapEditingButton.eps;
 2156: mapEditorDirectoryBrowser.eps;
 2157: mapEditorResourceChosen.eps;
 2158: mapEditorSelection.eps;
 2159: mapInsertResource.eps;
 2160: mapNewResource.eps;
 2161: mapSecondWindowSecondResource.eps;
 2162: mapSimpleEditor.eps;
 2163: mapStraightened.eps;
 2164: mapTwoResources.eps;
 2165: numericalResponse1.eps;
 2166: numericalResponseEditor.eps;
 2167: numericalResponseSlopeProblem.eps;
 2168: numericalResponseVarInText.eps;
 2169: optionResponseEditing.eps;
 2170: optionResponseProblem.eps;
 2171: publishMetadata.eps;
 2172: radioResponse2.eps;
 2173: radioResponseHint.eps;
 2174: smallHelp.eps;
 2175: spreadsheet_hierarchy.eps;
 2176: stringResponseEditor.eps;
 2177: studentInterface.eps
 2178: </filenames>
 2179: </fileglob>
 2180: <fileglob>
 2181: <glob>*.*</glob>
 2182: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
 2183: <targetdir dist='default'>
 2184: home/httpd/html/adm/help/tex/</targetdir>
 2185: <categoryname>interface file</categoryname>
 2186: <description>
 2187: Tex files for the help system
 2188: </description>
 2189: <filenames>
 2190: About_Authors_Manual.tex;
 2191: About_Bombs.tex;
 2192: About_Communication.tex;
 2193: About_Developers_Manual.tex;
 2194: About_Numerical_and_Formula_Response.tex;
 2195: all_functions_table.tex;
 2196: Ambiguous_Reference.tex;
 2197: Analysis_Analyze_as.tex;
 2198: Analysis_Analyze_Over.tex;
 2199: Analysis_num_plots.tex;
 2200: Analyze_Problem.tex;
 2201: Annotation.tex;
 2202: Authentication.tex;
 2203: Authoring_Adding_Pictures.tex;
 2204: Authoring_DataResponse.tex;
 2205: Authoring_Dynamic_Plot_Axes.tex;
 2206: Authoring_Dynamic_Plot_Curve_Data.tex;
 2207: Authoring_Dynamic_Plot_Curve_Function.tex;
 2208: Authoring_Dynamic_Plot_Curve.tex;
 2209: Authoring_Dynamic_Plot_Gnuplot.tex;
 2210: Authoring_Dynamic_Plot_Key.tex;
 2211: Authoring_Dynamic_Plot_Label.tex;
 2212: Authoring_Dynamic_Plot_Linestyle.tex;
 2213: Authoring_Dynamic_Plot.tex;
 2214: Authoring_Dynamic_Plot_Tics.tex;
 2215: Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
 2216: Authoring_ExternalResponse.tex;
 2217: Authoring_Foil_Structure_Tags.tex;
 2218: Authoring_Hint_Tags.tex;
 2219: Authoring_HTML_vs_Tex.tex;
 2220: Authoring_ImageResponse.tex;
 2221: Authoring_Input_Tags.tex;
 2222: Authoring_Internal_Tags.tex;
 2223: Authoring_M_Tag.tex;
 2224: Authoring_NumericalResponse.tex;
 2225: Authoring_OptionResponse.tex;
 2226: Authoring_Output_Tags.tex;
 2227: Authoring_Pictures_EPS.tex;
 2228: Authoring_Piecewise_Plot.tex;
 2229: Authoring_RadiobuttonResponse.tex;
 2230: Authoring_Response_Attributes.tex;
 2231: Authoring_Responseparam_Parameter.tex;
 2232: Authoring_Response_Tag_Intro.tex;
 2233: Authoring_Scripting_Tags.tex;
 2234: Authoring_Structure_Tags.tex;
 2235: Authoring_XML_Intro.tex;
 2236: Author_LON-CAPA_Introduction.tex;
 2237: Author_Manual_Title_Page.tex;
 2238: Author_Numerical_and_Formula.tex;
 2239: Author_Remote_Control.tex;
 2240: Bookmarks.tex;
 2241: Bugzilla.tex;
 2242: Caching.tex;
 2243: Calendar_Add_Announcement.tex;
 2244: Calendar_Remove_Announcement.tex;
 2245: Calling_Functions.tex;
 2246: CAPA_LON-CAPA_function_diffs.tex;
 2247: Cascading_Parameters.tex;
 2248: Change_Colors.tex;
 2249: Change_Password.tex;
 2250: Chart_Description.tex;
 2251: Chart_Output_Data.tex;
 2252: Chart_Output_Formats.tex;
 2253: Chatting.tex;
 2254: Coauthor.tex;
 2255: Construction_Space_Overview.tex;
 2256: Course_Add_Other.tex;
 2257: Course_Add_Student.tex;
 2258: Course_Broadcast_Message.tex;
 2259: Course_Change_Privileges.tex;
 2260: Course_Chart_To_Excel.tex;
 2261: Course_Chat.tex;
 2262: Course_Convert_To_CSV.tex;
 2263: Course_Create_Class_List.tex;
 2264: Course_Critical_Message.tex;
 2265: Course_Deleting.tex;
 2266: Course_Disable_Discussion.tex;
 2267: Course_Discussion_Board.tex;
 2268: Course_Drop_Student.tex;
 2269: Course_Edit_Content.tex;
 2270: Course_Editing_Custom_Roles.tex;
 2271: Course_Extending_Due_Dates.tex;
 2272: Course_Face_To_Face_Records.tex;
 2273: Course_Feedback_Addresses.tex;
 2274: Course_Homework_Performance_Overview.tex;
 2275: Course_Manually_Grade_Problem.tex;
 2276: Course_Manual_Title_Page.tex;
 2277: Course_Maximum_Collaborators.tex;
 2278: Course_Message_Access.tex;
 2279: Course_Modify_Student_Data.tex;
 2280: Course_Parameter_Levels.tex;
 2281: Course_Problem_Weight.tex;
 2282: Course_Set_Start_End_Date.tex;
 2283: Course_Setting_Parameters.tex;
 2284: Course_Student_Grade_Override.tex;
 2285: Course_Student_Work.tex;
 2286: Course_Toplevel_Seq.tex;
 2287: Course_User_Evaluation.tex;
 2288: Course_User_Parameter.tex;
 2289: Course_View_Class_List.tex;
 2290: Create_Course.tex;
 2291: Creating_A_Course_Intro.tex;
 2292: Creating_New_Content_Pages.tex;
 2293: Creating_Online_Problems.tex;
 2294: Creating_Radio_Response_Problems.tex;
 2295: Developer_Manual_Title_Page.tex;
 2296: Developer_Tutorial.tex;
 2297: Docs_About_Bulletin_Board.tex;
 2298: Docs_About_My_Personal_Info.tex;
 2299: Docs_About_Simple_Page.tex;
 2300: Docs_About_Syllabus.tex;
 2301: Docs_Adding_Course_Doc.tex;
 2302: Docs_Adding_External_Resource.tex;
 2303: Docs_Adding_Folders.tex;
 2304: Docs_Adding_Syllabus.tex;
 2305: Docs_Alternatives.tex;
 2306: Docs_Creating_From_Template.tex;
 2307: Docs_Editing_Templated_Pages.tex;
 2308: Docs_Importing_LON-CAPA_Resource.tex;
 2309: Docs_Load_Map.tex;
 2310: Docs_Main_Course_Documents.tex;
 2311: Docs_Navigate_Content.tex;
 2312: Docs_Overview.tex;
 2313: Docs_Score_Upload_Form.tex;
 2314: Docs_Supplemental.tex;
 2315: Docs_Uploading_From_Harddrive.tex;
 2316: Finding_Resources.tex;
 2317: Foils.tex;
 2318: Formula_Response_Adv_Intro.tex;
 2319: Formula_Response_Example.tex;
 2320: Formula_Response_Limitations.tex;
 2321: Formula_Response_Problems.tex;
 2322: Formula_Response_Sampling.tex;
 2323: Formula_Tolerance.tex;
 2324: General_Intro.tex;
 2325: Generation.tex;
 2326: GradingOptions.tex;
 2327: Greek_Symbols.tex;
 2328: Guts_Apache_Env.tex;
 2329: Guts_Apache_Modules.tex;
 2330: Guts_Apache.tex;
 2331: Guts_Authentication.tex;
 2332: Guts_Authoring.tex;
 2333: Guts_Coding_Guidelines.tex;
 2334: Guts_Course_Dir.tex;
 2335: Guts_User_Dir.tex;
 2336: How_To_Edit_Existing_Content_Pages.tex;
 2337: Latex_Footer.tex;
 2338: Latex_Header.tex;
 2339: Leaving_Feedback.tex;
 2340: Login_To_LON-CAPA.tex;
 2341: Metadata_Description.tex;
 2342: Navmap_Host_Down.tex;
 2343: Numerical_Response_Advanced_Example.tex;
 2344: Numerical_Response_Format.tex;
 2345: Numerical_Response_Introduction.tex;
 2346: Numerical_Response_Intro.tex;
 2347: Numerical_Response_Parts_A.tex;
 2348: Numerical_Response_Parts_B.tex;
 2349: Numerical_Response_Problems.tex;
 2350: Numerical_Response_Randomization.tex;
 2351: Numerical_Response_Simple_Example.tex;
 2352: Numerical_Response_Tutorial_A.tex;
 2353: Numerical_Response_Units.tex;
 2354: Option_Response_Concept_Group_Example.tex;
 2355: Option_Response_Matching_Example.tex;
 2356: Option_Response_Problem_Creation.tex;
 2357: Option_Response_Problem_Figure.tex;
 2358: Option_Response_Problem_Parts.tex;
 2359: Option_Response_Problems.tex;
 2360: Option_Response_Simple.tex;
 2361: Other_Symbols.tex;
 2362: Part_Tag_Edit_Help.tex;
 2363: Personal_Info_Page.tex;
 2364: Physical_Units.tex;
 2365: Prefs_Forwarding.tex;
 2366: Prefs_Screen_Name_Nickname.tex;
 2367: Print_Resource.tex;
 2368: Problem_Editor_Testing_Area.tex;
 2369: Problem_Editor_XML_Index.tex;
 2370: Problem_LON-CAPA_Functions.tex;
 2371: Problem_Types.tex;
 2372: Publishing_A_Resource.tex;
 2373: Publishing_Author_Tutorial_Segue.tex;
 2374: Publishing_Copyright.tex;
 2375: Publishing_Intro.tex;
 2376: Publishing_Keywords.tex;
 2377: Quick_Grades_Possibly_Correct.tex;
 2378: Radio_Response_Problems.tex;
 2379: Radio_Response_Randomization.tex;
 2380: Ranking_Problems.tex;
 2381: Receipt.tex;
 2382: Resource_Discussion.tex;
 2383: Resource_Types.tex;
 2384: Roles_About.tex;
 2385: Script_Functions.tex;
 2386: Scripting_Help.tex;
 2387: Script_Tutorial_Intro.tex;
 2388: Script_Variables.tex;
 2389: Sending_Email.tex;
 2390: Sequence_Advanced_Editor_Creation.tex;
 2391: Sequence_Definition.tex;
 2392: Sequence_Editor_Selection.tex;
 2393: Sequence_Page_Maps.tex;
 2394: Sequence_Simple_Editor_Creation.tex;
 2395: Sequence_Top-Level.tex;
 2396: Significant_Figures.tex;
 2397: Spreadsheet_About.tex;
 2398: Spreadsheet_Calculation.tex;
 2399: Spreadsheet_Calculation_Time.tex;
 2400: Spreadsheet_Cell_Editing.tex;
 2401: Spreadsheet_Editing.tex;
 2402: Spreadsheet_Export_Row.tex;
 2403: Spreadsheet_Files.tex;
 2404: Spreadsheet_Functions.tex;
 2405: Spreadsheet_Hierarchy.tex;
 2406: Spreadsheet_HowTo_Assessments.tex;
 2407: Spreadsheet_HowTo.tex;
 2408: Spreadsheet_Layout.tex;
 2409: Spreadsheet_Levels.tex;
 2410: Spreadsheet_Max_Depth_Exceeded.tex;
 2411: Spreadsheet_Parms.tex;
 2412: Spreadsheet_Problem_Weight.tex;
 2413: Spreadsheet_Referencing_Cells.tex;
 2414: Spreadsheet_Referencing_Parameters.tex;
 2415: Spreadsheet_Row_Numbers.tex;
 2416: Spreadsheet_Student_View.tex;
 2417: Spreadsheet_Student_Visible.tex;
 2418: Spreadsheet_Template_Row.tex;
 2419: Spreadsheet_Ternary_Operator.tex;
 2420: Spreadsheet_Tries.tex;
 2421: Statistics_Overall_Key.tex;
 2422: String_Response_Problem_Creation.tex;
 2423: String_Response_Problems.tex;
 2424: Syllabus_ExtLink.tex;
 2425: Syllabus_URLs.tex;
 2426: Tolerance.tex;
 2427: Uploaded_Templates_PublicView.tex;
 2428: Uploaded_Templates_TextBoxes.tex;
 2429: Variable_Naming_Conventions.tex;
 2430: Variables_in_Scripts.tex;
 2431: Variables_in_the_Answer_Block.tex;
 2432: Variables_in_the_Text_Block.tex;
 2433: Variable_Tutorial_A.tex;
 2434: What_Is_LON-CAPA.tex;
 2435: Why_LON-CAPA.tex;
 2436: </filenames>
 2437: </fileglob>
 2438: <fileglob>
 2439: <glob>*.*</glob>
 2440: <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
 2441: <targetdir dist='default'>
 2442: home/httpd/html/adm/help/tex/ru/</targetdir>
 2443: <categoryname>interface file</categoryname>
 2444: <description>
 2445: Russian Tex files for the help system
 2446: </description>
 2447: <filenames>
 2448: About_Authors_Manual.tex;
 2449: About_Communication.tex;
 2450: About_Developers_Manual.tex;
 2451: About_Numerical_and_Formula_Response.tex;
 2452: CAPA_LON-CAPA_function_diffs.tex;
 2453: Course_Set_Start_End_Date.tex;
 2454: Creating_A_Course_Intro.tex;
 2455: Other_Symbols.tex;
 2456: Physical_Units.tex;
 2457: Print_Resource.tex;
 2458: Authoring_Adding_Pictures.tex;
 2459: </filenames>
 2460: </fileglob>
 2461: <file>
 2462: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
 2463: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
 2464: <categoryname>interface file</categoryname>
 2465: <description>
 2466: A gdbm file containing a label->tex file hash.
 2467: </description>
 2468: <status>works/unverified</status>
 2469: </file>
 2470: <file>
 2471: <source>loncom/interface/lonstatistics.pm</source>
 2472: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
 2473: <categoryname>handler</categoryname>
 2474: <description>
 2475: Handler to show statistics on solving LON-CAPA problems.
 2476: </description>
 2477: <status>works/unverified</status>
 2478: </file>
 2479: <file>
 2480: <source>loncom/interface/statistics/lonstathelpers.pm</source>
 2481: <target dist='default'>home/httpd/lib/perl/Apache/lonstathelpers.pm</target>
 2482: <categoryname>module</categoryname>
 2483: <description>
 2484: Utility module for statistics and data mining.
 2485: </description>
 2486: <status>works/unverified</status>
 2487: </file>
 2488: <file>
 2489: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
 2490: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
 2491: </target>
 2492: <categoryname>handler</categoryname>
 2493: <description>
 2494: The module that generate the html for the Problem Statistics web pages.
 2495: </description>
 2496: </file>
 2497: <file>
 2498: <source>loncom/interface/statistics/lonstudentsubmissions.pm</source>
 2499: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentsubmissions.pm
 2500: </target>
 2501: <categoryname>handler</categoryname>
 2502: <description>
 2503: Generates excel file containing student submissions and correct answers.
 2504: </description>
 2505: </file>
 2506: <file>
 2507: <source>loncom/interface/statistics/loncorrectproblemplot.pm</source>
 2508: <target dist='default'>home/httpd/lib/perl/Apache/loncorrectproblemplot.pm
 2509: </target>
 2510: <categoryname>handler</categoryname>
 2511: <description>
 2512: The module that generate the html for the correct problems plot web pages.
 2513: </description>
 2514: <status>works/unverified</status>
 2515: </file>
 2516: <file>
 2517: <source>loncom/interface/statistics/lonpercentage.pm</source>
 2518: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
 2519: </target>
 2520: <categoryname>handler</categoryname>
 2521: <description>
 2522: The module that generate the html for the Percentage graph web pages.
 2523: </description>
 2524: <status>works/unverified</status>
 2525: </file>
 2526: <file>
 2527: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
 2528: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
 2529: </target>
 2530: <categoryname>handler</categoryname>
 2531: <description>
 2532: This module provides detailed analysis and raw data for submissions of various problem types.
 2533: </description>
 2534: <status>works/unverified</status>
 2535: </file>
 2536: <file>
 2537: <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
 2538: <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
 2539: </target>
 2540: <categoryname>handler</categoryname>
 2541: <description>
 2542: This module produces plots of the times of students attempts on an assessment.
 2543: </description>
 2544: <status>works/unverified</status>
 2545: </file>
 2546: <file>
 2547: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
 2548: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
 2549: </target>
 2550: <categoryname>handler</categoryname>
 2551: <description>
 2552: The module that generate the html for the Student Assessment/Chart web pages.
 2553: </description>
 2554: <status>works/unverified</status>
 2555: </file>
 2556: <file>
 2557: <source>loncom/publisher/londiff.pm</source>
 2558: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
 2559: <categoryname>handler</categoryname>
 2560: <description>
 2561: Handler to show difference between two files.
 2562: </description>
 2563: <status>works/unverified</status>
 2564: </file>
 2565: <file>
 2566: <source>loncom/publisher/lonrights.pm</source>
 2567: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
 2568: <categoryname>handler</categoryname>
 2569: <description>
 2570: Handler to show and edit custom distribution rights
 2571: </description>
 2572: <status>works/unverified</status>
 2573: </file>
 2574: <file>
 2575: <source>loncom/publisher/lonupload.pm</source>
 2576: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
 2577: <categoryname>handler</categoryname>
 2578: <description>
 2579: Handler to upload files through browser into construction space.
 2580: </description>
 2581: <status>works/unverified</status>
 2582: </file>
 2583: <file>
 2584: <source>doc/man/Apache__lonupload.3</source>
 2585: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
 2586: <categoryname>doc</categoryname>
 2587: <description>man page for lonupload.pm</description>
 2588: <build trigger='always run'>
 2589: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
 2590: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
 2591: </build>
 2592: <status>works/unverified</status>
 2593: <dependencies>
 2594: ../../loncom/publisher/lonupload.pm
 2595: </dependencies>
 2596: </file>
 2597: <file>
 2598: <source>doc/lib/perl/Apache/lonupload.html</source>
 2599: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
 2600: </target>
 2601: <categoryname>doc</categoryname>
 2602: <description>POD-derived page for lonupload.pm</description>
 2603: <build trigger='always run'>
 2604: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
 2605: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
 2606: echo 'pod2html lonupload.pm'
 2607: </build>
 2608: <status>works/unverified</status>
 2609: <dependencies>
 2610: ../../loncom/publisher/lonupload.pm
 2611: </dependencies>
 2612: </file>
 2613: <file>
 2614: <source>loncom/homework/essayresponse.pm</source>
 2615: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
 2616: <categoryname>handler</categoryname>
 2617: <description>
 2618: Handler to evaluate essay (ungraded) style responses.
 2619: </description>
 2620: <status>works/unverified</status>
 2621: </file>
 2622: <file>
 2623: <source>loncom/homework/externalresponse.pm</source>
 2624: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
 2625: <categoryname>handler</categoryname>
 2626: <description>
 2627: Handler to evaluate externally graded responses.
 2628: </description>
 2629: <status>works/unverified</status>
 2630: </file>
 2631: <file>
 2632: <source>loncom/homework/loncapagrade.pm</source>
 2633: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
 2634: <categoryname>handler</categoryname>
 2635: <description>
 2636: Holds results and defines
 2637: tag handlers needed by externalresponse.pm
 2638: </description>
 2639: <status>works/unverified</status>
 2640: </file>
 2641: <file>
 2642: <source>loncom/publisher/lonpubdir.pm</source>
 2643: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
 2644: <categoryname>handler</categoryname>
 2645: <description>
 2646: Handler to publish directories.
 2647: </description>
 2648: </file>
 2649: <file>
 2650: <source>loncom/publisher/lonunauthorized.pm</source>
 2651: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
 2652: <categoryname>handler</categoryname>
 2653: <description>
 2654: Handler to explain failed contruction space access.
 2655: </description>
 2656: </file>
 2657: <file>
 2658: <source>doc/man/Apache__lonpubdir.3</source>
 2659: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
 2660: <categoryname>doc</categoryname>
 2661: <description>man page for lonpubdir.pm</description>
 2662: <build trigger='always run'>
 2663: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
 2664: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
 2665: </build>
 2666: <status>works/unverified</status>
 2667: <dependencies>
 2668: ../../loncom/lonnet/perl/lonnet.pm
 2669: </dependencies>
 2670: </file>
 2671: <file>
 2672: <source>doc/lib/perl/Apache/lonpubdir.html</source>
 2673: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
 2674: </target>
 2675: <categoryname>doc</categoryname>
 2676: <description>POD-derived page for lonpubdir.pm</description>
 2677: <build trigger='always run'>
 2678: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
 2679: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
 2680: echo 'pod2html lonpubdir.pm'
 2681: </build>
 2682: <status>works/unverified</status>
 2683: <dependencies>
 2684: ../../loncom/publisher/lonpubdir.pm
 2685: </dependencies>
 2686: </file>
 2687: <file>
 2688: <source>loncom/publisher/lonretrieve.pm</source>
 2689: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
 2690: <categoryname>handler</categoryname>
 2691: <description>
 2692: Handler to retrieve old versions from resource space.
 2693: </description>
 2694: <status>works/unverified</status>
 2695: </file>
 2696: <file>
 2697: <source>doc/man/Apache__lonretrieve.3</source>
 2698: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
 2699: <categoryname>doc</categoryname>
 2700: <description>man page for lonretrieve.pm</description>
 2701: <build trigger='always run'>
 2702: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
 2703: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
 2704: </build>
 2705: <status>works/unverified</status>
 2706: <dependencies>
 2707: ../../loncom/publisher/lonretrieve.pm
 2708: </dependencies>
 2709: </file>
 2710: <file>
 2711: <source>doc/lib/perl/Apache/lonretrieve.html</source>
 2712: <target dist='default'>
 2713: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
 2714: </target>
 2715: <categoryname>doc</categoryname>
 2716: <description>POD-derived page for lonretrieve.pm</description>
 2717: <build trigger='always run'>
 2718: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
 2719: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
 2720: echo 'pod2html lonretrieve.pm'
 2721: </build>
 2722: <status>works/unverified</status>
 2723: <dependencies>
 2724: ../../loncom/publisher/lonretrieve.pm
 2725: </dependencies>
 2726: </file>
 2727: <file>
 2728: <source>loncom/homework/edit.pm</source>
 2729: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
 2730: <categoryname>handler</categoryname>
 2731: <description>
 2732: Helper functions when in homework edit mode.
 2733: </description>
 2734: </file>
 2735: <file>
 2736: <source>doc/man/Apache__edit.3</source>
 2737: <target dist='default'>usr/man/man3/Apache::edit.3</target>
 2738: <categoryname>doc</categoryname>
 2739: <description>man page for edit.pm</description>
 2740: <build trigger='always run'>
 2741: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
 2742: echo 'manifying edit.pm'
 2743: </build>
 2744: <status>works/unverified</status>
 2745: <dependencies>
 2746: ../../loncom/homework/edit.pm
 2747: </dependencies>
 2748: </file>
 2749: <file>
 2750: <source>doc/lib/perl/Apache/edit.html</source>
 2751: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
 2752: </target>
 2753: <categoryname>doc</categoryname>
 2754: <description>POD-derived page for edit.pm</description>
 2755: <build trigger='always run'>
 2756: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
 2757: ../../doc/lib/perl/Apache/edit.html \
 2758: &amp;&amp; echo 'pod2html edit.pm'
 2759: </build>
 2760: <status>works/unverified</status>
 2761: <dependencies>
 2762: ../../loncom/homework/edit.pm
 2763: </dependencies>
 2764: </file>
 2765: <file>
 2766: <source>loncom/interface/lonmeta.pm</source>
 2767: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
 2768: <categoryname>handler</categoryname>
 2769: <description>Metadata display handler.</description>
 2770: <status>works/unverified</status>
 2771: </file>
 2772: <file>
 2773: <source>rat/lonambiguous.pm</source>
 2774: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
 2775: <categoryname>handler</categoryname>
 2776: <description>
 2777: Handler to resolve ambiguous file locations.
 2778: </description>
 2779: <status>works/unverified</status>
 2780: </file>
 2781: <file>
 2782: <source>rat/lonratparms.pm</source>
 2783: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
 2784: <categoryname>handler</categoryname>
 2785: <description>
 2786: Handler to set resource parameters inside of the RAT based on metadata.
 2787: </description>
 2788: <status>works/unverified</status>
 2789: </file>
 2790: <file>
 2791: <source>rat/lonsequence.pm</source>
 2792: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
 2793: <categoryname>handler</categoryname>
 2794: <description>
 2795: Handler for showing sequence objects of educational resources.
 2796: </description>
 2797: <status>works/unverified</status>
 2798: </file>
 2799: <file>
 2800: <source>loncom/interface/loncreatecourse.pm</source>
 2801: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
 2802: <categoryname>handler</categoryname>
 2803: <description>
 2804: Allows domain coordinators to create new courses and assign course
 2805: coordinators.
 2806: </description>
 2807: <status>works/unverified</status>
 2808: </file>
 2809: <file>
 2810: <source>loncom/interface/loncreateuser.pm</source>
 2811: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
 2812: <categoryname>handler</categoryname>
 2813: <description>
 2814: Allows users to within their own privileges create/edit users and give
 2815: them roles. 
 2816: </description>
 2817: <status>works/unverified</status>
 2818: </file>
 2819: <file>
 2820: <source>loncom/interface/lonhtmlcommon.pm</source>
 2821: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
 2822: <categoryname>handler</categoryname>
 2823: <description>
 2824: Contains a set of functions that generate html controls and data layouts
 2825: </description>
 2826: </file>
 2827: <file>
 2828: <source>loncom/localize/lonlocal.pm</source>
 2829: <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
 2830: <categoryname>handler</categoryname>
 2831: <description>
 2832: Contains the &mt access function to Locale::Maketext
 2833: </description>
 2834: </file>
 2835: <file>
 2836: <source>loncom/localize/localize.pm</source>
 2837: <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
 2838: <categoryname>handler</categoryname>
 2839: <description>
 2840: Localization class for Locale::Maketext
 2841: </description>
 2842: </file>
 2843: <fileglob>
 2844: <glob>*.pm</glob>
 2845: <sourcedir>loncom/localize/localize/</sourcedir>
 2846: <targetdir dist='default'>
 2847: home/httpd/lib/perl/Apache/localize/</targetdir>
 2848: <categoryname>static conf</categoryname>
 2849: <description>
 2850: Translation files.
 2851: </description>
 2852: <filenames>
 2853: de.pm;
 2854: pt.pm;
 2855: fr.pm;
 2856: ja.pm;
 2857: tr.pm;
 2858: ru.pm;
 2859: fa.pm;
 2860: ar.pm;
 2861: es.pm;
 2862: </filenames>
 2863: </fileglob>
 2864: <file>
 2865: <source>loncom/interface/loncoursedata.pm</source>
 2866: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
 2867: <categoryname>handler</categoryname>
 2868: <description>
 2869: Common functions for handling student course data (download and process)
 2870: </description>
 2871: </file>
 2872: <file>
 2873: <source>loncom/interface/loncommon.pm</source>
 2874: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
 2875: <categoryname>handler</categoryname>
 2876: <description>
 2877: Makes a table out of the previous attempts.  Inputs result_from_symbread,
 2878: user, domain, home_server, course_id.
 2879: </description>
 2880: <status>works/unverified</status>
 2881: </file>
 2882: <file>
 2883: <source>doc/man/Apache__loncommon.3</source>
 2884: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
 2885: <categoryname>doc</categoryname>
 2886: <description>man page for loncommon.pm</description>
 2887: <build trigger='always run'>
 2888: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
 2889: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
 2890: </build>
 2891: <status>works/unverified</status>
 2892: <dependencies>
 2893: ../../loncom/interface/loncommon.pm
 2894: </dependencies>
 2895: </file>
 2896: <file>
 2897: <source>doc/lib/perl/Apache/loncommon.html</source>
 2898: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
 2899: </target>
 2900: <categoryname>doc</categoryname>
 2901: <description>POD-derived page for loncommon.pm</description>
 2902: <build trigger='always run'>
 2903: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
 2904: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
 2905: echo 'pod2html loncommon.pm'
 2906: </build>
 2907: <status>works/unverified</status>
 2908: <dependencies>
 2909: ../../loncom/interface/loncommon.pm
 2910: </dependencies>
 2911: </file>
 2912: <file>
 2913: <source>loncom/homework/grades.pm</source>
 2914: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
 2915: <categoryname>handler</categoryname>
 2916: <description>Handles the viewing of grades.</description>
 2917: </file>
 2918: <file>
 2919: <source>loncom/homework/imageresponse.pm</source>
 2920: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
 2921: <categoryname>handler</categoryname>
 2922: <description>
 2923: Coordinates the response to clicking an image.
 2924: </description>
 2925: <status>works/unverified</status>
 2926: </file>
 2927: <file>
 2928: <source>loncom/homework/optionresponse.pm</source>
 2929: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
 2930: <categoryname>handler</categoryname>
 2931: <description>
 2932: Handles tags associated with showing a list of options.</description>
 2933: </file>
 2934: <file>
 2935: <source>loncom/homework/outputtags.pm</source>
 2936: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
 2937: <categoryname>handler</categoryname>
 2938: <description>
 2939: Handles tags associated with output.  Seems to relate to due dates of the
 2940: assignment.
 2941: </description>
 2942: <status>works/unverified</status>
 2943: </file>
 2944: 
 2945: <file>
 2946:   <source>loncom/homework/chemresponse.pm</source>
 2947:   <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
 2948:   <categoryname>handler</categoryname>
 2949:   <description>
 2950:     Handle the tags organicresponse/structure and reationresponse
 2951:   </description>
 2952:   <status>works/unverified</status>
 2953: </file>
 2954: 
 2955: <fileglob>
 2956:   <glob>*.*</glob>
 2957:   <sourcedir>loncom/html/adm/jme/</sourcedir>
 2958:   <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
 2959:   <categoryname>interface file</categoryname>
 2960:   <description>
 2961:     JME files, for editing organic structures
 2962:   </description>
 2963:   <filenames>
 2964: JME.jar;
 2965: jme.gif;
 2966: jme_help.html;
 2967: nitro.gif;
 2968: smiles.gif
 2969:   </filenames>
 2970: </fileglob>
 2971: 
 2972: <file>
 2973:   <source>loncom/homework/convertjme.pl</source>
 2974:   <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
 2975:   <categoryname>script</categoryname>
 2976:   <description>
 2977:     Dynamically converts JME strings into either a png or ps file.
 2978:   </description>
 2979: </file>
 2980: 
 2981: <file>
 2982: <source>loncom/interface/lontest.pm</source>
 2983: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
 2984: <categoryname>handler</categoryname>
 2985: <description>
 2986: Used for debugging and testing the LON-CAPA system.
 2987: </description>
 2988: <status>works/unverified</status>
 2989: </file>
 2990: <file>
 2991: <source>loncom/homework/radiobuttonresponse.pm</source>
 2992: <target dist='default'>
 2993: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
 2994: <categoryname>handler</categoryname>
 2995: <description>
 2996: Handles multiple-choice style responses.
 2997: </description>
 2998: <status>works/unverified</status>
 2999: </file>
 3000: <file>
 3001: <source>loncom/interface/lonassignments.pm</source>
 3002: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
 3003: <categoryname>handler</categoryname>
 3004: <description>
 3005: Handles processing of assignments.
 3006: </description>
 3007: <status>works/unverified</status>
 3008: </file>
 3009: <file>
 3010: <source>loncom/interface/loncommunicate.pm</source>
 3011: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
 3012: <categoryname>handler</categoryname>
 3013: <description>
 3014: Will be the access handler to email sending, as well as the planned
 3015: chatrooms, etc.
 3016: </description>
 3017: <status>works/unverified</status>
 3018: </file>
 3019: <file>
 3020: <source>loncom/interface/lonerrorhandler.pm</source>
 3021: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
 3022: <categoryname>handler</categoryname>
 3023: <description>
 3024: Handles errors.
 3025: </description>
 3026: <status>works/unverified</status>
 3027: </file>
 3028: <file>
 3029: <source>loncom/interface/lonevaluate.pm</source>
 3030: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
 3031: <categoryname>handler</categoryname>
 3032: <description>
 3033: Handles evaluation.
 3034: </description>
 3035: <status>works/unverified</status>
 3036: </file>
 3037: <file>
 3038: <source>loncom/interface/lonfeedback.pm</source>
 3039: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
 3040: <categoryname>handler</categoryname>
 3041: <description>
 3042: Handles feedback from students to instructors and system administrators.
 3043: Provides a screenshot of the current
 3044: resource, as well as previous attempts if the resource was a homework.
 3045: Used by lonmsg.pm.
 3046: </description>
 3047: <status>works/unverified</status>
 3048: </file>
 3049: <file>
 3050: <source>loncom/interface/lonnavmaps.pm</source>
 3051: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
 3052: <categoryname>handler</categoryname>
 3053: <description>
 3054: Handles navigational maps.
 3055: </description>
 3056: <status>works/unverified</status>
 3057: </file>
 3058: <file>
 3059: <source>doc/man/Apache__lonnavmaps.3</source>
 3060: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
 3061: <categoryname>doc</categoryname>
 3062: <description>man page for lonnavmaps.pm</description>
 3063: <build trigger='always run'>
 3064: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm &gt; \
 3065: ../../doc/man/Apache__lonnavmaps.3 &amp;&amp; echo 'manifying lonnavmaps.pm'
 3066: </build>
 3067: <status>works/unverified</status>
 3068: <dependencies>
 3069: ../../loncom/interface/lonnavmaps.pm
 3070: </dependencies>
 3071: </file>
 3072: <file>
 3073: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
 3074: <target dist='default'>
 3075: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
 3076: </target>
 3077: <categoryname>doc</categoryname>
 3078: <description>POD-derived page for lonnavmaps.pm</description>
 3079: <build trigger='always run'>
 3080: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm &gt; \
 3081: ../../doc/lib/perl/Apache/lonnavmaps.html &amp;&amp; \
 3082: echo 'pod2html lonnavmaps.pm'
 3083: </build>
 3084: <status>works/unverified</status>
 3085: <dependencies>
 3086: ../../loncom/interface/lonnavmaps.pm
 3087: </dependencies>
 3088: </file>
 3089: <file>
 3090: <source>loncom/interface/lonhelper.pm</source>
 3091: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
 3092: <categoryname>handler</categoryname>
 3093: <description>
 3094: Helper framework.
 3095: </description>
 3096: <status>works/unverified</status>
 3097: </file>
 3098: <file>
 3099: <source>loncom/html/adm/helper/parameter.helper</source>
 3100: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
 3101: <categoryname>handler</categoryname>
 3102: <description>
 3103: Parameter setting helper.
 3104: </description>
 3105: <status>works/unverified</status>
 3106: </file>
 3107: <file>
 3108: <source>loncom/html/adm/helper/course.initialization.helper</source>
 3109: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
 3110: <categoryname>handler</categoryname>
 3111: <description>
 3112: Course initialization helper.
 3113: </description>
 3114: <status>works/unverified</status>
 3115: </file>
 3116: <file>
 3117: <source>loncom/interface/lonquickgrades.pm</source>
 3118: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
 3119: <categoryname>handler</categoryname>
 3120: <description>
 3121: Student quick grades interface.
 3122: </description>
 3123: <status>works/unverified</status>
 3124: </file>
 3125: <file>
 3126: <source>loncom/interface/lonpreferences.pm</source>
 3127: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
 3128: <categoryname>handler</categoryname>
 3129: <description>
 3130: Handles user preferences associated with customizing the online LON-CAPA
 3131: educational environment.
 3132: </description>
 3133: <status>works/unverified</status>
 3134: </file>
 3135: <file>
 3136: <source>loncom/interface/lonprintout.pm</source>
 3137: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
 3138: <categoryname>handler</categoryname>
 3139: <description>
 3140: Handles the production of printable files and resources.
 3141: </description>
 3142: <status>works/unverified</status>
 3143: </file>
 3144: <file>
 3145:   <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
 3146:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
 3147:   <categoryname>system file</categoryname>
 3148:   <description>
 3149:       Provides a common interface to LON-CAPA metadata.
 3150:   </description>
 3151: </file>
 3152: <file>
 3153: <source>loncom/interface/lonsearchcat.pm</source>
 3154: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
 3155: <categoryname>handler</categoryname>
 3156: <description>
 3157: Handles a searchable catalogue.
 3158: </description>
 3159: <status>works/unverified</status>
 3160: </file>
 3161: <file>
 3162: <source>loncom/interface/lonmysql.pm</source>
 3163: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
 3164: <categoryname>handler</categoryname>
 3165: <description>
 3166: Provides utility functions for creating and accessing mysql database tables.
 3167: </description>
 3168: <status>works/unverified</status>
 3169: </file>
 3170: <file>
 3171: <source>doc/man/Apache__lonsearchcat.3</source>
 3172: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
 3173: <categoryname>doc</categoryname>
 3174: <description>man page for lonsearchcat.pm</description>
 3175: <build trigger='always run'>
 3176: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
 3177: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
 3178: </build>
 3179: <status>works/unverified</status>
 3180: <dependencies>
 3181: ../../loncom/interface/lonsearchcat.pm
 3182: </dependencies>
 3183: </file>
 3184: <file>
 3185: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
 3186: <target dist='default'>
 3187: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
 3188: </target>
 3189: <categoryname>doc</categoryname>
 3190: <description>POD-derived page for lonsearchcat.pm</description>
 3191: <build trigger='always run'>
 3192: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
 3193: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
 3194: echo 'pod2html lonsearchcat.pm'
 3195: </build>
 3196: <status>works/unverified</status>
 3197: <dependencies>
 3198: ../../loncom/interface/lonsearchcat.pm
 3199: </dependencies>
 3200: </file>
 3201: <file>
 3202: <source>loncom/interface/lonmanagekeys.pm</source>
 3203: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
 3204: <categoryname>handler</categoryname>
 3205: <description>
 3206: Allows users with "mky" privileges to generate and manage course access keys.
 3207: </description>
 3208: <status>works/unverified</status>
 3209: </file>
 3210: <file>
 3211: <source>loncom/interface/londropadd.pm</source>
 3212: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
 3213: <categoryname>handler</categoryname>
 3214: <description>
 3215: Allows course coordinators to upload courselists in different formats, and
 3216: automatically create users (if they do not exist already), assign them the
 3217: role of student in a course, and add them to the classlist.
 3218: </description>
 3219: <status>works/unverified</status>
 3220: </file>
 3221: <file>
 3222: <source>loncom/interface/lonmsg.pm</source>
 3223: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
 3224: <categoryname>handler</categoryname>
 3225: <description>
 3226: lonmsg.pm has several functions to send and receive internal messages.
 3227: author_res_msg - send message to resource author.
 3228: user_crit_msg - send a critical message to a user. A critical message
 3229: will require acknowledgment by the recipient and the sender will be notified.
 3230: user_crit_received - routine to trigger acknowledgment.
 3231: statuschange - change the status of a message (read, replied, forwarded, etc).
 3232: The handler also displays messages, has routines to reply, etc.
 3233: </description>
 3234: <status>works/unverified</status>
 3235: </file>
 3236: <file>
 3237: <source>loncom/homework/hint.pm</source>
 3238: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
 3239: <categoryname>handler</categoryname>
 3240: <description>
 3241: This handler coordinates the delivery of hints to students working on LON-CAPA
 3242: problems and assignments.
 3243: </description>
 3244: <status>works/unverified</status>
 3245: </file>
 3246: <file>
 3247: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
 3248: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
 3249: <categoryname>handler</categoryname>
 3250: <description>
 3251: The top level interface for the display and editing of spreadsheets.  There
 3252: are three levels of spreadsheet.
 3253: </description>
 3254: <status>works/unverified</status>
 3255: </file>
 3256: <file>
 3257: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
 3258: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
 3259: <categoryname>handler</categoryname>
 3260: <description>
 3261: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
 3262: assesscalc).
 3263: </description>
 3264: <status>works/unverified</status>
 3265: </file>
 3266: <file>
 3267: <source>loncom/interface/spreadsheet/classcalc.pm</source>
 3268: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
 3269: <categoryname>handler</categoryname>
 3270: <description>
 3271: Defines the specifics of the course level spreadsheet.
 3272: </description>
 3273: <status>works/unverified</status>
 3274: </file>
 3275: <file>
 3276: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
 3277: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
 3278: <categoryname>handler</categoryname>
 3279: <description>
 3280: Defines the specifics of the student level spreadsheet.
 3281: </description>
 3282: <status>works/unverified</status>
 3283: </file>
 3284: <file>
 3285: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
 3286: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
 3287: <categoryname>handler</categoryname>
 3288: <description>
 3289: Defines the specifics of the assessment level spreadsheet.
 3290: </description>
 3291: <status>works/unverified</status>
 3292: </file>
 3293: <file>
 3294: <source>loncom/interface/lonparmset.pm</source>
 3295: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
 3296: <categoryname>handler</categoryname>
 3297: <description>
 3298: Handler to resolve ambiguous file locations
 3299: </description>
 3300: <status>works/unverified</status>
 3301: </file>
 3302: <file>
 3303: <source>doc/man/Apache__lonparmset.3</source>
 3304: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
 3305: <categoryname>doc</categoryname>
 3306: <description>man page for lonparmset.pm</description>
 3307: <build trigger='always run'>
 3308: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
 3309: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
 3310: </build>
 3311: <status>works/unverified</status>
 3312: <dependencies>
 3313: ../../loncom/interface/lonparmset.pm
 3314: </dependencies>
 3315: </file>
 3316: <file>
 3317: <source>doc/lib/perl/Apache/lonparmset.html</source>
 3318: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
 3319: </target>
 3320: <categoryname>doc</categoryname>
 3321: <description>POD-derived page for lonparmset.pm</description>
 3322: <build trigger='always run'>
 3323: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
 3324: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
 3325: echo 'pod2html lonparmset.pm'
 3326: </build>
 3327: <status>works/unverified</status>
 3328: <dependencies>
 3329: ../../loncom/interface/lonparmset.pm
 3330: </dependencies>
 3331: </file>
 3332: <file>
 3333: <source>loncom/publisher/lonconstruct.pm</source>
 3334: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
 3335: <categoryname>handler</categoryname>
 3336: <description>
 3337: Page wrapper for handling construction space.
 3338: </description>
 3339: <status>works/unverified</status>
 3340: </file>
 3341: <file>
 3342: <source>loncom/publisher/lonpublisher.pm</source>
 3343: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
 3344: <categoryname>handler</categoryname>
 3345: <description>
 3346: Publishes an LON-CAPA educational resource complete with metadata
 3347: (authorship, language, copyright, creation date, etc).
 3348: </description>
 3349: <status>works/unverified</status>
 3350: </file>
 3351: <file>
 3352: <source>doc/man/Apache__lonpublisher.3</source>
 3353: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
 3354: <categoryname>doc</categoryname>
 3355: <description>man page for lonpublisher.pm</description>
 3356: <build trigger='always run'>
 3357: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
 3358: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
 3359: </build>
 3360: <status>works/unverified</status>
 3361: <dependencies>
 3362: ../../loncom/publisher/lonpublisher.pm
 3363: </dependencies>
 3364: </file>
 3365: <file>
 3366: <source>doc/lib/perl/Apache/lonpublisher.html</source>
 3367: <target dist='default'>
 3368: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
 3369: </target>
 3370: <categoryname>doc</categoryname>
 3371: <description>POD-derived page for lonpublisher.pm</description>
 3372: <build trigger='always run'>
 3373: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
 3374: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
 3375: echo 'pod2html lonpublisher.pm'
 3376: </build>
 3377: <status>works/unverified</status>
 3378: <dependencies>
 3379: ../../loncom/publisher/lonpublisher.pm
 3380: </dependencies>
 3381: </file>
 3382: <file>
 3383: <source>loncom/interface/lonmenu.pm</source>
 3384: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
 3385: <categoryname>handler</categoryname>
 3386: <description>
 3387: Has routines which control the remote control.
 3388: </description>
 3389: <status>works/unverified</status>
 3390: </file>
 3391: <file>
 3392: <source>loncom/interface/lonremote.pm</source>
 3393: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
 3394: <categoryname>handler</categoryname>
 3395: <description>
 3396: Handler to lauch and collapse the remote control.
 3397: </description>
 3398: <status>works/unverified</status>
 3399: </file>
 3400: <file>
 3401: <source>rat/lonpageflip.pm</source>
 3402: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
 3403: <categoryname>handler</categoryname>
 3404: <description>Deals with forward, backward, and other page flips.</description>
 3405: <status>works/unverified</status>
 3406: </file>
 3407: <file>
 3408: <source>rat/lonratedt.pm</source>
 3409: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
 3410: <categoryname>handler</categoryname>
 3411: <description>
 3412: Builds up frame set and loads in the right thing.
 3413: </description>
 3414: <status>works/unverified</status>
 3415: </file>
 3416: <file>
 3417: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
 3418: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
 3419: <categoryname>handler</categoryname>
 3420: <description>
 3421: Homework remote control.
 3422: </description>
 3423: <status>works/unverified</status>
 3424: </file>
 3425: <file>
 3426: <source>loncom/html/res/adm/pages/chatroom.html</source>
 3427: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
 3428: <categoryname>handler</categoryname>
 3429: <description>
 3430: Establishes frameset for chatroom
 3431: </description>
 3432: <status>works/unverified</status>
 3433: </file>
 3434: <file>
 3435: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
 3436: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
 3437: <categoryname>handler</categoryname>
 3438: <description>
 3439: This will take annotations and then plug them into a page.
 3440: </description>
 3441: <status>works/unverified</status>
 3442: </file>
 3443: <file>
 3444: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
 3445: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
 3446: <categoryname>handler</categoryname>
 3447: <description>
 3448: This will take bookmarks and get/write/display them for the LON-CAPA user
 3449: interface.
 3450: </description>
 3451: <status>works/unverified</status>
 3452: </file>
 3453: <file>
 3454: <source>rat/lonratsrv.pm</source>
 3455: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
 3456: <categoryname>handler</categoryname>
 3457: <description>
 3458: Handler that takes output from RAT and stores it on disk.  Handles the upper
 3459: hidden frame of the added window that comes up in RAT.   (3 frames come up in
 3460: RAT server, code, and output.  This module handles server connection.)
 3461: </description>
 3462: <status>works/unverified</status>
 3463: </file>
 3464: <file>
 3465: <source>rat/lonpage.pm</source>
 3466: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
 3467: <categoryname>handler</categoryname>
 3468: <description>
 3469: bundles pages into one page
 3470: </description>
 3471: <status>works/unverified</status>
 3472: </file>
 3473: <file>
 3474: <source>doc/man/Apache__lonpage.3</source>
 3475: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
 3476: <categoryname>doc</categoryname>
 3477: <description>man page for lonpage.pm</description>
 3478: <build trigger='always run'>
 3479: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
 3480: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
 3481: </build>
 3482: <status>works/unverified</status>
 3483: <dependencies>
 3484: ../../rat/lonpage.pm
 3485: </dependencies>
 3486: </file>
 3487: <file>
 3488: <source>doc/lib/perl/Apache/lonpage.html</source>
 3489: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
 3490: </target>
 3491: <categoryname>doc</categoryname>
 3492: <description>POD-derived page for lonnet.pm</description>
 3493: <build trigger='always run'>
 3494: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
 3495: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
 3496: </build>
 3497: <status>works/unverified</status>
 3498: <dependencies>
 3499: ../../rat/lonpage.pm
 3500: </dependencies>
 3501: </file>
 3502: <file>
 3503: <source>rat/lonuserstate.pm</source>
 3504: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
 3505: <categoryname>handler</categoryname>
 3506: <description>
 3507: compile course into binary data structure
 3508: </description>
 3509: <status>works/unverified</status>
 3510: </file>
 3511: <file>
 3512: <source>doc/man/Apache__lonuserstate.3</source>
 3513: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
 3514: <categoryname>doc</categoryname>
 3515: <description>man page for lonnet.pm</description>
 3516: <build trigger='always run'>
 3517: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
 3518: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
 3519: </build>
 3520: <status>works/unverified</status>
 3521: <dependencies>
 3522: ../../rat/lonuserstate.pm
 3523: </dependencies>
 3524: </file>
 3525: <file>
 3526: <source>doc/lib/perl/Apache/lonuserstate.html</source>
 3527: <target dist='default'>
 3528: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
 3529: </target>
 3530: <categoryname>doc</categoryname>
 3531: <description>POD-derived page for lonuserstate.pm</description>
 3532: <build trigger='always run'>
 3533: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
 3534: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
 3535: echo 'pod2html lonuserstate.pm'
 3536: </build>
 3537: <status>works/unverified</status>
 3538: <dependencies>
 3539: ../../rat/lonuserstate.pm
 3540: </dependencies>
 3541: </file>
 3542: <file>
 3543: <source>loncom/xml/lontex.pm</source>
 3544: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
 3545: <categoryname>handler</categoryname>
 3546: <description>
 3547: Handler for tex files
 3548: </description>
 3549: <status>works/unverified</status>
 3550: </file>
 3551: <file>
 3552: <source>loncom/xml/lontexconvert.pm</source>
 3553: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
 3554: <categoryname>handler</categoryname>
 3555: <description>
 3556: Access to tth/ttm
 3557: </description>
 3558: <status>works/unverified</status>
 3559: </file>
 3560: <file>
 3561: <source>loncom/xml/lonxml.pm</source>
 3562: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
 3563: <categoryname>handler</categoryname>
 3564: <description>
 3565: XML Parsing Module
 3566: </description>
 3567: <status>works/unverified</status>
 3568: </file>
 3569: <file>
 3570: <source>loncom/xml/lonplot.pm</source>
 3571: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
 3572: <categoryname>handler</categoryname>
 3573: <description>
 3574: XML-based plotter of graphs
 3575: </description>
 3576: <status>works/unverified</status>
 3577: </file>
 3578: <file>
 3579: <source>loncom/xml/style.pm</source>
 3580: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
 3581: <categoryname>handler</categoryname>
 3582: <description>
 3583: Style Parsing Module
 3584: </description>
 3585: <status>works/unverified</status>
 3586: </file>
 3587: <file>
 3588: <source>loncom/xml/londefdef.pm</source>
 3589: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
 3590: <categoryname>handler</categoryname>
 3591: <description>
 3592: Tags Default Definition Module
 3593: </description>
 3594: <status>works/unverified</status>
 3595: </file>
 3596: <file>
 3597: <source>loncom/xml/run.pm</source>
 3598: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
 3599: <categoryname>handler</categoryname>
 3600: <description>
 3601: used to prevent poorly written problems from causing lingering after effects
 3602: </description>
 3603: <status>works/unverified</status>
 3604: </file>
 3605: <file>
 3606: <source>loncom/xml/scripttag.pm</source>
 3607: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
 3608: <categoryname>handler</categoryname>
 3609: <description>
 3610: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
 3611: &lt;import&gt;
 3612: </description>
 3613: <status>works/unverified</status>
 3614: </file>
 3615: <file>
 3616: <source>loncom/xml/languagetags.pm</source>
 3617: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
 3618: <categoryname>handler</categoryname>
 3619: <description>
 3620: implements &lt;mt&gt;
 3621: </description>
 3622: <status>works/unverified</status>
 3623: </file>
 3624: <file>
 3625: <source>loncom/homework/randomlylabel.pm</source>
 3626: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
 3627: <categoryname>handler</categoryname>
 3628: <description>
 3629: Handler for compositing images, and text together.
 3630: </description>
 3631: </file>
 3632: <file>
 3633: <source>loncom/homework/drawimage.pm</source>
 3634: <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
 3635: <categoryname>handler</categoryname>
 3636: <description>
 3637: Handler for programtically defining an image
 3638: </description>
 3639: </file>
 3640: <file>
 3641: <source>loncom/homework/imagechoice.pm</source>
 3642: <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
 3643: <categoryname>handler</categoryname>
 3644: <description>
 3645: Handler for picking out locations on an image.
 3646: </description>
 3647: </file>
 3648: <file>
 3649: <source>loncom/homework/rankresponse.pm</source>
 3650: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
 3651: <categoryname>handler</categoryname>
 3652: <description>
 3653: Handler for rankresponse
 3654: </description>
 3655: </file>
 3656: <file>
 3657: <source>loncom/homework/matchresponse.pm</source>
 3658: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
 3659: <categoryname>handler</categoryname>
 3660: <description>
 3661: Handler for matchresponse
 3662: </description>
 3663: </file>
 3664: <file>
 3665: <source>loncom/homework/randomlabel.pm</source>
 3666: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
 3667: <categoryname>handler</categoryname>
 3668: <description>
 3669: Interface for producing applet code which randomizes the labelling of an
 3670: image.
 3671: </description>
 3672: </file>
 3673: <file>
 3674: <source>loncom/homework/lonhomework.pm</source>
 3675: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
 3676: <categoryname>handler</categoryname>
 3677: <description>
 3678: handles requests for output, evaluation, and alteration of a homework resource
 3679: </description>
 3680: <status>works/unverified</status>
 3681: </file>
 3682: <file>
 3683: <source>loncom/homework/inputtags.pm</source>
 3684: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
 3685: <categoryname>handler</categoryname>
 3686: <description>
 3687: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
 3688: </description>
 3689: <status>works/unverified</status>
 3690: </file>
 3691: <file>
 3692: <source>loncom/homework/structuretags.pm</source>
 3693: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
 3694: <categoryname>handler</categoryname>
 3695: <description>
 3696: produces HTML tags necessary for structuring the presentation of homework
 3697: resources
 3698: </description>
 3699: <status>works/unverified</status>
 3700: </file>
 3701: <file>
 3702: <source>loncom/homework/response.pm</source>
 3703: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
 3704: <categoryname>handler</categoryname>
 3705: <description>
 3706: defines different types of responses given to student as well as syntax for
 3707: producing response values
 3708: </description>
 3709: <status>works/unverified</status>
 3710: </file>
 3711: <file>
 3712: <source>loncom/homework/caparesponse/caparesponse.pm</source>
 3713: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
 3714: <categoryname>handler</categoryname>
 3715: <description>
 3716: handles request to the CAPA homework processing engine
 3717: </description>
 3718: <status>works/unverified</status>
 3719: </file>
 3720: <file>
 3721: <source>loncom/xml/Safe.pm</source>
 3722: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
 3723: <categoryname>handler</categoryname>
 3724: <description>
 3725: Meant to safely substitute for CPAN version of Safe.
 3726: Allows for safely executing embedded perl comands in
 3727: a way that does not threaten the operating system.
 3728: </description>
 3729: <status>works/unverified</status>
 3730: </file>
 3731: <file>
 3732:   <source>loncom/auth/localauth.pm</source>
 3733:   <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
 3734:   <categoryname>handler</categoryname>
 3735:   <description>
 3736: Local authentication mechanism.  The target file is meant as a template
 3737: for a localauth.pm file.  The target file with the -std suffix is not
 3738: used directly by any software program; it is just a template file.
 3739:   </description>
 3740:   <status>works/unverified</status>
 3741: </file>
 3742: <file>
 3743:   <source>loncom/auth/localauth.pm</source>
 3744:   <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
 3745:   <categoryname>conf</categoryname>
 3746:   <description>
 3747: Local authentication mechanism.  
 3748:   </description>
 3749:   <status>works/unverified</status>
 3750: </file>
 3751: <file>
 3752: <source>loncom/auth/lonacc.pm</source>
 3753: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
 3754: <categoryname>handler</categoryname>
 3755: <description>
 3756: (This module, like loncacc.pm also authenticates with cookies.)  
 3757: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
 3758: functions (e.g. roles, logout, annotations, and bookmarks) as well
 3759: as coordinating access to educational resources.
 3760: </description>
 3761: <status>works/unverified</status>
 3762: </file>
 3763: <file>
 3764: <source>doc/man/Apache__lonacc.3</source>
 3765: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
 3766: <categoryname>doc</categoryname>
 3767: <description>man page for lonacc.pm</description>
 3768: <build trigger='always run'>
 3769: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
 3770: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
 3771: </build>
 3772: <status>works/unverified</status>
 3773: <dependencies>
 3774: ../../loncom/auth/lonacc.pm
 3775: </dependencies>
 3776: </file>
 3777: <file>
 3778: <source>doc/lib/perl/Apache/lonacc.html</source>
 3779: <target dist='default'>
 3780: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
 3781: <categoryname>doc</categoryname>
 3782: <description>POD-derived page for lonacc.pm</description>
 3783: <build trigger='always run'>
 3784: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
 3785: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
 3786: </build>
 3787: <status>works/unverified</status>
 3788: <dependencies>
 3789: ../../loncom/auth/lonacc.pm
 3790: </dependencies>
 3791: </file>
 3792: <file>
 3793: <source>loncom/auth/lonracc.pm</source>
 3794: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
 3795: <categoryname>handler</categoryname>
 3796: <description>
 3797: access handler for file transfers
 3798: </description>
 3799: <status>works/unverified</status>
 3800: </file>
 3801: <file>
 3802: <source>loncom/auth/lontokacc.pm</source>
 3803: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
 3804: <categoryname>handler</categoryname>
 3805: <description>
 3806: handler for inter-server transfer of token accessed files, includes
 3807: cleanup handler to remove file when successfully done
 3808: </description>
 3809: <status>works/unverified</status>
 3810: </file>
 3811: <file>
 3812: <source>loncom/auth/lonuploadedacc.pm</source>
 3813: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
 3814: <categoryname>handler</categoryname>
 3815: <description>
 3816: access handler for user uploaded files
 3817: </description>
 3818: <status>works/unverified</status>
 3819: </file>
 3820: <file>
 3821: <source>loncom/lontrans.pm</source>
 3822: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
 3823: <categoryname>handler</categoryname>
 3824: <description>
 3825: URI to filename translation
 3826: </description>
 3827: <status>works/unverified</status>
 3828: </file>
 3829: <file>
 3830: <source>loncom/lonenc.pm</source>
 3831: <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
 3832: <categoryname>handler</categoryname>
 3833: <description>
 3834: Encryption and decryption of URIs
 3835: </description>
 3836: <status>works/unverified</status>
 3837: </file>
 3838: <file>
 3839: <source>doc/man/Apache__lonracc.3</source>
 3840: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
 3841: <categoryname>doc</categoryname>
 3842: <description>man page for lonracc.pm</description>
 3843: <build trigger='always run'>
 3844: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
 3845: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
 3846: </build>
 3847: <status>works/unverified</status>
 3848: <dependencies>
 3849: ../../loncom/auth/lonracc.pm
 3850: </dependencies>
 3851: </file>
 3852: <file>
 3853: <source>doc/lib/perl/Apache/lonracc.html</source>
 3854: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
 3855: </target>
 3856: <categoryname>doc</categoryname>
 3857: <description>POD-derived page for lonracc.pm</description>
 3858: <build trigger='always run'>
 3859: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
 3860: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
 3861: </build>
 3862: <status>works/unverified</status>
 3863: <dependencies>
 3864: ../../loncom/auth/lonracc.pm
 3865: </dependencies>
 3866: </file>
 3867: <file>
 3868: <source>loncom/auth/loncacc.pm</source>
 3869: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
 3870: <categoryname>handler</categoryname>
 3871: <description>
 3872: This module provides access to an educational resource construction area.
 3873: This module is invoked by the URL-related pattern syntax
 3874: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
 3875: Authentication of user identity
 3876: is coordinated through cookies.  The abbreviation "cacc" corresponds
 3877: to "construction-space access").  If the cookie handle is invalid, then
 3878: this module returns a forbidden status and makes appropriate log entries.
 3879: If the cookie handle is valid, status is determined to be okay (and,
 3880: for the "priv"-type access, the resource is delivered by the
 3881: <tt>lonconstruct</tt> module).
 3882: </description>
 3883: <status>works/unverified</status>
 3884: </file>
 3885: <file>
 3886: <source>doc/man/Apache__loncacc.3</source>
 3887: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
 3888: <categoryname>doc</categoryname>
 3889: <description>man page for loncacc.pm</description>
 3890: <build trigger='always run'>
 3891: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
 3892: &amp;&amp; echo 'manifying loncacc.pm'
 3893: </build>
 3894: <status>works/unverified</status>
 3895: <dependencies>
 3896: ../../loncom/auth/loncacc.pm
 3897: </dependencies>
 3898: </file>
 3899: <file>
 3900: <source>doc/lib/perl/Apache/loncacc.html</source>
 3901: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
 3902: </target>
 3903: <categoryname>doc</categoryname>
 3904: <description>POD-derived page for loncacc.pm</description>
 3905: <build trigger='always run'>
 3906: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
 3907: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
 3908: </build>
 3909: <status>works/unverified</status>
 3910: <dependencies>
 3911: ../../loncom/auth/loncacc.pm
 3912: </dependencies>
 3913: </file>
 3914: <file>
 3915: <source>loncom/auth/lonauth.pm</source>
 3916: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
 3917: <categoryname>handler</categoryname>
 3918: <description>authenticate, set up session environment</description>
 3919: <status>works/unverified</status>
 3920: </file>
 3921: <file>
 3922: <source>loncom/auth/lonlogin.pm</source>
 3923: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
 3924: <categoryname>handler</categoryname>
 3925: <description>login screen</description>
 3926: <status>works/unverified</status>
 3927: </file>
 3928: <file>
 3929: <source>loncom/auth/lonlogout.pm</source>
 3930: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
 3931: <categoryname>handler</categoryname>
 3932: <description>logout</description>
 3933: <status>works/unverified</status>
 3934: </file>
 3935: <file>
 3936: <source>loncom/lonnet/perl/lonrep.pm</source>
 3937: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
 3938: <categoryname>handler</categoryname>
 3939: <description>replication</description>
 3940: </file>
 3941: <file>
 3942: <source>loncom/lonnet/perl/lonuploadrep.pm</source>
 3943: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
 3944: <categoryname>handler</categoryname>
 3945: <description>copying of uploaded files</description>
 3946: </file>
 3947: <file>
 3948: <source>loncom/auth/lonroles.pm</source>
 3949: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
 3950: <categoryname>handler</categoryname>
 3951: <description>
 3952: This perl handling module reads in the available roles available
 3953: for a LON-CAPA user (different courses, different privileges, etc)
 3954: and produces a form-element HTML page which allows the user to select
 3955: which role he wishes to exercise in the LON-CAPA system.  For instance,
 3956: a user may want to select between being a student in a thermodynamics
 3957: physics course or a teaching assistant for an introductory calculus
 3958: class.
 3959: </description>
 3960: </file>
 3961: <file>
 3962: <source>doc/man/Apache__lonroles.3</source>
 3963: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
 3964: <categoryname>doc</categoryname>
 3965: <description>man page for lonroles.pm</description>
 3966: <build trigger='always run'>
 3967: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
 3968: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
 3969: </build>
 3970: <status>works/unverified</status>
 3971: <dependencies>
 3972: ../../loncom/auth/lonroles.pm
 3973: </dependencies>
 3974: </file>
 3975: <file>
 3976: <source>doc/lib/perl/Apache/lonroles.html</source>
 3977: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
 3978: </target>
 3979: <categoryname>doc</categoryname>
 3980: <description>POD-derived page for lonroles.pm</description>
 3981: <build trigger='always run'>
 3982: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
 3983: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
 3984: </build>
 3985: <status>works/unverified</status>
 3986: <dependencies>
 3987: ../../loncom/auth/lonroles.pm
 3988: </dependencies>
 3989: </file>
 3990: <file>
 3991: <source>loncom/interface/lonindexer.pm</source>
 3992: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
 3993: <categoryname>handler</categoryname>
 3994: <description>
 3995: cross server filesystem browser
 3996: </description>
 3997: <status>works/unverified</status>
 3998: </file>
 3999: <file>
 4000: <source>doc/man/Apache__lonindexer.3</source>
 4001: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
 4002: <categoryname>doc</categoryname>
 4003: <description>man page for lonindexer.pm</description>
 4004: <build trigger='always run'>
 4005: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
 4006: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
 4007: </build>
 4008: <status>works/unverified</status>
 4009: <dependencies>
 4010: ../../loncom/interface/lonindexer.pm
 4011: </dependencies>
 4012: </file>
 4013: <file>
 4014: <source>doc/lib/perl/Apache/lonindexer.html</source>
 4015: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
 4016: </target>
 4017: <categoryname>doc</categoryname>
 4018: <description>POD-derived page for lonindexer.pm</description>
 4019: <build trigger='always run'>
 4020: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
 4021: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
 4022: echo 'pod2html lonindexer.pm'
 4023: </build>
 4024: <status>works/unverified</status>
 4025: <dependencies>
 4026: ../../loncom/interface/lonindexer.pm
 4027: </dependencies>
 4028: </file>
 4029: <file>
 4030: <source>loncom/interface/groupsort.pm</source>
 4031: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
 4032: <categoryname>handler</categoryname>
 4033: <description>
 4034: Implements a second phase of importing multiple resources into the RAT.
 4035: Allows for reordering the sequence of resources.
 4036: </description>
 4037: <status>works/unverified</status>
 4038: </file>
 4039: <file>
 4040: <source>loncom/lonnet/perl/lonnet.pm</source>
 4041: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
 4042: <categoryname>handler</categoryname>
 4043: <description>
 4044: This file is an interface to the lonc processes of the LON-CAPA network
 4045: as well as set of elaborated functions for handling information necessary
 4046: for navigating through a given cluster of LON-CAPA machines within a domain.
 4047: There are over 40 specialized functions in this module which handle
 4048: the reading and transmission of metadata, user information
 4049: (ids, names, environments, roles, logs), file information (storage, reading,
 4050: directories, extensions, replication, embedded styles and descriptors),
 4051: educational resources (course descriptions, section names and numbers),
 4052: url hashing (to assign roles on a url basis), and translating abbreviated
 4053: symbols to and from more descriptive phrases or explanations.
 4054: </description>
 4055: <status>works/unverified</status>
 4056: </file>
 4057: <file>
 4058: <source>doc/man/Apache__lonnet.3</source>
 4059: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
 4060: <categoryname>doc</categoryname>
 4061: <description>man page for lonnet.pm</description>
 4062: <build trigger='always run'>
 4063: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
 4064: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
 4065: </build>
 4066: <status>works/unverified</status>
 4067: <dependencies>
 4068: ../../loncom/lonnet/perl/lonnet.pm
 4069: </dependencies>
 4070: </file>
 4071: <file>
 4072: <source>doc/lib/perl/Apache/lonnet.html</source>
 4073: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
 4074: </target>
 4075: <categoryname>doc</categoryname>
 4076: <description>POD-derived page for lonnet.pm</description>
 4077: <build trigger='always run'>
 4078: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
 4079: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
 4080: </build>
 4081: <status>works/unverified</status>
 4082: <dependencies>
 4083: ../../loncom/lonnet/perl/lonnet.pm
 4084: </dependencies>
 4085: </file>
 4086: <file>
 4087: <source>loncom/html/index.html</source>
 4088: <target dist='default'>home/httpd/html/index.html</target>
 4089: <categoryname>interface file</categoryname>
 4090: <description>bumps to login</description>
 4091: </file>
 4092: <file>
 4093: <source>loncom/html/index.html</source>
 4094: <target dist='default'>home/httpd/html/origindex.html</target>
 4095: <categoryname>interface file</categoryname>
 4096: <description>bumps to login, backup for takeonline</description>
 4097: </file>
 4098: <file>
 4099: <source>loncom/html/favicon.ico</source>
 4100: <target dist='default'>home/httpd/html/favicon.ico</target>
 4101: <categoryname>interface file</categoryname>
 4102: <description>Bookmark and tab icon</description>
 4103: </file>
 4104: <link>
 4105: <linkto>etc/mime.types</linkto>
 4106: <target dist='default'>etc/httpd/conf/mime.types</target>
 4107: <categoryname>symbolic link</categoryname>
 4108: <description>symbolic link to /etc/mime.types</description>
 4109: </link>
 4110: <link>
 4111: <linkto>home/httpd/html/res</linkto>
 4112: <target dist='default'>home/httpd/html/raw</target>
 4113: <categoryname>symbolic link</categoryname>
 4114: <description>symbolic link to /home/httpd/html/res</description>
 4115: </link>
 4116: <file>
 4117: <source>loncom/html/adm/notfound.html</source>
 4118: <target dist='default'>home/httpd/html/adm/notfound.html</target>
 4119: <categoryname>interface file</categoryname>
 4120: <description>
 4121: static html page that is shown when an attempt is made to access a document
 4122: not present on the web server
 4123: </description>
 4124: </file>
 4125: <file>
 4126: <source>loncom/html/adm/unauthorized.html</source>
 4127: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
 4128: <categoryname>interface file</categoryname>
 4129: <description>
 4130: static html page that is shown when an attempt is made to access a document
 4131: which is restricted based on file or server configurations
 4132: </description>
 4133: </file>
 4134: <file>
 4135: <source>loncom/html/adm/help/searchcat.html</source>
 4136: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
 4137: <categoryname>interface file</categoryname>
 4138: <description>
 4139: Help page for the search engine.
 4140: </description>
 4141: </file>
 4142: <file>
 4143: <source>rat/client/rat.html</source>
 4144: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
 4145: <categoryname>interface file</categoryname>
 4146: <description>
 4147: frameset
 4148: </description>
 4149: </file>
 4150: <file>
 4151: <source>rat/client/parameter.html</source>
 4152: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
 4153: <categoryname>interface file</categoryname>
 4154: <description>
 4155: Parameter input window.
 4156: </description>
 4157: </file>
 4158: <file>
 4159: <source>rat/client/code.html</source>
 4160: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
 4161: <categoryname>interface file</categoryname>
 4162: <description>
 4163: javascript
 4164: </description>
 4165: </file>
 4166: <file>
 4167: <source>rat/client/extpickcode.html</source>
 4168: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
 4169: <categoryname>interface file</categoryname>
 4170: <description>
 4171: javascript
 4172: </description>
 4173: </file>
 4174: <file>
 4175: <source>rat/client/extpickframe.html</source>
 4176: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
 4177: <categoryname>interface file</categoryname>
 4178: <description>
 4179: javascript
 4180: </description>
 4181: </file>
 4182: <file>
 4183: <source>rat/client/map.html</source>
 4184: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
 4185: <categoryname>interface file</categoryname>
 4186: <description>
 4187: bumper
 4188: </description>
 4189: </file>
 4190: <file>
 4191: <source>rat/client/empty.html</source>
 4192: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
 4193: <categoryname>interface file</categoryname>
 4194: <description>
 4195: A blank page with very minimal HTML structural elements.
 4196: </description>
 4197: </file>
 4198: <file>
 4199: <source>rat/client/loading.html</source>
 4200: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
 4201: <categoryname>interface file</categoryname>
 4202: <description>
 4203: A blank page which calls drawwindow in its opener after being loaded.
 4204: </description>
 4205: </file>
 4206: <fileglob>
 4207: <glob>*.gif</glob>
 4208: <sourcedir>rat/images/</sourcedir>
 4209: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
 4210: <categoryname>graphic file</categoryname>
 4211: <description>
 4212: icons for providing a HTML-tabled view of a course map
 4213: </description>
 4214: <filenames>
 4215: 1.1.dt.gif;
 4216: 1.1.empty.gif;
 4217: 1.1.ld.gif;
 4218: 1.1.lr.gif;
 4219: 1.1.rd.gif;
 4220: 1.1.rl.gif;
 4221: 1.1.td.gif;
 4222: 1.1.tdrl.gif;
 4223: 1.1.tl.gif;
 4224: 1.1.tr.gif;
 4225: 1.1.utd.gif;
 4226: 1.2.ctd.gif;
 4227: 1.2.dt.gif;
 4228: 1.2.empty.gif;
 4229: 1.2.ld.gif;
 4230: 1.2.lr.gif;
 4231: 1.2.lrd.gif;
 4232: 1.2.lrtd.gif;
 4233: 1.2.rd.gif;
 4234: 1.2.rl.gif;
 4235: 1.2.rld.gif;
 4236: 1.2.rltd.gif;
 4237: 1.2.rtd.gif;
 4238: 1.2.rtdl.gif;
 4239: 1.2.rtl.gif;
 4240: 1.2.td.gif;
 4241: 1.2.tdl.gif;
 4242: 1.2.tdrl.gif;
 4243: 1.2.tl.gif;
 4244: 1.2.tr.gif;
 4245: 1.2.utd.gif;
 4246: 2.1.dt.gif;
 4247: 2.1.empty.gif;
 4248: 2.1.ld.gif;
 4249: 2.1.lr.gif;
 4250: 2.1.rd.gif;
 4251: 2.1.rl.gif;
 4252: 2.1.td.gif;
 4253: 2.1.tdrl.gif;
 4254: 2.1.tl.gif;
 4255: 2.1.tr.gif;
 4256: 2.2.dt.gif;
 4257: 2.2.empty.gif;
 4258: 2.2.ld.gif;
 4259: 2.2.lr.gif;
 4260: 2.2.lrd.gif;
 4261: 2.2.lrt.gif;
 4262: 2.2.rd.gif;
 4263: 2.2.rl.gif;
 4264: 2.2.rld.gif;
 4265: 2.2.rlt.gif;
 4266: 2.2.td.gif;
 4267: 2.2.tdl.gif;
 4268: 2.2.tdr.gif;
 4269: 2.2.tdrl.gif;
 4270: 2.2.tl.gif;
 4271: 2.2.tr.gif;
 4272: 2.2.url.gif;
 4273: 2.2.utd.gif;
 4274: arrow.gif;
 4275: bdt.gif;
 4276: bempty.gif;
 4277: bld.gif;
 4278: blr.gif;
 4279: blrd.gif;
 4280: blrt.gif;
 4281: bottom.gif;
 4282: brd.gif;
 4283: brl.gif;
 4284: brld.gif;
 4285: brlt.gif;
 4286: btd.gif;
 4287: btdl.gif;
 4288: btdr.gif;
 4289: btdrl.gif;
 4290: btl.gif;
 4291: btr.gif;
 4292: burl.gif;
 4293: butd.gif;
 4294: condition.gif;
 4295: edit.gif;
 4296: finish.gif;
 4297: info.gif;
 4298: inscol.gif;
 4299: inscond.gif;
 4300: insres.gif;
 4301: insrow.gif;
 4302: left.gif;
 4303: middle.gif;
 4304: resource.gif;
 4305: right.gif;
 4306: sctd.gif;
 4307: sdt.gif;
 4308: sempty.gif;
 4309: sld.gif;
 4310: slr.gif;
 4311: slrd.gif;
 4312: slrtd.gif;
 4313: srd.gif;
 4314: srl.gif;
 4315: srld.gif;
 4316: srltd.gif;
 4317: srtd.gif;
 4318: srtdl.gif;
 4319: srtl.gif;
 4320: start.gif;
 4321: std.gif;
 4322: stdl.gif;
 4323: sutd.gif
 4324: </filenames>
 4325: </fileglob>
 4326: <fileglob>
 4327: <glob>*.*</glob>
 4328: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
 4329: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
 4330: <categoryname>graphic file</categoryname>
 4331: <description>
 4332: icons to indicate an unexpected result
 4333: </description>
 4334: <filenames>
 4335: lonconstruct.gif;
 4336: lonlogo_broken.gif;
 4337: lonlogo_broken_tsp.gif;
 4338: lonlogo_broken.eps;
 4339: lonlogo_broken.jpg;
 4340: lonlogo_broken.mov
 4341: </filenames>
 4342: </fileglob>
 4343: <fileglob>
 4344: <glob>*.*</glob>
 4345: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
 4346: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
 4347: <categoryname>graphic file</categoryname>
 4348: <description>
 4349: logos and general widget icons
 4350: </description>
 4351: <filenames>
 4352: SMETE_white.gif;
 4353: aboutlon.gif;
 4354: aboutlon_pt.gif;
 4355: aboutlon_de.gif;
 4356: accessbutton.gif;
 4357: accessbutton_pt.gif;
 4358: accessbutton_de.gif;
 4359: angry.gif;
 4360: arrow_up.gif;
 4361: bigsmile.gif;
 4362: branch.gif;
 4363: cab.gif;
 4364: cab_big.gif;
 4365: capapanel.gif;
 4366: check.gif;
 4367: class.gif;
 4368: class_big.gif;
 4369: coolindiff.gif;
 4370: coolsmile.gif;
 4371: cry.gif;
 4372: doc.gif;
 4373: doc_big.gif;
 4374: dvi.gif;
 4375: dvi_big.gif;
 4376: eps.gif;
 4377: eps_big.gif;
 4378: exam.gif;
 4379: exam_big.gif;
 4380: fillbottom.gif;
 4381: fillleft.gif;
 4382: fillright.gif;
 4383: filltop.gif;
 4384: folder_closed.gif;
 4385: folder_opened.gif;
 4386: folder_pointer_closed.gif;
 4387: folder_pointer_opened.gif;
 4388: form.gif;
 4389: form_big.gif;
 4390: frowny.gif;
 4391: gif.gif;
 4392: gif_big.gif;
 4393: header.gif;
 4394: hrrm.gif;
 4395: htm.gif;
 4396: html.gif;
 4397: html_big.gif;
 4398: huh.gif;
 4399: jar.gif;
 4400: jar_big.gif;
 4401: jpg.gif;
 4402: jpg_big.gif;
 4403: latex.gif;
 4404: library.gif;
 4405: lipsrsealed.gif;
 4406: lite.gif;
 4407: liteani.gif;
 4408: litetext.gif;
 4409: lolpanel.gif;
 4410: lonanim.gif;
 4411: lonanimend.gif;
 4412: loncapalogo.gif;
 4413: lonhelplogos.gif;
 4414: lonhelptop.gif;
 4415: lonlogo.gif;
 4416: lonlogos.gif;
 4417: lowerleft.gif;
 4418: lowerright.gif;
 4419: minilogo.gif;
 4420: meta.gif;
 4421: meta_big.gif;
 4422: mov.gif;
 4423: mov_big.gif;
 4424: move_up.gif;
 4425: move_down.gif;
 4426: navmap.correct.gif;
 4427: navmap.ellipsis.gif;
 4428: navmap.open.gif;
 4429: navmap.page.open.gif;
 4430: navmap.page.closed.gif;
 4431: navmap.page.open.nomanip.gif;
 4432: navmap.page.closed.nomanip.gif;
 4433: navmap.wrong.gif;
 4434: navmap.folder.open.gif;
 4435: navmap.folder.closed.gif;
 4436: navmap.folder.open.nomanip.gif;
 4437: navmap.folder.closed.nomanip.gif;
 4438: neutral.gif;
 4439: page.gif;
 4440: page_big.gif;
 4441: pdf.gif;
 4442: pdf_big.gif;
 4443: png.gif;
 4444: png_big.gif;
 4445: ppt.gif;
 4446: ppt_big.gif;
 4447: problem.gif;
 4448: problem_big.gif;
 4449: ps.gif;
 4450: ps_big.gif;
 4451: rolleyes.gif;
 4452: quill.gif;
 4453: quiz.gif;
 4454: quiz_big.gif;
 4455: select.gif;
 4456: sequence.gif;
 4457: sequence_big.gif;
 4458: server.gif;
 4459: server_big.gif;
 4460: shocked.gif;
 4461: smiley.gif;
 4462: srvbad.gif;
 4463: srvempty.gif;
 4464: srvgood.gif;
 4465: srvhalf.gif;
 4466: srvnull.gif;
 4467: survey.gif;
 4468: survey_big.gif;
 4469: tex.gif;
 4470: tex_big.gif;
 4471: tth.gif;
 4472: txt.gif;
 4473: txt_big.gif;
 4474: unknown.gif;
 4475: unknown_big.gif;
 4476: upperleft.gif;
 4477: upperright.gif;
 4478: user.gif;
 4479: user_big.gif;
 4480: userauthentication.gif;
 4481: userauthentication_pt.gif;
 4482: userauthentication_de.gif;
 4483: wav.gif;
 4484: wav_big.gif;
 4485: white_space_20_22.gif;
 4486: whitespace1.gif;
 4487: whitespace10.gif;
 4488: whitespace2.gif;
 4489: whitespace3.gif;
 4490: whitespace4.gif;
 4491: whitespace5.gif;
 4492: whitespace6.gif;
 4493: whitespace7.gif;
 4494: whitespace8.gif;
 4495: whitespace9.gif;
 4496: wink.gif;
 4497: xls.gif;
 4498: xls_big.gif;
 4499: xml.gif;
 4500: xml_big.gif;
 4501: zip.gif;
 4502: zip_big.gif
 4503: </filenames>
 4504: </fileglob>
 4505: <fileglob>
 4506: <glob>*.*</glob>
 4507: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
 4508: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
 4509: <categoryname>graphic file</categoryname>
 4510: <description>
 4511: Miscellaneous resources.
 4512: </description>
 4513: <filenames>
 4514: authorfeed.gif;
 4515: bomb.gif;
 4516: smallFAQ.gif;
 4517: smallBug.gif;
 4518: cat_button.gif;
 4519: chat.gif;
 4520: eval_button.gif;
 4521: feedback.gif;
 4522: pprm_button.gif;
 4523: pgrd_button.gif;
 4524: subm_button.gif
 4525: </filenames>
 4526: </fileglob>
 4527: <file>
 4528: <source>modules/TexConvert/tthperl/tth.pm</source>
 4529: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
 4530: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
 4531: <categoryname>system file</categoryname>
 4532: <description>
 4533: perl module for invoking functions specific to TeX-to-HTML conversion
 4534: </description>
 4535: <note>
 4536: Has the same dependencies and build process as tth.so.
 4537: Currently, only the tth.so file specifications invoke
 4538: the build process however.  A static version is checked into loncom/xml
 4539: and in this way is treated as though it isn't part of the tth build process.
 4540: </note>
 4541: <status>works/unverified</status>
 4542: </file>
 4543: <file>
 4544: <source>loncom/xml/LCParser.pm</source>
 4545: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
 4546: <categoryname>system file</categoryname>
 4547: <description>
 4548: perl module for parsing HTML in a way that really works and is thoroughly
 4549: tested
 4550: </description>
 4551: <status>works/unverified</status>
 4552: </file>
 4553: <file>
 4554:   <source>loncom/LondConnection.pm</source>
 4555:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
 4556:   <categoryname>system file</categoryname>
 4557:   <description>
 4558:      Manages a connection between a lonc proxy daemon and the lond server
 4559:      in the remote node.
 4560:   </description>
 4561:   <status>works/verified</status>
 4562: </file>
 4563: <file>
 4564:   <source>loncom/LondTransaction.pm</source>
 4565:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
 4566:   <categoryname>system file</categoryname>
 4567:   <description>
 4568: 	Handles a single lon-capa insternal transaction
 4569:   </description>
 4570:   <status>works/verified</status>
 4571: </file>
 4572: <file>
 4573:    <source>loncom/types/HashIterator.pm</source>
 4574:    <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
 4575:    <categoryname>system file</categoryname>
 4576:    <description>
 4577:       Provides support to iterate through opaque hashes hidden e.g. within 
 4578:       object private data.
 4579:    </description>
 4580:    <status>works/verified</status>
 4581: </file>
 4582: <file>
 4583:    <source>loncom/types/Queue.pm</source>
 4584:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
 4585:    <categoryname>system file</categoryname>
 4586:    <description>
 4587:      Provides a FIFO queue class.
 4588:    </description>
 4589:    <status>works/verified</status>
 4590: </file>
 4591: <file>
 4592:    <source>loncom/types/Stack.pm</source>
 4593:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
 4594:    <categoryname>system file</categoryname>
 4595:    <description>
 4596:      Provides a LIFO stack class.
 4597:    </description>
 4598:    <status>works/verified</status>
 4599: </file>
 4600: <file>
 4601:    <source>loncom/loncnew</source>
 4602:    <target dist='default'>home/httpd/perl/loncnew</target>
 4603:    <categoryname>script</categoryname>
 4604:    <description>
 4605: 	  Proxy server for remote loncapa requests.
 4606:           Needs CPAN Event module.
 4607:    </description>
 4608: </file>
 4609: <file>
 4610: <source>loncom/configuration/Configuration.pm</source>
 4611: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
 4612: <categoryname>system file</categoryname>
 4613: <description>
 4614: Configuration file reader (looks in /etc/httpd/conf/); accepts
 4615: a list of *.conf files to inspect for PerlSetVar key/value
 4616: entries.
 4617: </description>
 4618: <status>works/unverified</status>
 4619: </file>
 4620: <file>
 4621: <source>loncom/ConfigFileEdit.pm</source>
 4622: <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
 4623: <categoryname>system file</categoryname>
 4624: <description>
 4625: Configuration file editing module
 4626: </description>
 4627: <status>works/unverified</status>
 4628: </file>
 4629: <file>
 4630: <source>modules/TexConvert/tthperl/tth.so</source>
 4631: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
 4632: <target dist='default'>home/httpd/lib/perl/tth.so</target>
 4633: <categoryname>system file</categoryname>
 4634: <description>
 4635: shared library file for dynamic loading and unloading
 4636: </description>
 4637: <note>
 4638: The source and file dependencies are not available to most
 4639: CVS users.  (You can safely rely on the existing binaries
 4640: present on your system... don't worry about warnings
 4641: related to this file during the build process.)
 4642: </note>
 4643: <build trigger='run if dependencies change'>
 4644: modules/TexConvert/tthperl/commands
 4645: </build>
 4646: <status>works/unverified</status>
 4647: <privatedependencies>
 4648: ../tthdynamic/tthfunc.c;
 4649: ../ttmdynamic/ttmfunc.c
 4650: </privatedependencies>
 4651: </file>
 4652: <file>
 4653: <source>loncom/homework/caparesponse/capa.pm</source>
 4654: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
 4655: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
 4656: <categoryname>system file</categoryname>
 4657: <description>
 4658: perl module for invoking functions specific to CAPA
 4659: </description>
 4660: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 4661: <note>
 4662: Has the same dependencies and build process as capa.so.
 4663: Currently, only the capa.so file specifications invoke
 4664: the build process however.
 4665: </note>
 4666: </file>
 4667: <file>
 4668: <source>loncom/homework/caparesponse/capa.bs</source>
 4669: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
 4670: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
 4671: <categoryname>system file</categoryname>
 4672: <description>
 4673: bootstrap file associated with dynamic loading of this module on multiple
 4674: architectures
 4675: </description>
 4676: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 4677: <note>
 4678: Has the same dependencies and build process as capa.so.
 4679: Currently, only the capa.so file specifications invoke
 4680: the build process however.
 4681: </note>
 4682: </file>
 4683: <file>
 4684: <source>loncom/homework/caparesponse/capa.so</source>
 4685: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
 4686: <target dist='default'>home/httpd/lib/perl/capa.so</target>
 4687: <categoryname>system file</categoryname>
 4688: <description>
 4689: shared library file for dynamic loading and unloading
 4690: </description>
 4691: <build trigger='always run'>
 4692: loncom/homework/caparesponse/commands
 4693: </build>
 4694: <dependencies>
 4695: caparesponse.c;
 4696: caparesponse.pm;
 4697: README;
 4698: Makefile.PL;
 4699: capa.i;
 4700: commands;
 4701: ../../../CAPA/pProj/Makefile;
 4702: ../../../CAPA/pProj/capaGrammarDef.y;
 4703: ../../../CAPA/pProj/capaFormula.y;
 4704: ../../../CAPA/pProj/capaLexerDef.flex;
 4705: ../../../CAPA/pProj/capaFunction.c;
 4706: ../../../CAPA/pProj/capaParserUtils.c;
 4707: ../../../CAPA/pProj/capaMapExpr.c;
 4708: ../../../CAPA/pProj/capaUnit.c;
 4709: ../../../CAPA/pProj/com.c;
 4710: ../../../CAPA/pProj/linpack.c;
 4711: ../../../CAPA/pProj/ranlib.c;
 4712: ../../../CAPA/pProj/capaCgiUtils.c;
 4713: ../../../CAPA/pProj/capaSubjective.c;
 4714: ../../../CAPA/pProj/capaRQO.c;
 4715: ../../../CAPA/pProj/capaFormulaLexer.c;
 4716: ../../../CAPA/pProj/capaCommon.c;
 4717: ../../../CAPA/pProj/capaCommon.h;
 4718: ../../../CAPA/pProj/ranlib.h;
 4719: ../../../CAPA/pProj/capaCGI.h;
 4720: ../../../CAPA/pProj/capaFunction.h;
 4721: ../../../CAPA/pProj/capaRQO.h;
 4722: ../../../CAPA/pProj/capaParser.h;
 4723: ../../../CAPA/pProj/lex_debug.h
 4724: </dependencies>
 4725: </file>
 4726: <fileglob>
 4727: <glob>*.ent</glob>
 4728: <sourcedir>loncom/MathML/</sourcedir>
 4729: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
 4730: <categoryname>system file</categoryname>
 4731: <description>
 4732: xml files which assign unicode numbers to mathematical symbols using
 4733: &lt;! ENTITY... &gt; type syntax.
 4734: </description>
 4735: <filenames>
 4736: isoamsa.ent;
 4737: isoamsb.ent;
 4738: isoamsc.ent;
 4739: isoamsn.ent;
 4740: isoamso.ent;
 4741: isoamsr.ent;
 4742: isobox.ent;
 4743: isocyr1.ent;
 4744: isocyr2.ent;
 4745: isodia.ent;
 4746: isogrk1.ent;
 4747: isogrk2.ent;
 4748: isogrk3.ent;
 4749: isogrk4.ent;
 4750: isolat1.ent;
 4751: isolat2.ent;
 4752: isomfrk.ent;
 4753: isomopf.ent;
 4754: isomscr.ent;
 4755: isonum.ent;
 4756: isopub.ent;
 4757: isotech.ent;
 4758: mmlalias.ent;
 4759: mmlextra.ent
 4760: </filenames>
 4761: </fileglob>
 4762: <file>
 4763: <source>loncom/MathML/mathml.css</source>
 4764: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
 4765: <categoryname>system file</categoryname>
 4766: <description>
 4767: cascading style sheet
 4768: </description>
 4769: </file>
 4770: <file>
 4771: <source>loncom/MathML/mathml.dtd</source>
 4772: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
 4773: <categoryname>system file</categoryname>
 4774: <description>
 4775: document type definition
 4776: </description>
 4777: </file>
 4778: <file>
 4779: <source>loncom/auth/londes.js</source>
 4780: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
 4781: <categoryname>interface file</categoryname>
 4782: <description>
 4783: Encryption Routines according to Data Encryption Standard DES, written in
 4784: javascript.
 4785: </description>
 4786: </file>
 4787: <file>
 4788: <source>loncom/homework/lectureonline.lcpm</source>
 4789: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
 4790: </target>
 4791: <categoryname>handler</categoryname>
 4792: <description>
 4793: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
 4794: environment in a problem that was converted from lectureonline.
 4795: </description>
 4796: </file>
 4797: <file>
 4798: <source>loncom/homework/default_homework.lcpm</source>
 4799: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
 4800: </target>
 4801: <categoryname>handler</categoryname>
 4802: <description>
 4803: Provides many functions for the &lt;script&gt; environment in a .problem.
 4804: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 4805: </description>
 4806: </file>
 4807: <file>
 4808: <source>loncom/homework/capa.units</source>
 4809: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
 4810: <categoryname>static conf</categoryname>
 4811: <description>
 4812: Define unit prefixing and conversion for CAPA problem handling.
 4813: </description>
 4814: </file>
 4815: <fileglob>
 4816: <glob>*.jpg</glob>
 4817: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
 4818: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
 4819: <categoryname>graphic file</categoryname>
 4820: <description>Pages headers</description>
 4821: <filenames>
 4822: admin.jpg;
 4823: author.jpg;
 4824: coordinator.jpg;
 4825: header.jpg;
 4826: student.jpg;
 4827: </filenames>
 4828: </fileglob>
 4829: <fileglob>
 4830: <glob>*.jpg</glob>
 4831: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
 4832: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
 4833: <categoryname>graphic file</categoryname>
 4834: <description>Logos of LON-CAPA domains (jpg)</description>
 4835: <filenames>
 4836: headermsu.jpg;
 4837: </filenames>
 4838: </fileglob>
 4839: <fileglob>
 4840: <glob>*.gif</glob>
 4841: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
 4842: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
 4843: <categoryname>graphic file</categoryname>
 4844: <description>Logos of LON-CAPA domains (gif)</description>
 4845: <filenames>
 4846: 103.gif;
 4847: gerd.gif;
 4848: mio.gif;
 4849: msuvu.gif;
 4850: ohiou.gif;
 4851: rhs.gif;
 4852: sfu.gif;
 4853: tmcc.gif;
 4854: umich.gif;
 4855: worf.gif;
 4856: annarbor.gif;
 4857: elps.gif;
 4858: gwu.gif;
 4859: msudemo.gif;
 4860: ndsu.gif;
 4861: physnet.gif;
 4862: sc.gif;
 4863: Selwyn.gif;
 4864: ucf.gif;
 4865: unihalle.gif;
 4866: wscc.gif;
 4867: cps.gif;
 4868: fsu.gif;
 4869: lsd.gif;
 4870: msu.gif;
 4871: nsdl.gif;
 4872: pmm.gif;
 4873: sunysb.gif;
 4874: udel.gif;
 4875: uz.gif;
 4876: fvl.gif;
 4877: csm.gif;
 4878: nau.gif;
 4879: nagoya.gif;
 4880: acadiau.gif;
 4881: psuerie.gif;
 4882: redford.gif;
 4883: huji.gif;
 4884: ifusp.gif;
 4885: ucsc.gif;
 4886: waverly.gif;
 4887: cmich.gif;
 4888: UNICAMP.gif;
 4889: glps.gif;
 4890: BCHS.gif;
 4891: headersfu.gif;
 4892: uwsp.gif;
 4893: bsu.gif;
 4894: wmston.gif;
 4895: </filenames>
 4896: </fileglob>
 4897: <fileglob>
 4898: <glob>*.tab</glob>
 4899: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
 4900: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
 4901: <categoryname>conf</categoryname>
 4902: <description>Designs of LON-CAPA domains</description>
 4903: <filenames>
 4904: annarbor.tab;
 4905: default.tab;
 4906: msu.tab;
 4907: csm.tab;
 4908: huji.tab;
 4909: nau.tab;
 4910: nagoya.tab;
 4911: acadiau.tab;
 4912: psuerie.tab;
 4913: redford.tab;
 4914: cmich.tab;
 4915: ifusp.tab;
 4916: ucsc.tab;
 4917: UNICAMP.tab;
 4918: fsu.tab;
 4919: sfu.tab;
 4920: wmston.tab;
 4921: worf.tab;
 4922: </filenames>
 4923: </fileglob>
 4924: <fileglob>
 4925: <glob>*.gif</glob>
 4926: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
 4927: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
 4928: <categoryname>graphic file</categoryname>
 4929: <description>LON-CAPA remote control LCD font</description>
 4930: <filenames>
 4931: 0.gif;
 4932: 1.gif;
 4933: 2.gif;
 4934: 3.gif;
 4935: 4.gif;
 4936: 5.gif;
 4937: 6.gif;
 4938: 7.gif;
 4939: 8.gif;
 4940: 9.gif;
 4941: a.gif;
 4942: b.gif;
 4943: c.gif;
 4944: d.gif;
 4945: e.gif;
 4946: f.gif;
 4947: g.gif;
 4948: h.gif;
 4949: i.gif;
 4950: j.gif;
 4951: k.gif;
 4952: l.gif;
 4953: m.gif;
 4954: n.gif;
 4955: o.gif;
 4956: p.gif;
 4957: q.gif;
 4958: r.gif;
 4959: s.gif;
 4960: t.gif;
 4961: u.gif;
 4962: v.gif;
 4963: w.gif;
 4964: x.gif;
 4965: y.gif;
 4966: z.gif;
 4967: ö.gif;
 4968: ä.gif;
 4969: ü.gif;
 4970: ä.gif;
 4971: ö.gif;
 4972: ü.gif;
 4973: colon.gif;
 4974: hyphen.gif;
 4975: slash.gif;
 4976: space.gif;
 4977: </filenames>
 4978: </fileglob>
 4979: <fileglob>
 4980: <glob>*.gif</glob>
 4981: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
 4982: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
 4983: <categoryname>graphic file</categoryname>
 4984: <description>icons used for the Portuguese LON-CAPA user interface</description>
 4985: <filenames>
 4986: anno_pt.gif;
 4987: anot_pt.gif;
 4988: bchat_pt.gif;
 4989: catalog_pt.gif;
 4990: ccrs_pt.gif;
 4991: chrt_pt.gif;
 4992: com_pt.gif;
 4993: courses_pt.gif;
 4994: cprv_pt.gif;
 4995: cstr_pt.gif;
 4996: docs_pt.gif;
 4997: egrd_pt.gif;
 4998: enrl_pt.gif;
 4999: eval_pt.gif;
 5000: fdbk_pt.gif;
 5001: grds_pt.gif;
 5002: keys_pt.gif;
 5003: logout_pt.gif;
 5004: nav_pt.gif;
 5005: parm_pt.gif;
 5006: pref_pt.gif;
 5007: prt_pt.gif;
 5008: res_pt.gif;
 5009: roles_pt.gif;
 5010: sbkm_pt.gif;
 5011: spacer_pt.gif;
 5012: sprs_pt.gif;
 5013: src_pt.gif;
 5014: stat_pt.gif;
 5015: vbkm_pt.gif;
 5016: </filenames>
 5017: </fileglob>
 5018: <fileglob>
 5019: <glob>*.gif</glob>
 5020: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
 5021: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
 5022: <categoryname>graphic file</categoryname>
 5023: <description>icons used for the entire LON-CAPA user interface</description>
 5024: <filenames>
 5025: anno.gif;
 5026: anot.gif;
 5027: back.gif;
 5028: bchat.gif;
 5029: bkm.gif;
 5030: bl_step1.gif;
 5031: bl_step2.gif;
 5032: bl_step3.gif;
 5033: bl_step4.gif;
 5034: bl_step5.gif;
 5035: bl_step6.gif;
 5036: bl_step7.gif;
 5037: bl_step8.gif;
 5038: bl_step9.gif;
 5039: brws.gif;
 5040: catalog.gif;
 5041: ccrs.gif;
 5042: chat.gif;
 5043: chrt.gif;
 5044: com.gif;
 5045: courses.gif;
 5046: cprv.gif;
 5047: cstr.gif;
 5048: dempty.gif;
 5049: docs.gif;
 5050: egrd.gif;
 5051: empty.gif;
 5052: enrl.gif;
 5053: eval.gif;
 5054: fdbk.gif;
 5055: feedback.gif;
 5056: forw.gif;
 5057: grds.gif;
 5058: group.gif;
 5059: help.gif;
 5060: info.gif;
 5061: keys.gif;
 5062: ledblink.gif;
 5063: ledgreen.gif;
 5064: ledoff.gif;
 5065: ledon.gif;
 5066: ledsend.gif;
 5067: logout.gif;
 5068: mcrs.gif;
 5069: mrk.gif;
 5070: nav.gif;
 5071: next.gif;
 5072: nothumb.gif;
 5073: parm.gif;
 5074: pgrd.gif;
 5075: pparm.gif;
 5076: pref.gif;
 5077: prev.gif;
 5078: prt.gif;
 5079: qempty.gif;
 5080: reload.gif;
 5081: remotebg.gif;
 5082: res.gif;
 5083: roles.gif;
 5084: sbkm.gif;
 5085: spacer.gif;
 5086: sprs.gif;
 5087: src.gif;
 5088: stat.gif;
 5089: subm.gif;
 5090: title.gif;
 5091: vbkm.gif;
 5092: </filenames>
 5093: </fileglob>
 5094: <file>
 5095: <source>loncom/html/res/adm/pages/imgmaps.html</source>
 5096: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
 5097: <categoryname>interface file</categoryname>
 5098: <description>
 5099: image maps for the LON-CAPA remote control
 5100: </description>
 5101: </file>
 5102: <file>
 5103: <source>loncom/html/res/adm/pages/index.html</source>
 5104: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
 5105: <categoryname>interface file</categoryname>
 5106: <description>
 5107: welcoming page to the LON-CAPA system upon login
 5108: </description>
 5109: </file>
 5110: <file>
 5111: <source>loncom/html/res/adm/pages/menu.html</source>
 5112: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
 5113: <categoryname>interface file</categoryname>
 5114: <description>
 5115: renders the HTML (including image maps) for the LON-CAPA remote control
 5116: </description>
 5117: </file>
 5118: <fileglob>
 5119: <glob>*.gif</glob>
 5120: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
 5121: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
 5122: </targetdir>
 5123: <categoryname>graphic file</categoryname>
 5124: <description>
 5125: icons used for directory indexing and login screen
 5126: </description>
 5127: <filenames>
 5128: a.gif;
 5129: alert.black.gif;
 5130: alert.red.gif;
 5131: back.gif;
 5132: ball.gray.gif;
 5133: ball.red.gif;
 5134: binary.gif;
 5135: binhex.gif;
 5136: blank.gif;
 5137: bomb.gif;
 5138: box1.gif;
 5139: box2.gif;
 5140: broken.gif;
 5141: burst.gif;
 5142: c.gif;
 5143: comp.blue.gif;
 5144: comp.gray.gif;
 5145: compressed.gif;
 5146: continued.gif;
 5147: course.gif;
 5148: dir.gif;
 5149: down.gif;
 5150: dvi.gif;
 5151: f.gif;
 5152: folder.gif;
 5153: folder.open.gif;
 5154: folder.sec.gif;
 5155: folder_closed.gif;
 5156: folder_closed_pressed.gif;
 5157: folder_new.gif;
 5158: folder_opened.gif;
 5159: folder_opened_pressed.gif;
 5160: folder_pointer_closed.gif;
 5161: folder_pointer_opened.gif;
 5162: folder_spacer.gif;
 5163: folder_trash.gif;
 5164: forward.gif;
 5165: generic.gif;
 5166: generic.red.gif;
 5167: generic.sec.gif;
 5168: hand.right.gif;
 5169: hand.up.gif;
 5170: html.gif;
 5171: image1.gif;
 5172: image2.gif;
 5173: image3.gif;
 5174: index.gif;
 5175: layout.gif;
 5176: left.gif;
 5177: link.gif;
 5178: mov.gif;
 5179: movie1.gif;
 5180: p.gif;
 5181: patch.gif;
 5182: pdf.gif;
 5183: portal.gif;
 5184: problem.gif;
 5185: ps.gif;
 5186: quill.gif;
 5187: right.gif;
 5188: screw1.gif;
 5189: screw2.gif;
 5190: script.gif;
 5191: sound1.gif;
 5192: sound2.gif;
 5193: sphere1.gif;
 5194: sphere2.gif;
 5195: tar.gif;
 5196: tex.gif;
 5197: text.gif;
 5198: transfer.gif;
 5199: unknown.gif;
 5200: up.gif;
 5201: uu.gif;
 5202: uuencoded.gif;
 5203: white_space_20_22.gif;
 5204: white_space_22_22.gif;
 5205: whitespace1.gif;
 5206: whitespace10.gif;
 5207: whitespace2.gif;
 5208: whitespace3.gif;
 5209: whitespace4.gif;
 5210: whitespace5.gif;
 5211: whitespace6.gif;
 5212: whitespace7.gif;
 5213: whitespace8.gif;
 5214: whitespace9.gif;
 5215: world1.gif;
 5216: world2.gif
 5217: </filenames>
 5218: </fileglob>
 5219: <fileglob>
 5220: <glob>*.gif</glob>
 5221: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 5222: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 5223: </targetdir>
 5224: <categoryname>graphic file</categoryname>
 5225: <description>
 5226: icons used for the bookmark portion of the LON-CAPA user interface
 5227: </description>
 5228: <filenames>
 5229: folder_anim.gif;
 5230: folder_close.gif;
 5231: folder_drag.gif;
 5232: folder_new.gif;
 5233: folder_open.gif;
 5234: folder_pointer_closed.gif;
 5235: folder_pointer_opened.gif;
 5236: folder_static.gif;
 5237: folder_trash.gif;
 5238: folder_trash_hover.gif;
 5239: left_bar.gif;
 5240: link.gif;
 5241: link_anim.gif;
 5242: link_drag.gif;
 5243: ll_corner.gif;
 5244: lower_bar.gif;
 5245: lr_corner.gif;
 5246: pix.gif;
 5247: right_bar.gif;
 5248: toolbar_bg.gif;
 5249: ul_corner.gif;
 5250: upper_bar.gif;
 5251: ur_corner.gif
 5252: </filenames>
 5253: </fileglob>
 5254: <fileglob>
 5255: <glob>*.html</glob>
 5256: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 5257: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 5258: </targetdir>
 5259: <categoryname>interface file</categoryname>
 5260: <description>
 5261: associated with the scheme of displaying bookmarks
 5262: </description>
 5263: <filenames>
 5264: bookmarkmenu_toolbar.html;
 5265: blank.html;
 5266: closechildren.html
 5267: </filenames>
 5268: </fileglob>
 5269: <fileglob>
 5270: <glob>*.*</glob>
 5271: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
 5272: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
 5273: <categoryname>interface file</categoryname>
 5274: <description>
 5275: Associated file for answering reactionresponse style questions
 5276: </description>
 5277: <filenames>
 5278: reaction_editor.html;
 5279: reaction_frame.html;
 5280: reaction_help.html;
 5281: reaction_viewer.html;
 5282: reaction_window.html
 5283: </filenames>
 5284: </fileglob>
 5285: <file>
 5286: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
 5287: <target dist='default'>
 5288: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
 5289: <categoryname>interface file</categoryname>
 5290: <description>
 5291: javascript for handling client-side interactions with bookmark interface
 5292: </description>
 5293: </file>
 5294: <file>
 5295: <source>loncom/build/CHECKRPMS</source>
 5296: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
 5297: <categoryname>system script</categoryname>
 5298: <description>
 5299: manilla wrapper around check-rpms
 5300: </description>
 5301: <status>tested/documented/beta</status>
 5302: </file>
 5303: <file>
 5304: <source>loncom/build/check-rpms</source>
 5305: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
 5306: <categoryname>system script</categoryname>
 5307: <description>
 5308: compare installed rpms with up-to-date distribution
 5309: </description>
 5310: <status>tested/documented/beta</status>
 5311: </file>
 5312: <file>
 5313: <source>doc/man/check-rpms.1</source>
 5314: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
 5315: <categoryname>doc</categoryname>
 5316: <description>man page for check-rpms</description>
 5317: <build trigger='always run'>
 5318: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
 5319: echo 'manifying check-rpms'
 5320: </build>
 5321: <status>beta</status>
 5322: <dependencies>
 5323: ../../loncom/build/check-rpms
 5324: </dependencies>
 5325: </file>
 5326: <file>
 5327: <source>doc/scripts/check-rpms.html</source>
 5328: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
 5329: </target>
 5330: <categoryname>doc</categoryname>
 5331: <description>POD-derived page for check-rpms</description>
 5332: <build trigger='always run'>
 5333: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
 5334: &amp;&amp; echo 'pod2html checkrpms'
 5335: </build>
 5336: <status>works/unverified</status>
 5337: <dependencies>
 5338: ../../loncom/build/check-rpms
 5339: </dependencies>
 5340: </file>
 5341: <file>
 5342: <source>loncom/build/loncaparestoreconfigurations</source>
 5343: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
 5344: </target>
 5345: <categoryname>script</categoryname>
 5346: <description>
 5347: Updates .lpmlnew files with previous settings.  Also supports alternative
 5348: schemes of settings-updating and file-overwriting.
 5349: </description>
 5350: <status>works/unverified</status>
 5351: </file>
 5352: <file>
 5353:   <source>loncom/cron/loncapa.built</source>
 5354:   <target dist='default'>etc/cron.d/loncapa</target>
 5355:   <categoryname>conf</categoryname>
 5356:   <description>
 5357:     file that specifies periodic processes to run for the LON-CAPA machine
 5358:   </description>
 5359:   <build trigger='always run'>
 5360: loncom/cron/preserve_local_loncapa_cron
 5361:   </build>
 5362:   <dependencies>
 5363: loncapa;
 5364: preserve_local_loncapa_cron
 5365:   </dependencies>
 5366: </file>
 5367: <file>
 5368: <source>loncom/ntp/step-tickers</source>
 5369: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
 5370: </target>
 5371: <categoryname>static conf</categoryname>
 5372: <description>
 5373: file that stimulates running of ntpdate upon init.d/xntpd initiation
 5374: </description>
 5375: <note>
 5376: <table cellpadding='0' cellspacing='0' border='1'>
 5377: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
 5378: </table>
 5379: </note>
 5380: </file>
 5381: <file>
 5382: <source>loncom/pam.d/pwauth</source>
 5383: <target dist='default'>etc/pam.d/pwauth</target>
 5384: <categoryname>static conf</categoryname>
 5385: <description>
 5386: file that allows setuid password privileges for pwauth executable
 5387: </description>
 5388: </file>
 5389: <file>
 5390: <source>loncom/pam.d/pwchange</source>
 5391: <target dist='default'>etc/pam.d/pwchange</target>
 5392: <categoryname>static conf</categoryname>
 5393: <description>
 5394: file that allows setuid password privileges for pwchange (lcpasswd) executable
 5395: </description>
 5396: </file>
 5397: <file>
 5398: <source>loncom/init.d/loncontrol</source>
 5399: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 5400: <categoryname>root script</categoryname>
 5401: <description>
 5402: Controls the launching/halting of lonc, lond, and lonsql processes.
 5403: </description>
 5404: </file>
 5405: <link>
 5406: <linkto>etc/rc.d/init.d/loncontrol</linkto>
 5407: <target dist='default'>
 5408: etc/rc.d/rc0.d/K05loncontrol;
 5409: etc/rc.d/rc1.d/K05loncontrol;
 5410: etc/rc.d/rc2.d/K05loncontrol;
 5411: etc/rc.d/rc3.d/S95loncontrol;
 5412: etc/rc.d/rc4.d/S95loncontrol;
 5413: etc/rc.d/rc5.d/S95loncontrol;
 5414: etc/rc.d/rc6.d/K05loncontrol
 5415: </target>
 5416: <categoryname>symbolic link</categoryname>
 5417: <description>
 5418: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
 5419: </link>
 5420: <file>
 5421: <source>loncom/atalk/config</source>
 5422: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
 5423: <categoryname>static conf</categoryname>
 5424: <description>
 5425: configuration file to make LON-CAPA server file space accessible to
 5426: Appleshares access (Macintosh)
 5427: </description>
 5428: </file>
 5429: <file>
 5430:   <source>loncom/interface/lonmodifycourse.pm</source>
 5431:   <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
 5432:   <categoryname>handler</categoryname>
 5433:   <description>
 5434:     Interface to modifying a course's internal ENV values for automated
 5435:     enrollement
 5436:   </description>
 5437: </file>
 5438: <file>
 5439:   <source>loncom/interface/lonpopulate.pm</source>
 5440:   <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
 5441:   <categoryname>handler</categoryname>
 5442:   <description>
 5443:     Handler for configuring automated enrollment
 5444:   </description>
 5445: </file>
 5446: <file>
 5447:   <source>loncom/enrollment/Enrollment.pm</source>
 5448:   <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
 5449:   <categoryname>handler</categoryname>
 5450:   <description>
 5451:     Handler for automated enrollment
 5452:   </description>
 5453: </file>
 5454: <file>
 5455:   <source>loncom/enrollment/localenroll.pm</source>
 5456:   <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
 5457:   <categoryname>conf</categoryname>
 5458:   <description>
 5459:     Local handler for automated enrollment.
 5460:   </description>
 5461: </file>
 5462: <file>
 5463:   <source>loncom/enrollment/localenroll.pm</source>
 5464:   <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
 5465:   <categoryname>handler</categoryname>
 5466:   <description>
 5467:     Local handler for automated enrollment, standard version.
 5468:   </description>
 5469: </file>
 5470: <file>
 5471:   <source>loncom/enrollment/Autoenroll.pl</source>
 5472:   <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
 5473:   <categoryname>script</categoryname>
 5474:   <description>
 5475:     Local handler for automated enrollment, standard version.
 5476:   </description>
 5477: </file>
 5478: </files>
 5479: </lpml>

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