File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.784: download - view: text, annotated - select for diffs
Fri Jan 27 23:50:49 2012 UTC (12 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: HEAD
- Bug 6535
 Eliminate creation of unnecessary .lpmlsave files during install.
  - PDF manuals are not included in CVS, but instead are built dynamically
    when running make build (e.g., when creating a tarball for release).
    - Assign new categoryname: pdf manual and include check for this in
      lpml_parse.pl so filecompare.pl is called with -b3 flag.
  - license/about.html and loncapa_apache.conf in release tree are modified
    by make aboutVERSION, so developer installations can include version
    and datestamp of build in version info.
    - make aboutVERSION now includes code to set the last modified time to
      the CVS commit date, so unanted .lpmlsave files will no longer be created.
  - new file: getcvsdate.pl now included in loncom/build -- used to extract
    commit date/time from CVS/Entries for about.html and loncapa_apache.conf

    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.784 2012/01/27 23:50:49 raeburn 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: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
   43: !!! This sometimes happens (bad): !!!
   44: !!! 127.0.0.1  computer1 localhost.localdomain localhost  !!!
   45: !!! Should be: !!!
   46: !!! 127.0.0.1  localhost.localdomain  localhost !!!
   47: !!! 35.2.3.80  computer1 computer1.notreal.msu.edu !!!
   48: </specialnotice>
   49: </specialnotices>
   50: <targetroot>/</targetroot>
   51: <sourceroot>/home/user/loncapa/</sourceroot>
   52: <categories>
   53: <category name="interface file" type="runtime">
   54:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   55:   <abbreviation>interfacefile</abbreviation>
   56: </category>
   57: <category name="interface file" type="development">
   58:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
   59:   <abbreviation>interfacefile</abbreviation>
   60: </category>
   61: <category name="setuid script" type="runtime">
   62:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
   63:   <abbreviation>setuid</abbreviation>
   64: </category>
   65: <category name="setuid script" type="development">
   66:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
   67:   <abbreviation>setuid</abbreviation>
   68: </category>
   69: <category name="handler" type="runtime">
   70:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   71:   <abbreviation>handler</abbreviation>
   72: </category>
   73: <category name="handler" type="development">
   74:   <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
   75:   <abbreviation>handler</abbreviation>
   76: </category>
   77: <category name="static conf" type="runtime">
   78:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   79:   <abbreviation>static</abbreviation>
   80: </category>
   81: <category name="static conf" type="development">
   82:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   83:   <abbreviation>static</abbreviation>
   84: </category>
   85: <category name="www static conf" type="runtime">
   86:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
   87:   <abbreviation>static</abbreviation>
   88: </category>
   89: <category name="www static conf" type="development">
   90:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
   91:   <abbreviation>static</abbreviation>
   92: </category>
   93: <category name="conf" type="runtime">
   94:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
   95:   <abbreviation>configurable</abbreviation>
   96: </category>
   97: <category name="conf" type="development">
   98:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
   99:   <abbreviation>configurable</abbreviation>
  100: </category>
  101: <category name="www conf" type="runtime">
  102:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
  103:   <abbreviation>configurable</abbreviation>
  104: </category>
  105: <category name="www conf" type="development">
  106:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
  107:   <abbreviation>configurable</abbreviation>
  108: </category>
  109: <category name="script" type="runtime">
  110:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
  111:   <abbreviation>script</abbreviation>
  112: </category>
  113: <category name="script" type="development">
  114:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  115:   <abbreviation>script</abbreviation>
  116: </category>
  117: <category name="graphic file" type="runtime">
  118:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
  119:   <abbreviation>graphicfile</abbreviation>
  120: </category>
  121: <category name="graphic file" type="development">
  122:   <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
  123:   <abbreviation>graphicfile</abbreviation>
  124: </category>
  125: <category name="lexicon file" type="runtime">
  126:   <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>
  127:   <abbreviation>lexicon</abbreviation>
  128: </category>
  129: <category name="lexicon file" type="development">
  130:   <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>
  131:   <abbreviation>lexicon</abbreviation>
  132: </category>
  133: <category name="doc" type="runtime">
  134:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  135:   <abbreviation>systemfile</abbreviation>
  136: </category>
  137: <category name="doc" type="development">
  138:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  139:   <abbreviation>systemfile</abbreviation>
  140: </category>
  141: <category name="system file" type="runtime">
  142:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  143:   <abbreviation>systemfile</abbreviation>
  144: </category>
  145: <category name="system file" type="development">
  146:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  147:   <abbreviation>systemfile</abbreviation>
  148: </category>
  149: <category name="system script" type="runtime">
  150:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  151:   <abbreviation>systemscript</abbreviation>
  152: </category>
  153: <category name="system script" type="development">
  154:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  155:   <abbreviation>systemscript</abbreviation>
  156: </category>
  157: <category name="root script" type="runtime">
  158:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
  159:   <abbreviation>rootscript</abbreviation>
  160: </category>
  161: <category name="root script" type="development">
  162:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
  163:   <abbreviation>rootscript</abbreviation>
  164: </category>
  165: <category name="symbolic link" type="runtime">
  166:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
  167:   <abbreviation>link</abbreviation>
  168: </category>
  169: <category name="symbolic link" type="development">
  170:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
  171:   <abbreviation>link</abbreviation>
  172: </category>
  173: <category name="standard" type="runtime">
  174:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  175:   <abbreviation>directory</abbreviation>
  176: </category>
  177: <category name="standard" type="development">
  178:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  179:   <abbreviation>directory</abbreviation>
  180: </category>
  181: <category name="server standard" type="runtime">
  182:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  183:   <abbreviation>directory</abbreviation>
  184: </category>
  185: <category name="server standard" type="development">
  186:   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
  187:   <abbreviation>directory</abbreviation>
  188: </category>
  189: <category name="server readonly" type="runtime">
  190:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
  191:   <abbreviation>directory</abbreviation>
  192: </category>
  193: <category name="server readonly" type="development">
  194:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  195:   <abbreviation>directory</abbreviation>
  196: </category>
  197: <category name="pdf manual" type="runtime">
  198:   <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>
  199:   <abbreviation>manual</abbreviation>
  200: </category>
  201: <category name="pdf manual" type="development">
  202:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
  203:   <abbreviation>manual</abbreviation>
  204: </category>
  205: </categories>
  206: <rpm>
  207:   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
  208:   <rpmName>LON-CAPA-base</rpmName>
  209:   <rpmVersion>3.1</rpmVersion>
  210:   <rpmRelease>1</rpmRelease>
  211:   <rpmVendor>Laboratory for Instructional Technology Education,
  212: Division of Science and Mathematics Education, Michigan State University.
  213:   </rpmVendor>
  214:   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
  215:   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
  216:   <rpmGroup>Utilities/System</rpmGroup>
  217:   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
  218:   <rpmAutoReqProv>no</rpmAutoReqProv>
  219:   <rpmdescription>This package facilitates a base installation of LON-CAPA \n
  220: files in their directories.\n
  221: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
  222:   </rpmdescription>
  223:   <rpmpre>echo '***********************************************************************'\n
  224: echo 'LON-CAPA  LearningOnline with CAPA'\n
  225: echo 'http://www.lon-capa.org/'\n
  226: echo 'Gerd Kortemeyer, et al'\n
  227: echo 'Laboratory for Instructional Technology Education'\n
  228: echo 'Michigan State University'\n
  229: echo 'General Public License, Version 2, June 1991'\n
  230: echo '** Michigan State University patents may apply **'\n
  231: echo ' '\n
  232: echo 'This installation assumes an installation of Redhat 6.2'\n
  233: echo ' '\n
  234: echo 'The server computer should be currently connected to the ethernet'\n
  235: echo ' '\n
  236: echo '***********************************************************************'\n
  237: </rpmpre>
  238: <rpmRequires>
  239: <item>PreReq: LON-CAPA-setup</item>
  240: <item>PreReq: apache</item>
  241: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
  242: </rpmRequires>
  243: </rpm>
  244: <directories>
  245: <directory dist='default'>
  246:   <protectionlevel>never_delete</protectionlevel>
  247:   <targetdir dist='default'>etc</targetdir>
  248:   <categoryname>standard</categoryname>
  249:   <description>standard linux directory for configuration files</description>
  250: </directory>
  251: <directory dist='default'>
  252:   <protectionlevel>never_delete</protectionlevel>
  253:   <targetdir dist='default'>etc/cron.d</targetdir>
  254:   <categoryname>standard</categoryname>
  255:   <description>standard linux directory for running time-based "jobs"
  256:   </description>
  257: </directory>
  258: <directory dist='default'>
  259:   <protectionlevel>never_delete</protectionlevel>
  260:   <targetdir dist='default'>etc/httpd/conf</targetdir>
  261:   <targetdir dist='suse9.2 suse9.3 sles9'>etc/httpd</targetdir>
  262:   <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/apache2</targetdir>
  263:   <categoryname>standard</categoryname>
  264:   <description>web configuration files</description>
  265: </directory>
  266: <directory dist='default'>
  267:   <protectionlevel>modest_delete</protectionlevel>
  268:   <targetdir dist='default'>etc/httpd/conf/rewrites</targetdir>
  269:   <targetdir dist='suse9.2 suse9.3 sles9'>etc/httpd/rewrites</targetdir>
  270:   <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/apache2/rewrites</targetdir>
  271:   <categoryname>standard</categoryname>
  272:   <description>
  273:   default configuration files to enable/disable http:// -> https:// rewrites
  274:   </description>
  275: </directory>
  276: <directory dist='default'>
  277:   <protectionlevel>never_delete</protectionlevel>
  278:   <targetdir dist='default'>etc/pam.d</targetdir>
  279:   <categoryname>standard</categoryname>
  280:   <description>configuration directory for password authentication mechanism
  281:   </description>
  282: </directory>
  283: <directory dist='default'>
  284:   <protectionlevel>never_delete</protectionlevel>
  285:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
  286:   <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/init.d</targetdir>
  287:   <categoryname>standard</categoryname>
  288:   <description>scripts that run during system startup</description>
  289: </directory>
  290: <directory dist='default'>
  291:   <protectionlevel>never_delete</protectionlevel>
  292:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
  293:   <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/rc0.d</targetdir>
  294:   <categoryname>standard</categoryname>
  295:   <description>scripts that run for run-level 0</description>
  296: </directory>
  297: <directory dist='default'>
  298:   <protectionlevel>never_delete</protectionlevel>
  299:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
  300:   <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/rc1.d</targetdir>
  301:   <categoryname>standard</categoryname>
  302:   <description>scripts that run for run-level 1</description>
  303: </directory>
  304: <directory dist='default'>
  305:   <protectionlevel>never_delete</protectionlevel>
  306:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
  307:   <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/rc2.d</targetdir>
  308:   <categoryname>standard</categoryname>
  309:   <description>scripts that run for run-level 2</description>
  310: </directory>
  311: <directory dist='default'>
  312:   <protectionlevel>never_delete</protectionlevel>
  313:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
  314:   <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/rc3.d</targetdir>
  315:   <categoryname>standard</categoryname>
  316:   <description>scripts that run for run-level 3</description>
  317: </directory>
  318: <directory dist='default'>
  319:   <protectionlevel>never_delete</protectionlevel>
  320:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
  321:   <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/rc4.d</targetdir>
  322:   <categoryname>standard</categoryname>
  323:   <description>scripts that run for run-level 4</description>
  324: </directory>
  325: <directory dist='default'>
  326:   <protectionlevel>never_delete</protectionlevel>
  327:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
  328:   <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/rc5.d</targetdir>
  329:   <categoryname>standard</categoryname>
  330:   <description>scripts that run for run-level 5</description>
  331: </directory>
  332: <directory dist='default'>
  333:   <protectionlevel>never_delete</protectionlevel>
  334:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
  335:   <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/rc6.d</targetdir>
  336:   <categoryname>standard</categoryname>
  337:   <description>scripts that run for run-level 6</description>
  338: </directory>
  339: <directory dist='default'>
  340:   <protectionlevel>never_delete</protectionlevel>
  341:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
  342:   <categoryname>standard</categoryname>
  343:   <description>tab-formatted reference files</description>
  344: </directory>
  345: <directory dist='default'>
  346:   <protectionlevel>never_delete</protectionlevel>
  347:   <targetdir dist='default'>home/httpd</targetdir>
  348:   <categoryname>standard</categoryname>
  349:   <description>start of the web server tree</description>
  350: </directory>
  351: <directory dist='default'>
  352:   <protectionlevel>modest_delete</protectionlevel>
  353:   <targetdir dist='default'>home/httpd/perl</targetdir>
  354:   <categoryname>server readonly</categoryname>
  355:   <description>perl scripts for managing the LON-CAPA system</description>
  356: </directory>
  357: <directory dist='default'>
  358:   <protectionlevel>modest_delete</protectionlevel>
  359:   <targetdir dist='default'>home/httpd/perl/debug</targetdir>
  360:   <categoryname>server readonly</categoryname>
  361:   <description>perl scripts for debugging the LON-CAPA system</description>
  362: </directory>
  363: <directory dist='default'>
  364:   <protectionlevel>modest_delete</protectionlevel>
  365:   <targetdir dist='default'>home/httpd/perl/manage_dns</targetdir>
  366:   <categoryname>server readonly</categoryname>
  367:   <description>perl scripts for cluster table management on LON-CAPA DNS servers</description>
  368: </directory>
  369: <directory dist='default'>
  370:   <protectionlevel>never_delete</protectionlevel>
  371:   <targetdir dist='default'>home/httpd/perl/logs</targetdir>
  372:   <categoryname>server standard</categoryname>
  373:   <description>location where system performance and error logs are kept
  374:   </description>
  375: </directory>
  376: <directory dist='default'>
  377:   <protectionlevel>modest_delete</protectionlevel>
  378:   <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
  379:   <categoryname>server standard</categoryname>
  380:   <description>
  381: Used by lond parent to check if children are responding to USR1 signals
  382: (otherwise they are killed and replaced).
  383:   </description>
  384: </directory>
  385: <directory dist='default'>
  386:   <protectionlevel>modest_delete</protectionlevel>
  387:   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
  388:   <categoryname>server standard</categoryname>
  389:   <description>location where temporary files (for caching) are stored
  390:   </description>
  391: </directory>
  392: <directory dist='default'>
  393:   <protectionlevel>modest_delete</protectionlevel>
  394:   <targetdir dist='default'>home/httpd/prtspool</targetdir>
  395:   <categoryname>server standard</categoryname>
  396:   <description>for the output of lonprintout.pm
  397:   </description>
  398: </directory>
  399: <directory dist='default'>
  400:   <protectionlevel>modest_delete</protectionlevel>
  401:   <targetdir dist='default'>home/httpd/zipspool</targetdir>
  402:   <categoryname>server standard</categoryname>
  403:   <description>for the output of multidownload.pl
  404:   </description>
  405: </directory>
  406: <directory dist='default'>
  407:   <protectionlevel>modest_delete</protectionlevel>
  408:   <targetdir dist='default'>home/httpd/captchaspool</targetdir>
  409:   <categoryname>server standard</categoryname>
  410:   <description>for temporary storage of Captcha images</description>
  411: </directory>
  412: <directory dist='default'>
  413:   <protectionlevel>modest_delete</protectionlevel>
  414:   <targetdir dist='default'>home/httpd/captchadb</targetdir>
  415:   <categoryname>server standard</categoryname>
  416:   <description>for temporary storage of Captcha codes</description>
  417: </directory>
  418: <directory dist='default'>
  419:   <protectionlevel>modest_delete</protectionlevel>
  420:   <targetdir dist='default'>home/httpd/lib</targetdir>
  421:   <categoryname>server readonly</categoryname>
  422:   <description>location of LON-CAPA software modules and
  423: extensions</description>
  424: </directory>
  425: <directory dist='default'>
  426:   <!-- Must protect localauth.pm/localenroll.pm from extinction. -->
  427:   <protectionlevel>weak_delete</protectionlevel>
  428:   <targetdir dist='default'>home/httpd/lib/perl</targetdir>
  429:   <categoryname>server readonly</categoryname>
  430:   <description>location of LON-CAPA non web mod-perl handlers</description>
  431: </directory>
  432: <directory dist='default'>
  433:   <protectionlevel>modest_delete</protectionlevel>
  434:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
  435:   <categoryname>server readonly</categoryname>
  436:   <description>location of LON-CAPA web mod-perl handlers</description>
  437: </directory>
  438: <directory dist='default'>
  439:   <protectionlevel>modest_delete</protectionlevel>
  440:   <targetdir dist='default'>home/httpd/lib/perl/Apache/localize</targetdir>
  441:   <categoryname>server readonly</categoryname>
  442:   <description>location of LON-CAPA MakeText translation files</description>
  443: </directory>
  444: <directory dist='default'>
  445:   <protectionlevel>modest_delete</protectionlevel>
  446:   <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
  447:   <categoryname>server readonly</categoryname>
  448:   <description>location of HTML specific perl module fixes and additions
  449:   </description>
  450: </directory>
  451: <directory dist='default'>
  452:   <protectionlevel>modest_delete</protectionlevel>
  453:   <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
  454:   <categoryname>server readonly</categoryname>
  455:   <description>location of HTML specific perl module fixes and additions
  456:   </description>
  457: </directory>
  458: <directory dist='default'>
  459:    <protectionlevel>modest_delete</protectionlevel>
  460:  <targetdir dist='default'>home/httpd/lonIDs</targetdir>
  461:   <categoryname>server standard</categoryname>
  462:   <description>cookie jar</description>
  463: </directory>
  464: <directory dist='default'>
  465:    <protectionlevel>modest_delete</protectionlevel>
  466:  <targetdir dist='default'>home/httpd/scantron</targetdir>
  467:   <categoryname>server standard</categoryname>
  468:   <description>uploaded scantron forms directory</description>
  469: </directory>
  470: <directory dist='default'>
  471:   <protectionlevel>modest_delete</protectionlevel>
  472:   <targetdir dist='default'>home/httpd/sockets</targetdir>
  473:   <categoryname>server standard</categoryname>
  474:   <description>lonc's sockets</description>
  475: </directory>
  476: <directory dist='default'>
  477:   <protectionlevel>modest_delete</protectionlevel>
  478:   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
  479:   <categoryname>server standard</categoryname>
  480:   <description>lonc's sockets (delayed)</description>
  481: </directory>
  482: <directory dist='default'>
  483:   <protectionlevel>never_delete</protectionlevel>
  484:   <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
  485:   <categoryname>standard</categoryname>
  486:   <description>location of cgi scripts</description>
  487: </directory>
  488: <directory dist='default'>
  489:   <protectionlevel>never_delete</protectionlevel>
  490:   <targetdir dist='default'>home/httpd/cgi-bin/mimetexcache</targetdir>
  491:   <categoryname>server standard</categoryname>
  492:   <description>location of cgi scripts</description>
  493: </directory>
  494: <directory dist='default'>
  495:   <protectionlevel>never_delete</protectionlevel>
  496:   <targetdir dist='default'>home/httpd/html</targetdir>
  497:   <categoryname>server standard</categoryname>
  498:   <description>location of web-accessible file tree</description>
  499: </directory>
  500: <directory dist='default'>
  501:   <protectionlevel>never_delete</protectionlevel>
  502:   <targetdir dist='default'>home/httpd/html/priv</targetdir>
  503:   <categoryname>server standard</categoryname>
  504:   <description>root of hosted authors' construction spaces tree</description>
  505: </directory>
  506: <directory dist='default'>
  507:   <protectionlevel>never_delete</protectionlevel>
  508:   <targetdir dist='default'>home/httpd/html/res</targetdir>
  509:   <categoryname>server standard</categoryname>
  510:   <description>root of resource tree</description>
  511: </directory>
  512: <directory dist='default'>
  513:   <protectionlevel>modest_delete</protectionlevel>
  514:   <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
  515:   <categoryname>server standard</categoryname>
  516:   <description>root for user uploaded files</description>
  517: </directory>
  518: <directory dist='default'>
  519:   <protectionlevel>modest_delete</protectionlevel>
  520:   <targetdir dist='default'>home/httpd/html/adm</targetdir>
  521:   <categoryname>server readonly</categoryname>
  522:   <description>unauthenticated resources</description>
  523: </directory>
  524: <directory dist='default'>
  525:   <protectionlevel>modest_delete</protectionlevel>
  526:   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
  527:   <categoryname>server readonly</categoryname>
  528:   <description>home of the rat</description>
  529: </directory>
  530: <directory dist='default'>
  531:   <protectionlevel>modest_delete</protectionlevel>
  532:   <targetdir dist='default'>home/httpd/html/adm/fonts</targetdir>
  533:   <categoryname>server readonly</categoryname>
  534:   <description>fonts</description>
  535: </directory>
  536: <directory dist='default'>
  537:   <protectionlevel>modest_delete</protectionlevel>
  538:   <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
  539:   <categoryname>server readonly</categoryname>
  540:   <description>online help documentation</description>
  541: </directory>
  542: <directory dist='default'>
  543:   <protectionlevel>modest_delete</protectionlevel>
  544:   <targetdir dist='default'>home/httpd/html/adm/jme</targetdir>
  545:   <categoryname>server readonly</categoryname>
  546:   <description>JME support files</description>
  547: </directory>
  548: <directory dist='default'>
  549:   <protectionlevel>modest_delete</protectionlevel>
  550:   <targetdir dist='default'>home/httpd/html/adm/jmol</targetdir>
  551:   <categoryname>server readonly</categoryname>
  552:   <description>Jmol files</description>
  553: </directory>
  554: <directory dist='default'>
  555:   <protectionlevel>modest_delete</protectionlevel>
  556:   <targetdir dist='default'>home/httpd/html/adm/geogebra</targetdir>
  557:   <categoryname>server readonly</categoryname>
  558:   <description>GeoGebra files</description>
  559: </directory>
  560: <directory dist='default'>
  561:   <protectionlevel>modest_delete</protectionlevel>
  562:   <targetdir dist='default'>home/httpd/html/adm/MathJax</targetdir>
  563:   <categoryname>server readonly</categoryname>
  564:   <description>MathJax files</description>
  565: </directory>
  566: <directory dist='default'>
  567:   <protectionlevel>modest_delete</protectionlevel>
  568:   <targetdir dist='default'>home/httpd/html/adm/jsMath</targetdir>
  569:   <categoryname>server readonly</categoryname>
  570:   <description>jsMath support files</description>
  571: </directory>
  572: <directory dist='default'>
  573:   <protectionlevel>modest_delete</protectionlevel>
  574:   <targetdir dist='default'>home/httpd/html/adm/jsMath/extensions</targetdir>
  575:   <categoryname>server readonly</categoryname>
  576:   <description>jsMath extension files</description>
  577: </directory>
  578: <directory dist='default'>
  579:   <protectionlevel>modest_delete</protectionlevel>
  580:   <targetdir dist='default'>home/httpd/html/adm/jsMath/uncompressed</targetdir>
  581:   <categoryname>server readonly</categoryname>
  582:   <description>jsMath files (uncompressed)</description>
  583: </directory>
  584: <directory dist='default'>
  585:   <protectionlevel>modest_delete</protectionlevel>
  586:   <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins</targetdir>
  587:   <categoryname>server readonly</categoryname>
  588:   <description>jsMath plugin files</description>
  589: </directory>
  590: <directory dist='default'>
  591:   <protectionlevel>modest_delete</protectionlevel>
  592:   <targetdir dist='default'>home/httpd/html/adm/dragmath</targetdir>
  593:   <categoryname>server readonly</categoryname>
  594:   <description>Formula editor</description>
  595: </directory>
  596: <directory dist='default'>
  597:   <protectionlevel>modest_delete</protectionlevel>
  598:   <targetdir dist='default'>home/httpd/html/adm/ckeditor</targetdir>
  599:   <categoryname>server readonly</categoryname>
  600:   <description>Rich Text Editor</description>
  601: </directory>
  602: <directory dist='default'>
  603:   <protectionlevel>modest_delete</protectionlevel>
  604:   <targetdir dist='default'>home/httpd/html/adm/jQuery</targetdir>
  605:   <categoryname>server readonly</categoryname>
  606:   <description>jQuery JavaScript library</description>
  607: </directory>
  608: <directory dist='default'>
  609:   <protectionlevel>modest_delete</protectionlevel>
  610:   <targetdir dist='default'>home/httpd/html/adm/jQuery/js</targetdir>
  611:   <categoryname>server readonly</categoryname>
  612:   <description>jQuery JavaScript library -- js files</description>
  613: </directory>
  614: <directory dist='default'>
  615:   <protectionlevel>modest_delete</protectionlevel>
  616:   <targetdir dist='default'>home/httpd/html/adm/jQuery/css</targetdir>
  617:   <categoryname>server readonly</categoryname>
  618:   <description>jQuery JavaScript library -- css files</description>
  619: </directory>
  620: <directory dist='default'>
  621:   <protectionlevel>modest_delete</protectionlevel>
  622:   <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness</targetdir>
  623:   <categoryname>server readonly</categoryname>
  624:   <description>jQuery JavaScript library -- css files</description>
  625: </directory>
  626: <directory dist='default'>
  627:   <protectionlevel>modest_delete</protectionlevel>
  628:   <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness/images</targetdir>
  629:   <categoryname>server readonly</categoryname>
  630:   <description>jQuery JavaScript library -- css images</description>
  631: </directory>
  632: <directory dist='default'>
  633:   <protectionlevel>modest_delete</protectionlevel>
  634:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet</targetdir>
  635:   <categoryname>server readonly</categoryname>
  636:   <description>Formula editor applet directory and popups</description>
  637: </directory>
  638: <directory dist='default'>
  639:   <protectionlevel>modest_delete</protectionlevel>
  640:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes</targetdir>
  641:   <categoryname>server readonly</categoryname>
  642:   <description>Formula editor applet classes</description>
  643: </directory>
  644: <directory dist='default'>
  645:   <protectionlevel>modest_delete</protectionlevel>
  646:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/HotEqn</targetdir>
  647:   <categoryname>server readonly</categoryname>
  648:   <description>Formula editor applet HotEqn classes and jar</description>
  649: </directory>
  650: <directory dist='default'>
  651:   <protectionlevel>modest_delete</protectionlevel>
  652:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/Display</targetdir>
  653:   <categoryname>server readonly</categoryname>
  654:   <description>Formula editor applet display</description>
  655: </directory>
  656: <directory dist='default'>
  657:   <protectionlevel>modest_delete</protectionlevel>
  658:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/lang</targetdir>
  659:   <categoryname>server readonly</categoryname>
  660:   <description>Formula editor applet languages</description>
  661: </directory>
  662: <directory dist='default'>
  663:   <protectionlevel>modest_delete</protectionlevel>
  664:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/formats</targetdir>
  665:   <categoryname>server readonly</categoryname>
  666:   <description>Formula editor applet classes formats (LaTeX, Maxima, etc)</description>
  667: </directory>
  668: <directory dist='default'>
  669:   <protectionlevel>modest_delete</protectionlevel>
  670:   <targetdir dist='default'>home/httpd/html/adm/helper</targetdir>
  671:   <categoryname>server readonly</categoryname>
  672:   <description>XML specifications for helpers</description>
  673: </directory>
  674: <directory dist='default'>
  675:   <protectionlevel>modest_delete</protectionlevel>
  676:   <targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir>
  677:   <categoryname>server readonly</categoryname>
  678:   <description>online help documentation gif files</description>
  679: </directory>
  680: <directory dist='default'>
  681:   <protectionlevel>modest_delete</protectionlevel>
  682:   <targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir>
  683:   <categoryname>server readonly</categoryname>
  684:   <description>online help documentation eps files</description>
  685: </directory>
  686: <directory dist='default'>
  687:   <protectionlevel>modest_delete</protectionlevel>
  688:   <targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir>
  689:   <categoryname>server readonly</categoryname>
  690:   <description>online help documentation tex files</description>
  691: </directory>
  692: <directory dist='default'>
  693:   <protectionlevel>modest_delete</protectionlevel>
  694:   <targetdir dist='default'>home/httpd/html/adm/help/tex/ru</targetdir>
  695:   <categoryname>server readonly</categoryname>
  696:   <description>Russian online help documentation tex files</description>
  697: </directory>
  698: <directory dist='default'>
  699:   <protectionlevel>modest_delete</protectionlevel>
  700:   <targetdir dist='default'>home/httpd/html/adm/help/tex/de</targetdir>
  701:   <categoryname>server readonly</categoryname>
  702:   <description>German online help documentation tex files</description>
  703: </directory>
  704: <directory dist='default'>
  705:   <protectionlevel>modest_delete</protectionlevel>
  706:   <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
  707:   <categoryname>server readonly</categoryname>
  708:   <description>online help documentation png files</description>
  709: </directory>
  710: <directory dist='default'>
  711:   <protectionlevel>modest_delete</protectionlevel>
  712:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
  713:   <categoryname>server readonly</categoryname>
  714:   <description>online help documentation for the LON-CAPA programming
  715: interface</description>
  716: </directory>
  717: <directory dist='default'>
  718:   <protectionlevel>modest_delete</protectionlevel>
  719:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
  720:   </targetdir>
  721:   <categoryname>server readonly</categoryname>
  722:   <description>online help documentation for the LON-CAPA programming
  723: interface, Apache (mod_perl) handlers</description>
  724: </directory>
  725: <directory dist='default'>
  726:   <protectionlevel>modest_delete</protectionlevel>
  727:   <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
  728:   <categoryname>server readonly</categoryname>
  729:   <description>online help documentation for the LON-CAPA programming
  730: interface, Apache (mod_perl) handlers</description>
  731: </directory>
  732: <directory dist='default'>
  733:   <protectionlevel>modest_delete</protectionlevel>
  734:   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
  735:   <categoryname>server readonly</categoryname>
  736:   <description>graphic widgets</description>
  737: </directory>
  738: <directory dist='default'>
  739:   <protectionlevel>modest_delete</protectionlevel>
  740:   <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
  741:   <categoryname>server readonly</categoryname>
  742:   <description>miscellaneous resources</description>
  743: </directory>
  744: <directory dist='default'>
  745:   <protectionlevel>modest_delete</protectionlevel>
  746:   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
  747:   <categoryname>server readonly</categoryname>
  748:   <description>error warnings and icons</description>
  749: </directory>
  750: <directory dist='default'>
  751:   <protectionlevel>never_delete</protectionlevel>
  752:   <targetdir dist='default'>home/httpd/lonUsers</targetdir>
  753:   <categoryname>server standard</categoryname>
  754:   <description>Home directories of local users.  There is a five-tier
  755: structure to the directories:
  756: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,
  757: a user fredflint at MSU would have his information located in
  758: lonUsers/msu/f/r/e/fredflint.<br />&#160;<br />Within this directory there are
  759: a variety of files which govern the scope of what a user can do within the
  760: LON-CAPA system.  A passwd file determines the type of authentication
  761: mechanism to use.
  762:  There also are files such as roles.hist (and its database compilation,
  763: roles.db) which specify the roles and privileges for a user in the
  764: LON-CAPA system.</description>
  765: </directory>
  766: <directory dist='default'>
  767:   <protectionlevel>never_delete</protectionlevel>
  768:   <targetdir dist='default'>home/httpd/lonCerts</targetdir>
  769:   <categoryname>server standard</categoryname>
  770:   <description>
  771:     Directory for Certificates for SSL and local auth modes
  772:   </description>
  773: </directory>
  774: <directory dist='default'>
  775:   <protectionlevel>modest_delete</protectionlevel>
  776:   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
  777:   <categoryname>server readonly</categoryname>
  778:   <description>mathematics markup language resources</description>
  779: </directory>
  780: <directory dist='default'>
  781:   <protectionlevel>modest_delete</protectionlevel>
  782:   <targetdir dist='default'>home/httpd/html/res/lib/templates</targetdir>
  783:   <categoryname>server readonly</categoryname>
  784:   <description>Resource library
  785:   </description>
  786: </directory>
  787: <directory dist='default'>
  788:   <protectionlevel>modest_delete</protectionlevel>
  789:   <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
  790:   <categoryname>server readonly</categoryname>
  791:   <description>files useful for including within customized scripting
  792:   </description>
  793: </directory>
  794: <directory dist='default'>
  795:   <protectionlevel>modest_delete</protectionlevel>
  796:   <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
  797:   </targetdir>
  798:   <categoryname>server readonly</categoryname>
  799:   <description>template files useful for customized scripts</description>
  800: </directory>
  801: <directory dist='default'>
  802:   <protectionlevel>never_delete</protectionlevel>
  803:   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
  804:   <categoryname>server standard</categoryname>
  805:   <description>status reports; online logs are kept that
  806: are viewable over the world-wide web</description>
  807: </directory>
  808: <directory dist='default'>
  809:   <protectionlevel>modest_delete</protectionlevel>
  810:   <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
  811:   <categoryname>server readonly</categoryname>
  812:   <description>web user interface resources</description>
  813: </directory>
  814: <directory dist='default'>
  815:   <protectionlevel>modest_delete</protectionlevel>
  816:   <targetdir dist='default'>home/httpd/html/res/adm/pages/pt</targetdir>
  817:   <categoryname>server readonly</categoryname>
  818:   <description>web user interface resources - Portuguese</description>
  819: </directory>
  820: <directory dist='default'>
  821:   <protectionlevel>modest_delete</protectionlevel>
  822:   <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse</targetdir>
  823:   <categoryname>server readonly</categoryname>
  824:   <description>web user interface resources</description>
  825: </directory>
  826: <directory dist='default'>
  827:   <protectionlevel>modest_delete</protectionlevel>
  828:   <targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir>
  829:   <categoryname>server readonly</categoryname>
  830:   <description>Logos for LON-CAPA domains</description>
  831: </directory>
  832: <directory dist='default'>
  833:   <protectionlevel>modest_delete</protectionlevel>
  834:   <targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir>
  835:   <categoryname>server readonly</categoryname>
  836:   <description>Designs for LON-CAPA domains</description>
  837: </directory>
  838: <directory dist='default'>
  839:   <protectionlevel>modest_delete</protectionlevel>
  840:   <targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir>
  841:   <categoryname>server readonly</categoryname>
  842:   <description>Page headers and graphical interface files</description>
  843: </directory>
  844: <directory dist='default'>
  845:   <protectionlevel>modest_delete</protectionlevel>
  846:   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
  847:   </targetdir>
  848:   <categoryname>server readonly</categoryname>
  849:   <description></description>
  850: </directory>
  851: <directory dist='default'>
  852:   <protectionlevel>modest_delete</protectionlevel>
  853:   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
  854:   </targetdir>
  855:   <categoryname>server readonly</categoryname>
  856:   <description>icons that help depict the file system (outdated)</description>
  857: </directory>
  858: <directory dist='default'>
  859:   <protectionlevel>never_delete</protectionlevel>
  860:   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
  861:   <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
  862:   <targetdir dist='redhat8 redhat9'>usr/lib/perl5/site_perl/5.8.0</targetdir>
  863:   <targetdir dist='debian5'>usr/local/lib/perl/5.10.0</targetdir>
  864:   <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
  865:   <categoryname>standard</categoryname>
  866:   <description>system perl tree (usually present on linux systems)
  867:   </description>
  868: </directory>
  869: <directory dist='default'>
  870:   <protectionlevel>modest_delete</protectionlevel>
  871:   <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
  872:   <categoryname>standard</categoryname>
  873:   <description>local binary files for loncapa</description>
  874: </directory>
  875: <directory dist='default'>
  876:   <protectionlevel>modest_delete</protectionlevel>
  877:   <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
  878:   <categoryname>standard</categoryname>
  879:   <description>local documentation files for loncapa</description>
  880: </directory>
  881: <directory dist='default'>
  882:   <protectionlevel>modest_delete</protectionlevel>
  883:   <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
  884:   <categoryname>standard</categoryname>
  885:   <description>examples of configuration files for secondary
  886:  services</description>
  887: </directory>
  888: <directory dist='default'>
  889:   <protectionlevel>modest_delete</protectionlevel>
  890:   <targetdir dist='default'>usr/local/loncapa/sbin</targetdir>
  891:   <categoryname>standard</categoryname>
  892:   <description>local "auxiliary" binary files for loncapa</description>
  893: </directory>
  894: <directory dist='default'>
  895:   <protectionlevel>never_delete</protectionlevel>
  896:   <targetdir dist='default'>usr/local/man/man1</targetdir>
  897:   <categoryname>standard</categoryname>
  898:   <description>local manual pages</description>
  899: </directory>
  900: <directory dist='default'>
  901:   <protectionlevel>never_delete</protectionlevel>
  902:   <targetdir dist='default'>usr/man/man1</targetdir>
  903:   <categoryname>standard</categoryname>
  904:   <description>manual pages</description>
  905: </directory>
  906: <directory dist='default'>
  907:   <protectionlevel>never_delete</protectionlevel>
  908:   <targetdir dist='default'>usr/man/man3</targetdir>
  909:   <categoryname>standard</categoryname>
  910:   <description>manual pages</description>
  911: </directory>
  912: <directory dist='default'>
  913:   <protectionlevel>never_delete</protectionlevel>
  914:   <targetdir dist='default'>usr/sbin</targetdir>
  915:   <categoryname>standard</categoryname>
  916:   <description>standard linux directory for superuser executables</description>
  917: </directory>
  918: </directories>
  919: <files>
  920: <file>
  921: <source>loncom/krb.conf</source>
  922: <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
  923: <categoryname>static conf</categoryname>
  924: <description>
  925: which Kerberos server to contact for specified Kerberos domains
  926: </description>
  927: <note>
  928: <table cellpadding='0' cellspacing='0' border='1'>
  929: <tr><td>
  930: list elements are separated by newlines
  931: </td></tr>
  932: <tr><td>
  933: each list element consists of only two subelements separated by a colon
  934: <br />
  935: <ul>
  936: <li>Kerberos domain value</li>
  937: <li>Kerberos server IP address</li>
  938: </ul>
  939: </td></tr>
  940: </table>
  941: </note>
  942: </file>
  943: <file>
  944: <source>loncom/loncapa.conf</source>
  945: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
  946: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/apache2/loncapa.conf</target>
  947: <categoryname>conf</categoryname>
  948: <description>
  949: <p>
  950: The goal of this file is to implement all LON-CAPA specific
  951: customization of the Apache web server (most all of these values
  952: require manual input from the system administrator at some point).
  953: The values in this file, as opposed to loncapa_apache.conf, are
  954: meant to be machine and institution specific.
  955: </p>
  956: <p>
  957: For the LON-CAPA network server and perl module
  958: handlers, it defines machine specific settings including lonHostID, lonRole,
  959: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
  960: </p>
  961: <p>
  962: This file should not be viewable by regular users of the system.
  963: Only root and www should be able to view the contents of this file
  964: since lonReceipt is sensitive.
  965: </p>
  966: </description>
  967: <note>
  968: <b>configure</b>
  969: <br />
  970: <table cellpadding='0' cellspacing='0' border='1'>
  971: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
  972: machine</td></tr>
  973: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
  974: access</td></tr>
  975: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
  976: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
  977: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
  978: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
  979: seconds</td></tr>
  980: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
  981: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
  982: MySQL database</td></tr>
  983: </table>
  984: </note>
  985: </file>
  986: <file type="postaboutversion">
  987: <source>loncom/loncapa_apache.conf</source>
  988: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
  989: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/apache2/loncapa_apache.conf</target>
  990: <categoryname>static conf</categoryname>
  991: <description>
  992: The goal of this file is to implement all LON-CAPA specific
  993: customization of the Apache web server that does not require
  994: user input.
  995: 
  996: For the Apache web server, it defines a global
  997: access configuration which defines what server options (Indexes", "Includes",
  998: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
  999: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
 1000: and "/usr/doc").  For the LON-CAPA network server and perl module
 1001: handlers, it defines 
 1002: and internal machine settings for specific directories, socket ports,
 1003: the www@localhost MySQL password, and browser detection logic.
 1004: </description>
 1005: </file>
 1006: <file>
 1007: <source>loncom/startup.pl</source>
 1008: <target dist='default'>etc/httpd/conf/startup.pl</target>
 1009: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/apache2/startup.pl</target>
 1010: <categoryname>static conf</categoryname>
 1011: <description>
 1012: This file provides initializations for perl handlers.  It adjusts what
 1013: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
 1014: well as causing the Apache module to be used for every perl handler.
 1015: <tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>.
 1016: </description>
 1017: </file>
 1018: <link>
 1019: <linkto>etc/apache2</linkto>
 1020: <target dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>
 1021: etc/apache2/conf
 1022: </target>
 1023: <categoryname>symbolic link</categoryname>
 1024: <description>
 1025: symbolic link to directory /etc/apache2 from /etc/apache2/conf
 1026: </description>
 1027: </link>
 1028: <file>
 1029: <source>loncom/rewrites/loncapa_rewrite_off.conf</source>
 1030: <target dist='default'>etc/httpd/conf/loncapa_rewrite.conf</target>
 1031: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/apache2/loncapa_rewrite.conf</target>
 1032: <categoryname>conf</categoryname>
 1033: <description>
 1034: Default rewrite file. 
 1035: Default is to disable rewriting of external requests for http:// to https:// 
 1036: by setting: RewriteEngine off
 1037: </description>
 1038: </file>
 1039: <file>
 1040: <source>loncom/rewrites/loncapa_rewrite_on.conf</source>
 1041: <target dist='default'>etc/httpd/conf/rewrites/loncapa_rewrite_on.conf</target>
 1042: <target dist='sles9'>etc/apache/rewrites/loncapa_rewrite_on.conf</target>
 1043: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/apache2/rewrites/loncapa_rewrite_on.conf</target>
 1044: <categoryname>static conf</categoryname>
 1045: <description>
 1046: File to copy to /etc/apache2/loncapa_rewrite.conf (SuSE/SLES/Debian/Ubuntu LTS) or to  /etc/httpd/conf/loncapa_rewrite.conf to enable rewriting of
 1047: external requests for http:// to https:// 
 1048: </description>
 1049: </file>
 1050: <file>
 1051: <source>loncom/rewrites/loncapa_rewrite_off.conf</source>
 1052: <target dist='default'>etc/httpd/conf/rewrites/loncapa_rewrite_off.conf</target>
 1053: <target dist='sles9'>etc/apache/rewrites/loncapa_rewrite_off.conf</target>
 1054: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/apache2/rewrites/loncapa_rewrite_off.conf</target>
 1055: <categoryname>static conf</categoryname>
 1056: <description>
 1057: File to copy to /etc/apache2/loncapa_rewrite.conf (SuSE/SLES/Debian/Ubuntu LTS) or to  /etc/httpd/conf/loncapa_rewrite.conf to disable rewriting of
 1058: external requests for http:// to https:// 
 1059: </description>
 1060: </file>
 1061: <file>
 1062: <source>loncom/thesaurus/thesaurus.db</source>
 1063: <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
 1064: <categoryname>system file</categoryname>
 1065: <description>
 1066: Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
 1067: </description>
 1068: <build trigger='always run'>
 1069: loncom/thesaurus/build_thesaurus_wrapper.sh
 1070: </build>
 1071: <dependencies>
 1072: rawkey.txt;
 1073: build_thesaurus_db.pl;
 1074: build_thesaurus_wrapper.sh
 1075: </dependencies>
 1076: </file>
 1077: <file>
 1078: <source>loncom/interface/mydesk.tab</source>
 1079: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
 1080: <categoryname>static conf</categoryname>
 1081: <description>
 1082: Config file for "My Desk"
 1083: </description>
 1084: </file>
 1085: <file>
 1086: <source>loncom/interface/filetypes.tab</source>
 1087: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
 1088: <categoryname>static conf</categoryname>
 1089: <description>
 1090: Descriptive list of file extensions, and extension groupings.
 1091: </description>
 1092: </file>
 1093: <file>
 1094: <source>loncom/interface/filecategories.tab</source>
 1095: <target dist='default'>home/httpd/lonTabs/filecategories.tab</target>
 1096: <categoryname>static conf</categoryname>
 1097: <description>
 1098: Descriptive list of file extensions and broad categorization.
 1099: </description>
 1100: </file>
 1101: <file>
 1102: <source>loncom/cgi/barcode.png</source>
 1103: <target dist='default'>home/httpd/cgi-bin/barcode.png</target>
 1104: <categoryname>script</categoryname>
 1105: <description>
 1106: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
 1107: parameter.
 1108: </description>
 1109: </file>
 1110: <file>
 1111: <source>loncom/cgi/decompress.pl</source>
 1112: <target dist='default'>home/httpd/cgi-bin/decompress.pl</target>
 1113: <categoryname>script</categoryname>
 1114: <description>
 1115: Decompresses an archive into its files inside of the construction space
 1116: </description>
 1117: </file>
 1118: <file>
 1119: <source>loncom/cgi/takeoffline.pl</source>
 1120: <target dist='default'>home/httpd/cgi-bin/takeoffline.pl</target>
 1121: <categoryname>script</categoryname>
 1122: <description>
 1123: Take machine offline
 1124: </description>
 1125: </file>
 1126: <file>
 1127: <source>loncom/cgi/takeonline.pl</source>
 1128: <target dist='default'>home/httpd/cgi-bin/takeonline.pl</target>
 1129: <categoryname>script</categoryname>
 1130: <description>
 1131: Take machine online
 1132: </description>
 1133: </file>
 1134: <file>
 1135: <source>loncom/cgi/thumbnail.gif</source>
 1136: <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
 1137: <categoryname>script</categoryname>
 1138: <description>
 1139: Produces a thumbnail image of the url given
 1140: </description>
 1141: </file>
 1142: <file>
 1143: <source>loncom/cgi/clusterstatus.pl</source>
 1144: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
 1145: <categoryname>script</categoryname>
 1146: <description>
 1147: utility cgi script to view status of cluster
 1148: </description>
 1149: </file>
 1150: <file>
 1151: <source>loncom/cgi/translator.pl</source>
 1152: <target dist='default'>home/httpd/cgi-bin/translator.pl</target>
 1153: <categoryname>script</categoryname>
 1154: <description>
 1155: utility cgi script to enter translations
 1156: </description>
 1157: </file>
 1158: <file>
 1159: <source>loncom/build/system_dependencies/perltest.pl</source>
 1160: <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
 1161: <categoryname>script</categoryname>
 1162: <description>
 1163: utility cgi script to view status of perl modules
 1164: </description>
 1165: </file>
 1166: <file>
 1167: <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
 1168: <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
 1169: <categoryname>interface file</categoryname>
 1170: <description>
 1171: utility cgi script to view status of perl modules
 1172: </description>
 1173: </file>
 1174: <file>
 1175:   <source>loncom/cgi/loncgi.pm</source>
 1176:   <target dist='default'>home/httpd/lib/perl/LONCAPA/loncgi.pm</target>
 1177:   <categoryname>system file</categoryname>
 1178:   <description>
 1179:       Provides a common interface to LON-CAPA cookies and environment.
 1180:   </description>
 1181: </file>
 1182: <file>
 1183:   <source>loncom/lonmap.pm</source>
 1184:   <target dist='default'>home/httpd/lib/perl/Apache/lonmap.pm</target>
 1185:   <categoryname>system file</categoryname>
 1186:   <description>
 1187:       Provides a module to read course files into hashes.
 1188:   </description>
 1189: </file>
 1190: <file>
 1191:   <source>loncom/cgi/lonauthcgi.pm</source>
 1192:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonauthcgi.pm</target>
 1193:   <categoryname>system file</categoryname>
 1194:   <description>
 1195:       Provides routines used in authorization of server status CGI scripts 
 1196:   </description>
 1197: </file>
 1198: <file>
 1199: <source>loncom/cgi/graph.png</source>
 1200: <target dist='default'>home/httpd/cgi-bin/graph.png</target>
 1201: <categoryname>script</categoryname>
 1202: <description>
 1203: Dynamically outputs a graph especially for lonstatistics.pm.
 1204: </description>
 1205: <note>
 1206: Depends on perl modules:
 1207: GDGraph-1.33 and GDTextUtils-0.80.
 1208: </note>
 1209: </file>
 1210: <file>
 1211: <source>loncom/cgi/lonversions.pl</source>
 1212: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
 1213: <categoryname>script</categoryname>
 1214: <description>
 1215: utility cgi script to view software versions of a remote server
 1216: </description>
 1217: </file>
 1218: <file>
 1219: <source>loncom/cgi/ping.pl</source>
 1220: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
 1221: <categoryname>script</categoryname>
 1222: <description>
 1223: cgi-script to ping other server
 1224: </description>
 1225: </file>
 1226: <file>
 1227: <source>loncom/cgi/plot.gif</source>
 1228: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
 1229: <categoryname>script</categoryname>
 1230: <description>
 1231: Dynamically outputs X-Y plots with point, line, etc functions.
 1232: </description>
 1233: </file>
 1234: <link>
 1235:   <linkto>home/httpd/cgi-bin/plot.gif</linkto>
 1236:   <target dist='default'>home/httpd/cgi-bin/plot.png</target>
 1237:   <categoryname>symbolic link</categoryname>
 1238:   <description>symbolic link for plot.png to point at plot.gif</description>
 1239: </link>
 1240: <file>
 1241: <source>loncom/cgi/imagechoice.pl</source>
 1242: <target dist='default'>home/httpd/cgi-bin/imagechoice.pl</target>
 1243: <categoryname>script</categoryname>
 1244: <description>
 1245: Helper to select image coordinates in writing homework involving images.
 1246: </description>
 1247: </file>
 1248: <file>
 1249: <source>loncom/interface/printout.pl</source>
 1250: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
 1251: <categoryname>script</categoryname>
 1252: <description>
 1253: cgi script
 1254: </description>
 1255: <note>
 1256: Depends on srm.conf entry:
 1257: Alias /prtspool/ /home/httpd/prtspool/
 1258: as well as a /home/httpd/prtspool directory.
 1259: </note>
 1260: </file>
 1261: 
 1262: <file>
 1263:   <source>loncom/interface/multidownload.pl</source>
 1264:   <target dist='default'>home/httpd/cgi-bin/multidownload.pl</target>
 1265:   <categoryname>script</categoryname>
 1266:   <description>
 1267: cgi script to generate a zip file of all student submissions
 1268:   </description>
 1269:   <note>
 1270: Depends on srm.conf entry:
 1271: Alias /zipspool/ /home/httpd/zipspool/
 1272: as well as a /home/httpd/zipspool directory.
 1273:   </note>
 1274: </file>
 1275: 
 1276: <file>
 1277: <source>loncom/cgi/metadata_keywords.pl</source>
 1278: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
 1279: <categoryname>script</categoryname>
 1280: <description>
 1281: a cgi-script (not mod_perl), which contacts MySQL and pulls
 1282: out all keywords in this format:
 1283: 
 1284: coil,magnetic,transformer
 1285: transformer,coils,current,amperes,voltage,transformers,coil
 1286: flux,magnetic,current,transformer
 1287: coil,loop,field,magnetic
 1288: 
 1289: ... etc (one line per entry).
 1290: 
 1291: and simply prints this text-only (no markup) to the browser
 1292: </description>
 1293: </file>
 1294: <file>
 1295: <source>loncom/cgi/metadata_harvest.pl</source>
 1296: <target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target>
 1297: <categoryname>script</categoryname>
 1298: <description>
 1299: a cgi-script (not mod_perl), which contacts MySQL and pulls
 1300: out all records in "|"-separated format.
 1301: To be used by very simple harvesting engines.
 1302: </description>
 1303: </file>
 1304: <file>
 1305: <source>loncom/homework/simpleproblem.problem</source>
 1306: <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem</target>
 1307: <categoryname>interface file</categoryname>
 1308: <description>
 1309: Generic resource for DOCS "Simple Problem"
 1310: </description>
 1311: </file>
 1312: <file>
 1313: <source>loncom/homework/simpleproblem.problem.meta</source>
 1314: <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem.meta</target>
 1315: <categoryname>interface file</categoryname>
 1316: <description>
 1317: Meta file for generic resource for DOCS "Simple Problem"
 1318: </description>
 1319: </file>
 1320: <file>
 1321: <source>loncom/homework/templates/DropBox.problem</source>
 1322: <target dist='default'>home/httpd/html/res/lib/templates/DropBox.problem</target>
 1323: <categoryname>interface file</categoryname>
 1324: <description>
 1325: Generic resource for DOCS "Drop Box"
 1326: </description>
 1327: </file>
 1328: <file>
 1329: <source>loncom/homework/templates/DropBox.problem.meta</source>
 1330: <target dist='default'>home/httpd/html/res/lib/templates/DropBox.problem.meta</target>
 1331: <categoryname>interface file</categoryname>
 1332: <description>
 1333: Meta file for generic resource for DOCS "Drop Box"
 1334: </description>
 1335: </file>
 1336: 
 1337: <file>
 1338: <source>loncom/homework/templates/examupload.problem</source>
 1339: <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem</target>
 1340: <categoryname>interface file</categoryname>
 1341: <description>
 1342: Generic resource for score upload
 1343: </description>
 1344: </file>
 1345: <file>
 1346: <source>loncom/homework/templates/examupload.problem.meta</source>
 1347: <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem.meta</target>
 1348: <categoryname>interface file</categoryname>
 1349: <description>
 1350: Meta file for generic resource for score upload
 1351: </description>
 1352: </file>
 1353: <fileglob>
 1354: <glob>*.*</glob>
 1355: <sourcedir>loncom/homework/templates/</sourcedir>
 1356: <targetdir dist='default'>
 1357: home/httpd/html/res/adm/includes/templates/</targetdir>
 1358: <categoryname>static conf</categoryname>
 1359: <description>
 1360: Template files for generating new resources.
 1361: </description>
 1362: <filenames>
 1363: answerdependent.problem;
 1364: answerdependent.problem.meta;
 1365: blank.library;
 1366: blank.library.meta;
 1367: blank.problem;
 1368: blank.problem.meta;
 1369: blank.task;
 1370: blank.task.meta;
 1371: dynamicgraph.problem;
 1372: dynamicgraph.problem.meta;
 1373: extreme.problem;
 1374: extreme.problem.meta;
 1375: simple.task;
 1376: simple.task.meta;
 1377: multiple_instance.task;
 1378: multiple_instance.task.meta;
 1379: MultipleAnswerEither.problem;
 1380: MultipleAnswerEither.problem.meta;
 1381: MultipleAnswerUnordered.problem;
 1382: MultipleAnswerUnordered.problem.meta;
 1383: optional_criteria.task;
 1384: optional_criteria.task.meta;
 1385: ClickImageExample.problem;
 1386: ClickImageExample.problem.meta;
 1387: custom_equation.problem;
 1388: custom_equation.problem.meta;
 1389: customhints.problem;
 1390: customhints.problem.meta;
 1391: custompartial.problem;
 1392: custompartial.problem.meta;
 1393: CustomResponse.problem;
 1394: CustomResponse.problem.meta;
 1395: customunit.problem;
 1396: customunit.problem.meta;
 1397: Essay.problem;
 1398: Essay.problem.meta;
 1399: examupload.problem;
 1400: examupload.problem.meta;
 1401: functionplotone.problem;
 1402: functionplotone.problem.meta;
 1403: functionplottwo.problem;
 1404: functionplottwo.problem.meta;
 1405: functionplotback.problem;
 1406: functionplotback.problem.meta;
 1407: functionplotvector.problem;
 1408: functionplotvector.problem.meta;
 1409: HintFormula.problem;
 1410: HintFormula.problem.meta;
 1411: HintMathResponse.problem;
 1412: HintMathResponse.problem.meta;
 1413: man1.jpg;
 1414: man1.jpg.meta;
 1415: numerical.problem;
 1416: numerical.problem.meta;
 1417: numPrePro.problem;
 1418: numPrePro.problem.meta;
 1419: Plot.problem.meta;
 1420: Plot_curve.problem;
 1421: Plot_curve.problem.meta;
 1422: Plot_data.problem;
 1423: Plot_data.problem.meta;
 1424: Rnumerical.problem;
 1425: Rnumerical.problem.meta;
 1426: RadioResponse.problem;
 1427: RadioResponse.problem.meta;
 1428: RandomLabelExample.problem;
 1429: RandomLabelExample.problem.meta;
 1430: randomvalueradio.problem;
 1431: randomvalueradio.problem.meta;
 1432: sampleexternal.problem;
 1433: sampleexternal.problem.meta;
 1434: sampleexternal.pl;
 1435: SelectFromOptions-4ConceptGoups.problem;
 1436: SelectFromOptions-4ConceptGoups.problem.meta;
 1437: SelectFromOptions-5ConceptGoups.problem;
 1438: SelectFromOptions-5ConceptGoups.problem.meta;
 1439: SelectFromOptions-6ConceptGoups.problem;
 1440: SelectFromOptions-6ConceptGoups.problem.meta;
 1441: SelectFromOptions-7ConceptGoups.problem;
 1442: SelectFromOptions-7ConceptGoups.problem.meta;
 1443: SelectFromOptions-8ConceptGoups.problem;
 1444: SelectFromOptions-8ConceptGoups.problem.meta;
 1445: SelectFromOptions-Simple.problem;
 1446: SelectFromOptions-Simple.problem.meta;
 1447: SimpleStringResponse.problem.meta;
 1448: script.library;
 1449: script.library.meta;
 1450: SimpleFormula.problem;
 1451: SimpleFormula.problem.meta;
 1452: SimpleFormulaCAS.problem;
 1453: SimpleFormulaCAS.problem.meta;
 1454: StringResponse.problem;
 1455: StringResponse.problem.meta;
 1456: stringPrePro.problem;
 1457: stringPrePro.problem.meta;
 1458: SimpleMatching.problem;
 1459: SimpleMatching.problem.meta;
 1460: SimpleMathResponse.problem;
 1461: SimpleMathResponse.problem.meta;
 1462: SimpleMathResponseR.problem;
 1463: SimpleMathResponseR.problem.meta;
 1464: SimpleRank.problem;
 1465: SimpleRank.problem.meta;
 1466: SimpleTrueFalse.problem;
 1467: SimpleTrueFalse.problem.meta;
 1468: organic.problem;
 1469: organic.problem.meta;
 1470: organic_hint.problem;
 1471: organic_hint.problem.meta;
 1472: reaction.problem;
 1473: reaction.problem.meta;
 1474: reaction_hint.problem;
 1475: reaction_hint.problem.meta
 1476: </filenames>
 1477: </fileglob>
 1478: 
 1479: <file>
 1480:   <source>loncom/homework/insertlist.xml</source>
 1481:   <target dist='default'>home/httpd/lonTabs/insertlist.xml</target>
 1482:   <categoryname>static conf</categoryname>
 1483:   <description>
 1484: Describes what tags are allowed inside other tags.
 1485:   </description>
 1486: </file>
 1487: 
 1488: <file>
 1489: <source>CAPA/JavaTools/GLabel.class</source>
 1490: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
 1491: </target>
 1492: <categoryname>static conf</categoryname>
 1493: <description>
 1494: Java applet for labelling graphs.
 1495: </description>
 1496: <note>
 1497: Built from Glabel.java.  Still working on build/dependency details.
 1498: </note>
 1499: </file>
 1500: <file>
 1501: <source>loncom/interface/spreadsheet/default_assesscalc</source>
 1502: <target dist='default'>home/httpd/html/res/adm/includes/default_assesscalc
 1503: </target>
 1504: <categoryname>static conf</categoryname>
 1505: <description>
 1506: Default spreadsheet for individual assessment.
 1507: </description>
 1508: </file>
 1509: <file>
 1510: <source>loncom/interface/spreadsheet/default_studentcalc</source>
 1511: <target dist='default'>home/httpd/html/res/adm/includes/default_studentcalc
 1512: </target>
 1513: <categoryname>static conf</categoryname>
 1514: <description>
 1515: Default spreadsheet for assessment of students.
 1516: </description>
 1517: </file>
 1518: <file>
 1519: <source>loncom/interface/spreadsheet/default_classcalc</source>
 1520: <target dist='default'>home/httpd/html/res/adm/includes/default_classcalc
 1521: </target>
 1522: <categoryname>static conf</categoryname>
 1523: <description>
 1524: Default spreadsheet for assessment of a class.
 1525: </description>
 1526: </file>
 1527: <file>
 1528: <source>loncom/auth/roles.tab</source>
 1529: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
 1530: <categoryname>static conf</categoryname>
 1531: <description>
 1532: List of privileges associated with users of multiple types (for example:
 1533: Teaching Assistant, Exam Proctor, Course Coordinator)
 1534: </description>
 1535: </file>
 1536: <file>
 1537: <source>loncom/auth/rolesplain.tab</source>
 1538: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
 1539: <categoryname>static conf</categoryname>
 1540: <description>
 1541: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
 1542: and privileges available in the network with function
 1543: </description>
 1544: </file>
 1545: <file>
 1546: <source>loncom/managers.tab</source>
 1547: <target dist='default'>home/httpd/lonTabs/managers.tab</target>
 1548: <categoryname>static conf</categoryname>
 1549: <description>
 1550: List of machines allowed to pass along updates to dns_hosts.tab and dns_domain.tab
 1551: </description>
 1552: </file>
 1553: <file>
 1554: <source>loncom/misc/releaseslist.xml</source>
 1555: <target dist='default'>home/httpd/lonTabs/releaseslist.xml</target>
 1556: <categoryname>static conf</categoryname>
 1557: <description>
 1558: XML specification of LON-CAPA version required for certain parameters,
 1559: response types and course containers. Used to determine if a course
 1560: needs a minimum LON-CAPA version to function correctly.   
 1561: </description>
 1562: </file>
 1563: 
 1564: <file type="private">
 1565:   <source>loncom/hosts.tab</source>
 1566:   <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
 1567:   <categoryname>www static conf</categoryname>
 1568:   <description>
 1569: List of Machines in the lon-capa network.
 1570:   </description>
 1571: </file>
 1572: <file type="private">
 1573:   <source>loncom/domain.tab</source>
 1574:   <target dist='default'>home/httpd/lonTabs/domain.tab</target>
 1575:   <categoryname>www static conf</categoryname>
 1576:   <description>
 1577: List of domains in the LON-CAPA network.
 1578: Lists the name name of the domain and any multiple config options.
 1579:   </description>
 1580: </file>
 1581: 
 1582: <file type="private">
 1583:   <source>loncom/dns_hosts.tab</source>
 1584:   <target dist='default'>home/httpd/lonTabs/dns_hosts.tab</target>
 1585:   <categoryname>www static conf</categoryname>
 1586:   <description>
 1587: List of all machines in the lon-capa network that is served up by the DNS mechanism.
 1588:   </description>
 1589: </file>
 1590: <file type="private">
 1591:   <source>loncom/dns_domain.tab</source>
 1592:   <target dist='default'>home/httpd/lonTabs/dns_domain.tab</target>
 1593:   <categoryname>www static conf</categoryname>
 1594:   <description>
 1595: List of all domains in the LON-CAPA network that is served up by the DNS mechanism.
 1596:   </description>
 1597: </file>
 1598: 
 1599: <file>
 1600:   <source>loncom/loncaparevs.tab</source>
 1601:   <target dist='default'>home/httpd/lonTabs/loncaparevs.tab</target>
 1602:   <categoryname>www conf</categoryname>
 1603:   <description>
 1604: File holds LON-CAPA version installed on all servers in the LON-CAPA network. Updated
 1605:  by loncron. 
 1606:   </description>
 1607: </file>
 1608: 
 1609: <file>
 1610:   <source>loncom/serverhomeIDs.tab</source>
 1611:   <target dist='default'>home/httpd/lonTabs/serverhomeIDs.tab</target>
 1612:   <categoryname>www conf</categoryname>
 1613:   <description>
 1614: File holds paired data -- hostname:lonHostID for all servers in the LON-CAPA network (useful for determining which domain should control server settings for a multi-domain server). Updated by loncron.
 1615:   </description>
 1616: </file>
 1617: 
 1618: <file>
 1619: <source>loncom/spare.tab</source>
 1620: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
 1621: <categoryname>conf</categoryname>
 1622: <description>
 1623: Spare hosts to offload session to if the LON-CAPA machine is overloaded
 1624: </description>
 1625: <note>
 1626: <b>configure</b><br />
 1627: <table cellpadding='0' cellspacing='0' border='1'>
 1628: <tr><td>
 1629: list elements are separated by newlines
 1630: </td></tr>
 1631: <tr><td>
 1632: each list element consists of only one value; the value for <tt>lonHostID</tt>
 1633: in <tt>access.conf</tt>
 1634: </td></tr>
 1635: </table>
 1636: </note>
 1637: </file>
 1638: <file>
 1639: <source>loncom/htpasswd</source>
 1640: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
 1641: <categoryname>static conf</categoryname>
 1642: <description>
 1643: Basic auth password to access /lon-status and /server-status
 1644: </description>
 1645: </file>
 1646: <file>
 1647: <source>loncom/smb.conf</source>
 1648: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
 1649: <categoryname>static conf</categoryname>
 1650: <description>
 1651: configuration file to make LON-CAPA server file space accessible to network
 1652: neighborhood
 1653: </description>
 1654: </file>
 1655: <file>
 1656: <source>loncom/ntp.conf</source>
 1657: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
 1658: <categoryname>static conf</categoryname>
 1659: <description>
 1660: which NTP server to contact for information (XNTP3 standard)
 1661: </description>
 1662: <note>
 1663: <table cellpadding='0' cellspacing='0' border='1'>
 1664: <tr><td>
 1665: only one line needs to be changed to specify a server ip address
 1666: </td></tr>
 1667: <tr><td>
 1668: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
 1669: </td></tr>
 1670: </table>
 1671: </note>
 1672: </file>
 1673: <file>
 1674:   <source>loncom/misc/archive_old_files.pl</source>
 1675:   <target dist='default'>home/httpd/perl/archive_old_files.pl</target>
 1676:   <categoryname>script</categoryname>
 1677:   <description>
 1678: Batch script for compressing older .db files
 1679:   </description>
 1680: </file>
 1681: <file>
 1682: <source>loncom/metadata_database/searchcat.pl</source>
 1683: <target dist='default'>home/httpd/perl/searchcat.pl</target>
 1684: <categoryname>script</categoryname>
 1685: <description>
 1686: Batch script for updating SQL metadata database.
 1687: </description>
 1688: </file>
 1689: <file>
 1690: <source>loncom/metadata_database/cleanup_database.pl</source>
 1691: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
 1692: <categoryname>script</categoryname>
 1693: <description>
 1694: Batch script for removing temporary tables from the SQL metadata database.
 1695: </description>
 1696: </file>
 1697: <file>
 1698: <source>loncom/metadata_database/parse_activity_log.pl</source>
 1699: <target dist='default'>home/httpd/perl/parse_activity_log.pl</target>
 1700: <categoryname>script</categoryname>
 1701: <description>
 1702: Batch script to copy activy logs from native format into the SQL metadata database.
 1703: </description>
 1704: </file>
 1705: <file>
 1706: <source>loncom/misc/cleanup_file_caches.pl</source>
 1707: <target dist='default'>home/httpd/perl/cleanup_file_caches.pl</target>
 1708: <categoryname>script</categoryname>
 1709: <description>
 1710: Batch script for removing files not accessed within 24 hours from the 
 1711: /home/httpd/prtspool and /home/httpd/html/userfiles/ directories.
 1712: </description>
 1713: </file>
 1714: <file>
 1715: <source>loncom/misc/refresh_courseids_db.pl</source>
 1716: <target dist='default'>home/httpd/perl/refresh_courseids_db.pl</target>
 1717: <categoryname>script</categoryname>
 1718: <description>
 1719: Batch script for refreshing course information in aggregating GDBM 
 1720: file: nohist_courseids.db found in /home/httpd/lonUsers on library servers.
 1721: </description>
 1722: </file>
 1723: <file>
 1724: <source>loncom/debugging_tools/seed_accesscount.pl</source>
 1725: <target dist='default'>home/httpd/perl/seed_accesscount.pl</target>
 1726: <categoryname>script</categoryname>
 1727: <description>
 1728: Batch script for moving access count data from nohist_resevaldata.db to
 1729: nohist_accesscount.db.
 1730: </description>
 1731: </file>
 1732: <file>
 1733: <source>loncom/debugging_tools/modify_config_files.pl</source>
 1734: <target dist='default'>home/httpd/perl/modify_config_files.pl</target>
 1735: <categoryname>script</categoryname>
 1736: <description>
 1737: Batch script to ensure certain LONCAPA configuration parameters for yum and
 1738: MySQL are included in their configuration files.
 1739: </description>
 1740: </file>
 1741: <file>
 1742:   <source>loncom/debugging_tools/updateclasslist.pl</source>
 1743:   <target dist='default'>home/httpd/perl/debug/updateclasslist.pl</target>
 1744:   <categoryname>script</categoryname>
 1745:   <description>
 1746: propagate the ids in ids.db to all course classlists
 1747:   </description>
 1748: </file>
 1749: <file>
 1750: <source>loncom/lonmemcached</source>
 1751: <target dist='default'>home/httpd/perl/lonmemcached</target>
 1752: <categoryname>script</categoryname>
 1753: <description>
 1754: small script to handle the start up of the memcached daemon
 1755: </description>
 1756: </file>
 1757: <file>
 1758:   <source>loncom/lonmaxima</source>
 1759:   <target dist='default'>home/httpd/perl/lonmaxima</target>
 1760:   <categoryname>script</categoryname>
 1761:   <description>
 1762:     manages the existance and talking to the maxima processes
 1763:   </description>
 1764: </file>
 1765: <file>
 1766:   <source>loncom/lonr</source>
 1767:   <target dist='default'>home/httpd/perl/lonr</target>
 1768:   <categoryname>script</categoryname>
 1769:   <description>
 1770:     manages the existance and talking to the R processes
 1771:   </description>
 1772: </file>
 1773: <file>
 1774:     <source>loncom/request_ssl_key.sh</source>
 1775:     <target dist='default'>home/httpd/lonCerts/request_ssl_key.sh</target>
 1776:     <categoryname>script</categoryname>
 1777:     <description>
 1778:         Script that requests a Lon-CAPA ssl key.
 1779:     </description>
 1780: </file>
 1781: <file>
 1782: <source>loncom/lond</source>
 1783: <target dist='default'>home/httpd/perl/lond</target>
 1784: <categoryname>script</categoryname>
 1785: <description>
 1786: This is a remote command interpreter on a TCP LON-CAPA network layer.
 1787: It accepts and processes incoming requests from other LON-CAPA machines
 1788: on the network.  lond's functionality is self-contained in the sense
 1789: that it does not reference (import, require, use) any other file
 1790: described in this document.  There are only 15 subroutines in this
 1791: script, however the <tt>make_new_child</tt> subroutine is quite
 1792: complex since it parses and responds about 29 different types of 
 1793: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
 1794: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
 1795: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
 1796: tmpput, tmpget, and ls).
 1797: </description>
 1798: </file>
 1799: <file>
 1800: <source>doc/man/lond.1</source>
 1801: <target dist='default'>usr/man/man1/lond.1</target>
 1802: <categoryname>doc</categoryname>
 1803: <description>man page for lond</description>
 1804: <build trigger='always run'>
 1805: loncom/build/pod2man.sh ../lond &gt; ../../doc/man/lond.1 &amp;&amp; \
 1806: echo 'manifying lond'
 1807: </build>
 1808: <status>works/unverified</status>
 1809: <dependencies>
 1810: ../../loncom/lond
 1811: </dependencies>
 1812: </file>
 1813: <file>
 1814: <source>doc/scripts/lond.html</source>
 1815: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
 1816: <categoryname>doc</categoryname>
 1817: <description>POD-derived page for lond</description>
 1818: <build trigger='always run'>
 1819: loncom/build/pod2html.sh ../lond &gt; ../../doc/scripts/lond.html &amp;&amp; \
 1820: echo 'pod2html lond'
 1821: </build>
 1822: <status>works/unverified</status>
 1823: <dependencies>
 1824: ../../loncom/lond
 1825: </dependencies>
 1826: </file>
 1827: <file>
 1828: <source dist='default'>loncom/build/CHECKRPMS</source>
 1829: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
 1830: <categoryname>script</categoryname>
 1831: <description>CGI script that checks status of RPMs</description>
 1832: <dependencies>
 1833: loncom/build/CHECKRPMS
 1834: </dependencies>
 1835: </file>
 1836: <file>
 1837: <source>loncom/cgi/loncron.pl</source>
 1838: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
 1839: <categoryname>script</categoryname>
 1840: <description>CGI script that starts and pipes output of loncron</description>
 1841: </file>
 1842: <file>
 1843: <source>loncom/cgi/userstatus.pl</source>
 1844: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
 1845: <categoryname>script</categoryname>
 1846: <description>CGI script that shows users currently on machine</description>
 1847: </file>
 1848: <file>
 1849: <source>loncom/cgi/listdomconfig.pl</source>
 1850: <target dist='default'>home/httpd/cgi-bin/listdomconfig.pl</target>
 1851: <categoryname>script</categoryname>
 1852: <description>CGI script to display domain configuration as plain text.
 1853: For use on the primary library server for a domain. Access control uses
 1854: routines in lonauthcgi.pm
 1855: </description>
 1856: </file>
 1857: <file>
 1858: <source>loncom/homework/templates/sampleexternal.pl</source>
 1859: <target dist='default'>home/httpd/cgi-bin/sampleexternal.pl</target>
 1860: <categoryname>script</categoryname>
 1861: <description>Sample External Response Script</description>
 1862: </file>
 1863: <file>
 1864: <source>loncom/loncron</source>
 1865: <target dist='default'>home/httpd/perl/loncron</target>
 1866: <categoryname>script</categoryname>
 1867: <description>housekeeping</description>
 1868: </file>
 1869: <file>
 1870: <source>loncom/lonsql</source>
 1871: <target dist='default'>home/httpd/perl/lonsql</target>
 1872: <categoryname>script</categoryname>
 1873: <description>maintain secondary database of metadata</description>
 1874: </file>
 1875: <file>
 1876: <source>doc/man/lonsql.1</source>
 1877: <target dist='default'>usr/man/man1/lonsql.1</target>
 1878: <categoryname>doc</categoryname>
 1879: <description>man page for lonsql</description>
 1880: <build trigger='always run'>
 1881: loncom/build/pod2man.sh ../lonsql &gt; ../../doc/man/lonsql.1 &amp;&amp; \
 1882: echo 'manifying lonsql'
 1883: </build>
 1884: <status>works/unverified</status>
 1885: <dependencies>
 1886: ../../loncom/lonsql
 1887: </dependencies>
 1888: </file>
 1889: <file>
 1890: <source>doc/scripts/lonsql.html</source>
 1891: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
 1892: <categoryname>doc</categoryname>
 1893: <description>POD-derived page for lonsql</description>
 1894: <build trigger='always run'>
 1895: loncom/build/pod2html.sh ../lonsql &gt; ../../doc/scripts/lonsql.html &amp;&amp; \
 1896: echo 'pod2html lonsql'
 1897: </build>
 1898: <status>works/unverified</status>
 1899: <dependencies>
 1900: ../../loncom/lonsql
 1901: </dependencies>
 1902: </file>
 1903: <file>
 1904:   <source>loncom/CrGrant.pl</source>
 1905:   <target dist='default'>home/httpd/perl/CrGrant.pl</target>
 1906:   <categoryname>script</categoryname>
 1907:   <description>
 1908:     Script used to verify and grant an SSL certificate to a Lon-CAPA host
 1909:   </description>
 1910:   <status>in progress</status>
 1911: </file>
 1912: <file>
 1913:   <source>loncom/CrGenerate.pl</source>
 1914:   <target dist='default'>home/httpd/perl/CrGenerate.pl</target>
 1915:   <categoryname>script</categoryname>
 1916:   <description>
 1917:     Script used to request an SSL certificate for a Lon-CAPA host.
 1918:   </description>
 1919:   <status>in progress</status>
 1920: </file>
 1921: <file>
 1922:   <source>loncom/apachereload</source>
 1923:   <target dist='default'>home/httpd/perl/apachereload</target>
 1924:   <categoryname>setuid script</categoryname>
 1925:   <description>
 1926:     Script to let www reload the webserver
 1927:   </description>
 1928:   <status>works/unverified</status>
 1929: </file>
 1930: <file>
 1931: <source>loncom/lcpasswd</source>
 1932: <target dist='default'>home/httpd/perl/lcpasswd</target>
 1933: <categoryname>setuid script</categoryname>
 1934: <description>
 1935: Coordinates the system services and files in order to allow lond to change
 1936: user passwords.
 1937: </description>
 1938: <status>being updated</status>
 1939: </file>
 1940: <file>
 1941: <source>loncom/lcinstallfile</source>
 1942: <target dist='default'>home/httpd/perl/lcinstallfile</target>
 1943: <categoryname>setuid script</categoryname>
 1944: <description>
 1945: Set uid file that allows lond to install files in 
 1946: lonTab which is normally owned by root.
 1947: </description>
 1948: <status>under construction</status>
 1949: </file>
 1950: <file>
 1951: <source>loncom/pwchange</source>
 1952: <target dist='default'>home/httpd/perl/pwchange</target>
 1953: <categoryname>setuid script</categoryname>
 1954: <description>
 1955: Allows www to change user passwords.
 1956: </description>
 1957: <status>being updated</status>
 1958: </file>
 1959: <file>
 1960: <source>loncom/lcuseradd</source>
 1961: <target dist='default'>home/httpd/perl/lcuseradd</target>
 1962: <categoryname>setuid script</categoryname>
 1963: <description>
 1964: Coordinates the system services and files in order to allow lond to add a
 1965: new user.
 1966: </description>
 1967: <status>being updated</status>
 1968: </file>
 1969: <file>
 1970: <source>loncom/lciptables</source>
 1971: <target dist='default'>home/httpd/perl/lciptables</target>
 1972: <categoryname>setuid script</categoryname>
 1973: <description>
 1974: Calls iptables to update firewall settings for port used for internal
 1975: LON-CAPA communication to receive traffic from other servers in cluster
 1976: </description>
 1977: <status>New file</status>
 1978: </file>
 1979: <file>
 1980: <source>loncom/lchttpdlogs</source>
 1981: <target dist='default'>home/httpd/perl/lchttpdlogs</target>
 1982: <categoryname>setuid script</categoryname>
 1983: <description>
 1984: script called by loncron to tail latest web server access and error logs.
 1985: </description>
 1986: <status>works/verified</status>
 1987: </file>
 1988: <file>
 1989: <source>loncom/lcuserdel</source>
 1990: <target dist='default'>home/httpd/perl/lcuserdel</target>
 1991: <categoryname>setuid script</categoryname>
 1992: <description>
 1993: Coordinates the system services and files in order to allow lond to delete a
 1994: user.
 1995: </description>
 1996: <status>deprecated</status>
 1997: </file>
 1998: <file>
 1999: <source>loncom/lcnfson</source>
 2000: <target dist='default'>home/httpd/perl/lcnfson</target>
 2001: <categoryname>setuid script</categoryname>
 2002: <description>
 2003: coordinates the system services and files in order to allow lond to enable NFS
 2004: for a user
 2005: </description>
 2006: <status>deprecated</status>
 2007: </file>
 2008: <file>
 2009: <source>loncom/lcnfsoff</source>
 2010: <target dist='default'>home/httpd/perl/lcnfsoff</target>
 2011: <categoryname>setuid script</categoryname>
 2012: <description>
 2013: coordinates the system services and files in order to allow lond to disable NFS
 2014: for a user
 2015: </description>
 2016: <status>deprecated</status>
 2017: </file>
 2018: <file>
 2019: <source>loncom/license/gpl.txt</source>
 2020: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
 2021: <categoryname>interface file</categoryname>
 2022: <description>
 2023: GNU General Public License.  Long live the cause of freeware!
 2024: </description>
 2025: </file>
 2026: <file>
 2027: <source>loncom/license/httpi.license</source>
 2028: <target dist='default'>home/httpd/html/adm/httpi.license</target>
 2029: <categoryname>interface file</categoryname>
 2030: <description>
 2031: HTTPi webserver license
 2032: </description>
 2033: </file>
 2034: <file>
 2035: <source>loncom/license/httpi.readme</source>
 2036: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
 2037: <categoryname>interface file</categoryname>
 2038: <description>
 2039: HTTPi webserver readme 
 2040: </description>
 2041: </file>
 2042: <file type="postaboutversion">
 2043: <source>loncom/license/about.html</source>
 2044: <target dist='default'>home/httpd/html/adm/about.html</target>
 2045: <categoryname>interface file</categoryname>
 2046: <description>
 2047: The "About" Page.
 2048: </description>
 2049: </file>
 2050: <file>
 2051: <source>loncom/publisher/publisher.html</source>
 2052: <target dist='default'>home/httpd/html/adm/publisher.html</target>
 2053: <categoryname>interface file</categoryname>
 2054: <description>
 2055: HTML frame that presents a form element to allow for the publishing of
 2056: resources, directories and underlying subdirectories.
 2057: </description>
 2058: </file>
 2059: <file>
 2060: <source>loncom/html/adm/noidea.html</source>
 2061: <target dist='default'>home/httpd/html/adm/noidea.html</target>
 2062: <categoryname>interface file</categoryname>
 2063: <description>
 2064: Interface file for responding to improper page flipping.
 2065: </description>
 2066: </file>
 2067: <file>
 2068: <source>loncom/html/adm/notinit.html</source>
 2069: <target dist='default'>home/httpd/html/adm/notinit.html</target>
 2070: <categoryname>interface file</categoryname>
 2071: <description>
 2072: Interface file for responding to accessing uploaded resources without
 2073: re-initializing course.
 2074: </description>
 2075: </file>
 2076: <file>
 2077: <source>loncom/html/adm/overloaded.txt</source>
 2078: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
 2079: <categoryname>interface file</categoryname>
 2080: <description>
 2081: Interface file for responding to overload situations.
 2082: </description>
 2083: </file>
 2084: <file>
 2085: <source>loncom/html/adm/loginproblems.html</source>
 2086: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
 2087: <categoryname>interface file</categoryname>
 2088: <description>
 2089: Help page for login problems.
 2090: </description>
 2091: </file>
 2092: <file>
 2093: <source>loncom/xml/physnet.sty</source>
 2094: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
 2095: <categoryname>static conf</categoryname>
 2096: <description>
 2097: The relevant conditions and metadata to attach to PhysNet-specific tags.
 2098: </description>
 2099: </file>
 2100: <file>
 2101: <source>loncom/homework/lectureonline.sty</source>
 2102: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
 2103: </target>
 2104: <categoryname>static conf</categoryname>
 2105: <description>
 2106: The relevant conditions and metadata to attach to LectureOnline-specific tags.
 2107: </description>
 2108: </file>
 2109: <file>
 2110: <source>loncom/thesaurus/un_keyword.tab</source>
 2111: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
 2112: <categoryname>conf</categoryname>
 2113: <description>
 2114: File which contains words which should not be keywords used to specify resource
 2115: content.
 2116: </description>
 2117: </file>
 2118: <file>
 2119: <source>loncom/homework/scantronformat.tab</source>
 2120: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
 2121: <categoryname>conf</categoryname>
 2122: <description>
 2123: Different configs for scantron input files.
 2124: </description>
 2125: </file>
 2126: <file>
 2127: <source>loncom/homework/default_scantronformat.tab</source>
 2128: <target dist='default'>home/httpd/lonTabs/default_scantronformat.tab</target>
 2129: <categoryname>static conf</categoryname>
 2130: <description>
 2131: Default configurations for scantron input files.
 2132: </description>
 2133: </file>
 2134: <file>
 2135: <source>loncom/publisher/packages.tab</source>
 2136: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
 2137: <categoryname>static conf</categoryname>
 2138: <description>
 2139: Parameter packages, so that assessments can publish parameter packages
 2140: needed, which are then expanded into individual parameters - allows to
 2141: retroactively add new parameters to already published assessments.
 2142: </description>
 2143: </file>
 2144: <file>
 2145: <source>loncom/publisher/copyright.tab</source>
 2146: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
 2147: <categoryname>static conf</categoryname>
 2148: <description>
 2149: Table which contains list of copyright possibilities for educational resources.
 2150: </description>
 2151: </file>
 2152: <file>
 2153: <source>loncom/publisher/source_copyright.tab</source>
 2154: <target dist='default'>home/httpd/html/res/adm/includes/source_copyright.tab</target>
 2155: <categoryname>static conf</categoryname>
 2156: <description>
 2157: Table which contains list of source copyright possibilities for educational resources.
 2158: </description>
 2159: </file>
 2160: <file>
 2161: <source>loncom/publisher/language.tab</source>
 2162: <target dist='default'>home/httpd/lonTabs/language.tab</target>
 2163: <categoryname>static conf</categoryname>
 2164: <description>
 2165: Table which contains string abbreviations of language::font rendering
 2166: combinations.
 2167: </description>
 2168: </file>
 2169: <file>
 2170: <source>loncom/publisher/addid.tab</source>
 2171: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
 2172: <categoryname>static conf</categoryname>
 2173: <description>
 2174: Table which has hash data necessary for distinguishing IDs from indices.
 2175: </description>
 2176: </file>
 2177: <file>
 2178: <source>rat/lonwrapper.pm</source>
 2179: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
 2180: <categoryname>handler</categoryname>
 2181: <description>
 2182: Wrapper for external and binary files as standalone resources.
 2183: Edit handler for rat maps; TeX content handler.
 2184: </description>
 2185: <status>works/unverified</status>
 2186: </file>
 2187: <file>
 2188: <source>loncom/interface/londocs.pm</source>
 2189: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
 2190: <categoryname>handler</categoryname>
 2191: <description>
 2192: Handler for course documents
 2193: </description>
 2194: <status>works/unverified</status>
 2195: </file>
 2196: <file>
 2197: <source>loncom/interface/lonchat.pm</source>
 2198: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
 2199: <categoryname>handler</categoryname>
 2200: <description>
 2201: Handler for chat
 2202: </description>
 2203: <status>works/unverified</status>
 2204: </file>
 2205: <file>
 2206: <source>loncom/interface/lonchatfetch.pm</source>
 2207: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
 2208: <categoryname>handler</categoryname>
 2209: <description>
 2210: Handler for periodically fetch new lines of chat
 2211: </description>
 2212: <status>works/unverified</status>
 2213: </file>
 2214: <file>
 2215: <source>loncom/interface/longroupchat.pm</source>
 2216: <target dist='default'>home/httpd/lib/perl/Apache/longroupchat.pm</target>
 2217: <categoryname>handler</categoryname>
 2218: <description>
 2219: Handler for generation of frameset for display of group chat
 2220: </description>
 2221: <status>works/unverified</status>
 2222: </file>
 2223: <file>
 2224: <source>loncom/interface/lonannounce.pm</source>
 2225: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
 2226: <categoryname>handler</categoryname>
 2227: <description>
 2228: Handler to put up announcements and calendar
 2229: </description>
 2230: <status>works/unverified</status>
 2231: </file>
 2232: <file>
 2233: <source>loncom/interface/lonsyllabus.pm</source>
 2234: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
 2235: <categoryname>handler</categoryname>
 2236: <description>
 2237: Handler to put up syllabus
 2238: </description>
 2239: <status>works/unverified</status>
 2240: </file>
 2241: <file>
 2242: <source>loncom/interface/lonrss.pm</source>
 2243: <target dist='default'>home/httpd/lib/perl/Apache/lonrss.pm</target>
 2244: <categoryname>handler</categoryname>
 2245: <description>
 2246: Handler for adding to and displaying RSS
 2247: </description>
 2248: <status>works/unverified</status>
 2249: </file>
 2250: <file>
 2251: <source>loncom/homework/lonsimpleproblemedit.pm</source>
 2252: <target dist='default'>home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm</target>
 2253: <categoryname>handler</categoryname>
 2254: <description>
 2255: Handler to set parameters for simple homework problems
 2256: </description>
 2257: <status>works/unverified</status>
 2258: </file>
 2259: <file>
 2260: <source>loncom/interface/lonsimplepage.pm</source>
 2261: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
 2262: <categoryname>handler</categoryname>
 2263: <description>
 2264: Handler to put up simple page
 2265: </description>
 2266: <status>works/unverified</status>
 2267: </file>
 2268: <file>
 2269:   <source>loncom/interface/lonpickcode.pm</source>
 2270:   <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
 2271:   <categoryname>handler</categoryname>
 2272:   <description>
 2273:     Handler to pick a CODE from the list of possible CODEs
 2274:   </description>
 2275:   <status>works/unverified</status>
 2276: </file>
 2277: <file>
 2278: <source>loncom/interface/lonpickstudent.pm</source>
 2279: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
 2280: <categoryname>handler</categoryname>
 2281: <description>
 2282: Handler to pick a student from classlist
 2283: </description>
 2284: <status>works/unverified</status>
 2285: </file>
 2286: <file>
 2287: <source>loncom/interface/lonpickcourse.pm</source>
 2288: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
 2289: <categoryname>handler</categoryname>
 2290: <description>
 2291: Handler to pick a courseid from a list of courses
 2292: </description>
 2293: <status>works/unverified</status>
 2294: </file>
 2295: <file>
 2296: <source>loncom/interface/lonpickauthor.pm</source>
 2297: <target dist='default'>home/httpd/lib/perl/Apache/lonpickauthor.pm</target>
 2298: <categoryname>handler</categoryname>
 2299: <description>
 2300: Handler for a DC to pick an author from a list of authors in the domain for an ad hoc CA role
 2301: </description>
 2302: <status>works/unverified</status>
 2303: </file>
 2304: <file>
 2305: <source>loncom/interface/lonpickresource.pm</source>
 2306: <target dist='default'>home/httpd/lib/perl/Apache/lonpickresource.pm</target>
 2307: <categoryname>handler</categoryname>
 2308: <description>
 2309: Handler to pick a resource or folder from the course contents
 2310: </description>
 2311: <status>works/unverified</status>
 2312: </file>
 2313: <file>
 2314: <source>loncom/interface/lonpickuser.pm</source>
 2315: <target dist='default'>home/httpd/lib/perl/Apache/lonpickuser.pm</target>
 2316: <categoryname>handler</categoryname>
 2317: <description>
 2318: Handler to pick a user from a directory search
 2319: </description>
 2320: <status>works/unverified</status>
 2321: </file>
 2322: <file>
 2323: <source>loncom/interface/lonbulletin.pm</source>
 2324: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
 2325: <categoryname>handler</categoryname>
 2326: <description>
 2327: Handler to put up bulletin board
 2328: </description>
 2329: <status>works/unverified</status>
 2330: </file>
 2331: <file>
 2332: <source>loncom/interface/lonaboutme.pm</source>
 2333: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
 2334: <categoryname>handler</categoryname>
 2335: <description>
 2336: Handler to put up personal info
 2337: </description>
 2338: <status>works/unverified</status>
 2339: </file>
 2340: <file>
 2341: <source>loncom/publisher/loncfile.pm</source>
 2342: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
 2343: <categoryname>handler</categoryname>
 2344: <description>
 2345: Provides web-based functionality for file copy, rename, mkdir, etc, in the
 2346: construction space menu.
 2347: </description>
 2348: <status>works/unverified</status>
 2349: </file>
 2350: <file>
 2351: <source>loncom/publisher/testbankimport.pm</source>
 2352: <target dist='default'>home/httpd/lib/perl/Apache/testbankimport.pm</target>
 2353: <categoryname>handler</categoryname>
 2354: <description>
 2355: Utility to convert plain text questions in a testbank file to LON-CAPA problems.
 2356: Called by selecting testbank option when uploading file to construction space.
 2357: </description>
 2358: <status>works/unverified</status>
 2359: </file>
 2360: <file>
 2361: <source>loncom/imspackages/imsimport.pm</source>
 2362: <target dist='default'>home/httpd/lib/perl/Apache/imsimport.pm</target>
 2363: <categoryname>handler</categoryname>
 2364: <description>
 2365: Utility to import courses from other CMSs packaged in IMS 1.1 content package
 2366: format into LON-CAPA Construction space.
 2367: Called by selecting IMS package option when uploading file to construction space.
 2368: </description>
 2369: <status>works/unverified</status>
 2370: </file>
 2371: <file>
 2372: <source>loncom/imspackages/imsimportdocs.pm</source>
 2373: <target dist='default'>home/httpd/lib/perl/Apache/imsimportdocs.pm</target>
 2374: <categoryname>handler</categoryname>
 2375: <description>
 2376: Utility to import courses from other CMSs packaged in IMS 1.1 content package
 2377: format into a LON-CAPA course via DOCS.
 2378: Called using Import IMS package button displayed in Special documents column in DOCS display.  
 2379: </description>
 2380: <status>works/unverified</status>
 2381: </file>
 2382: <file>
 2383: <source>loncom/imspackages/imsprocessor.pm</source>
 2384: <target dist='default'>home/httpd/lib/perl/Apache/imsprocessor.pm</target>
 2385: <categoryname>handler</categoryname>
 2386: <description>
 2387: Contains routines used by imsimport handlers when importing contents of IMS 
 2388: packages into construction space, or into a course directly via DOCS.
 2389: </description>
 2390: <status>works/unverified</status>
 2391: </file>
 2392: <file>
 2393: <source>loncom/imspackages/imsexport.pm</source>
 2394: <target dist='default'>home/httpd/lib/perl/Apache/imsexport.pm</target>
 2395: <categoryname>handler</categoryname>
 2396: <description>
 2397: Routines used in londocs to export templated files to an IMS package.
 2398: </description>
 2399: <status>works/unverified</status>
 2400: </file>
 2401: <file>
 2402: <source>loncom/interface/lonhelp.pm</source>
 2403: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
 2404: <categoryname>handler</categoryname>
 2405: <description>
 2406: The .tex file help handler.
 2407: </description>
 2408: <status>works/unverified</status>
 2409: <build trigger='always run'>
 2410: loncom/html/adm/help/buildMakeWrapper
 2411: </build>
 2412: <dependencies>
 2413: Makefile;
 2414: buildMakeWrapper
 2415: </dependencies>
 2416: </file>
 2417: <file>
 2418: <source>loncom/html/adm/help/help.png</source>
 2419: <target dist='default'>home/httpd/html/adm/help/help.png</target>
 2420: <categoryname>interface file</categoryname>
 2421: <description>
 2422: help icon
 2423: </description>
 2424: </file>
 2425: <file>
 2426: <source>loncom/html/adm/help/abouthelp.html</source>
 2427: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
 2428: <categoryname>interface file</categoryname>
 2429: <description>
 2430: Index file for the help system
 2431: </description>
 2432: </file>
 2433: <file>
 2434: <source>loncom/html/adm/help/nohelptopic.html</source>
 2435: <target dist='default'>home/httpd/html/adm/help/nohelptopic.html</target>
 2436: <categoryname>interface file</categoryname>
 2437: <description>
 2438: Page of links to help manuals - displayed when inline help is missing for a specific topic.
 2439: </description>
 2440: </file>
 2441: <file>
 2442: <source>doc/help/author.manual.access.tex</source>
 2443: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
 2444: </target>
 2445: <categoryname>interface file</categoryname>
 2446: <description>
 2447: The pseudo-LaTeX file to allow people to read the author's manual online, with
 2448: a somewhat clumsy interface.
 2449: </description>
 2450: <status>works/unverified</status>
 2451: </file>
 2452: <file>
 2453: <source>doc/help/course.manual.access.tex</source>
 2454: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
 2455: </target>
 2456: <categoryname>interface file</categoryname>
 2457: <description>
 2458: The pseudo-LaTeX file to allow people to read the course administrator's
 2459: manual online, with a somewhat clumsy interface.
 2460: </description>
 2461: <status>works/unverified</status>
 2462: </file>
 2463: <file>
 2464: <source>doc/help/domain.manual.access.tex</source>
 2465: <target dist='default'>home/httpd/html/adm/help/tex/domain.manual.access.tex
 2466: </target>
 2467: <categoryname>interface file</categoryname>
 2468: <description>
 2469: The pseudo-LaTeX file to allow people to read the domain coordination
 2470: manual online, with a somewhat clumsy interface.
 2471: </description>
 2472: <status>works/unverified</status>
 2473: </file>
 2474: <file>
 2475: <source>doc/help/author.manual.ps</source>
 2476: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
 2477: <categoryname>interface file</categoryname>
 2478: <description>
 2479: The postscript Author's Manual
 2480: </description>
 2481: <status>works/unverified</status>
 2482: <dependencies>
 2483: doc/help/author.manual.texxml;
 2484: doc/help/latexSplitter.py;
 2485: doc/help/rebuildLabelHash.pl;
 2486: doc/help/render.texxml.pl;
 2487: doc/help/simpleEdit.py;
 2488: doc/help/texxml2indextex.pl;
 2489: doc/help/texxml2latex.pl;
 2490: loncom/build/buildHelp.sh;
 2491: loncom/build/help_graphics_converter.pl
 2492: </dependencies>
 2493: </file>
 2494: <file>
 2495: <source>doc/help/author.manual.pdf</source>
 2496: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
 2497: <categoryname>pdf manual</categoryname>
 2498: <description>
 2499: The PDF Author's Manual
 2500: </description>
 2501: <status>works/unverified</status>
 2502: </file>
 2503: <file>
 2504: <source>doc/help/course.manual.ps</source>
 2505: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
 2506: <categoryname>interface file</categoryname>
 2507: <description>
 2508: The postscript Course Manual
 2509: </description>
 2510: <status>works/unverified</status>
 2511: <dependencies>
 2512: doc/help/course.manual.texxml;
 2513: doc/help/latexSplitter.py;
 2514: doc/help/rebuildLabelHash.pl;
 2515: doc/help/render.texxml.pl;
 2516: doc/help/simpleEdit.py;
 2517: doc/help/texxml2indextex.pl;
 2518: doc/help/texxml2latex.pl;
 2519: loncom/build/buildHelp.sh;
 2520: loncom/build/help_graphics_converter.pl
 2521: </dependencies>
 2522: </file>
 2523: <file>
 2524: <source>doc/help/course.manual.pdf</source>
 2525: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
 2526: <categoryname>pdf manual</categoryname>
 2527: <description>
 2528: The PDF Course Manual
 2529: </description>
 2530: <status>works/unverified</status>
 2531: </file>
 2532: <file>
 2533: <source>doc/help/domain.manual.ps</source>
 2534: <target dist='default'>home/httpd/html/adm/help/domain.manual.ps</target>
 2535: <categoryname>interface file</categoryname>
 2536: <description>
 2537: The postscript Domain Manual
 2538: </description>
 2539: <status>works/unverified</status>
 2540: <dependencies>
 2541: doc/help/domain.manual.texxml;
 2542: doc/help/latexSplitter.py;
 2543: doc/help/rebuildLabelHash.pl;
 2544: doc/help/render.texxml.pl;
 2545: doc/help/simpleEdit.py;
 2546: doc/help/texxml2indextex.pl;
 2547: doc/help/texxml2latex.pl;
 2548: loncom/build/buildHelp.sh;
 2549: loncom/build/help_graphics_converter.pl
 2550: </dependencies>
 2551: </file>
 2552: <file>
 2553: <source>doc/help/domain.manual.pdf</source>
 2554: <target dist='default'>home/httpd/html/adm/help/domain.manual.pdf</target>
 2555: <categoryname>pdf manual</categoryname>
 2556: <description>
 2557: The PDF Domain Manual
 2558: </description>
 2559: <status>works/unverified</status>
 2560: </file>
 2561: <file>
 2562:   <source>loncom/html/adm/help/ext_examples.html</source>
 2563:   <target dist='default'>home/httpd/html/adm/help/ext_examples.html</target>
 2564:   <categoryname>interface file</categoryname>
 2565:   <description>
 2566:     Examples for using &EXT in HTML
 2567:   </description>
 2568: </file>
 2569: <file>
 2570:   <source>loncom/html/adm/help/ext_examples.html.meta</source>
 2571:   <target dist='default'>home/httpd/html/adm/help/ext_examples.html.meta</target>
 2572:   <categoryname>interface file</categoryname>
 2573:   <description>
 2574:     Examples for using &EXT in HTML metadata
 2575:   </description>
 2576: </file>
 2577: <file>
 2578:   <source>loncom/html/adm/help/ext_examples.library</source>
 2579:   <target dist='default'>home/httpd/html/adm/help/ext_examples.library</target>
 2580:   <categoryname>interface file</categoryname>
 2581:   <description>
 2582:     Examples for using &EXT library
 2583:   </description>
 2584: </file>
 2585: <file>
 2586:   <source>loncom/html/adm/help/ext_examples.library.meta</source>
 2587:   <target dist='default'>home/httpd/html/adm/help/ext_examples.library.meta</target>
 2588:   <categoryname>interface file</categoryname>
 2589:   <description>
 2590:     Examples for using &EXT library metadata
 2591:   </description>
 2592: </file>
 2593: <file>
 2594:   <source>loncom/html/adm/help/ext_examples.problem</source>
 2595:   <target dist='default'>home/httpd/html/adm/help/ext_examples.problem</target>
 2596:   <categoryname>interface file</categoryname>
 2597:   <description>
 2598:     Examples for using &EXT problem
 2599:   </description>
 2600: </file>
 2601: <file>
 2602:   <source>loncom/html/adm/help/ext_examples.problem.meta</source>
 2603:   <target dist='default'>home/httpd/html/adm/help/ext_examples.problem.meta</target>
 2604:   <categoryname>interface file</categoryname>
 2605:   <description>
 2606:     Examples for using &EXT problem metadata
 2607:   </description>
 2608: </file>
 2609: <file>
 2610:   <source>loncom/interface/lontemplate.pm</source>
 2611:   <target dist='default'>home/httpd/lib/perl/Apache/lontemplate.pm</target>
 2612:   <categoryname>handler</categoryname>
 2613:   <description>
 2614:     Handler to create templates
 2615:   </description>
 2616:   <status>works/unverified</status>
 2617: </file>
 2618: <fileglob>
 2619: <glob>*.*</glob>
 2620: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
 2621: <targetdir dist='default'>
 2622: home/httpd/html/adm/help/gif/</targetdir>
 2623: <categoryname>interface file</categoryname>
 2624: <description>
 2625: Gif files for the help system
 2626: </description>
 2627: <filenames>
 2628: Authoring_Dynamic_Plot_Axis_Labels.gif;
 2629: Authoring_Dynamic_Plot_Axis_Tics_border.gif;
 2630: Authoring_Dynamic_Plot_Axis_Tics_minor.gif;
 2631: Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif;
 2632: Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif;
 2633: Authoring_Dynamic_Plot_Title_X_Y_Label.gif;
 2634: BT_ScreenshotCriteria.gif;
 2635: BT_ScreenshotQuestion.gif;
 2636: BT_ScreenshotVariable.gif;
 2637: flowchartBridgeTask.gif;
 2638: Dynamic_Replication_Change.gif;
 2639: Dynamic_Replication_Request.gif;
 2640: Load_Balance_Example.gif;
 2641: LONCAPA_Network_Diagram2.gif;
 2642: LONCAPA_Network_Diagram.gif;
 2643: Map_Example.gif;
 2644: Resource_Assembly.gif;
 2645: aboutme.gif;
 2646: addClickerInfoFile.gif;
 2647: anno.gif;
 2648: anot.gif;
 2649: anot2.gif;
 2650: authorRemote.gif;
 2651: bchat.gif;
 2652: blog.gif;
 2653: catalog.gif;
 2654: ccat.gif;
 2655: chat.gif;
 2656: chrt.gif;
 2657: com.gif;
 2658: constructionSpace.gif;
 2659: constructionSpaceForPublishing.gif;
 2660: coprplot.gif;
 2661: cprv.gif;
 2662: creatingANewCourse.gif;
 2663: creatingNewProblemResource.gif;
 2664: crsconf.gif;
 2665: docs.gif;
 2666: document-open.gif;
 2667: document-properties.gif;
 2668: dump.gif;
 2669: dynamic_piecewise.gif;
 2670: dynamic_piecewise2.gif;
 2671: dynamic_plot.gif;
 2672: dynamic_plot2.gif;
 2673: edit-find-replace.gif;
 2674: edit-redo.gif;
 2675: edit-undo.gif;
 2676: emblem-photos.gif;
 2677: eval.gif;
 2678: extres.gif;
 2679: fdbk.gif;
 2680: feedback.gif;
 2681: formulaResponse.gif;
 2682: FPRexamples.gif;
 2683: fromfile.gif;
 2684: grds.gif;
 2685: grps.gif;
 2686: list-add.gif;
 2687: login.gif;
 2688: lonhelpheader.gif;
 2689: mail-message-new.gif;
 2690: mail-reply-all.gif;
 2691: mainCourseDocuments.gif;
 2692: mapAdvancedEditorNew.gif;
 2693: mapClickedStart.gif;
 2694: mapEditFirstClick.gif;
 2695: mapEditInitial.gif;
 2696: mapEditingButton.gif;
 2697: mapEditorDirectoryBrowser.gif;
 2698: mapEditorResourceChosen.gif;
 2699: mapEditorSelection.gif;
 2700: mapInsertResource.gif;
 2701: mapNewResource.gif;
 2702: mapSecondWindowSecondResource.gif;
 2703: mapSimpleEditor.gif;
 2704: mapStraightened.gif;
 2705: mapTwoResources.gif;
 2706: messalog.gif;
 2707: mngcu.gif;
 2708: nav.gif;
 2709: navigation.gif;
 2710: network-workgroup.gif;
 2711: new.gif;
 2712: numericalResponse1.gif;
 2713: numericalResponseEditor.gif;
 2714: numericalResponseSlopeProblem.gif;
 2715: numericalResponseVarInText.gif;
 2716: optionResponseEditing.gif;
 2717: optionResponseProblem.gif;
 2718: page.gif;
 2719: parm.gif;
 2720: pgrd.gif;
 2721: port.gif;
 2722: pref.gif;
 2723: preferences-desktop-font.gif;
 2724: preferences-desktop-locale.gif;
 2725: preferences-desktop-theme.gif;
 2726: prt.gif;
 2727: publishMetadata.gif;
 2728: radioResponse2.gif;
 2729: radioResponseHint.gif;
 2730: rcrs.gif;
 2731: res.gif;
 2732: resversion.gif;
 2733: roles.gif;
 2734: rsrv.gif;
 2735: scoreupfrm.gif;
 2736: sctr.gif;
 2737: self_enroll.gif;
 2738: simple.gif;
 2739: simpprob.gif;
 2740: smallHelp.gif;
 2741: spreadsheet_hierarchy.gif;
 2742: sprs.gif;
 2743: src.gif;
 2744: stat.gif;
 2745: stringResponseEditor.gif;
 2746: studentInterface.gif;
 2747: subdocs.gif;
 2748: subtimpl.gif;
 2749: survey_rep.gif;
 2750: syllabus.gif;
 2751: system-users.gif;
 2752: turning.gif;
 2753: uploadscores.gif;
 2754: uplusr.gif;
 2755: vbkm.gif;
 2756: verify.gif;
 2757: wishlist.gif;
 2758: wishlist-link.gif;
 2759: iclicker.gif;
 2760: interwrite1.gif;
 2761: interwrite2.gif;
 2762: interwrite3.gif;
 2763: interwrite4.gif;
 2764: interwrite5.gif;
 2765: </filenames>
 2766: </fileglob>
 2767: <fileglob>
 2768: <glob>*.*</glob>
 2769: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
 2770: <targetdir dist='default'>
 2771: home/httpd/html/adm/help/eps/</targetdir>
 2772: <categoryname>interface file</categoryname>
 2773: <description>
 2774: EPS files for the help system
 2775: </description>
 2776: <filenames>
 2777: Authoring_Dynamic_Plot_Axis_Labels.eps;
 2778: Authoring_Dynamic_Plot_Axis_Tics_border.eps;
 2779: Authoring_Dynamic_Plot_Axis_Tics_minor.eps;
 2780: Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps;
 2781: Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps;
 2782: Authoring_Dynamic_Plot_Title_X_Y_Label.eps;
 2783: BT_ScreenshotCriteria.eps;
 2784: BT_ScreenshotQuestion.eps;
 2785: BT_ScreenshotVariable.eps;
 2786: flowchartBridgeTask.eps;
 2787: Dynamic_Replication_Change.eps;
 2788: Dynamic_Replication_Request.eps;
 2789: Load_Balance_Example.eps;
 2790: LONCAPA_Network_Diagram2.eps;
 2791: LONCAPA_Network_Diagram.eps;
 2792: Map_Example.eps;
 2793: Resource_Assembly.eps;
 2794: aboutme.eps;
 2795: addClickerInfoFile.eps;
 2796: anno.eps;
 2797: anot.eps;
 2798: anot2.eps;
 2799: authorRemote.eps;
 2800: bchat.eps;
 2801: blog.eps;
 2802: catalog.eps;
 2803: ccat.eps;
 2804: chat.eps;
 2805: chrt.eps;
 2806: com.eps;
 2807: constructionSpace.eps;
 2808: constructionSpaceForPublishing.eps;
 2809: coprplot.eps;
 2810: cprv.eps;
 2811: creatingANewCourse.eps;
 2812: creatingNewProblemResource.eps;
 2813: crsconf.eps;
 2814: docs.eps;
 2815: document-open.eps;
 2816: document-properties.eps;
 2817: dump.eps;
 2818: dynamic_piecewise.eps;
 2819: dynamic_piecewise2.eps;
 2820: dynamic_plot.eps;
 2821: dynamic_plot2.eps;
 2822: edit-find-replace.eps;
 2823: edit-redo.eps;
 2824: edit-undo.eps;
 2825: emblem-photos.eps;
 2826: eval.eps;
 2827: extres.eps;
 2828: fdbk.eps;
 2829: feedback.eps;
 2830: formulaResponse.eps;
 2831: FPRexamples.eps;
 2832: fromfile.eps;
 2833: grds.eps;
 2834: grps.eps;
 2835: list-add.eps;
 2836: lonhelpheader.eps;
 2837: login.eps;
 2838: mail-message-new.eps;
 2839: mail-reply-all.eps;
 2840: mainCourseDocuments.eps;
 2841: mapAdvancedEditorNew.eps;
 2842: mapClickedStart.eps;
 2843: mapEditFirstClick.eps;
 2844: mapEditInitial.eps;
 2845: mapEditingButton.eps;
 2846: mapEditorDirectoryBrowser.eps;
 2847: mapEditorResourceChosen.eps;
 2848: mapEditorSelection.eps;
 2849: mapInsertResource.eps;
 2850: mapNewResource.eps;
 2851: mapSecondWindowSecondResource.eps;
 2852: mapSimpleEditor.eps;
 2853: mapStraightened.eps;
 2854: mapTwoResources.eps;
 2855: messalog.eps;
 2856: mngcu.eps;
 2857: nav.eps;
 2858: navigation.eps;
 2859: network-workgroup.eps;
 2860: new.eps;
 2861: numericalResponse1.eps;
 2862: numericalResponseEditor.eps;
 2863: numericalResponseSlopeProblem.eps;
 2864: numericalResponseVarInText.eps;
 2865: optionResponseEditing.eps;
 2866: optionResponseProblem.eps;
 2867: page.eps;
 2868: parm.eps;
 2869: pgrd.eps;
 2870: port.eps;
 2871: preferences-desktop-font.eps;
 2872: preferences-desktop-locale.eps;
 2873: preferences-desktop-theme.eps;
 2874: prt.eps;
 2875: publishMetadata.eps;
 2876: radioResponse2.eps;
 2877: radioResponseHint.eps;
 2878: rcrs.eps;
 2879: res.eps;
 2880: resversion.eps;
 2881: roles.eps;
 2882: rsrv.eps;
 2883: scoreupfrm.eps;
 2884: sctr.eps;
 2885: self_enroll.eps;
 2886: simple.eps;
 2887: simpprob.eps;
 2888: smallHelp.eps;
 2889: spreadsheet_hierarchy.eps;
 2890: sprs.eps;
 2891: src.eps;
 2892: stat.eps;
 2893: stringResponseEditor.eps;
 2894: studentInterface.eps;
 2895: subdocs.eps;
 2896: subtimpl.eps;
 2897: survey_rep.eps;
 2898: syllabus.eps;
 2899: system-users.eps;
 2900: turning.eps;
 2901: uploadscores.eps;
 2902: uplusr.eps;
 2903: vbkm.eps;
 2904: verify.eps;
 2905: wishlist.eps;
 2906: wishlist-link.eps;
 2907: iclicker.eps;
 2908: interwrite1.eps;
 2909: interwrite2.eps;
 2910: interwrite3.eps;
 2911: interwrite4.eps;
 2912: interwrite5.eps;
 2913: </filenames>
 2914: </fileglob>
 2915: <fileglob>
 2916: <glob>*.*</glob>
 2917: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
 2918: <targetdir dist='default'>
 2919: home/httpd/html/adm/help/tex/</targetdir>
 2920: <categoryname>interface file</categoryname>
 2921: <description>
 2922: Tex files for the help system
 2923: </description>
 2924: <filenames>
 2925: About_Authors_Manual.tex;
 2926: About_Bombs.tex;
 2927: About_Communication.tex;
 2928: About_Developers_Manual.tex;
 2929: About_Numerical_and_Formula_Response.tex;
 2930: About_Symbs.tex;
 2931: all_functions_table.tex;
 2932: adaptive_hints.tex;
 2933: Additional_Help.tex;
 2934: Ambiguous_Reference.tex;
 2935: Analysis_Analyze_Over.tex;
 2936: Analyze_Problem.tex;
 2937: Answer_Date.tex;
 2938: Annotation.tex;
 2939: Authentication.tex;
 2940: Auth_Options.tex;
 2941: Authoring_Adding_Pictures.tex;
 2942: Authoring_DataResponse.tex;
 2943: Authoring_Dynamic_Plot_Axes.tex;
 2944: Authoring_Dynamic_Plot_Color_Selection.tex;
 2945: Authoring_Dynamic_Plot_Curve_Data.tex;
 2946: Authoring_Dynamic_Plot_Curve_Function.tex;
 2947: Authoring_Dynamic_Plot_Curve.tex;
 2948: Authoring_Dynamic_Plot_Gnuplot.tex;
 2949: Authoring_Dynamic_Plot_Key.tex;
 2950: Authoring_Dynamic_Plot_Label.tex;
 2951: Authoring_Dynamic_Plot_Linestyle.tex;
 2952: Authoring_Dynamic_Plot.tex;
 2953: Authoring_Dynamic_Plot_Tics.tex;
 2954: Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
 2955: Authoring_ExternalResponse.tex;
 2956: Authoring_Foil_Structure_Tags.tex;
 2957: Authoring_Hint_Tags.tex;
 2958: Authoring_HTML_vs_Tex.tex;
 2959: Authoring_ImageResponse.tex;
 2960: Authoring_Input_Tags.tex;
 2961: Authoring_Internal_Tags.tex;
 2962: Authoring_Intro.tex;
 2963: Authoring_Math_Editor.tex;
 2964: Authoring_NumericalResponse.tex;
 2965: Authoring_OptionResponse.tex;
 2966: Authoring_Output_Tags.tex;
 2967: Authoring_Pictures_EPS.tex;
 2968: Authoring_Piecewise_Plot.tex;
 2969: Authoring_RadiobuttonResponse.tex;
 2970: Authoring_Response_Attributes.tex;
 2971: Authoring_Responseparam_Parameter.tex;
 2972: Authoring_Response_Tag_Intro.tex;
 2973: Authoring_Scripting_Tags.tex;
 2974: Authoring_Spreadsheet.tex;
 2975: Authoring_Structure_Tags.tex;
 2976: Authoring_XML_Intro.tex;
 2977: Author_LON-CAPA_Introduction.tex;
 2978: Author_Manual_Title_Page.tex;
 2979: Author_Numerical_and_Formula.tex;
 2980: Author_Remote_Control.tex;
 2981: Batch_Creation.tex;
 2982: BridgeTask_About.tex;
 2983: BridgeTask_Conditions.tex;
 2984: BridgeTask_Create.tex;
 2985: BridgeTask_EditModeFinishing.tex;
 2986: BridgeTask_EditModeIntroduction.tex;
 2987: BridgeTask_EditModeQuestion.tex;
 2988: BridgeTask_EditMode.tex;
 2989: BridgeTask_EditModeVariable.tex;
 2990: BridgeTask_Features.tex;
 2991: BridgeTask_Intro.tex;
 2992: BridgeTask_Portfolio.tex;
 2993: BridgeTask_SetupResource.tex;
 2994: BridgeTask_Slot.tex;
 2995: BridgeTask_XMLFinishing.tex;
 2996: BridgeTask_XMLHeader.tex;
 2997: BridgeTask_XMLQuestions.tex;
 2998: BridgeTask_XML.tex;
 2999: BridgeTask_XMLVariable.tex;
 3000: Browsing_Resources.tex;
 3001: Bugzilla.tex;
 3002: Caching.tex;
 3003: Calendar_Add_Announcement.tex;
 3004: Calendar_Remove_Announcement.tex;
 3005: Calling_Functions.tex;
 3006: CAPA_LON-CAPA_function_diffs.tex;
 3007: Cascading_Parameters.tex;
 3008: Catalog_Info.tex;
 3009: Change_Colors.tex;
 3010: Change_Password.tex;
 3011: Chart_Description.tex;
 3012: Change_Discussion_Display.tex;
 3013: Chart_Enrollment_Status.tex;
 3014: Chart_Output_Data.tex;
 3015: Chart_Output_Formats.tex;
 3016: Chart_Sections.tex;
 3017: Chart_Sequences.tex;
 3018: Chart_Student_Data.tex;
 3019: Chatting.tex;
 3020: Clicker_Registration.tex;
 3021: Coauthor.tex;
 3022: Construction_Space_Overview.tex;
 3023: Contextual_Help.tex;
 3024: Course_Add_Other.tex;
 3025: Course_Add_Student.tex;
 3026: Course_Automated_Enrollment.tex;
 3027: Course_Broadcast_Message.tex;
 3028: Course_Change_Privileges.tex;
 3029: Course_Chart_To_Excel.tex;
 3030: Course_Chat.tex;
 3031: Course_Convert_To_CSV.tex;
 3032: Course_Coordination_Intro.tex;
 3033: Course_Create_Class_List.tex;
 3034: Course_Critical_Message.tex;
 3035: Course_Deleting.tex;
 3036: Course_Disable_Discussion.tex;
 3037: Course_Discussion_Board.tex;
 3038: Course_Drop_Student.tex;
 3039: Course_Edit_Content.tex;
 3040: Course_Editing_Custom_Roles.tex;
 3041: Course_Environment.tex;
 3042: Course_Extending_Due_Dates.tex;
 3043: Course_Face_To_Face_Records.tex;
 3044: Course_Feedback_Addresses.tex;
 3045: Course_Homework_Performance_Overview.tex;
 3046: Course_Manually_Grade_Problem.tex;
 3047: Course_Manual_Title_Page.tex;
 3048: Course_Manage_Group.tex;
 3049: Course_Maximum_Collaborators.tex;
 3050: Course_Message_Access.tex;
 3051: Course_Modify_Student_Data.tex;
 3052: Course_Parameter_Levels.tex;
 3053: Course_Parameter_Table_Mode.tex;
 3054: Course_Prefs_Bridgetasks.tex;
 3055: Course_Prefs_Display.tex;
 3056: Course_Prefs_Grading.tex;
 3057: Course_Prefs_Printouts.tex;
 3058: Course_Prefs_Classlists.tex;
 3059: Course_Prefs_Feedback.tex;
 3060: Course_Prefs_Language.tex;
 3061: Course_Prefs_Spreadsheet.tex;
 3062: Course_Prefs_Discussions.tex;
 3063: Course_Prefs_General.tex;
 3064: Course_Prefs_Other.tex;
 3065: Course_Problem_Weight.tex;
 3066: Course_Requests.tex;
 3067: Course_Request_Access_End.tex;
 3068: Course_Request_Access_Start.tex;
 3069: Course_Request_Autoadd.tex;
 3070: Course_Request_Autodrop.tex;
 3071: Course_Request_Category.tex;
 3072: Course_Request_Clone.tex;
 3073: Course_Request_Crosslist.tex;
 3074: Course_Request_Description.tex;
 3075: Course_Request_Enroll_End.tex;
 3076: Course_Request_Enroll_Start.tex;
 3077: Course_Request_LCSection.tex;
 3078: Course_Request_Personnel.tex;
 3079: Course_Request_RegAccess_End.tex;
 3080: Course_Request_RegAccess_Start.tex;
 3081: Course_Request_Rolesection.tex;
 3082: Course_Request_Sections.tex;
 3083: Course_Roles.tex;
 3084: Course_Self_Enrollment.tex;
 3085: Course_Set_Start_End_Date.tex;
 3086: Course_Setting_Parameters.tex;
 3087: Course_Student_Grade_Override.tex;
 3088: Course_Student_Work.tex;
 3089: Course_Toplevel_Seq.tex;
 3090: Course_User_Evaluation.tex;
 3091: Course_User_Parameter.tex;
 3092: Course_View_Class_List.tex;
 3093: Create_Course.tex;
 3094: Creating_A_Course_Intro.tex;
 3095: Creating_Domain_Coordinators.tex;
 3096: Creating_Groups.tex;
 3097: Creating_New_Content_Pages.tex;
 3098: Creating_Online_Problems.tex;
 3099: Creating_Radio_Response_Problems.tex;
 3100: Custom_Response_Problems.tex;
 3101: Deleting_Domain_Coordinators.tex;
 3102: Developer_Manual_Title_Page.tex;
 3103: Developer_Tutorial.tex;
 3104: Distribute_Messages.tex;
 3105: Docs_About_Bulletin_Board.tex;
 3106: Docs_About_Group_Files.tex; 
 3107: Docs_About_My_Personal_Info.tex;
 3108: Docs_About_Simple_Page.tex;
 3109: Docs_About_Syllabus.tex;
 3110: Docs_Adding_Course_Doc.tex;
 3111: Docs_Adding_External_Resource.tex;
 3112: Docs_Adding_Folders.tex;
 3113: Docs_Adding_Pages.tex;
 3114: Docs_Adding_Syllabus.tex;
 3115: Docs_Alternatives.tex;
 3116: Docs_Check_Resource_Versions.tex;
 3117: Docs_Creating_From_Template.tex;
 3118: Docs_Dump_Course_Docs.tex;
 3119: Docs_Export_Course_Docs.tex;
 3120: Docs_Editing_Templated_Pages.tex;
 3121: Docs_Essay.tex;
 3122: Docs_Importing_LON-CAPA_Resource.tex;
 3123: Docs_Load_Map.tex;
 3124: Docs_Main_Course_Documents.tex;
 3125: Docs_Navigate_Content.tex;
 3126: Docs_Option_Response.tex;
 3127: Docs_Overview.tex;
 3128: Docs_Radio.tex;
 3129: Docs_Score_Upload_Form.tex;
 3130: Docs_Search.tex;
 3131: Docs_Simple_Problem.tex;
 3132: Docs_String_Response.tex;
 3133: Docs_Supplemental.tex;
 3134: Docs_Uploading_From_Harddrive.tex;
 3135: Docs_Verify_Content.tex;
 3136: Domain_Configuration_Auto_Creation.tex;
 3137: Domain_Configuration_Auto_Enrollment.tex;
 3138: Domain_Configuration_Auto_Updates.tex;
 3139: Domain_Configuration_Cataloging_Courses.tex;
 3140: Domain_Configuration_Color_Schemes.tex;
 3141: Domain_Configuration_Contact_Info.tex;
 3142: Domain_Configuration_Course_Defaults.tex;
 3143: Domain_Configuration_InstDirectory_Search.tex;
 3144: Domain_Configuration_LangTZAuth.tex;
 3145: Domain_Configuration_Login_Page.tex;
 3146: Domain_Configuration_Quotas.tex;
 3147: Domain_Configuration_Request_Courses.tex;
 3148: Domain_Configuration_Scantron_Format.tex;
 3149: Domain_Configuration_Server_Status.tex;
 3150: Domain_Configuration_SSL.tex;
 3151: Domain_Configuration_User_Creation.tex;
 3152: Domain_Configuration_User_Modification.tex;
 3153: Domain_Configuration_User_Sessions.tex;
 3154: Domain_Coordination_Intro.tex;
 3155: Domain_Coordination_Overview.tex;
 3156: Domain_Crontab_Entries.tex;
 3157: Domain_Manual_Title_Page.tex;
 3158: Due_Date.tex;
 3159: Edit_Syllabus.tex;
 3160: Error.tex;
 3161: exam_answers.tex;
 3162: exam_basics.tex;
 3163: exam_build.tex;
 3164: exam_disable_com.tex;
 3165: exam_how_scored.tex;
 3166: exam_parameters.tex;
 3167: exam_printing.tex;
 3168: exam_question_type.tex;
 3169: exam_scoring.tex;
 3170: Exploring_Your_Course.tex;
 3171: Feedback_Author.tex;
 3172: Feedback_Content.tex;
 3173: Feedback_Discuss_Anon.tex;
 3174: Feedback_Discussion.tex;
 3175: Feedback_Policy.tex;
 3176: Finding_Resources.tex;
 3177: Foils.tex;
 3178: Formula_Answers.tex;
 3179: Formula_Editor.tex;
 3180: Formula_Response_Adv_Intro.tex;
 3181: Formula_Response_Example.tex;
 3182: Formula_Response_Limitations.tex;
 3183: Formula_Response_Problems.tex;
 3184: Formula_Response_Sampling.tex;
 3185: Formula_Tolerance.tex;
 3186: Function_Plot_Response_Background_Plot.tex;
 3187: Function_Plot_Response_Evaluation_Rule.tex;
 3188: Function_Plot_Response_Rule_Set.tex;
 3189: Function_Plot_Response_Elements.tex;
 3190: Function_Plot_Response_Question.tex;
 3191: Function_Plot_Response_Spline.tex;
 3192: Function_Plot_Response_Custom_Rule.tex;
 3193: Function_Plot_Response_Object.tex;
 3194: Function_Plot_Response_Vector.tex;
 3195: Function_Plot_Response_Vector_Rule.tex;
 3196: Function_Plot_Response_Vector_Sum_Rule.tex;
 3197: General_Intro.tex;
 3198: Generation.tex;
 3199: Grade_All.tex;
 3200: Grade_Intro.tex;
 3201: Grade_One.tex;
 3202: Grade_Scantron.tex;
 3203: Grade_Sequence.tex;
 3204: Grade_Upload.tex;
 3205: Grade_Verify.tex;
 3206: GradingOptions.tex;
 3207: Greek_Symbols.tex;
 3208: Guts_Apache_Env.tex;
 3209: Guts_Apache_Modules.tex;
 3210: Guts_Apache.tex;
 3211: Guts_Authentication.tex;
 3212: Guts_Authoring.tex;
 3213: Guts_Coding_Guidelines.tex;
 3214: Guts_Course_Dir.tex;
 3215: Guts_User_Dir.tex;
 3216: Help.tex;
 3217: Helper_Course_Initialization.tex;
 3218: How_To_Edit_Existing_Content_Pages.tex;
 3219: Institutional_Integration_Authentication.tex;
 3220: Institutional_Integration_Course_Codes.tex;
 3221: Institutional_Integration_Course_Requests.tex;
 3222: Institutional_Integration_Format_Checks.tex;
 3223: Institutional_Integration_Identity_Management.tex;
 3224: Institutional_Integration_User_Categories.tex;
 3225: Latex_Footer.tex;
 3226: Latex_Header.tex;
 3227: Leaving_Feedback.tex;
 3228: Login_To_LON-CAPA.tex;
 3229: Math_Response_Problems.tex;
 3230: Maxima_Argument_Array.tex;
 3231: Maxima_Libraries.tex;
 3232: Metadata_Description.tex;
 3233: Modify_Community_Owner.tex;
 3234: Modify_Course_Defaultauth.tex;
 3235: Modify_Course_Instcode.tex;
 3236: Modify_Course_Owner.tex;
 3237: Modify_Course_Quota.tex;
 3238: Navigation_Screen.tex;
 3239: Navmap_Host_Down.tex;
 3240: NavMaps_MarkPosts_Read.tex;
 3241: Numerical_Response_Advanced_Example.tex;
 3242: Numerical_Response_Format.tex;
 3243: Numerical_Response_Introduction.tex;
 3244: Numerical_Response_Intro.tex;
 3245: Numerical_Response_Parts_A.tex;
 3246: Numerical_Response_Parts_B.tex;
 3247: Numerical_Response_Problems.tex;
 3248: Numerical_Response_Randomization.tex;
 3249: Numerical_Response_Simple_Example.tex;
 3250: Numerical_Response_Tutorial_A.tex;
 3251: Numerical_Response_Units.tex;
 3252: numerical_wrong_answers.tex;
 3253: Open_Date.tex;
 3254: Option_Response_Concept_Group_Example.tex;
 3255: Option_Response_Matching_Example.tex;
 3256: Option_Response_Problem_Creation.tex;
 3257: Option_Response_Problem_Figure.tex;
 3258: Option_Response_Problem_Parts.tex;
 3259: Option_Response_Problems.tex;
 3260: Option_Response_Simple.tex;
 3261: Other_Symbols.tex;
 3262: Parameter_encrypturl.tex;
 3263: Parameter_Helper.tex;
 3264: Parameter_Manager.tex;
 3265: Parameter_Overview.tex;
 3266: Parameter_Set_Folder.tex;
 3267: Part_Tag_Edit_Help.tex;
 3268: Personal_Info_Page.tex;
 3269: Physical_Units.tex;
 3270: Portfolio_About.tex;
 3271: Portfolio_AddFiles.tex;
 3272: Portfolio_Catalog.tex;
 3273: Portfolio_ChangeDirectory.tex;
 3274: Portfolio_CreateDirectory.tex;
 3275: Portfolio_DeleteFile.tex;
 3276: Portfolio_FileAction.tex;
 3277: Portfolio_FileList.tex;
 3278: Portfolio_OpenFile.tex;
 3279: Portfolio_RenameFile.tex;
 3280: Portfolio_ShareFile_ChangeSetting.tex;
 3281: Portfolio_ShareFile_Conditional.tex;
 3282: Portfolio_ShareFile_SetAccess.tex;
 3283: Portfolio_ShareFile_StopAccess.tex;
 3284: Portfolio_ShareFile.tex;
 3285: Prefs_About_Me.tex;
 3286: Prefs_Forwarding.tex;
 3287: Prefs_Language.tex;
 3288: Prefs_Messages.tex;
 3289: Prefs_Notification.tex;
 3290: Prefs_Screen_Name_Nickname.tex;
 3291: Print_Library.tex;
 3292: Print_Options.tex;
 3293: Print_Resource.tex;
 3294: Print_Tricks.tex;
 3295: Problem_Editor_Testing_Area.tex;
 3296: Problem_Editor_XML_Index.tex;
 3297: Problem_LON-CAPA_Functions.tex;
 3298: Problem_LON-CAPA_Image_Options.tex;
 3299: Problem_Parameters.tex;
 3300: Problem_Types.tex;
 3301: Publishing_A_Resource.tex;
 3302: Publishing_Author_Tutorial_Segue.tex;
 3303: Publishing_Copyright.tex;
 3304: Publishing_Intro.tex;
 3305: Publishing_Keywords.tex;
 3306: Quick_Grades_Description.tex;
 3307: Quick_Grades_Possibly_Correct.tex;
 3308: Radio_Response_Problems.tex;
 3309: Radio_Response_Randomization.tex;
 3310: Ranking_Problems.tex;
 3311: Receipt.tex;
 3312: Remote_Menu.tex;
 3313: Resource_Discussion.tex;
 3314: Resource_Types.tex;
 3315: Roles_About.tex;
 3316: Roles_Screen.tex;
 3317: Script_Functions.tex;
 3318: Scripting_Help.tex;
 3319: Script_Tutorial_Intro.tex;
 3320: Script_Variables.tex;
 3321: Search_Advanced.tex;
 3322: Search_Basic.tex;
 3323: Searching.tex;
 3324: Sending_Email.tex;
 3325: Sequence_Advanced_Editor_Creation.tex;
 3326: Sequence_Definition.tex;
 3327: Sequence_Editor_Selection.tex;
 3328: Sequence_Page_Maps.tex;
 3329: Sequence_Simple_Editor_Creation.tex;
 3330: Sequence_Top-Level.tex;
 3331: Significant_Figures.tex;
 3332: Slot_About.tex;
 3333: Slot_AddInterface.tex;
 3334: Slot_ChoosingResources.tex;
 3335: Slot_CommaDelimited.tex;
 3336: Slot_EditDelete.tex;
 3337: Slot_OptionalAttributes.tex;
 3338: Slot_RequiredAttributes.tex;
 3339: Slot_ResourceParameter.tex;
 3340: Slot_RestrictAvailibility.tex;
 3341: Slot_SelectingField.tex;
 3342: Slot_SpecifyProctors.tex;
 3343: Some_Items_Were_Not_Submitted.tex;
 3344: Spreadsheet_About.tex;
 3345: Spreadsheet_Calculation.tex;
 3346: Spreadsheet_Calculation_Time.tex;
 3347: Spreadsheet_Cell_Editing.tex;
 3348: Spreadsheet_Editing.tex;
 3349: Spreadsheet_Export_Row.tex;
 3350: Spreadsheet_Files.tex;
 3351: Spreadsheet_Functions.tex;
 3352: Spreadsheet_Hierarchy.tex;
 3353: Spreadsheet_HowTo_Assessments.tex;
 3354: Spreadsheet_HowTo.tex;
 3355: Spreadsheet_Layout.tex;
 3356: Spreadsheet_Levels.tex;
 3357: Spreadsheet_Max_Depth_Exceeded.tex;
 3358: Spreadsheet_Parms.tex;
 3359: Spreadsheet_Problem_Weight.tex;
 3360: Spreadsheet_Referencing_Cells.tex;
 3361: Spreadsheet_Referencing_Parameters.tex;
 3362: Spreadsheet_Row_Numbers.tex;
 3363: Spreadsheet_Student_View.tex;
 3364: Spreadsheet_Student_Visible.tex;
 3365: Spreadsheet_Template_Row.tex;
 3366: Spreadsheet_Ternary_Operator.tex;
 3367: Spreadsheet_Tries.tex;
 3368: Statistics_Overall_Key.tex;
 3369: Statistics_Sequence.tex;
 3370: Statistics_Cache.tex;
 3371: String_Response_Problem_Creation.tex;
 3372: String_Response_Problems.tex;
 3373: Student_Intro.tex;
 3374: Submission_Time_Analysis.tex;
 3375: Syllabus_ExtLink.tex;
 3376: Syllabus_URLs.tex;
 3377: Table_Mode.tex;
 3378: Testbank_Formatting.tex;
 3379: TEXDropEmptyColumns_attribute.tex;
 3380: TEXitemgroupwidth_attribute.tex;
 3381: TEXitemgroup_attribute.tex;
 3382: TEXlayout_attribute.tex;
 3383: TEXsize_attribute.tex;
 3384: TEXtype_attribute.tex;
 3385: TEXwidth_attribute.tex;
 3386: Tries.tex;
 3387: Tolerance.tex;
 3388: Uploaded_Templates_PublicView.tex;
 3389: Uploaded_Templates_TextBoxes.tex;
 3390: Uploading_File_Options.tex;
 3391: Using_Clickers.tex;
 3392: Variable_Naming_Conventions.tex;
 3393: Variables_in_Scripts.tex;
 3394: Variables_in_the_Answer_Block.tex;
 3395: Variables_in_the_Text_Block.tex;
 3396: Variable_Tutorial_A.tex;
 3397: View_All_Messages.tex;
 3398: View_Critical_Messages.tex;
 3399: View_recent_activity.tex;
 3400: What_Is_LON-CAPA.tex;
 3401: Why_LON-CAPA.tex;
 3402: Wishlist.tex;
 3403: </filenames>
 3404: </fileglob>
 3405: <fileglob>
 3406: <glob>*.*</glob>
 3407: <sourcedir>loncom/html/adm/help/tex/de/</sourcedir>
 3408: <targetdir dist='default'>
 3409: home/httpd/html/adm/help/tex/de/</targetdir>
 3410: <categoryname>interface file</categoryname>
 3411: <description>
 3412: German Tex files for the help system
 3413: </description>
 3414: <filenames>
 3415: About_Bombs.tex;
 3416: About_Communication.tex;
 3417: Auth_Options.tex;
 3418: Authoring_Math_Editor.tex;
 3419: Contextual_Help.tex;
 3420: Cascading_Parameters.tex;
 3421: Course_Convert_To_CSV.tex;
 3422: Course_Create_Class_List.tex;
 3423: Course_Self_Enrollment.tex;
 3424: Docs_About_Bulletin_Board.tex;
 3425: Docs_About_Group_Files.tex;
 3426: Docs_About_My_Personal_Info.tex;
 3427: Docs_About_Simple_Page.tex;
 3428: Docs_About_Syllabus.tex;
 3429: Docs_Adding_Course_Doc.tex;
 3430: Docs_Adding_Folders.tex;
 3431: Docs_Editing_Templated_Pages.tex;
 3432: Docs_Navigate_Content.tex;
 3433: Docs_Score_Upload_Form.tex;
 3434: Docs_Verify_Content.tex;
 3435: Formula_Editor.tex;
 3436: General_Intro.tex;
 3437: Generation.tex;
 3438: Metadata_Description.tex;
 3439: Navigation_Screen.tex;
 3440: Parameter_Overview.tex;
 3441: Problem_Parameters.tex;
 3442: Publishing_Copyright.tex;
 3443: Publishing_Keywords.tex;
 3444: Quick_Grades_Possibly_Correct.tex;
 3445: Ranking_Problems.tex;
 3446: Receipt.tex;
 3447: Search_Advanced.tex;
 3448: Search_Basic.tex;
 3449: Student_Intro.tex;
 3450: Syllabus_ExtLink.tex;
 3451: Table_Mode.tex;
 3452: Tries.tex;
 3453: Uploaded_Templates_PublicView.tex;
 3454: Uploaded_Templates_TextBoxes.tex;
 3455: </filenames>
 3456: </fileglob>
 3457: <fileglob>
 3458: <glob>*.*</glob>
 3459: <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
 3460: <targetdir dist='default'>
 3461: home/httpd/html/adm/help/tex/ru/</targetdir>
 3462: <categoryname>interface file</categoryname>
 3463: <description>
 3464: Russian Tex files for the help system
 3465: </description>
 3466: <filenames>
 3467: About_Authors_Manual.tex;
 3468: About_Communication.tex;
 3469: About_Developers_Manual.tex;
 3470: About_Numerical_and_Formula_Response.tex;
 3471: CAPA_LON-CAPA_function_diffs.tex;
 3472: Course_Maximum_Collaborators.tex;
 3473: Course_Set_Start_End_Date.tex;
 3474: Creating_A_Course_Intro.tex;
 3475: Other_Symbols.tex;
 3476: Physical_Units.tex;
 3477: Print_Resource.tex;
 3478: Authoring_Adding_Pictures.tex;
 3479: </filenames>
 3480: </fileglob>
 3481: <file>
 3482: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
 3483: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
 3484: <categoryname>interface file</categoryname>
 3485: <description>
 3486: A gdbm file containing a label->tex file hash.
 3487: </description>
 3488: <status>works/unverified</status>
 3489: <build trigger='always run'>
 3490: loncom/build/rebuild_label_hash.sh
 3491: </build>
 3492: <dependencies>
 3493: rebuild_label_hash.sh
 3494: </dependencies>
 3495: </file>
 3496: <fileglob>
 3497:   <glob>*.*</glob>
 3498:   <sourcedir>loncom/html/adm/fonts/</sourcedir>
 3499:   <targetdir dist='default'>home/httpd/html/adm/fonts/</targetdir>
 3500:   <categoryname>interface file</categoryname>
 3501:   <description>
 3502:     Fonts for convertjme.pl
 3503:   </description>
 3504:   <filenames>
 3505: DejaVuSerif-Roman.ttf;
 3506: DejaVuSansMono-Bold.ttf;
 3507: DejaVuSans.pfb;
 3508: DejaVuSans.ttf;
 3509: DejaVuSerif.pfb;
 3510: DejaVuSerif.ttf;
 3511: status.txt;
 3512: unicover.txt;
 3513:   </filenames>
 3514: </fileglob>
 3515: <file>
 3516: <source>loncom/html/adm/fonts/AUTHORS</source>
 3517: <target dist='default'>home/httpd/html/adm/fonts/AUTHORS</target>
 3518: <categoryname>interface file</categoryname>
 3519: <description>
 3520: Documentation for fonts
 3521: </description>
 3522: <status>works/unverified</status>
 3523: </file>
 3524: <file>
 3525: <source>loncom/html/adm/fonts/BUGS</source>
 3526: <target dist='default'>home/httpd/html/adm/fonts/BUGS</target>
 3527: <categoryname>interface file</categoryname>
 3528: <description>
 3529: Documentation for fonts
 3530: </description>
 3531: </file>
 3532: <file>
 3533: <source>loncom/html/adm/fonts/LICENSE</source>
 3534: <target dist='default'>home/httpd/html/adm/fonts/LICENSE</target>
 3535: <categoryname>interface file</categoryname>
 3536: <description>
 3537: Documentation for fonts
 3538: </description>
 3539: </file>
 3540: <file>
 3541: <source>loncom/html/adm/fonts/NEWS</source>
 3542: <target dist='default'>home/httpd/html/adm/fonts/NEWS</target>
 3543: <categoryname>interface file</categoryname>
 3544: <description>
 3545: Documentation for fonts
 3546: </description>
 3547: </file>
 3548: <file>
 3549: <source>loncom/html/adm/fonts/README</source>
 3550: <target dist='default'>home/httpd/html/adm/fonts/README</target>
 3551: <categoryname>interface file</categoryname>
 3552: <description>
 3553: Documentation for fonts
 3554: </description>
 3555: </file>
 3556: <file>
 3557: <source>loncom/interface/lonstatistics.pm</source>
 3558: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
 3559: <categoryname>handler</categoryname>
 3560: <description>
 3561: Handler to show statistics on solving LON-CAPA problems.
 3562: </description>
 3563: <status>works/unverified</status>
 3564: </file>
 3565: <file>
 3566: <source>loncom/interface/statistics/lonstathelpers.pm</source>
 3567: <target dist='default'>home/httpd/lib/perl/Apache/lonstathelpers.pm</target>
 3568: <categoryname>handler</categoryname>
 3569: <description>
 3570: Utility module for statistics and data mining.
 3571: </description>
 3572: <status>works/unverified</status>
 3573: </file>
 3574: <file>
 3575: <source>loncom/interface/lontrackstudent.pm</source>
 3576: <target dist='default'>home/httpd/lib/perl/Apache/lontrackstudent.pm</target>
 3577: <categoryname>handler</categoryname>
 3578: <description>
 3579: Handler to parse and analyze activity.log
 3580: </description>
 3581: <status>works/unverified</status>
 3582: </file>
 3583: <file>
 3584: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
 3585: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
 3586: </target>
 3587: <categoryname>handler</categoryname>
 3588: <description>
 3589: The module that generate the html for the Problem Statistics web pages.
 3590: </description>
 3591: </file>
 3592: <file>
 3593: <source>loncom/interface/statistics/lonsurveyreports.pm</source>
 3594: <target dist='default'>home/httpd/lib/perl/Apache/lonsurveyreports.pm
 3595: </target>
 3596: <categoryname>handler</categoryname>
 3597: <description>
 3598: Gives instructors access to compiled survey results.
 3599: </description>
 3600: </file>
 3601: <file>
 3602: <source>loncom/interface/statistics/lonstudentsubmissions.pm</source>
 3603: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentsubmissions.pm
 3604: </target>
 3605: <categoryname>handler</categoryname>
 3606: <description>
 3607: Generates excel file containing student submissions and correct answers.
 3608: </description>
 3609: </file>
 3610: <file>
 3611: <source>loncom/interface/statistics/loncorrectproblemplot.pm</source>
 3612: <target dist='default'>home/httpd/lib/perl/Apache/loncorrectproblemplot.pm
 3613: </target>
 3614: <categoryname>handler</categoryname>
 3615: <description>
 3616: The module that generate the html for the correct problems plot web pages.
 3617: </description>
 3618: <status>works/unverified</status>
 3619: </file>
 3620: <file>
 3621: <source>loncom/interface/statistics/lonpercentage.pm</source>
 3622: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
 3623: </target>
 3624: <categoryname>handler</categoryname>
 3625: <description>
 3626: The module that generate the html for the Percentage graph web pages.
 3627: </description>
 3628: <status>works/unverified</status>
 3629: </file>
 3630: <file>
 3631: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
 3632: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
 3633: </target>
 3634: <categoryname>handler</categoryname>
 3635: <description>
 3636: This module provides detailed analysis and raw data for submissions of various problem types.
 3637: </description>
 3638: <status>works/unverified</status>
 3639: </file>
 3640: <file>
 3641:   <source>loncom/interface/statistics/longradinganalysis.pm</source>
 3642:   <target dist='default'>home/httpd/lib/perl/Apache/longradinganalysis.pm</target>
 3643:   <categoryname>handler</categoryname>
 3644:   <description>
 3645:     This module provides detailed analysis and raw data for submissions of various problem types.
 3646:   </description>
 3647:   <status>works/unverified</status>
 3648: </file>
 3649: <file>
 3650: <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
 3651: <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
 3652: </target>
 3653: <categoryname>handler</categoryname>
 3654: <description>
 3655: This module produces plots of the times of students attempts on an assessment.
 3656: </description>
 3657: <status>works/unverified</status>
 3658: </file>
 3659: <file>
 3660: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
 3661: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
 3662: </target>
 3663: <categoryname>handler</categoryname>
 3664: <description>
 3665: The module that generate the html for the Student Assessment/Chart web pages.
 3666: </description>
 3667: <status>works/unverified</status>
 3668: </file>
 3669: <file>
 3670: <source>loncom/interface/lonwhatsnew.pm</source>
 3671: <target dist='default'>home/httpd/lib/perl/Apache/lonwhatsnew.pm
 3672: </target>
 3673: <categoryname>handler</categoryname>
 3674: <description>
 3675: Handler to display items in course requiring action.
 3676: </description>
 3677: <status>works/unverified</status>
 3678: </file>
 3679: <file>
 3680: <source>loncom/publisher/londiff.pm</source>
 3681: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
 3682: <categoryname>handler</categoryname>
 3683: <description>
 3684: Handler to show difference between two files.
 3685: </description>
 3686: <status>works/unverified</status>
 3687: </file>
 3688: <file>
 3689: <source>loncom/publisher/lonrights.pm</source>
 3690: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
 3691: <categoryname>handler</categoryname>
 3692: <description>
 3693: Handler to show and edit custom distribution rights
 3694: </description>
 3695: <status>works/unverified</status>
 3696: </file>
 3697: <file>
 3698: <source>loncom/publisher/lonupload.pm</source>
 3699: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
 3700: <categoryname>handler</categoryname>
 3701: <description>
 3702: Handler to upload files through browser into construction space.
 3703: </description>
 3704: <status>works/unverified</status>
 3705: </file>
 3706: <file>
 3707: <source>doc/man/Apache__lonupload.3</source>
 3708: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
 3709: <categoryname>doc</categoryname>
 3710: <description>man page for lonupload.pm</description>
 3711: <build trigger='always run'>
 3712: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
 3713: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
 3714: </build>
 3715: <status>works/unverified</status>
 3716: <dependencies>
 3717: ../../loncom/publisher/lonupload.pm
 3718: </dependencies>
 3719: </file>
 3720: <file>
 3721: <source>doc/lib/perl/Apache/lonupload.html</source>
 3722: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
 3723: </target>
 3724: <categoryname>doc</categoryname>
 3725: <description>POD-derived page for lonupload.pm</description>
 3726: <build trigger='always run'>
 3727: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
 3728: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
 3729: echo 'pod2html lonupload.pm'
 3730: </build>
 3731: <status>works/unverified</status>
 3732: <dependencies>
 3733: ../../loncom/publisher/lonupload.pm
 3734: </dependencies>
 3735: </file>
 3736: <file>
 3737: <source>loncom/homework/essayresponse.pm</source>
 3738: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
 3739: <categoryname>handler</categoryname>
 3740: <description>
 3741: Handler to evaluate essay (ungraded) style responses.
 3742: </description>
 3743: <status>works/unverified</status>
 3744: </file>
 3745: <file>
 3746: <source>loncom/homework/externalresponse.pm</source>
 3747: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
 3748: <categoryname>handler</categoryname>
 3749: <description>
 3750: Handler to evaluate externally graded responses.
 3751: </description>
 3752: <status>works/unverified</status>
 3753: </file>
 3754: <file>
 3755: <source>loncom/homework/loncapagrade.pm</source>
 3756: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
 3757: <categoryname>handler</categoryname>
 3758: <description>
 3759: Holds results and defines
 3760: tag handlers needed by externalresponse.pm
 3761: </description>
 3762: <status>works/unverified</status>
 3763: </file>
 3764: <file>
 3765:   <source>loncom/homework/gradesubmission.pl</source>
 3766:   <target dist='default'>home/httpd/cgi-bin/gradesubmission.pl</target>
 3767:   <categoryname>handler</categoryname>
 3768:   <description>
 3769: Example script for use with external response.
 3770:   </description>
 3771:   <status>works/unverified</status>
 3772: </file>
 3773: <file>
 3774: <source>loncom/publisher/lonpubdir.pm</source>
 3775: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
 3776: <categoryname>handler</categoryname>
 3777: <description>
 3778: Handler to publish directories.
 3779: </description>
 3780: </file>
 3781: <file>
 3782: <source>loncom/publisher/lonunauthorized.pm</source>
 3783: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
 3784: <categoryname>handler</categoryname>
 3785: <description>
 3786: Handler to explain failed contruction space access.
 3787: </description>
 3788: </file>
 3789: <file>
 3790: <source>doc/man/Apache__lonpubdir.3</source>
 3791: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
 3792: <categoryname>doc</categoryname>
 3793: <description>man page for lonpubdir.pm</description>
 3794: <build trigger='always run'>
 3795: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
 3796: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
 3797: </build>
 3798: <status>works/unverified</status>
 3799: <dependencies>
 3800: ../../loncom/lonnet/perl/lonnet.pm
 3801: </dependencies>
 3802: </file>
 3803: <file>
 3804: <source>doc/lib/perl/Apache/lonpubdir.html</source>
 3805: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
 3806: </target>
 3807: <categoryname>doc</categoryname>
 3808: <description>POD-derived page for lonpubdir.pm</description>
 3809: <build trigger='always run'>
 3810: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
 3811: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
 3812: echo 'pod2html lonpubdir.pm'
 3813: </build>
 3814: <status>works/unverified</status>
 3815: <dependencies>
 3816: ../../loncom/publisher/lonpubdir.pm
 3817: </dependencies>
 3818: </file>
 3819: <file>
 3820: <source>loncom/publisher/lonretrieve.pm</source>
 3821: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
 3822: <categoryname>handler</categoryname>
 3823: <description>
 3824: Handler to retrieve old versions from resource space.
 3825: </description>
 3826: <status>works/unverified</status>
 3827: </file>
 3828: <file>
 3829: <source>loncom/publisher/loncleanup.pm</source>
 3830: <target dist='default'>home/httpd/lib/perl/Apache/loncleanup.pm</target>
 3831: <categoryname>handler</categoryname>
 3832: <description>
 3833: Handler to clean up HTML files.
 3834: </description>
 3835: <status>works/unverified</status>
 3836: </file>
 3837: <file>
 3838: <source>doc/man/Apache__lonretrieve.3</source>
 3839: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
 3840: <categoryname>doc</categoryname>
 3841: <description>man page for lonretrieve.pm</description>
 3842: <build trigger='always run'>
 3843: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
 3844: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
 3845: </build>
 3846: <status>works/unverified</status>
 3847: <dependencies>
 3848: ../../loncom/publisher/lonretrieve.pm
 3849: </dependencies>
 3850: </file>
 3851: <file>
 3852: <source>doc/lib/perl/Apache/lonretrieve.html</source>
 3853: <target dist='default'>
 3854: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
 3855: </target>
 3856: <categoryname>doc</categoryname>
 3857: <description>POD-derived page for lonretrieve.pm</description>
 3858: <build trigger='always run'>
 3859: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
 3860: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
 3861: echo 'pod2html lonretrieve.pm'
 3862: </build>
 3863: <status>works/unverified</status>
 3864: <dependencies>
 3865: ../../loncom/publisher/lonretrieve.pm
 3866: </dependencies>
 3867: </file>
 3868: <file>
 3869: <source>loncom/homework/edit.pm</source>
 3870: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
 3871: <categoryname>handler</categoryname>
 3872: <description>
 3873: Helper functions when in homework edit mode.
 3874: </description>
 3875: </file>
 3876: <file>
 3877: <source>doc/man/Apache__edit.3</source>
 3878: <target dist='default'>usr/man/man3/Apache::edit.3</target>
 3879: <categoryname>doc</categoryname>
 3880: <description>man page for edit.pm</description>
 3881: <build trigger='always run'>
 3882: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
 3883: echo 'manifying edit.pm'
 3884: </build>
 3885: <status>works/unverified</status>
 3886: <dependencies>
 3887: ../../loncom/homework/edit.pm
 3888: </dependencies>
 3889: </file>
 3890: <file>
 3891: <source>doc/lib/perl/Apache/edit.html</source>
 3892: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
 3893: </target>
 3894: <categoryname>doc</categoryname>
 3895: <description>POD-derived page for edit.pm</description>
 3896: <build trigger='always run'>
 3897: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
 3898: ../../doc/lib/perl/Apache/edit.html \
 3899: &amp;&amp; echo 'pod2html edit.pm'
 3900: </build>
 3901: <status>works/unverified</status>
 3902: <dependencies>
 3903: ../../loncom/homework/edit.pm
 3904: </dependencies>
 3905: </file>
 3906: <file>
 3907: <source>loncom/interface/lonmeta.pm</source>
 3908: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
 3909: <categoryname>handler</categoryname>
 3910: <description>Metadata display handler.</description>
 3911: <status>works/unverified</status>
 3912: </file>
 3913: <file>
 3914: <source>rat/lonambiguous.pm</source>
 3915: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
 3916: <categoryname>handler</categoryname>
 3917: <description>
 3918: Handler to resolve ambiguous file locations.
 3919: </description>
 3920: <status>works/unverified</status>
 3921: </file>
 3922: <file>
 3923: <source>rat/lonratparms.pm</source>
 3924: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
 3925: <categoryname>handler</categoryname>
 3926: <description>
 3927: Handler to set resource parameters inside of the RAT based on metadata.
 3928: </description>
 3929: <status>works/unverified</status>
 3930: </file>
 3931: <file>
 3932: <source>rat/lonsequence.pm</source>
 3933: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
 3934: <categoryname>handler</categoryname>
 3935: <description>
 3936: Handler for showing sequence objects of educational resources.
 3937: </description>
 3938: <status>works/unverified</status>
 3939: </file>
 3940: <file>
 3941: <source>loncom/interface/loncreatecourse.pm</source>
 3942: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
 3943: <categoryname>handler</categoryname>
 3944: <description>
 3945: Allows domain coordinators to create new courses and assign course
 3946: coordinators.
 3947: </description>
 3948: <status>works/unverified</status>
 3949: </file>
 3950: <file>
 3951:   <source>loncom/interface/lonclonecourse.pm</source>
 3952:   <target dist='default'>home/httpd/lib/perl/Apache/lonclonecourse.pm</target>
 3953:   <categoryname>handler</categoryname>
 3954:   <description>
 3955: Internal routines for creating a clone of an existing course.
 3956:   </description>
 3957:   <status>works/unverified</status>
 3958: </file>
 3959: <file>
 3960: <source>loncom/interface/lonrequestcourse.pm</source>
 3961: <target dist='default'>home/httpd/lib/perl/Apache/lonrequestcourse.pm</target>
 3962: <categoryname>handler</categoryname>
 3963: <description>
 3964: Allows submission of course requests by users with the right to request them 
 3965: </description>
 3966: <status>works/unverified</status>
 3967: </file>
 3968: <file>
 3969: <source>loncom/interface/loncoursequeueadmin.pm</source>
 3970: <target dist='default'>home/httpd/lib/perl/Apache/loncoursequeueadmin.pm</target>
 3971: <categoryname>handler</categoryname>
 3972: <description>
 3973: Common routines for administration of queues containing user-submitted requests - either for self-enrollment in an existing course, or for creation of a new course.
 3974: </description>
 3975: <status>works/unverified</status>
 3976: </file>
 3977: <file>
 3978: <source>loncom/interface/loncreateuser.pm</source>
 3979: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
 3980: <categoryname>handler</categoryname>
 3981: <description>
 3982: Allows users to within their own privileges create/edit users and give
 3983: them roles. 
 3984: </description>
 3985: <status>works/unverified</status>
 3986: </file>
 3987: <file>
 3988: <source>loncom/interface/lonuserutils.pm</source>
 3989: <target dist='default'>home/httpd/lib/perl/Apache/lonuserutils.pm</target>
 3990: <categoryname>handler</categoryname>
 3991: <description>
 3992: Common routines for user management including upload of lists of users in different formats, and to automatically create users (if they do not exist already), assign them roles within the privileges of the uploader to create/edit users. Also the ability to generate filtered lists of users with specific roles, as determined by the privileges of the viewer.   
 3993: </description>
 3994: <status>works/unverified</status>
 3995: </file>
 3996: <file>
 3997: <source>loncom/interface/selfenroll.pm</source>
 3998: <target dist='default'>home/httpd/lib/perl/Apache/selfenroll.pm</target>
 3999: <categoryname>handler</categoryname>
 4000: <description>
 4001: Users with accounts in LON-CAPA can self-enroll in courses between specified start and end dates, if the course has been configured to allow it, and the user's domain/institutional type satisfy the settings for self-enrollment in the course.
 4002: </description>
 4003: <status>works/unverified</status>
 4004: </file>
 4005: <file>
 4006: <source>loncom/interface/lonhtmlcommon.pm</source>
 4007: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
 4008: <categoryname>handler</categoryname>
 4009: <description>
 4010: Contains a set of functions that generate html controls and data layouts
 4011: </description>
 4012: </file>
 4013: <file>
 4014: <source>loncom/interface/lonhtmlgateway.pm</source>
 4015: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlgateway.pm</target>
 4016: <categoryname>handler</categoryname>
 4017: <description>
 4018: Contains a set of functions to properly parse and handle HTML input and output
 4019: </description>
 4020: </file>
 4021: <file>
 4022: <source>loncom/interface/lonspeller.pm</source>
 4023: <target dist='default'>home/httpd/lib/perl/Apache/lonspeller.pm</target>
 4024: <categoryname>handler</categoryname>
 4025: <description>
 4026: Contains a set of functions to use Aspell
 4027: </description>
 4028: </file>
 4029: <file>
 4030: <source>loncom/localize/lonlocal.pm</source>
 4031: <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
 4032: <categoryname>handler</categoryname>
 4033: <description>
 4034: Contains the &mt access function to Locale::Maketext
 4035: </description>
 4036: </file>
 4037: <file>
 4038:   <source>loncom/localize/lonlocalize.pm</source>
 4039:   <target dist='default'>home/httpd/lib/perl/Apache/lonlocalize.pm</target>
 4040:   <categoryname>handler</categoryname>
 4041:   <description>
 4042: handler for &mt()ing static files
 4043:   </description>
 4044: </file>
 4045: <file>
 4046: <source>loncom/localize/localize.pm</source>
 4047: <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
 4048: <categoryname>handler</categoryname>
 4049: <description>
 4050: Localization class for Locale::Maketext
 4051: </description>
 4052: </file>
 4053: <fileglob>
 4054: <glob>*.pm</glob>
 4055: <sourcedir>loncom/localize/localize/</sourcedir>
 4056: <targetdir dist='default'>
 4057: home/httpd/lib/perl/Apache/localize/</targetdir>
 4058: <categoryname>lexicon file</categoryname>
 4059: <description>
 4060: Translation files.
 4061: </description>
 4062: <filenames>
 4063: de.pm;
 4064: pt.pm;
 4065: fr.pm;
 4066: ja.pm;
 4067: tr.pm;
 4068: ru.pm;
 4069: fa.pm;
 4070: ar.pm;
 4071: es.pm;
 4072: x_chef.pm;
 4073: zh.pm;
 4074: </filenames>
 4075: </fileglob>
 4076: <file>
 4077: <source>loncom/interface/loncoursedata.pm</source>
 4078: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
 4079: <categoryname>handler</categoryname>
 4080: <description>
 4081: Common functions for handling student course data (download and process)
 4082: </description>
 4083: </file>
 4084: <file>
 4085: <source>loncom/interface/loncommon.pm</source>
 4086: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
 4087: <categoryname>handler</categoryname>
 4088: <description>
 4089: Makes a table out of the previous attempts.  Inputs result_from_symbread,
 4090: user, domain, home_server, course_id.
 4091: </description>
 4092: <status>works/unverified</status>
 4093: </file>
 4094: <file>
 4095: <source>doc/man/Apache__loncommon.3</source>
 4096: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
 4097: <categoryname>doc</categoryname>
 4098: <description>man page for loncommon.pm</description>
 4099: <build trigger='always run'>
 4100: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
 4101: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
 4102: </build>
 4103: <status>works/unverified</status>
 4104: <dependencies>
 4105: ../../loncom/interface/loncommon.pm
 4106: </dependencies>
 4107: </file>
 4108: <file>
 4109: <source>doc/lib/perl/Apache/loncommon.html</source>
 4110: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
 4111: </target>
 4112: <categoryname>doc</categoryname>
 4113: <description>POD-derived page for loncommon.pm</description>
 4114: <build trigger='always run'>
 4115: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
 4116: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
 4117: echo 'pod2html loncommon.pm'
 4118: </build>
 4119: <status>works/unverified</status>
 4120: <dependencies>
 4121: ../../loncom/interface/loncommon.pm
 4122: </dependencies>
 4123: </file>
 4124: <file>
 4125: <source>loncom/homework/grades.pm</source>
 4126: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
 4127: <categoryname>handler</categoryname>
 4128: <description>Handles the viewing of grades.</description>
 4129: </file>
 4130: <file>
 4131: <source>loncom/homework/imageresponse.pm</source>
 4132: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
 4133: <categoryname>handler</categoryname>
 4134: <description>
 4135: Coordinates the response to clicking an image.
 4136: </description>
 4137: <status>works/unverified</status>
 4138: </file>
 4139: <file>
 4140: <source>loncom/homework/optionresponse.pm</source>
 4141: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
 4142: <categoryname>handler</categoryname>
 4143: <description>
 4144: Handles tags associated with showing a list of options.</description>
 4145: </file>
 4146: <file>
 4147: <source>loncom/homework/functionplotresponse.pm</source>
 4148: <target dist='default'>home/httpd/lib/perl/Apache/functionplotresponse.pm</target>
 4149: <categoryname>handler</categoryname>
 4150: <description>
 4151: Handles tags associated with function plots using GeoGebra.</description>
 4152: </file>
 4153: <file>
 4154: <source>loncom/homework/outputtags.pm</source>
 4155: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
 4156: <categoryname>handler</categoryname>
 4157: <description>
 4158: Handles tags associated with output.  Seems to relate to due dates of the
 4159: assignment.
 4160: </description>
 4161: <status>works/unverified</status>
 4162: </file>
 4163: 
 4164: <file>
 4165:   <source>loncom/homework/chemresponse.pm</source>
 4166:   <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
 4167:   <categoryname>handler</categoryname>
 4168:   <description>
 4169:     Handle the tags organicresponse/structure and reationresponse
 4170:   </description>
 4171:   <status>works/unverified</status>
 4172: </file>
 4173: 
 4174: <fileglob>
 4175:   <glob>*.*</glob>
 4176:   <sourcedir>loncom/html/adm/jme/</sourcedir>
 4177:   <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
 4178:   <categoryname>interface file</categoryname>
 4179:   <description>
 4180:     JME files, for editing organic structures
 4181:   </description>
 4182:   <filenames>
 4183: JME.jar;
 4184: jme.gif;
 4185: jme_help.html;
 4186: nitro.gif;
 4187: smiles.gif
 4188:   </filenames>
 4189: </fileglob>
 4190: 
 4191: <fileglob>
 4192:   <glob>*.*</glob>
 4193:   <sourcedir>loncom/html/adm/geogebra/</sourcedir>
 4194:   <targetdir dist='default'>home/httpd/html/adm/geogebra/</targetdir>
 4195:   <categoryname>interface file</categoryname>
 4196:   <description>
 4197:     Geogebra, for functionplotresponse
 4198:   </description>
 4199:   <filenames>
 4200: geogebra_algos.jar;
 4201: geogebra_algos.jar.pack.gz;
 4202: geogebra_javascript.jar;
 4203: geogebra_javascript.jar.pack.gz;
 4204: geogebra_cas.jar;
 4205: geogebra_export.jar.pack.gz;
 4206: geogebra.jar;
 4207: geogebra_main.jar.pack.gz;
 4208: geogebra_cas.jar.pack.gz;
 4209: geogebra_gui.jar;
 4210: geogebra.jar.pack.gz;
 4211: geogebra_properties.jar;
 4212: geogebra_export.jar;
 4213: geogebra_gui.jar.pack.gz;
 4214: geogebra_main.jar;
 4215: geogebra_properties.jar.pack.gz;
 4216: geogebra_usb.jar;
 4217: geogebra_usb.jar.pack.gz;
 4218: jlatexmath.jar;
 4219: jlatexmath.jar.pack.gz;
 4220: jlm_cyrillic.jar;
 4221: jlm_cyrillic.jar.pack.gz;
 4222: jlm_greek.jar;
 4223: jlm_greek.jar.pack.gz;
 4224:   </filenames>
 4225: </fileglob>
 4226: 
 4227: <fileglob>
 4228:   <glob>*.*</glob>
 4229:   <sourcedir>loncom/html/adm/jmol/</sourcedir>
 4230:   <targetdir dist='default'>home/httpd/html/adm/jmol/</targetdir>
 4231:   <categoryname>interface file</categoryname>
 4232:   <description>
 4233:     Jmol files, for displaying structures
 4234:   </description>
 4235:   <filenames>
 4236: COPYRIGHT.txt;
 4237: JmolApplet.jar;
 4238: Jmol.js;
 4239: LICENSE.txt;
 4240: README.txt;
 4241: JmolApplet0_Core.jar;
 4242: JmolApplet0_i18n.jar;
 4243: JmolApplet0.jar;
 4244: JmolApplet0_Jars.jar;
 4245: JmolApplet0_Jvxl.jar;
 4246: JmolApplet0_Main.jar;
 4247: JmolApplet0_Popup.jar;
 4248: JmolApplet0_Quantum.jar;
 4249: JmolApplet0_ReadersCifPdb.jar;
 4250: JmolApplet0_ReadersMolXyz.jar;
 4251: JmolApplet0_ReadersMore.jar;
 4252: JmolApplet0_ReadersXml.jar;
 4253: JmolApplet0_ShapeBio.jar;
 4254: JmolApplet0_ShapeSpecial.jar;
 4255: JmolApplet0_Smiles.jar;
 4256: JmolApplet0_Viewer.jar;
 4257:   </filenames>
 4258: </fileglob>
 4259: 
 4260: <file>
 4261:   <source>loncom/homework/convertjme.pl</source>
 4262:   <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
 4263:   <categoryname>script</categoryname>
 4264:   <description>
 4265:     Dynamically converts JME strings into either a png or ps file.
 4266:   </description>
 4267: </file>
 4268: <fileglob>
 4269:   <glob>*.*</glob>
 4270:   <sourcedir>loncom/html/adm/dragmath/applet/</sourcedir>
 4271:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/</targetdir>
 4272:   <categoryname>interface file</categoryname>
 4273:   <description>
 4274: Dragmath is a Java-based formula editor
 4275:   </description>
 4276:   <filenames>
 4277: Latex.html;
 4278: MathML.html;
 4279: Maxima.html;
 4280: MaximaPopup.html;
 4281: EditMathPopup.html;
 4282: FCKEditMathPopup.html
 4283:   </filenames>
 4284: </fileglob>
 4285: <fileglob>
 4286:   <glob>*.*</glob>
 4287:   <sourcedir>loncom/html/adm/dragmath/applet/classes/</sourcedir>
 4288:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/</targetdir>
 4289:   <categoryname>interface file</categoryname>
 4290:   <description>
 4291: Dragmath is a Java-based formula editor
 4292:   </description>
 4293:   <filenames>
 4294: AbsoluteLayout.jar;
 4295: jep.jar;
 4296: Project.jar;
 4297: Config.xml;
 4298: jdom.jar;
 4299: swing-layout-1.0.jar;
 4300:   </filenames>
 4301: </fileglob>
 4302: <fileglob>
 4303:   <glob>*.*</glob>
 4304:   <sourcedir>loncom/html/adm/dragmath/applet/HotEqn/</sourcedir>
 4305:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/HotEqn/</targetdir>
 4306:   <categoryname>interface file</categoryname>
 4307:   <description>
 4308: Dragmath is a Java-based formula editor
 4309:   </description>
 4310:   <filenames>
 4311: HotEqn.class;
 4312: HotEqn.jar;
 4313:   </filenames>
 4314: </fileglob>
 4315: <fileglob>
 4316:   <glob>*.*</glob>
 4317:   <sourcedir>loncom/html/adm/dragmath/applet/classes/Display/</sourcedir>
 4318:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/Display/</targetdir>
 4319:   <categoryname>interface file</categoryname>
 4320:   <description>
 4321: Dragmath is a Java-based formula editor
 4322:   </description>
 4323:   <filenames>
 4324: MainApplet.class;
 4325:   </filenames>
 4326: </fileglob>
 4327: <fileglob>
 4328:   <glob>*.*</glob>
 4329:   <sourcedir>loncom/html/adm/dragmath/applet/classes/formats/</sourcedir>
 4330:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/formats/</targetdir>
 4331:   <categoryname>interface file</categoryname>
 4332:   <description>
 4333: Dragmath is a Java-based formula editor
 4334:   </description>
 4335:   <filenames>
 4336: ASCIIMathML.xml;
 4337: Latex.xml;
 4338: MathML.xml;
 4339: MoodleTex.xml;
 4340: Maple.xml;
 4341: Maxima.xml;
 4342:   </filenames>
 4343: </fileglob>
 4344: <fileglob>
 4345:   <glob>*.*</glob>
 4346:   <sourcedir>loncom/html/adm/dragmath/applet/classes/lang/</sourcedir>
 4347:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/lang/</targetdir>
 4348:   <categoryname>interface file</categoryname>
 4349:   <description>
 4350: Dragmath is a Java-based formula editor
 4351:   </description>
 4352:   <filenames>
 4353: ca.xml;
 4354: cz.xml;
 4355: en.xml;
 4356: fr.xml;
 4357: no.xml;
 4358: pt-br.xml;
 4359: sv.xml;
 4360: de.xml;
 4361: es.xml;
 4362: nl.xml;
 4363: pl.xml;
 4364: ru.xml;
 4365:   </filenames>
 4366: </fileglob>
 4367: <fileglob>
 4368:   <glob>*.*</glob>
 4369:   <sourcedir>loncom/html/adm/jsMath/</sourcedir>
 4370:   <targetdir dist='default'>home/httpd/html/adm/jsMath/</targetdir>
 4371:   <categoryname>interface file</categoryname>
 4372:   <description>
 4373: jsMath is a Javascript solution to converting TeX to something the browser can see
 4374:   </description>
 4375:   <filenames>
 4376: black.gif;
 4377: blank.gif;
 4378: COPYING.txt;
 4379: jsMath-BaKoMa-fonts.js;
 4380: jsMath-autoload.html;
 4381: jsMath-controls.html;
 4382: jsMath-fallback-mac.js;
 4383: jsMath-fallback-mac-mozilla.js;
 4384: jsMath-fallback-mac-msie.js;
 4385: jsMath-fallback-pc.js;
 4386: jsMath-fallback-symbols.js;
 4387: jsMath-fallback-unix.js;
 4388: jsMath-global-controls.html;
 4389: jsMath-global.html;
 4390: jsMath.js;
 4391: jsMath-loader.html;
 4392: jsMath-loader-omniweb4.js;
 4393: jsMath-mozilla.js;
 4394: jsMath-msie-mac.js;
 4395: jsMath-old-browsers.js;
 4396:   </filenames>
 4397: </fileglob>
 4398: 
 4399: <file>
 4400:   <source>loncom/html/adm/jsMath/jsMath-fonts-1.3.zip</source>
 4401:   <target dist='default'>home/httpd/html/adm/jsMath/fonts/</target>
 4402:   <categoryname>script</categoryname>
 4403:   <description>
 4404:     Server side png fonts for use by jsMath
 4405:   </description>
 4406:   <installscript>
 4407: commands /home/httpd/html/adm
 4408:   </installscript>
 4409:   <dependencies>
 4410: loncom/html/adm/jsMath/commands;
 4411: loncom/html/adm/jsMath/jsMath-fonts-1.3.zip;
 4412:   </dependencies>
 4413: </file>
 4414: 
 4415: <file>
 4416:   <source>loncom/html/adm/MathJax/mathjax-MathJax-v1.1a-0-g1697387.zip</source>
 4417:   <target dist='default'>home/httpd/html/adm/MathJax</target>
 4418:   <categoryname>script</categoryname>
 4419:   <description>
 4420:    MathJax for processing Tex, scripted installation that unzips installation file
 4421:    in the appropriate location
 4422:    NOTE: the commands file `mv`'s the files out of the original location provided
 4423:    unzipping the file, making it look cleaner in the /home/.../adm/ directory
 4424:   </description>
 4425:   <installscript>
 4426: commands /home/httpd/html/adm/MathJax
 4427:   </installscript>
 4428:   <dependencies>
 4429: loncom/html/adm/MathJax/commands;
 4430: loncom/html/adm/MathJax/mathjax-MathJax-v1.1a-0-g1697387.zip;
 4431:   </dependencies>
 4432: </file>
 4433: 
 4434: <file>
 4435:   <source>loncom/html/adm/ckeditor/ckeditor_3.6.2.tar.gz</source>
 4436:   <target dist='default'>home/httpd/html/adm/ckeditor</target>
 4437:   <categoryname>script</categoryname>
 4438:   <description>
 4439:    GUI HTML Editor, scripted installation decompress the tarball and
 4440:    installs the loncapa config.js file
 4441:   </description>
 4442:   <installscript>
 4443: commands /home/httpd/html/
 4444:   </installscript>
 4445:   <dependencies>
 4446: loncom/html/adm/ckeditor/commands;
 4447: loncom/html/adm/ckeditor/ckeditor_3.6.2.tar.gz
 4448: loncom/html/adm/ckeditor/loncapaconfig.js;
 4449:   </dependencies>
 4450: </file>
 4451: 
 4452: <fileglob>
 4453:   <glob>*.*</glob>
 4454:   <sourcedir>loncom/html/adm/jsMath/extensions/</sourcedir>
 4455:   <targetdir dist='default'>home/httpd/html/adm/jsMath/extensions/</targetdir>
 4456:   <categoryname>interface file</categoryname>
 4457:   <description>
 4458: Additional jsMath functionality that can be used when needed.
 4459:   </description>
 4460:   <filenames>
 4461: AMSmath.js;
 4462: AMSsymbols.js;
 4463: HTML.js;
 4464: bbox.js;
 4465: font.js;
 4466: boldsymbol.js;
 4467: double-click.js;
 4468: fbox.js;
 4469: leaders.js;
 4470: mathchoice.js;
 4471: mimeTeX.js;
 4472: moreArrows.js;
 4473: newcommand.js;
 4474: underset-overset.js;
 4475:   </filenames>
 4476: </fileglob>
 4477: 
 4478: <fileglob>
 4479:   <glob>*.*</glob>
 4480:   <sourcedir>loncom/html/adm/jsMath/plugins/</sourcedir>
 4481:   <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins/</targetdir>
 4482:   <categoryname>interface file</categoryname>
 4483:   <description>
 4484: jsMath is a Javascript solution to converting TeX to something the browser can see
 4485:   </description>
 4486:   <filenames>
 4487: autoload.js;
 4488: CHMmode.js;
 4489: global.js;
 4490: mimeTeX.js;
 4491: noCache.js;
 4492: noGlobal.js;
 4493: noImageFonts.js;
 4494: smallFonts.js;
 4495: spriteImageFonts.js;
 4496: tex2math.js;
 4497:   </filenames>
 4498: </fileglob>
 4499: 
 4500: <fileglob>
 4501:   <glob>*.*</glob>
 4502:   <sourcedir>loncom/html/adm/jsMath/uncompressed/</sourcedir>
 4503:   <targetdir dist='default'>home/httpd/html/adm/jsMath/uncompressed/</targetdir>
 4504:   <categoryname>interface file</categoryname>
 4505:   <description>
 4506: the jsMath source files not compressed for increasing download speed (not used by lon-capa directly)
 4507:   </description>
 4508:   <filenames>
 4509: def.js;
 4510: font.js;
 4511: jsMath-fallback-mac.js;
 4512: jsMath-fallback-pc.js;
 4513: jsMath-fallback-symbols.js;
 4514: jsMath-fallback-unix.js;
 4515: jsMath.js;
 4516:   </filenames>
 4517: </fileglob>
 4518: 
 4519: <fileglob>
 4520:   <glob>*.*</glob>
 4521:   <sourcedir>loncom/html/adm/jQuery/js/</sourcedir>
 4522:   <targetdir dist='default'>home/httpd/html/adm/jQuery/js/</targetdir>
 4523:   <categoryname>interface file</categoryname>
 4524:   <description>
 4525: jQuery custom distribution of version 1.6.2, UI version 1.8.16
 4526:   </description>
 4527:   <filenames>
 4528: 	jquery-1.6.2.min.js;
 4529: 	jquery-ui-1.8.16.custom.min.js;
 4530:   </filenames>
 4531: </fileglob>
 4532: 
 4533: <fileglob>
 4534:   <glob>*.*</glob>
 4535:   <sourcedir>loncom/html/adm/jQuery/css/smoothness/</sourcedir>
 4536:   <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness/</targetdir>
 4537:   <categoryname>interface file</categoryname>
 4538:   <description>
 4539: jQuery custom distribution of version 1.6.2, UI version 1.8.16 -- stylesheets
 4540:   </description>
 4541:   <filenames>
 4542: 	jquery-ui-1.8.16.custom.css;
 4543:   </filenames>
 4544: </fileglob>
 4545: 
 4546: <fileglob>
 4547:   <glob>*.*</glob>
 4548:   <sourcedir>loncom/html/adm/jQuery/css/smoothness/images/</sourcedir>
 4549:   <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness/images/</targetdir>
 4550:   <categoryname>interface file</categoryname>
 4551:   <description>
 4552: jQuery custom distribution of version 1.6.2, UI version 1.8.16 -- images for css.
 4553:   </description>
 4554:   <filenames>
 4555:   	ui-bg_flat_0_aaaaaa_40x100.png;
 4556: 	ui-bg_flat_75_ffffff_40x100.png;
 4557: 	ui-bg_glass_55_fbf9ee_1x400.png;
 4558: 	ui-bg_glass_65_ffffff_1x400.png;
 4559: 	ui-bg_glass_75_dadada_1x400.png;
 4560: 	ui-bg_glass_75_e6e6e6_1x400.png;
 4561: 	ui-bg_glass_95_fef1ec_1x400.png;
 4562: 	ui-bg_highlight-soft_75_cccccc_1x100.png;
 4563: 	ui-icons_2e83ff_256x240.png;
 4564: 	ui-icons_222222_256x240.png;
 4565: 	ui-icons_454545_256x240.png;
 4566: 	ui-icons_888888_256x240.png;
 4567: 	ui-icons_cd0a0a_256x240.png;
 4568:   </filenames>
 4569: </fileglob>
 4570: 
 4571: <file>
 4572: <source>loncom/interface/lontest.pm</source>
 4573: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
 4574: <categoryname>handler</categoryname>
 4575: <description>
 4576: Used for debugging and testing the LON-CAPA system.
 4577: </description>
 4578: <status>works/unverified</status>
 4579: </file>
 4580: <file>
 4581: <source>loncom/homework/radiobuttonresponse.pm</source>
 4582: <target dist='default'>
 4583: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
 4584: <categoryname>handler</categoryname>
 4585: <description>
 4586: Handles multiple-choice style responses.
 4587: </description>
 4588: <status>works/unverified</status>
 4589: </file>
 4590: <file>
 4591: <source>loncom/interface/loncommunicate.pm</source>
 4592: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
 4593: <categoryname>handler</categoryname>
 4594: <description>
 4595: Will be the access handler to email sending, as well as the planned
 4596: chatrooms, etc.
 4597: </description>
 4598: <status>works/unverified</status>
 4599: </file>
 4600: <file>
 4601: <source>loncom/interface/lonerrorhandler.pm</source>
 4602: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
 4603: <categoryname>handler</categoryname>
 4604: <description>
 4605: Handles errors.
 4606: </description>
 4607: <status>works/unverified</status>
 4608: </file>
 4609: <file>
 4610: <source>loncom/interface/lonevaluate.pm</source>
 4611: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
 4612: <categoryname>handler</categoryname>
 4613: <description>
 4614: Handles evaluation.
 4615: </description>
 4616: <status>works/unverified</status>
 4617: </file>
 4618: <file>
 4619: <source>loncom/interface/lonfeedback.pm</source>
 4620: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
 4621: <categoryname>handler</categoryname>
 4622: <description>
 4623: Handles feedback from students to instructors and system administrators.
 4624: Provides a screenshot of the current
 4625: resource, as well as previous attempts if the resource was a homework.
 4626: Used by lonmsg.pm.
 4627: </description>
 4628: <status>works/unverified</status>
 4629: </file>
 4630: <file>
 4631: <source>loncom/interface/lonnavmaps.pm</source>
 4632: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
 4633: <categoryname>handler</categoryname>
 4634: <description>
 4635: Handles navigational maps.
 4636: </description>
 4637: <status>works/unverified</status>
 4638: </file>
 4639: <file>
 4640:   <source>loncom/interface/lonnavdisplay.pm</source>
 4641:   <target dist='default'>home/httpd/lib/perl/Apache/lonnavdisplay.pm</target>
 4642:   <categoryname>handler</categoryname>
 4643:   <description>
 4644: Displays the nav map to the user
 4645:   </description>
 4646: <status>works/unverified</status>
 4647: </file>
 4648: <file>
 4649: <source>doc/man/Apache__lonnavmaps.3</source>
 4650: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
 4651: <categoryname>doc</categoryname>
 4652: <description>man page for lonnavmaps.pm</description>
 4653: <build trigger='always run'>
 4654: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm &gt; \
 4655: ../../doc/man/Apache__lonnavmaps.3 &amp;&amp; echo 'manifying lonnavmaps.pm'
 4656: </build>
 4657: <status>works/unverified</status>
 4658: <dependencies>
 4659: ../../loncom/interface/lonnavmaps.pm
 4660: </dependencies>
 4661: </file>
 4662: <file>
 4663: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
 4664: <target dist='default'>
 4665: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
 4666: </target>
 4667: <categoryname>doc</categoryname>
 4668: <description>POD-derived page for lonnavmaps.pm</description>
 4669: <build trigger='always run'>
 4670: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm &gt; \
 4671: ../../doc/lib/perl/Apache/lonnavmaps.html &amp;&amp; \
 4672: echo 'pod2html lonnavmaps.pm'
 4673: </build>
 4674: <status>works/unverified</status>
 4675: <dependencies>
 4676: ../../loncom/interface/lonnavmaps.pm
 4677: </dependencies>
 4678: </file>
 4679: <file>
 4680: <source>loncom/interface/lonselstudent.pm</source>
 4681: <target dist='default'>home/httpd/lib/perl/Apache/lonselstudent.pm</target>
 4682: <categoryname>standard</categoryname>
 4683: <description>
 4684: re-usable student selection subs.
 4685: </description>
 4686: <status>testing/unverified</status>
 4687: </file>
 4688: <file>
 4689: <source>loncom/interface/lonhelper.pm</source>
 4690: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
 4691: <categoryname>handler</categoryname>
 4692: <description>
 4693: Helper framework.
 4694: </description>
 4695: <status>works/unverified</status>
 4696: </file>
 4697: <file>
 4698: <source>loncom/html/adm/helper/parameter.helper</source>
 4699: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
 4700: <categoryname>handler</categoryname>
 4701: <description>
 4702: Parameter setting helper.
 4703: </description>
 4704: <status>works/unverified</status>
 4705: </file>
 4706: <file>
 4707: <source>loncom/html/adm/helper/course.initialization.helper</source>
 4708: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
 4709: <categoryname>handler</categoryname>
 4710: <description>
 4711: Course initialization helper.
 4712: </description>
 4713: <status>works/unverified</status>
 4714: </file>
 4715: <file>
 4716: <source>loncom/html/adm/helper/resettimes.helper</source>
 4717: <target dist='default'>home/httpd/html/adm/helper/resettimes.helper</target>
 4718: <categoryname>handler</categoryname>
 4719: <description>
 4720: Helper to resetting a student's first access time.
 4721: </description>
 4722: <status>works/unverified</status>
 4723: </file>
 4724: <file>
 4725:   <source>loncom/html/adm/helper/newslot.helper</source>
 4726:   <target dist='default'>home/httpd/html/adm/helper/newslot.helper</target>
 4727:   <categoryname>handler</categoryname>
 4728:   <description>
 4729: Slot creation and editing helper.
 4730:   </description>
 4731:   <status>works/unverified</status>
 4732: </file>
 4733: <file>
 4734: <source>loncom/interface/lonquickgrades.pm</source>
 4735: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
 4736: <categoryname>handler</categoryname>
 4737: <description>
 4738: Student quick grades interface.
 4739: </description>
 4740: <status>works/unverified</status>
 4741: </file>
 4742: <file>
 4743: <source>loncom/interface/lonpreferences.pm</source>
 4744: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
 4745: <categoryname>handler</categoryname>
 4746: <description>
 4747: Handles user preferences associated with customizing the online LON-CAPA
 4748: educational environment.
 4749: </description>
 4750: <status>works/unverified</status>
 4751: </file>
 4752: <file>
 4753: <source>loncom/interface/lonprintout.pm</source>
 4754: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
 4755: <categoryname>handler</categoryname>
 4756: <description>
 4757: Handles the production of printable files and resources.
 4758: </description>
 4759: <status>works/unverified</status>
 4760: </file>
 4761: <file>
 4762: <source>loncom/interface/entities.pm</source>
 4763: <target dist='default'>home/httpd/lib/perl/Apache/entities.pm</target>
 4764: <categoryname>handler</categoryname>
 4765: <description>
 4766: Converts html/xml entities to latex.
 4767: </description>
 4768: </file>
 4769: <file>
 4770:   <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
 4771:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
 4772:   <categoryname>system file</categoryname>
 4773:   <description>
 4774:       Provides a common interface to LON-CAPA metadata.
 4775:   </description>
 4776: </file>
 4777: <file>
 4778: <source>loncom/interface/lonsearchcat.pm</source>
 4779: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
 4780: <categoryname>handler</categoryname>
 4781: <description>
 4782: Handles a searchable catalogue.
 4783: </description>
 4784: <status>works/unverified</status>
 4785: </file>
 4786: <file>
 4787: <source>loncom/interface/lonsearchcourse.pm</source>
 4788: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcourse.pm</target>
 4789: <categoryname>handler</categoryname>
 4790: <description>
 4791: Handles a searches inside courses/communities.
 4792: </description>
 4793: <status>works/unverified</status>
 4794: </file>
 4795: <file>
 4796: <source>loncom/interface/lonindexcourse.pm</source>
 4797: <target dist='default'>home/httpd/lib/perl/Apache/lonindexcourse.pm</target>
 4798: <categoryname>handler</categoryname>
 4799: <description>
 4800: Course/community Indexer
 4801: </description>
 4802: <status>works/unverified</status>
 4803: </file>
 4804: <file>
 4805: <source>loncom/interface/lonmysql.pm</source>
 4806: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
 4807: <categoryname>handler</categoryname>
 4808: <description>
 4809: Provides utility functions for creating and accessing mysql database tables.
 4810: </description>
 4811: <status>works/unverified</status>
 4812: </file>
 4813: <file>
 4814: <source>doc/man/Apache__lonsearchcat.3</source>
 4815: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
 4816: <categoryname>doc</categoryname>
 4817: <description>man page for lonsearchcat.pm</description>
 4818: <build trigger='always run'>
 4819: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
 4820: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
 4821: </build>
 4822: <status>works/unverified</status>
 4823: <dependencies>
 4824: ../../loncom/interface/lonsearchcat.pm
 4825: </dependencies>
 4826: </file>
 4827: <file>
 4828: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
 4829: <target dist='default'>
 4830: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
 4831: </target>
 4832: <categoryname>doc</categoryname>
 4833: <description>POD-derived page for lonsearchcat.pm</description>
 4834: <build trigger='always run'>
 4835: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
 4836: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
 4837: echo 'pod2html lonsearchcat.pm'
 4838: </build>
 4839: <status>works/unverified</status>
 4840: <dependencies>
 4841: ../../loncom/interface/lonsearchcat.pm
 4842: </dependencies>
 4843: </file>
 4844: <file>
 4845: <source>loncom/interface/lonmanagekeys.pm</source>
 4846: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
 4847: <categoryname>handler</categoryname>
 4848: <description>
 4849: Allows users with "mky" privileges to generate and manage course access keys.
 4850: </description>
 4851: <status>works/unverified</status>
 4852: </file>
 4853: <file>
 4854: <source>loncom/interface/lonviewclasslist.pm</source>
 4855: <target dist='default'>home/httpd/lib/perl/Apache/lonviewclasslist.pm</target>
 4856: <categoryname>handler</categoryname>
 4857: <description>
 4858: Allows users (including students) to view the classlist of their course.
 4859: </description>
 4860: <status>works/unverified</status>
 4861: </file>
 4862: <file>
 4863: <source>loncom/interface/loncoursegroups.pm</source>
 4864: <target dist='default'>home/httpd/lib/perl/Apache/loncoursegroups.pm</target>
 4865: <categoryname>handler</categoryname>
 4866: <description>
 4867: Allows course coordinators to create groups, modify existing groups (including    
 4868: adding, expiring or deleting group members, or modifying group member privileges.
 4869: </description>
 4870: <status>works/unverified</status>
 4871: </file>
 4872: <file>
 4873: <source>loncom/interface/longroup.pm</source>
 4874: <target dist='default'>home/httpd/lib/perl/Apache/longroup.pm</target>
 4875: <categoryname>handler</categoryname>
 4876: <description>
 4877: General routines used to gather information about courses in a group, and their settings, and also to perform auto-group adds/drops when a user's role assignment changes.    
 4878: </description>
 4879: <status>works/unverified</status>
 4880: </file>
 4881: <file>
 4882: <source>loncom/interface/groupboards.pm</source>
 4883: <target dist='default'>home/httpd/lib/perl/Apache/groupboards.pm</target>
 4884: <categoryname>handler</categoryname>
 4885: <description>
 4886: Displays bulletin boards in a group and provides a mechanism for users with board creation privileges in a group to create new bulletin boards.
 4887: </description>
 4888: <status>works/unverified</status>
 4889: </file>
 4890: <file>
 4891: <source>loncom/interface/grouproster.pm</source>
 4892: <target dist='default'>home/httpd/lib/perl/Apache/grouproster.pm</target>
 4893: <categoryname>handler</categoryname>
 4894: <description>
 4895: Display group membership information. Type of information available depends on group privileges of the user.  
 4896: </description>
 4897: <status>works/unverified</status>
 4898: </file>
 4899: <file>
 4900: <source>loncom/interface/lonmsg.pm</source>
 4901: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
 4902: <categoryname>handler</categoryname>
 4903: <description>
 4904: lonmsg.pm has several functions to send and receive internal messages.
 4905: author_res_msg - send message to resource author.
 4906: user_crit_msg - send a critical message to a user. A critical message
 4907: will require acknowledgment by the recipient and the sender will be notified.
 4908: user_crit_received - routine to trigger acknowledgment.
 4909: </description>
 4910: <status>works/unverified</status>
 4911: </file>
 4912: <file>
 4913:   <source>loncom/interface/lonmsgdisplay.pm</source>
 4914:   <target dist='default'>home/httpd/lib/perl/Apache/lonmsgdisplay.pm</target>
 4915:   <categoryname>handler</categoryname>
 4916:   <description>
 4917: statuschange - change the status of a message (read, replied, forwarded, etc).
 4918: The handler displays messages, has routines to reply, etc.
 4919:   </description>
 4920:   <status>works/unverified</status>
 4921: </file>
 4922: <file>
 4923:   <source>loncom/interface/courseprefs.pm</source>
 4924:   <target dist='default'>home/httpd/lib/perl/Apache/courseprefs.pm</target>
 4925:   <categoryname>handler</categoryname>
 4926:   <description>
 4927:     Interface for displaying/modifying course configuration
 4928:   </description>
 4929: </file>
 4930: <file>
 4931: <source>loncom/homework/hint.pm</source>
 4932: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
 4933: <categoryname>handler</categoryname>
 4934: <description>
 4935: This handler coordinates the delivery of hints to students working on LON-CAPA
 4936: problems and assignments.
 4937: </description>
 4938: <status>works/unverified</status>
 4939: </file>
 4940: <file>
 4941: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
 4942: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
 4943: <categoryname>handler</categoryname>
 4944: <description>
 4945: The top level interface for the display and editing of spreadsheets.  There
 4946: are three levels of spreadsheet.
 4947: </description>
 4948: <status>works/unverified</status>
 4949: </file>
 4950: <file>
 4951: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
 4952: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
 4953: <categoryname>handler</categoryname>
 4954: <description>
 4955: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
 4956: assesscalc).
 4957: </description>
 4958: <status>works/unverified</status>
 4959: </file>
 4960: <file>
 4961: <source>loncom/interface/spreadsheet/classcalc.pm</source>
 4962: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
 4963: <categoryname>handler</categoryname>
 4964: <description>
 4965: Defines the specifics of the course level spreadsheet.
 4966: </description>
 4967: <status>works/unverified</status>
 4968: </file>
 4969: <file>
 4970: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
 4971: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
 4972: <categoryname>handler</categoryname>
 4973: <description>
 4974: Defines the specifics of the student level spreadsheet.
 4975: </description>
 4976: <status>works/unverified</status>
 4977: </file>
 4978: <file>
 4979: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
 4980: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
 4981: <categoryname>handler</categoryname>
 4982: <description>
 4983: Defines the specifics of the assessment level spreadsheet.
 4984: </description>
 4985: <status>works/unverified</status>
 4986: </file>
 4987: <file>
 4988: <source>loncom/interface/lonparmset.pm</source>
 4989: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
 4990: <categoryname>handler</categoryname>
 4991: <description>
 4992: Handler for setting and modifying both course preferences and coure parameters
 4993: </description>
 4994: <status>works/unverified</status>
 4995: </file>
 4996: <file>
 4997: <source>loncom/interface/slotrequest.pm</source>
 4998: <target dist='default'>home/httpd/lib/perl/Apache/slotrequest.pm</target>
 4999: <categoryname>handler</categoryname>
 5000: <description>
 5001: Handler for students to add access slots
 5002: </description>
 5003: <status>works/unverified</status>
 5004: </file>
 5005: <file>
 5006: <source>doc/man/Apache__lonparmset.3</source>
 5007: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
 5008: <categoryname>doc</categoryname>
 5009: <description>man page for lonparmset.pm</description>
 5010: <build trigger='always run'>
 5011: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
 5012: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
 5013: </build>
 5014: <status>works/unverified</status>
 5015: <dependencies>
 5016: ../../loncom/interface/lonparmset.pm
 5017: </dependencies>
 5018: </file>
 5019: <file>
 5020: <source>doc/lib/perl/Apache/lonparmset.html</source>
 5021: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
 5022: </target>
 5023: <categoryname>doc</categoryname>
 5024: <description>POD-derived page for lonparmset.pm</description>
 5025: <build trigger='always run'>
 5026: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
 5027: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
 5028: echo 'pod2html lonparmset.pm'
 5029: </build>
 5030: <status>works/unverified</status>
 5031: <dependencies>
 5032: ../../loncom/interface/lonparmset.pm
 5033: </dependencies>
 5034: </file>
 5035: <file>
 5036: <source>loncom/publisher/lonpublisher.pm</source>
 5037: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
 5038: <categoryname>handler</categoryname>
 5039: <description>
 5040: Publishes an LON-CAPA educational resource complete with metadata
 5041: (authorship, language, copyright, creation date, etc).
 5042: </description>
 5043: <status>works/unverified</status>
 5044: </file>
 5045: <file>
 5046: <source>doc/man/Apache__lonpublisher.3</source>
 5047: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
 5048: <categoryname>doc</categoryname>
 5049: <description>man page for lonpublisher.pm</description>
 5050: <build trigger='always run'>
 5051: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
 5052: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
 5053: </build>
 5054: <status>works/unverified</status>
 5055: <dependencies>
 5056: ../../loncom/publisher/lonpublisher.pm
 5057: </dependencies>
 5058: </file>
 5059: <file>
 5060: <source>doc/lib/perl/Apache/lonpublisher.html</source>
 5061: <target dist='default'>
 5062: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
 5063: </target>
 5064: <categoryname>doc</categoryname>
 5065: <description>POD-derived page for lonpublisher.pm</description>
 5066: <build trigger='always run'>
 5067: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
 5068: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
 5069: echo 'pod2html lonpublisher.pm'
 5070: </build>
 5071: <status>works/unverified</status>
 5072: <dependencies>
 5073: ../../loncom/publisher/lonpublisher.pm
 5074: </dependencies>
 5075: </file>
 5076: <file>
 5077: <source>loncom/interface/lonmenu.pm</source>
 5078: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
 5079: <categoryname>handler</categoryname>
 5080: <description>
 5081: Has routines which control the inline menu.
 5082: </description>
 5083: <status>works/unverified</status>
 5084: </file>
 5085: <file>
 5086:   <source>loncom/interface/lonmainmenu.pm</source>
 5087:   <target dist='default'>home/httpd/lib/perl/Apache/lonmainmenu.pm</target>
 5088:   <categoryname>handler</categoryname>
 5089:   <description>
 5090: Displays the Main menu
 5091:   </description>
 5092:   <status>works/unverified</status>
 5093: </file>
 5094: <file>
 5095: <source>loncom/interface/portfolio.pm</source>
 5096: <target dist='default'>home/httpd/lib/perl/Apache/portfolio.pm</target>
 5097: <categoryname>handler</categoryname>
 5098: <description>
 5099: Handler to manage user portfolios
 5100: </description>
 5101: <status>unverified</status>
 5102: </file>
 5103: <file>
 5104: <source>rat/lonpageflip.pm</source>
 5105: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
 5106: <categoryname>handler</categoryname>
 5107: <description>Deals with forward, backward, and other page flips.</description>
 5108: <status>works/unverified</status>
 5109: </file>
 5110: <file>
 5111: <source>rat/lonratedt.pm</source>
 5112: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
 5113: <categoryname>handler</categoryname>
 5114: <description>
 5115: Builds up frame set and loads in the right thing.
 5116: </description>
 5117: <status>works/unverified</status>
 5118: </file>
 5119: <file>
 5120:   <source>rat/map.pm</source>
 5121:   <target dist='default'>home/httpd/lib/perl/LONCAPA/map.pm</target>
 5122:   <categoryname>handler</categoryname>
 5123:   <description>
 5124: Functions for manipulating the contents of maps
 5125:   </description>
 5126:   <status>works/unverified</status>
 5127: </file>
 5128: <file>
 5129: <source>rat/lonratmenu.pm</source>
 5130: <target dist='default'>home/httpd/lib/perl/Apache/lonratmenu.pm</target>
 5131: <categoryname>handler</categoryname>
 5132: <description>
 5133: Creates horizontal menubar in advanced RAT
 5134: </description>
 5135: <status>works/unverified</status>
 5136: </file>
 5137: <file>
 5138: <source>loncom/html/res/adm/pages/chatroom.html</source>
 5139: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
 5140: <categoryname>handler</categoryname>
 5141: <description>
 5142: Establishes frameset for chatroom
 5143: </description>
 5144: <status>works/unverified</status>
 5145: </file>
 5146: <file>
 5147: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
 5148: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
 5149: <categoryname>handler</categoryname>
 5150: <description>
 5151: This will take annotations and then plug them into a page.
 5152: </description>
 5153: <status>works/unverified</status>
 5154: </file>
 5155: <file>
 5156: <source>rat/lonratsrv.pm</source>
 5157: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
 5158: <categoryname>handler</categoryname>
 5159: <description>
 5160: Handler that takes output from RAT and stores it on disk.  Handles the upper
 5161: hidden frame of the added window that comes up in RAT.   (3 frames come up in
 5162: RAT server, code, and output.  This module handles server connection.)
 5163: </description>
 5164: <status>works/unverified</status>
 5165: </file>
 5166: <file>
 5167: <source>rat/lonpage.pm</source>
 5168: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
 5169: <categoryname>handler</categoryname>
 5170: <description>
 5171: bundles pages into one page
 5172: </description>
 5173: <status>works/unverified</status>
 5174: </file>
 5175: <file>
 5176: <source>doc/man/Apache__lonpage.3</source>
 5177: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
 5178: <categoryname>doc</categoryname>
 5179: <description>man page for lonpage.pm</description>
 5180: <build trigger='always run'>
 5181: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
 5182: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
 5183: </build>
 5184: <status>works/unverified</status>
 5185: <dependencies>
 5186: ../../rat/lonpage.pm
 5187: </dependencies>
 5188: </file>
 5189: <file>
 5190: <source>doc/lib/perl/Apache/lonpage.html</source>
 5191: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
 5192: </target>
 5193: <categoryname>doc</categoryname>
 5194: <description>POD-derived page for lonnet.pm</description>
 5195: <build trigger='always run'>
 5196: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
 5197: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
 5198: </build>
 5199: <status>works/unverified</status>
 5200: <dependencies>
 5201: ../../rat/lonpage.pm
 5202: </dependencies>
 5203: </file>
 5204: <file>
 5205: <source>rat/lonuserstate.pm</source>
 5206: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
 5207: <categoryname>handler</categoryname>
 5208: <description>
 5209: compile course into binary data structure
 5210: </description>
 5211: <status>works/unverified</status>
 5212: </file>
 5213: <file>
 5214: <source>doc/man/Apache__lonuserstate.3</source>
 5215: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
 5216: <categoryname>doc</categoryname>
 5217: <description>man page for lonnet.pm</description>
 5218: <build trigger='always run'>
 5219: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
 5220: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
 5221: </build>
 5222: <status>works/unverified</status>
 5223: <dependencies>
 5224: ../../rat/lonuserstate.pm
 5225: </dependencies>
 5226: </file>
 5227: <file>
 5228: <source>doc/lib/perl/Apache/lonuserstate.html</source>
 5229: <target dist='default'>
 5230: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
 5231: </target>
 5232: <categoryname>doc</categoryname>
 5233: <description>POD-derived page for lonuserstate.pm</description>
 5234: <build trigger='always run'>
 5235: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
 5236: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
 5237: echo 'pod2html lonuserstate.pm'
 5238: </build>
 5239: <status>works/unverified</status>
 5240: <dependencies>
 5241: ../../rat/lonuserstate.pm
 5242: </dependencies>
 5243: </file>
 5244: <file>
 5245: <source>loncom/xml/lontex.pm</source>
 5246: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
 5247: <categoryname>handler</categoryname>
 5248: <description>
 5249: Handler for tex files
 5250: </description>
 5251: <status>works/unverified</status>
 5252: </file>
 5253: <file>
 5254: <source>loncom/xml/lontexconvert.pm</source>
 5255: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
 5256: <categoryname>handler</categoryname>
 5257: <description>
 5258: Access to tth/ttm
 5259: </description>
 5260: <status>works/unverified</status>
 5261: </file>
 5262: <file>
 5263: <source>loncom/xml/lonxml.pm</source>
 5264: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
 5265: <categoryname>handler</categoryname>
 5266: <description>
 5267: XML Parsing Module
 5268: </description>
 5269: <status>works/unverified</status>
 5270: </file>
 5271: <file>
 5272: <source>loncom/xml/lonplot.pm</source>
 5273: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
 5274: <categoryname>handler</categoryname>
 5275: <description>
 5276: XML-based plotter of graphs
 5277: </description>
 5278: <status>works/unverified</status>
 5279: </file>
 5280: <file>
 5281: <source>loncom/xml/style.pm</source>
 5282: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
 5283: <categoryname>handler</categoryname>
 5284: <description>
 5285: Style Parsing Module
 5286: </description>
 5287: <status>works/unverified</status>
 5288: </file>
 5289: <file>
 5290: <source>loncom/xml/londefdef.pm</source>
 5291: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
 5292: <categoryname>handler</categoryname>
 5293: <description>
 5294: Tags Default Definition Module
 5295: </description>
 5296: <status>works/unverified</status>
 5297: </file>
 5298: <file>
 5299: <source>loncom/xml/lontable.pm</source>
 5300: <target dist='default'>home/httpd/lib/perl/Apache/lontable.pm</target>
 5301: <categoryname>server standard</categoryname>
 5302: <description>
 5303: Table object
 5304: </description>
 5305: <status>works</status>
 5306: </file>
 5307: <file>
 5308: <source>loncom/xml/lonlatextable.pm</source>
 5309: <target dist='default'>home/httpd/lib/perl/Apache/lonlatextable.pm</target>
 5310: <categoryname>server standard</categoryname>
 5311: <description>
 5312: Simple subset replacement for LaTeX::Table
 5313: </description>
 5314: <status>works</status>
 5315: </file>
 5316: <file>
 5317: <source>loncom/xml/run.pm</source>
 5318: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
 5319: <categoryname>handler</categoryname>
 5320: <description>
 5321: used to prevent poorly written problems from causing lingering after effects
 5322: </description>
 5323: <status>works/unverified</status>
 5324: </file>
 5325: <file>
 5326: <source>loncom/xml/scripttag.pm</source>
 5327: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
 5328: <categoryname>handler</categoryname>
 5329: <description>
 5330: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
 5331: &lt;import&gt;
 5332: </description>
 5333: <status>works/unverified</status>
 5334: </file>
 5335: <file>
 5336: <source>loncom/xml/languagetags.pm</source>
 5337: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
 5338: <categoryname>handler</categoryname>
 5339: <description>
 5340: implements &lt;mt&gt;
 5341: </description>
 5342: <status>works/unverified</status>
 5343: </file>
 5344: <file>
 5345: <source>loncom/homework/randomlylabel.pm</source>
 5346: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
 5347: <categoryname>handler</categoryname>
 5348: <description>
 5349: Handler for compositing images, and text together.
 5350: </description>
 5351: </file>
 5352: <file>
 5353: <source>loncom/homework/drawimage.pm</source>
 5354: <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
 5355: <categoryname>handler</categoryname>
 5356: <description>
 5357: Handler for programtically defining an image
 5358: </description>
 5359: </file>
 5360: <file>
 5361: <source>loncom/homework/imagechoice.pm</source>
 5362: <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
 5363: <categoryname>handler</categoryname>
 5364: <description>
 5365: Handler for picking out locations on an image.
 5366: </description>
 5367: </file>
 5368: <file>
 5369: <source>loncom/homework/rankresponse.pm</source>
 5370: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
 5371: <categoryname>handler</categoryname>
 5372: <description>
 5373: Handler for rankresponse
 5374: </description>
 5375: </file>
 5376: <file>
 5377: <source>loncom/homework/matchresponse.pm</source>
 5378: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
 5379: <categoryname>handler</categoryname>
 5380: <description>
 5381: Handler for matchresponse
 5382: </description>
 5383: </file>
 5384: <file>
 5385: <source>loncom/homework/randomlabel.pm</source>
 5386: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
 5387: <categoryname>handler</categoryname>
 5388: <description>
 5389: Interface for producing applet code which randomizes the labelling of an
 5390: image.
 5391: </description>
 5392: </file>
 5393: <file>
 5394: <source>loncom/homework/lonhomework.pm</source>
 5395: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
 5396: <categoryname>handler</categoryname>
 5397: <description>
 5398: handles requests for output, evaluation, and alteration of a homework resource
 5399: </description>
 5400: <status>works/unverified</status>
 5401: </file>
 5402: <file>
 5403: <source>loncom/homework/inputtags.pm</source>
 5404: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
 5405: <categoryname>handler</categoryname>
 5406: <description>
 5407: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
 5408: </description>
 5409: <status>works/unverified</status>
 5410: </file>
 5411: <file>
 5412: <source>loncom/homework/structuretags.pm</source>
 5413: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
 5414: <categoryname>handler</categoryname>
 5415: <description>
 5416: produces HTML tags necessary for structuring the presentation of homework
 5417: resources
 5418: </description>
 5419: <status>works/unverified</status>
 5420: </file>
 5421: <file>
 5422:   <source>loncom/homework/bridgetask.pm</source>
 5423:   <target dist='default'>home/httpd/lib/perl/Apache/bridgetask.pm</target>
 5424:   <categoryname>handler</categoryname>
 5425:   <description>
 5426: implements the tags for supporting bridge tasks
 5427:   </description>
 5428:   <status>works/unverified</status>
 5429: </file>
 5430: <file>
 5431: <source>loncom/homework/response.pm</source>
 5432: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
 5433: <categoryname>handler</categoryname>
 5434: <description>
 5435: defines different types of responses given to student as well as syntax for
 5436: producing response values
 5437: </description>
 5438: <status>works/unverified</status>
 5439: </file>
 5440: <file>
 5441: <source>loncom/homework/caparesponse/caparesponse.pm</source>
 5442: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
 5443: <categoryname>handler</categoryname>
 5444: <description>
 5445: handles request to the CAPA homework processing engine
 5446: </description>
 5447: <status>works/unverified</status>
 5448: </file>
 5449: <file>
 5450:   <source>loncom/homework/lonmaxima.pm</source>
 5451:   <target dist='default'>home/httpd/lib/perl/Apache/lonmaxima.pm</target>
 5452:   <categoryname>handler</categoryname>
 5453:   <description>
 5454:     routines to simplify talking to the maxima client
 5455:   </description>
 5456:   <status>works/unverified</status>
 5457: </file>
 5458: <file>
 5459:   <source>loncom/homework/lonr.pm</source>
 5460:   <target dist='default'>home/httpd/lib/perl/Apache/lonr.pm</target>
 5461:   <categoryname>handler</categoryname>
 5462:   <description>
 5463:     routines to simplify talking to the R client
 5464:   </description>
 5465:   <status>works/unverified</status>
 5466: </file>
 5467: <file>
 5468: <source>loncom/xml/Safe.pm</source>
 5469: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
 5470: <categoryname>handler</categoryname>
 5471: <description>
 5472: Meant to safely substitute for CPAN version of Safe.
 5473: Allows for safely executing embedded perl comands in
 5474: a way that does not threaten the operating system.
 5475: </description>
 5476: <status>works/unverified</status>
 5477: </file>
 5478: <file>
 5479:   <source>loncom/auth/localauth.pm</source>
 5480:   <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
 5481:   <categoryname>handler</categoryname>
 5482:   <description>
 5483: Local authentication mechanism.  The target file is meant as a template
 5484: for a localauth.pm file.  The target file with the -std suffix is not
 5485: used directly by any software program; it is just a template file.
 5486:   </description>
 5487:   <status>works/unverified</status>
 5488: </file>
 5489: <file>
 5490:   <source>loncom/auth/localauth.pm</source>
 5491:   <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
 5492:   <categoryname>conf</categoryname>
 5493:   <description>
 5494: Local authentication mechanism.  
 5495:   </description>
 5496:   <status>works/unverified</status>
 5497: </file>
 5498: <file>
 5499: <source>loncom/auth/lonacc.pm</source>
 5500: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
 5501: <categoryname>handler</categoryname>
 5502: <description>
 5503: (This module, like loncacc.pm also authenticates with cookies.)  
 5504: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
 5505: functions (e.g. roles, logout, annotations, and bookmarks) as well
 5506: as coordinating access to educational resources.
 5507: </description>
 5508: <status>works/unverified</status>
 5509: </file>
 5510: <file>
 5511: <source>doc/man/Apache__lonacc.3</source>
 5512: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
 5513: <categoryname>doc</categoryname>
 5514: <description>man page for lonacc.pm</description>
 5515: <build trigger='always run'>
 5516: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
 5517: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
 5518: </build>
 5519: <status>works/unverified</status>
 5520: <dependencies>
 5521: ../../loncom/auth/lonacc.pm
 5522: </dependencies>
 5523: </file>
 5524: <file>
 5525: <source>doc/lib/perl/Apache/lonacc.html</source>
 5526: <target dist='default'>
 5527: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
 5528: <categoryname>doc</categoryname>
 5529: <description>POD-derived page for lonacc.pm</description>
 5530: <build trigger='always run'>
 5531: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
 5532: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
 5533: </build>
 5534: <status>works/unverified</status>
 5535: <dependencies>
 5536: ../../loncom/auth/lonacc.pm
 5537: </dependencies>
 5538: </file>
 5539: <file>
 5540: <source>loncom/auth/lonracc.pm</source>
 5541: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
 5542: <categoryname>handler</categoryname>
 5543: <description>
 5544: access handler for file transfers
 5545: </description>
 5546: <status>works/unverified</status>
 5547: </file>
 5548: <file>
 5549: <source>loncom/auth/lontokacc.pm</source>
 5550: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
 5551: <categoryname>handler</categoryname>
 5552: <description>
 5553: handler for inter-server transfer of token accessed files, includes
 5554: cleanup handler to remove file when successfully done
 5555: </description>
 5556: <status>works/unverified</status>
 5557: </file>
 5558: <file>
 5559: <source>loncom/auth/lonuploadedacc.pm</source>
 5560: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
 5561: <categoryname>handler</categoryname>
 5562: <description>
 5563: access handler for user uploaded files
 5564: </description>
 5565: <status>works/unverified</status>
 5566: </file>
 5567: <file>
 5568: <source>loncom/lontrans.pm</source>
 5569: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
 5570: <categoryname>handler</categoryname>
 5571: <description>
 5572: URI to filename translation
 5573: </description>
 5574: <status>works/unverified</status>
 5575: </file>
 5576: <file>
 5577: <source>loncom/lonenc.pm</source>
 5578: <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
 5579: <categoryname>handler</categoryname>
 5580: <description>
 5581: Encryption and decryption of URIs
 5582: </description>
 5583: <status>works/unverified</status>
 5584: </file>
 5585: <file>
 5586: <source>loncom/lonencurl.pm</source>
 5587: <target dist='default'>home/httpd/lib/perl/Apache/lonencurl.pm</target>
 5588: <categoryname>handler</categoryname>
 5589: <description>
 5590: Handler that takes care of decrypting request URL's
 5591: </description>
 5592: <status>works/unverified</status>
 5593: </file>
 5594: <file>
 5595: <source>doc/man/Apache__lonracc.3</source>
 5596: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
 5597: <categoryname>doc</categoryname>
 5598: <description>man page for lonracc.pm</description>
 5599: <build trigger='always run'>
 5600: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
 5601: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
 5602: </build>
 5603: <status>works/unverified</status>
 5604: <dependencies>
 5605: ../../loncom/auth/lonracc.pm
 5606: </dependencies>
 5607: </file>
 5608: <file>
 5609: <source>doc/lib/perl/Apache/lonracc.html</source>
 5610: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
 5611: </target>
 5612: <categoryname>doc</categoryname>
 5613: <description>POD-derived page for lonracc.pm</description>
 5614: <build trigger='always run'>
 5615: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
 5616: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
 5617: </build>
 5618: <status>works/unverified</status>
 5619: <dependencies>
 5620: ../../loncom/auth/lonracc.pm
 5621: </dependencies>
 5622: </file>
 5623: <file>
 5624: <source>loncom/auth/loncacc.pm</source>
 5625: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
 5626: <categoryname>handler</categoryname>
 5627: <description>
 5628: This module provides access to an educational resource construction area.
 5629: This module is invoked by the URL-related pattern syntax
 5630: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
 5631: Authentication of user identity
 5632: is coordinated through cookies.  The abbreviation "cacc" corresponds
 5633: to "construction-space access").  If the cookie handle is invalid, then
 5634: this module returns a forbidden status and makes appropriate log entries.
 5635: If the cookie handle is valid, status is determined to be okay (and,
 5636: for the "priv"-type access, the resource is delivered by the
 5637: <tt>lonconstruct</tt> module).
 5638: </description>
 5639: <status>works/unverified</status>
 5640: </file>
 5641: <file>
 5642: <source>doc/man/Apache__loncacc.3</source>
 5643: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
 5644: <categoryname>doc</categoryname>
 5645: <description>man page for loncacc.pm</description>
 5646: <build trigger='always run'>
 5647: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
 5648: &amp;&amp; echo 'manifying loncacc.pm'
 5649: </build>
 5650: <status>works/unverified</status>
 5651: <dependencies>
 5652: ../../loncom/auth/loncacc.pm
 5653: </dependencies>
 5654: </file>
 5655: <file>
 5656: <source>doc/lib/perl/Apache/loncacc.html</source>
 5657: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
 5658: </target>
 5659: <categoryname>doc</categoryname>
 5660: <description>POD-derived page for loncacc.pm</description>
 5661: <build trigger='always run'>
 5662: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
 5663: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
 5664: </build>
 5665: <status>works/unverified</status>
 5666: <dependencies>
 5667: ../../loncom/auth/loncacc.pm
 5668: </dependencies>
 5669: </file>
 5670: <file>
 5671: <source>loncom/auth/lonstatusacc.pm</source>
 5672: <target dist='default'>home/httpd/lib/perl/Apache/lonstatusacc.pm</target>
 5673: <categoryname>handler</categoryname>
 5674: <description>
 5675: This module provides access to server status - Apache's server-status and
 5676: files in the /home/httpd/html/lon-status directory, for which it is invoked 
 5677: by the URL-related pattern syntax:
 5678: <tt>LocationMatch "^/+lon-status/.*"</tt>.
 5679: </description>
 5680: <status>works/unverified</status>
 5681: </file>
 5682: <file>
 5683: <source>loncom/auth/lonauth.pm</source>
 5684: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
 5685: <categoryname>handler</categoryname>
 5686: <description>authenticate, set up session environment</description>
 5687: <status>works/unverified</status>
 5688: </file>
 5689: <file>
 5690: <source>loncom/auth/lonlogin.pm</source>
 5691: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
 5692: <categoryname>handler</categoryname>
 5693: <description>login screen</description>
 5694: <status>works/unverified</status>
 5695: </file>
 5696: <file>
 5697: <source>loncom/auth/restrictedaccess.pm</source>
 5698: <target dist='default'>home/httpd/lib/perl/Apache/restrictedaccess.pm</target>
 5699: <categoryname>handler</categoryname>
 5700: <description>Passphrase entry form and verification for access to passphrase-protected portfolio files</description>
 5701: <status>works/unverified</status>
 5702: </file>
 5703: <file>
 5704: <source>loncom/auth/blockedaccess.pm</source>
 5705: <target dist='default'>home/httpd/lib/perl/Apache/blockedaccess.pm</target>
 5706: <categoryname>handler</categoryname>
 5707: <description>Information about course-based blocking conditions for files with blocked access (currently affects portfolio files)</description>
 5708: <status>works/unverified</status>
 5709: </file>
 5710: <file>
 5711: <source>loncom/auth/lonipcheck.pm</source>
 5712: <target dist='default'>home/httpd/lib/perl/Apache/lonipcheck.pm</target>
 5713: <categoryname>handler</categoryname>
 5714: <description>Checks IP-based access control settings - disable subsequent PerlHandlers if client's IP is blocked</description>
 5715: <status>works/unverified</status>
 5716: </file>
 5717: <file>
 5718: <source>loncom/auth/londatecheck.pm</source>
 5719: <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
 5720: <categoryname>handler</categoryname>
 5721: <description>Checks contentopen/close settings disable subsequent PerlHandlers if not open</description>
 5722: <status>works/unverified</status>
 5723: </file>
 5724: <file>
 5725:   <source>loncom/auth/publiccheck.pm</source>
 5726:   <target dist='default'>home/httpd/lib/perl/Apache/publiccheck.pm</target>
 5727:   <categoryname>handler</categoryname>
 5728:   <description>Checks if resource is public and allows unauthenticated access if it is.</description>
 5729:   <status>works/unverified</status>
 5730: </file>
 5731: <file>
 5732: <source>loncom/auth/lonlogout.pm</source>
 5733: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
 5734: <categoryname>handler</categoryname>
 5735: <description>logout</description>
 5736: <status>works/unverified</status>
 5737: </file>
 5738: <file>
 5739:   <source>loncom/auth/migrateuser.pm</source>
 5740:   <target dist='default'>home/httpd/lib/perl/Apache/migrateuser.pm</target>
 5741:   <categoryname>handler</categoryname>
 5742:   <description>auto logs in a remote user</description>
 5743:   <status>works/unverified</status>
 5744: </file>
 5745: <file>
 5746:   <source>loncom/auth/switchserver.pm</source>
 5747:   <target dist='default'>home/httpd/lib/perl/Apache/switchserver.pm</target>
 5748:   <categoryname>handler</categoryname>
 5749:   <description>Setups the transfer of a user between servers</description>
 5750:   <status>works/unverified</status>
 5751: </file>
 5752: <file>
 5753:   <source>loncom/auth/checkauthen.pm</source>
 5754:   <target dist='default'>home/httpd/lib/perl/Apache/checkauthen.pm</target>
 5755:   <categoryname>handler</categoryname>
 5756:   <description>Checks if a user's cookie exists and is valid</description>
 5757:   <status>works/unverified</status>
 5758: </file>
 5759: <file>
 5760:   <source>loncom/auth/simpleauthen.pm</source>
 5761:   <target dist='default'>home/httpd/lib/perl/Apache/simpleauthen.pm</target>
 5762:   <categoryname>handler</categoryname>
 5763:   <description>Always returns DENIED</description>
 5764:   <status>works/unverified</status>
 5765: </file>
 5766: <file>
 5767: <source>loncom/lonnet/perl/lonrep.pm</source>
 5768: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
 5769: <categoryname>handler</categoryname>
 5770: <description>replication</description>
 5771: </file>
 5772: <file>
 5773: <source>loncom/lonnet/perl/lonuploadrep.pm</source>
 5774: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
 5775: <categoryname>handler</categoryname>
 5776: <description>copying of uploaded files</description>
 5777: </file>
 5778: <file>
 5779: <source>loncom/auth/lonroles.pm</source>
 5780: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
 5781: <categoryname>handler</categoryname>
 5782: <description>
 5783: This perl handling module reads in the available roles available
 5784: for a LON-CAPA user (different courses, different privileges, etc)
 5785: and produces a form-element HTML page which allows the user to select
 5786: which role he wishes to exercise in the LON-CAPA system.  For instance,
 5787: a user may want to select between being a student in a thermodynamics
 5788: physics course or a teaching assistant for an introductory calculus
 5789: class.
 5790: </description>
 5791: </file>
 5792: <file>
 5793: <source>doc/man/Apache__lonroles.3</source>
 5794: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
 5795: <categoryname>doc</categoryname>
 5796: <description>man page for lonroles.pm</description>
 5797: <build trigger='always run'>
 5798: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
 5799: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
 5800: </build>
 5801: <status>works/unverified</status>
 5802: <dependencies>
 5803: ../../loncom/auth/lonroles.pm
 5804: </dependencies>
 5805: </file>
 5806: <file>
 5807: <source>doc/lib/perl/Apache/lonroles.html</source>
 5808: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
 5809: </target>
 5810: <categoryname>doc</categoryname>
 5811: <description>POD-derived page for lonroles.pm</description>
 5812: <build trigger='always run'>
 5813: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
 5814: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
 5815: </build>
 5816: <status>works/unverified</status>
 5817: <dependencies>
 5818: ../../loncom/auth/lonroles.pm
 5819: </dependencies>
 5820: </file>
 5821: <file>
 5822: <source>loncom/interface/lonsource.pm</source>
 5823: <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>
 5824: <categoryname>handler</categoryname>
 5825: <description>
 5826: Problem source code viewer
 5827: </description>
 5828: <status>works/unverified</status>
 5829: </file>
 5830: <file>
 5831: <source>loncom/interface/lonindexer.pm</source>
 5832: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
 5833: <categoryname>handler</categoryname>
 5834: <description>
 5835: cross server filesystem browser
 5836: </description>
 5837: <status>works/unverified</status>
 5838: </file>
 5839: <file>
 5840: <source>doc/man/Apache__lonindexer.3</source>
 5841: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
 5842: <categoryname>doc</categoryname>
 5843: <description>man page for lonindexer.pm</description>
 5844: <build trigger='always run'>
 5845: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
 5846: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
 5847: </build>
 5848: <status>works/unverified</status>
 5849: <dependencies>
 5850: ../../loncom/interface/lonindexer.pm
 5851: </dependencies>
 5852: </file>
 5853: <file>
 5854: <source>doc/lib/perl/Apache/lonindexer.html</source>
 5855: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
 5856: </target>
 5857: <categoryname>doc</categoryname>
 5858: <description>POD-derived page for lonindexer.pm</description>
 5859: <build trigger='always run'>
 5860: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
 5861: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
 5862: echo 'pod2html lonindexer.pm'
 5863: </build>
 5864: <status>works/unverified</status>
 5865: <dependencies>
 5866: ../../loncom/interface/lonindexer.pm
 5867: </dependencies>
 5868: </file>
 5869: <file>
 5870: <source>loncom/interface/groupsort.pm</source>
 5871: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
 5872: <categoryname>handler</categoryname>
 5873: <description>
 5874: Implements a second phase of importing multiple resources into the RAT.
 5875: Allows for reordering the sequence of resources.
 5876: </description>
 5877: <status>works/unverified</status>
 5878: </file>
 5879: <file>
 5880: <source>loncom/lonnet/perl/lonnet.pm</source>
 5881: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
 5882: <categoryname>handler</categoryname>
 5883: <description>
 5884: This file is an interface to the lonc processes of the LON-CAPA network
 5885: as well as set of elaborated functions for handling information necessary
 5886: for navigating through a given cluster of LON-CAPA machines within a domain.
 5887: There are over 40 specialized functions in this module which handle
 5888: the reading and transmission of metadata, user information
 5889: (ids, names, environments, roles, logs), file information (storage, reading,
 5890: directories, extensions, replication, embedded styles and descriptors),
 5891: educational resources (course descriptions, section names and numbers),
 5892: url hashing (to assign roles on a url basis), and translating abbreviated
 5893: symbols to and from more descriptive phrases or explanations.
 5894: </description>
 5895: <status>works/unverified</status>
 5896: </file>
 5897: <file>
 5898: <source>doc/man/Apache__lonnet.3</source>
 5899: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
 5900: <categoryname>doc</categoryname>
 5901: <description>man page for lonnet.pm</description>
 5902: <build trigger='always run'>
 5903: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
 5904: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
 5905: </build>
 5906: <status>works/unverified</status>
 5907: <dependencies>
 5908: ../../loncom/lonnet/perl/lonnet.pm
 5909: </dependencies>
 5910: </file>
 5911: <file>
 5912: <source>doc/lib/perl/Apache/lonnet.html</source>
 5913: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
 5914: </target>
 5915: <categoryname>doc</categoryname>
 5916: <description>POD-derived page for lonnet.pm</description>
 5917: <build trigger='always run'>
 5918: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
 5919: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
 5920: </build>
 5921: <status>works/unverified</status>
 5922: <dependencies>
 5923: ../../loncom/lonnet/perl/lonnet.pm
 5924: </dependencies>
 5925: </file>
 5926: <file>
 5927: <source>loncom/lonnet/perl/londns.pm</source>
 5928: <target dist='default'>home/httpd/lib/perl/Apache/londns.pm</target>
 5929: <categoryname>handler</categoryname>
 5930: <description>
 5931: Domain information serving.
 5932: </description>
 5933: <status>works/unverified</status>
 5934: </file>
 5935: <file>
 5936: <source>loncom/html/index.html</source>
 5937: <target dist='default'>home/httpd/html/index.html</target>
 5938: <categoryname>interface file</categoryname>
 5939: <description>bumps to login</description>
 5940: </file>
 5941: <file>
 5942: <source>loncom/html/index.html</source>
 5943: <target dist='default'>home/httpd/html/origindex.html</target>
 5944: <categoryname>interface file</categoryname>
 5945: <description>bumps to login, backup for takeonline</description>
 5946: </file>
 5947: <file>
 5948: <source>loncom/html/favicon.ico</source>
 5949: <target dist='default'>home/httpd/html/favicon.ico</target>
 5950: <categoryname>interface file</categoryname>
 5951: <description>Bookmark and tab icon</description>
 5952: </file>
 5953: <file>
 5954: <source>loncom/mime.types</source>
 5955: <target dist='default'>etc/httpd/conf/mime.types</target>
 5956: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/apache2/mime.types</target>
 5957: <categoryname>www static conf</categoryname>
 5958: <description>Expanded mime.types</description>
 5959: </file>
 5960: <link>
 5961: <linkto>home/httpd/html/res</linkto>
 5962: <target dist='default'>home/httpd/html/raw</target>
 5963: <categoryname>symbolic link</categoryname>
 5964: <description>symbolic link to /home/httpd/html/res</description>
 5965: </link>
 5966: <file>
 5967: <source>loncom/html/adm/notfound.html</source>
 5968: <target dist='default'>home/httpd/html/adm/notfound.html</target>
 5969: <categoryname>interface file</categoryname>
 5970: <description>
 5971: static html page that is shown when an attempt is made to access a document
 5972: not present on the web server
 5973: </description>
 5974: </file>
 5975: <file>
 5976: <source>loncom/html/adm/unauthorized.html</source>
 5977: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
 5978: <categoryname>interface file</categoryname>
 5979: <description>
 5980: static html page that is shown when an attempt is made to access a document
 5981: which is restricted based on file or server configurations
 5982: </description>
 5983: </file>
 5984: <file>
 5985: <source>loncom/html/adm/help/searchcat.html</source>
 5986: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
 5987: <categoryname>interface file</categoryname>
 5988: <description>
 5989: Help page for the search engine.
 5990: </description>
 5991: </file>
 5992: <file>
 5993: <source>rat/client/rat.html</source>
 5994: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
 5995: <categoryname>interface file</categoryname>
 5996: <description>
 5997: frameset
 5998: </description>
 5999: </file>
 6000: <file>
 6001: <source>rat/client/parameter.html</source>
 6002: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
 6003: <categoryname>interface file</categoryname>
 6004: <description>
 6005: Parameter input window.
 6006: </description>
 6007: </file>
 6008: <file>
 6009: <source>rat/client/ratcode.js</source>
 6010: <target dist='default'>home/httpd/html/res/adm/includes/ratcode.js</target>
 6011: <categoryname>interface file</categoryname>
 6012: <description>
 6013: javascript for horizontal menubar in RAT
 6014: </description>
 6015: </file>
 6016: <file>
 6017: <source>rat/client/extpickcode.html</source>
 6018: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
 6019: <categoryname>interface file</categoryname>
 6020: <description>
 6021: javascript
 6022: </description>
 6023: </file>
 6024: <file>
 6025: <source>rat/client/extpickframe.html</source>
 6026: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
 6027: <categoryname>interface file</categoryname>
 6028: <description>
 6029: javascript
 6030: </description>
 6031: </file>
 6032: <file>
 6033: <source>rat/client/map.html</source>
 6034: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
 6035: <categoryname>interface file</categoryname>
 6036: <description>
 6037: bumper
 6038: </description>
 6039: </file>
 6040: <file>
 6041: <source>rat/client/empty.html</source>
 6042: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
 6043: <categoryname>interface file</categoryname>
 6044: <description>
 6045: A blank page with very minimal HTML structural elements.
 6046: </description>
 6047: </file>
 6048: <file>
 6049: <source>rat/client/loading.html</source>
 6050: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
 6051: <categoryname>interface file</categoryname>
 6052: <description>
 6053: A blank page which calls drawwindow in its opener after being loaded.
 6054: </description>
 6055: </file>
 6056: <file>
 6057: <source>loncom/includepsheader.ps</source>
 6058: <target dist='default'>home/httpd/lib/includepsheader.ps</target>
 6059: <categoryname>interface file</categoryname>
 6060: <description>
 6061: Extra header for dvips
 6062: </description>
 6063: </file>
 6064: <fileglob>
 6065: <glob>*.gif</glob>
 6066: <sourcedir>rat/images/</sourcedir>
 6067: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
 6068: <categoryname>graphic file</categoryname>
 6069: <description>
 6070: icons for providing a HTML-tabled view of a course map
 6071: </description>
 6072: <filenames>
 6073: 1.1.dt.gif;
 6074: 1.1.empty.gif;
 6075: 1.1.ld.gif;
 6076: 1.1.lr.gif;
 6077: 1.1.rd.gif;
 6078: 1.1.rl.gif;
 6079: 1.1.td.gif;
 6080: 1.1.tdrl.gif;
 6081: 1.1.tl.gif;
 6082: 1.1.tr.gif;
 6083: 1.1.utd.gif;
 6084: 1.2.ctd.gif;
 6085: 1.2.dt.gif;
 6086: 1.2.empty.gif;
 6087: 1.2.ld.gif;
 6088: 1.2.lr.gif;
 6089: 1.2.lrd.gif;
 6090: 1.2.lrtd.gif;
 6091: 1.2.rd.gif;
 6092: 1.2.rl.gif;
 6093: 1.2.rld.gif;
 6094: 1.2.rltd.gif;
 6095: 1.2.rtd.gif;
 6096: 1.2.rtdl.gif;
 6097: 1.2.rtl.gif;
 6098: 1.2.td.gif;
 6099: 1.2.tdl.gif;
 6100: 1.2.tdrl.gif;
 6101: 1.2.tl.gif;
 6102: 1.2.tr.gif;
 6103: 1.2.utd.gif;
 6104: 2.1.dt.gif;
 6105: 2.1.empty.gif;
 6106: 2.1.ld.gif;
 6107: 2.1.lr.gif;
 6108: 2.1.rd.gif;
 6109: 2.1.rl.gif;
 6110: 2.1.td.gif;
 6111: 2.1.tdrl.gif;
 6112: 2.1.tl.gif;
 6113: 2.1.tr.gif;
 6114: 2.2.dt.gif;
 6115: 2.2.empty.gif;
 6116: 2.2.ld.gif;
 6117: 2.2.lr.gif;
 6118: 2.2.lrd.gif;
 6119: 2.2.lrt.gif;
 6120: 2.2.rd.gif;
 6121: 2.2.rl.gif;
 6122: 2.2.rld.gif;
 6123: 2.2.rlt.gif;
 6124: 2.2.td.gif;
 6125: 2.2.tdl.gif;
 6126: 2.2.tdr.gif;
 6127: 2.2.tdrl.gif;
 6128: 2.2.tl.gif;
 6129: 2.2.tr.gif;
 6130: 2.2.url.gif;
 6131: 2.2.utd.gif;
 6132: arrow.gif;
 6133: bdt.gif;
 6134: bempty.gif;
 6135: bld.gif;
 6136: blr.gif;
 6137: blrd.gif;
 6138: blrt.gif;
 6139: bottom.gif;
 6140: brd.gif;
 6141: brl.gif;
 6142: brld.gif;
 6143: brlt.gif;
 6144: btd.gif;
 6145: btdl.gif;
 6146: btdr.gif;
 6147: btdrl.gif;
 6148: btl.gif;
 6149: btr.gif;
 6150: burl.gif;
 6151: butd.gif;
 6152: condition.gif;
 6153: edit.gif;
 6154: finish.gif;
 6155: info.gif;
 6156: inscol.gif;
 6157: inscond.gif;
 6158: insres.gif;
 6159: insrow.gif;
 6160: left.gif;
 6161: middle.gif;
 6162: resource.gif;
 6163: right.gif;
 6164: sctd.gif;
 6165: sdt.gif;
 6166: sempty.gif;
 6167: sld.gif;
 6168: slr.gif;
 6169: slrd.gif;
 6170: slrtd.gif;
 6171: srd.gif;
 6172: srl.gif;
 6173: srld.gif;
 6174: srltd.gif;
 6175: srtd.gif;
 6176: srtdl.gif;
 6177: srtl.gif;
 6178: start.gif;
 6179: std.gif;
 6180: stdl.gif;
 6181: sutd.gif
 6182: </filenames>
 6183: </fileglob>
 6184: <fileglob>
 6185: <glob>*.*</glob>
 6186: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
 6187: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
 6188: <categoryname>graphic file</categoryname>
 6189: <description>
 6190: icons to indicate an unexpected result
 6191: </description>
 6192: <filenames>
 6193: lonconstruct.gif;
 6194: lonlogo_broken.gif;
 6195: lonlogo_broken_tsp.gif;
 6196: lonlogo_broken.eps;
 6197: lonlogo_broken.jpg;
 6198: lonlogo_broken.mov;
 6199: genericstudent_tn.gif
 6200: </filenames>
 6201: </fileglob>
 6202: <fileglob>
 6203: <glob>*.*</glob>
 6204: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
 6205: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
 6206: <categoryname>graphic file</categoryname>
 6207: <description>
 6208: logos and general widget icons
 6209: </description>
 6210: <filenames>
 6211: SMETE_white.gif;
 6212: aboutlon.gif;
 6213: aboutlon_de.gif;
 6214: aboutlon_pt.gif;
 6215: accessbutton.gif;
 6216: accessbutton_de.gif;
 6217: accessbutton_pt.gif;
 6218: angry.gif;
 6219: arrow.closed.gif;
 6220: arrow.open.gif;
 6221: arrow.up.gif;
 6222: arrow_up.gif;
 6223: avi.gif;
 6224: baeh.gif;
 6225: bigsmile.gif;
 6226: branch.gif;
 6227: cab.gif;
 6228: cab_big.gif;
 6229: capapanel.gif;
 6230: check.gif;
 6231: class.gif;
 6232: class_big.gif;
 6233: closepage.gif;
 6234: clickhere.gif;
 6235: coolindiff.gif;
 6236: coolsmile.gif;
 6237: cry.gif;
 6238: doc.gif;
 6239: doc_big.gif;
 6240: dvi.gif;
 6241: dvi_big.gif;
 6242: eps.gif;
 6243: eps_big.gif;
 6244: exam.gif;
 6245: exam_big.gif;
 6246: face-angel.png;
 6247: face-angry.png;
 6248: face-cool.png;
 6249: face-crying.png;
 6250: face-embarrassed.png;
 6251: face-glasses.png;
 6252: face-kiss.png;
 6253: face-plain.png;
 6254: face-quiet.png;
 6255: face-raspberry.png;
 6256: face-sad.png;
 6257: face-sick.png;
 6258: face-smile.png;
 6259: face-smile-big.png;
 6260: face-surprise.png;
 6261: face-uncertain.png;
 6262: face-wink.png;
 6263: fillbottom.gif;
 6264: fillleft.gif;
 6265: fillright.gif;
 6266: filltop.gif;
 6267: folder_closed.gif;
 6268: folder_opened.gif;
 6269: folder_pointer_closed.gif;
 6270: folder_pointer_opened.gif;
 6271: food-cake.png;
 6272: face-ninja.png;
 6273: face-pirate.png;
 6274: food-pizza.png;
 6275: form.gif;
 6276: form_big.gif;
 6277: frowny.gif;
 6278: gif.gif;
 6279: gif_big.gif;
 6280: header.gif;
 6281: header.png;
 6282: heart.png;
 6283: helpdesk.gif;
 6284: helpgateway.gif;
 6285: hrrm.gif;
 6286: htm.gif;
 6287: html.gif;
 6288: html_big.gif;
 6289: huh.gif;
 6290: jar.gif;
 6291: jar_big.gif;
 6292: jpeg.gif;
 6293: jpg.gif;
 6294: jpg_big.gif;
 6295: latex.gif;
 6296: library.gif;
 6297: lightGreyBG.png;
 6298: lipsrsealed.gif;
 6299: lite.gif;
 6300: liteani.gif;
 6301: litetext.gif;
 6302: lolpanel.gif;
 6303: lonanim.gif;
 6304: lonanimend.gif;
 6305: loncapalogo.gif;
 6306: lonhelplogos.gif;
 6307: lonhelptop.gif;
 6308: lonlogo.gif;
 6309: lonlogos.gif;
 6310: lonUtilityIcon.png;
 6311: lowerleft.gif;
 6312: lowerright.gif;
 6313: mailbkgrd.gif;
 6314: mailto.gif;
 6315: minilogo.gif;
 6316: meta.gif;
 6317: meta_big.gif;
 6318: mov.gif;
 6319: mov_big.gif;
 6320: move_up.gif;
 6321: move_down.gif;
 6322: mpeg.gif;
 6323: mpg.gif;
 6324: navmap.correct.gif;
 6325: navmap.partial.gif;
 6326: navmap.ellipsis.gif;
 6327: navmap.open.gif;
 6328: navmap.page.open.gif;
 6329: navmap.page.closed.gif;
 6330: navmap.page.open.nomanip.gif;
 6331: navmap.page.closed.nomanip.gif;
 6332: navmap.wrong.gif;
 6333: navmap.folder.open.gif;
 6334: navmap.folder.closed.gif;
 6335: navmap.folder.open.nomanip.gif;
 6336: navmap.folder.closed.nomanip.gif;
 6337: neutral.gif;
 6338: open.gif;
 6339: opinion-agree.png;
 6340: opinion-disagree.png;
 6341: page.gif;
 6342: page_big.gif;
 6343: pdf.gif;
 6344: pdf_big.gif;
 6345: png.gif;
 6346: png_big.gif;
 6347: ppt.gif;
 6348: ppt_big.gif;
 6349: problem.gif;
 6350: problem_big.gif;
 6351: ps.gif;
 6352: ps_big.gif;
 6353: rolleyes.gif;
 6354: rose.png;
 6355: qt.gif;
 6356: qti.gif;
 6357: qtm.gif;
 6358: quill.gif;
 6359: quiz.gif;
 6360: quiz_big.gif;
 6361: select.gif;
 6362: sequence.gif;
 6363: sequence_big.gif;
 6364: server.gif;
 6365: server_big.gif;
 6366: shocked.gif;
 6367: smiley.gif;
 6368: spreadsheet.gif;
 6369: srvbad.gif;
 6370: srvempty.gif;
 6371: srvgood.gif;
 6372: srvhalf.gif;
 6373: srvnull.gif;
 6374: stift.gif;
 6375: survey.gif;
 6376: survey_big.gif;
 6377: tabbgleft.gif;
 6378: tabbgright.gif;
 6379: task.gif;
 6380: task_big.gif;
 6381: tex.gif;
 6382: tex_big.gif;
 6383: tth.gif;
 6384: text.gif;
 6385: transparent1x1.gif;
 6386: txt.gif;
 6387: txt_big.gif;
 6388: unknown.gif;
 6389: unknown_big.gif;
 6390: upperleft.gif;
 6391: upperright.gif;
 6392: user.gif;
 6393: user_big.gif;
 6394: wav.gif;
 6395: wav_big.gif;
 6396: white_space_20_22.gif;
 6397: whitespace_21.gif;
 6398: whitespace1.gif;
 6399: whitespace10.gif;
 6400: whitespace2.gif;
 6401: whitespace3.gif;
 6402: whitespace4.gif;
 6403: whitespace5.gif;
 6404: whitespace6.gif;
 6405: whitespace7.gif;
 6406: whitespace8.gif;
 6407: whitespace9.gif;
 6408: wink.gif;
 6409: wmv.gif;
 6410: xls.gif;
 6411: xls_big.gif;
 6412: xml.gif;
 6413: xml_big.gif;
 6414: zip.gif;
 6415: zip_big.gif
 6416: </filenames>
 6417: </fileglob>
 6418: <fileglob>
 6419: <glob>*.*</glob>
 6420: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
 6421: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
 6422: <categoryname>graphic file</categoryname>
 6423: <description>
 6424: Miscellaneous resources.
 6425: </description>
 6426: <filenames>
 6427: authorfeed.gif;
 6428: blackdot.gif;
 6429: bomb.gif;
 6430: smallFAQ.gif;
 6431: smallBug.gif;
 6432: cat_button.gif;
 6433: cat_button.png;
 6434: chat.gif;
 6435: eval_button.gif;
 6436: eval_button.png;
 6437: feedback.gif;
 6438: pprm_button.gif;
 6439: pprm_button.png;
 6440: pgrd_button.gif;
 6441: pgrd_button.png;
 6442: subm_button.gif;
 6443: subm_button.png;
 6444: </filenames>
 6445: </fileglob>
 6446: <file>
 6447: <source>loncom/xml/algebra/AlgParser.pm</source>
 6448: <target dist='default'>home/httpd/lib/perl/AlgParser.pm</target>
 6449: <categoryname>system file</categoryname>
 6450: <description>
 6451: perl module for invoking functions specific to Algebra-to-TeX-to-HTML conversion
 6452: </description>
 6453: <status>works/unverified</status>
 6454: </file>
 6455: <file>
 6456: <source>modules/TexConvert/tthperl/tth.pm</source>
 6457: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
 6458: <categoryname>system file</categoryname>
 6459: <description>
 6460: perl module for invoking functions specific to TeX-to-HTML conversion
 6461: </description>
 6462: <note>
 6463: Has the same dependencies and build process as tth.so.
 6464: Currently, only the tth.so file specifications invoke
 6465: the build process however.  A static version is checked into loncom/xml
 6466: and in this way is treated as though it isn't part of the tth build process.
 6467: </note>
 6468: <status>works/unverified</status>
 6469: </file>
 6470: <file>
 6471: <source>loncom/xml/LCParser.pm</source>
 6472: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
 6473: <categoryname>system file</categoryname>
 6474: <description>
 6475: perl module for parsing HTML in a way that really works and is thoroughly
 6476: tested
 6477: </description>
 6478: <status>works/unverified</status>
 6479: </file>
 6480: <file>
 6481:   <source>loncom/lonlocal.pm</source>
 6482:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonlocal.pm</target>
 6483:   <categoryname>system file</categoryname>
 6484:   <description>
 6485:      lonc/d handler for doing a local filesystem based init:
 6486:   </description>
 6487:   <status>works/verified</status>
 6488: </file>
 6489: <file>
 6490:   <source>loncom/lonssl.pm</source>
 6491:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonssl.pm</target>
 6492:   <categoryname>system file</categoryname>
 6493:   <description>
 6494:      lonc/d handler for doing a remote SSL based init:
 6495:   </description>
 6496:   <status>works/verified</status>
 6497: </file>
 6498: <file>
 6499:   <source>loncom/LondConnection.pm</source>
 6500:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
 6501:   <categoryname>system file</categoryname>
 6502:   <description>
 6503:      Manages a connection between a lonc proxy daemon and the lond server
 6504:      in the remote node.
 6505:   </description>
 6506:   <status>works/verified</status>
 6507: </file>
 6508: <file>
 6509:   <source>loncom/LondTransaction.pm</source>
 6510:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
 6511:   <categoryname>system file</categoryname>
 6512:   <description>
 6513: 	Handles a single lon-capa insternal transaction
 6514:   </description>
 6515:   <status>works/verified</status>
 6516: </file>
 6517: <file>
 6518:    <source>loncom/types/HashIterator.pm</source>
 6519:    <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
 6520:    <categoryname>system file</categoryname>
 6521:    <description>
 6522:       Provides support to iterate through opaque hashes hidden e.g. within 
 6523:       object private data.
 6524:    </description>
 6525:    <status>works/verified</status>
 6526: </file>
 6527: <file>
 6528:    <source>loncom/types/Queue.pm</source>
 6529:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
 6530:    <categoryname>system file</categoryname>
 6531:    <description>
 6532:      Provides a FIFO queue class.
 6533:    </description>
 6534:    <status>works/verified</status>
 6535: </file>
 6536: <file>
 6537:    <source>loncom/types/Stack.pm</source>
 6538:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
 6539:    <categoryname>system file</categoryname>
 6540:    <description>
 6541:      Provides a LIFO stack class.
 6542:    </description>
 6543:    <status>works/verified</status>
 6544: </file>
 6545: <file>
 6546:    <source>loncom/loncnew</source>
 6547:    <target dist='default'>home/httpd/perl/loncnew</target>
 6548:    <categoryname>script</categoryname>
 6549:    <description>
 6550: 	  Proxy server for remote loncapa requests.
 6551:           Needs CPAN Event module.
 6552:    </description>
 6553: </file>
 6554: <file>
 6555: <source>loncom/configuration/Configuration.pm</source>
 6556: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
 6557: <categoryname>system file</categoryname>
 6558: <description>
 6559: Configuration file reader (looks in /etc/httpd/conf/); accepts
 6560: a list of *.conf files to inspect for PerlSetVar key/value
 6561: entries.
 6562: </description>
 6563: <status>works/unverified</status>
 6564: </file>
 6565: <file>
 6566: <source>loncom/configuration/Firewall.pm</source>
 6567: <target dist='default'>home/httpd/lib/perl/LONCAPA/Firewall.pm</target>
 6568: <categoryname>system file</categoryname>
 6569: <description>
 6570: Provides methods to open and close firewall ports used for  
 6571: for socket-based communication between LON-CAPA servers
 6572: </description>
 6573: <status>works/unverified</status>
 6574: </file>
 6575: <file>
 6576: <source>loncom/ConfigFileEdit.pm</source>
 6577: <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
 6578: <categoryname>system file</categoryname>
 6579: <description>
 6580: Configuration file editing module
 6581: </description>
 6582: <status>works/unverified</status>
 6583: </file>
 6584: <file>
 6585: <source>modules/TexConvert/tthperl/tth.so</source>
 6586: <target dist='default'>home/httpd/lib/perl/tth.so</target>
 6587: <categoryname>system file</categoryname>
 6588: <description>
 6589: shared library file for dynamic loading and unloading
 6590: </description>
 6591: <note>
 6592: The source and file dependencies are not available to most
 6593: CVS users.  (You can safely rely on the existing binaries
 6594: present on your system... don't worry about warnings
 6595: related to this file during the build process.)
 6596: </note>
 6597: <build trigger='always run'>
 6598: modules/TexConvert/tthperl/commands
 6599: </build>
 6600: <status>works/unverified</status>
 6601: <dependencies>
 6602: commands;
 6603: compiles/tth.so.i386;
 6604: compiles/tth.so.x86_64;
 6605: compiles/tth.so.i386.perl.5.10;
 6606: compiles/tth.so.x86_64.perl.5.10;
 6607: compiles/tth.so.i386.perl.5.12;
 6608: compiles/tth.so.x86_64.perl.5.12;
 6609: compiles/tth.so.i386.perl.5.14;
 6610: compiles/tth.so.x86_64.perl.5.14;
 6611: compiles/tth.so.i386.debian5;
 6612: compiles/tth.so.x86_64.debian5
 6613: </dependencies>
 6614: </file>
 6615: <file>
 6616: <source>loncom/homework/caparesponse/capa.pm</source>
 6617: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
 6618: <categoryname>system file</categoryname>
 6619: <description>
 6620: perl module for invoking functions specific to CAPA
 6621: </description>
 6622: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 6623: <note>
 6624: Has the same dependencies and build process as capa.so.
 6625: Currently, only the capa.so file specifications invoke
 6626: the build process however.
 6627: </note>
 6628: </file>
 6629: <file>
 6630: <source>loncom/homework/caparesponse/capa.bs</source>
 6631: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
 6632: <categoryname>system file</categoryname>
 6633: <description>
 6634: bootstrap file associated with dynamic loading of this module on multiple
 6635: architectures
 6636: </description>
 6637: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 6638: <note>
 6639: Has the same dependencies and build process as capa.so.
 6640: Currently, only the capa.so file specifications invoke
 6641: the build process however.
 6642: </note>
 6643: </file>
 6644: <file>
 6645: <source>loncom/homework/caparesponse/capa.so</source>
 6646: <target dist='default'>home/httpd/lib/perl/capa.so</target>
 6647: <categoryname>system file</categoryname>
 6648: <description>
 6649: shared library file for dynamic loading and unloading
 6650: </description>
 6651: <build trigger='always run'>
 6652: loncom/homework/caparesponse/commands
 6653: </build>
 6654: <dependencies>
 6655: caparesponse.c;
 6656: caparesponse.pm;
 6657: README;
 6658: Makefile.PL;
 6659: capa.i;
 6660: commands;
 6661: ../../../CAPA/pProj/Makefile;
 6662: ../../../CAPA/pProj/capaGrammarDef.y;
 6663: ../../../CAPA/pProj/capaFormula.y;
 6664: ../../../CAPA/pProj/capaLexerDef.flex;
 6665: ../../../CAPA/pProj/capaFunction.c;
 6666: ../../../CAPA/pProj/capaParserUtils.c;
 6667: ../../../CAPA/pProj/capaMapExpr.c;
 6668: ../../../CAPA/pProj/capaUnit.c;
 6669: ../../../CAPA/pProj/com.c;
 6670: ../../../CAPA/pProj/linpack.c;
 6671: ../../../CAPA/pProj/ranlib.c;
 6672: ../../../CAPA/pProj/capaCgiUtils.c;
 6673: ../../../CAPA/pProj/capaSubjective.c;
 6674: ../../../CAPA/pProj/capaRQO.c;
 6675: ../../../CAPA/pProj/capaFormulaLexer.c;
 6676: ../../../CAPA/pProj/capaCommon.c;
 6677: ../../../CAPA/pProj/capaCommon.h;
 6678: ../../../CAPA/pProj/ranlib.h;
 6679: ../../../CAPA/pProj/capaCGI.h;
 6680: ../../../CAPA/pProj/capaFunction.h;
 6681: ../../../CAPA/pProj/capaRQO.h;
 6682: ../../../CAPA/pProj/capaParser.h;
 6683: ../../../CAPA/pProj/lex_debug.h
 6684: </dependencies>
 6685: </file>
 6686: <file>
 6687: <source>loncom/cgi/mimeTeX/mimetex.cgi</source>
 6688: <target dist='default'>home/httpd/cgi-bin/mimetex.cgi</target>
 6689: <categoryname>script</categoryname>
 6690: <description>
 6691: cgi binary for doing TeX -> math translation
 6692: </description>
 6693: <build trigger='always run'>
 6694: loncom/cgi/mimeTeX/commands
 6695: </build>
 6696: <dependencies>
 6697: commands;
 6698: gfuntype.c;
 6699: gifsave.c;
 6700: loncapanewcommands.h;
 6701: mimetex.c;
 6702: mimetex.h;
 6703: mimetex.html;
 6704: README;
 6705: texfonts.h;
 6706: LICENSE;
 6707: VERSION;
 6708: </dependencies>
 6709: </file>
 6710: <fileglob>
 6711: <glob>*.ent</glob>
 6712: <sourcedir>loncom/MathML/</sourcedir>
 6713: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
 6714: <categoryname>system file</categoryname>
 6715: <description>
 6716: xml files which assign unicode numbers to mathematical symbols using
 6717: &lt;! ENTITY... &gt; type syntax.
 6718: </description>
 6719: <filenames>
 6720: isoamsa.ent;
 6721: isoamsb.ent;
 6722: isoamsc.ent;
 6723: isoamsn.ent;
 6724: isoamso.ent;
 6725: isoamsr.ent;
 6726: isobox.ent;
 6727: isocyr1.ent;
 6728: isocyr2.ent;
 6729: isodia.ent;
 6730: isogrk1.ent;
 6731: isogrk2.ent;
 6732: isogrk3.ent;
 6733: isogrk4.ent;
 6734: isolat1.ent;
 6735: isolat2.ent;
 6736: isomfrk.ent;
 6737: isomopf.ent;
 6738: isomscr.ent;
 6739: isonum.ent;
 6740: isopub.ent;
 6741: isotech.ent;
 6742: mmlalias.ent;
 6743: mmlextra.ent
 6744: </filenames>
 6745: </fileglob>
 6746: <file>
 6747: <source>loncom/MathML/mathml.css</source>
 6748: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
 6749: <categoryname>system file</categoryname>
 6750: <description>
 6751: cascading style sheet
 6752: </description>
 6753: </file>
 6754: <file>
 6755: <source>loncom/MathML/mathml.dtd</source>
 6756: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
 6757: <categoryname>system file</categoryname>
 6758: <description>
 6759: document type definition
 6760: </description>
 6761: </file>
 6762: <file>
 6763: <source>loncom/auth/londes.js</source>
 6764: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
 6765: <categoryname>interface file</categoryname>
 6766: <description>
 6767: Encryption Routines according to Data Encryption Standard DES, written in
 6768: javascript.
 6769: </description>
 6770: </file>
 6771: <file>
 6772: <source>loncom/homework/lectureonline.lcpm</source>
 6773: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
 6774: </target>
 6775: <categoryname>handler</categoryname>
 6776: <description>
 6777: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
 6778: environment in a problem that was converted from lectureonline.
 6779: </description>
 6780: </file>
 6781: <file>
 6782: <source>loncom/homework/default_homework.lcpm</source>
 6783: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
 6784: </target>
 6785: <categoryname>handler</categoryname>
 6786: <description>
 6787: Provides many functions for the &lt;script&gt; environment in a .problem.
 6788: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 6789: </description>
 6790: </file>
 6791: 
 6792: <file>
 6793:   <source>loncom/homework/task.css</source>
 6794:   <target dist='default'>home/httpd/html/res/adm/includes/task.css</target>
 6795:   <categoryname>handler</categoryname>
 6796:   <description>
 6797:     Style definitions for task display
 6798:   </description>
 6799: </file>
 6800: <file>
 6801:   <source>loncom/homework/task_ie.css</source>
 6802:   <target dist='default'>home/httpd/html/res/adm/includes/task_ie.css</target>
 6803:   <categoryname>handler</categoryname>
 6804:   <description>
 6805:     Style definitions for task display for IE 6 and earlier
 6806:   </description>
 6807: </file>
 6808: <file>
 6809:   <source>loncom/homework/task_ie7.css</source>
 6810:   <target dist='default'>home/httpd/html/res/adm/includes/task_ie7.css</target>
 6811:   <categoryname>handler</categoryname>
 6812:   <description>
 6813:     Style definitions for task display for IE 7
 6814:   </description>
 6815: </file>
 6816: <file>
 6817:   <source>loncom/homework/task_grading.js</source>
 6818:   <target dist='default'>home/httpd/html/res/adm/includes/task_grading.js</target>
 6819:   <categoryname>handler</categoryname>
 6820:   <description>
 6821:     Javascript to make the grading screen of task easier to use
 6822:   </description>
 6823: </file>
 6824: <file>
 6825: <source>loncom/homework/capa.units</source>
 6826: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
 6827: <categoryname>static conf</categoryname>
 6828: <description>
 6829: Define unit prefixing and conversion for CAPA problem handling.
 6830: </description>
 6831: </file>
 6832: <fileglob>
 6833: <glob>*.jpg</glob>
 6834: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
 6835: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
 6836: <categoryname>graphic file</categoryname>
 6837: <description>Pages headers</description>
 6838: <filenames>
 6839: admin.jpg;
 6840: author.jpg;
 6841: coordinator.jpg;
 6842: header.jpg;
 6843: student.jpg;
 6844: </filenames>
 6845: </fileglob>
 6846: <fileglob>
 6847: <glob>*.jpg</glob>
 6848: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
 6849: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
 6850: <categoryname>graphic file</categoryname>
 6851: <description>Logos of LON-CAPA domains (jpg)</description>
 6852: <filenames>
 6853: headermsu.jpg;
 6854: headertccfl.jpg;
 6855: header_fsu.jpg;
 6856: header_fsuK12.jpg;
 6857: headerhope.jpg;
 6858: jmsbanner.jpg;
 6859: </filenames>
 6860: </fileglob>
 6861: <fileglob>
 6862: <glob>*.gif</glob>
 6863: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
 6864: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
 6865: <categoryname>graphic file</categoryname>
 6866: <description>Logos of LON-CAPA domains (gif)</description>
 6867: <filenames>
 6868: 103.gif;
 6869: gerd.gif;
 6870: mio.gif;
 6871: msuvu.gif;
 6872: ohiou.gif;
 6873: rhs.gif;
 6874: sfu.gif;
 6875: tmcc.gif;
 6876: umich.gif;
 6877: worf.gif;
 6878: annarbor.gif;
 6879: elps.gif;
 6880: gwu.gif;
 6881: msudemo.gif;
 6882: ndsu.gif;
 6883: physnet.gif;
 6884: sc.gif;
 6885: Selwyn.gif;
 6886: ucf.gif;
 6887: unihalle.gif;
 6888: wscc.gif;
 6889: cps.gif;
 6890: fsu.gif;
 6891: fsuK12.gif;
 6892: hope.gif;
 6893: vcu.gif;
 6894: lsd.gif;
 6895: msu.gif;
 6896: jms.gif;
 6897: nsdl.gif;
 6898: pmm.gif;
 6899: sunysb.gif;
 6900: udel.gif;
 6901: uz.gif;
 6902: fvl.gif;
 6903: csm.gif;
 6904: nau.gif;
 6905: nagoya.gif;
 6906: kanazawa.gif;
 6907: colorado.gif;
 6908: acadiau.gif;
 6909: psuerie.gif;
 6910: redford.gif;
 6911: huji.gif;
 6912: ifusp.gif;
 6913: ucsc.gif;
 6914: uiuc.gif;
 6915: uiucheader.gif;
 6916: koinonia.gif;
 6917: waverly.gif;
 6918: cmich.gif;
 6919: UNICAMP.gif;
 6920: lakefenton.gif;
 6921: grandblanc.gif;
 6922: glps.gif;
 6923: BCHS.gif;
 6924: headersfu.gif;
 6925: uwsp.gif;
 6926: tccfl.gif;
 6927: bsu.gif;
 6928: wmston.gif;
 6929: headerharvard.gif;
 6930: harvard.gif;
 6931: uga.gif;
 6932: headeruga.gif;
 6933: covenantchristianhs.gif;
 6934: </filenames>
 6935: </fileglob>
 6936: <fileglob>
 6937: <glob>*.tab</glob>
 6938: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
 6939: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
 6940: <categoryname>conf</categoryname>
 6941: <description>Designs of LON-CAPA domains</description>
 6942: <filenames>
 6943: annarbor.tab;
 6944: default.tab;
 6945: msu.tab;
 6946: csm.tab;
 6947: huji.tab;
 6948: nau.tab;
 6949: nagoya.tab;
 6950: koinonia.tab;
 6951: kanazawa.tab;
 6952: colorado.tab;
 6953: acadiau.tab;
 6954: psuerie.tab;
 6955: redford.tab;
 6956: cmich.tab;
 6957: ifusp.tab;
 6958: jms.tab;
 6959: ucsc.tab;
 6960: uiuc.tab;
 6961: UNICAMP.tab;
 6962: lakefenton.tab;
 6963: grandblanc.tab;
 6964: fsu.tab;
 6965: fsuK12.tab;
 6966: hope.tab;
 6967: vcu.tab;
 6968: sfu.tab;
 6969: wmston.tab;
 6970: worf.tab;
 6971: tccfl.tab;
 6972: harvard.tab;
 6973: uga.tab;
 6974: tmcc.tab;
 6975: </filenames>
 6976: </fileglob>
 6977: <fileglob>
 6978: <glob>*.gif</glob>
 6979: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
 6980: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
 6981: <categoryname>graphic file</categoryname>
 6982: <description>icons used for the Portuguese LON-CAPA user interface</description>
 6983: <filenames>
 6984: anno_pt.gif;
 6985: anot_pt.gif;
 6986: bchat_pt.gif;
 6987: catalog_pt.gif;
 6988: ccrs_pt.gif;
 6989: chrt_pt.gif;
 6990: com_pt.gif;
 6991: courses_pt.gif;
 6992: cprv_pt.gif;
 6993: cstr_pt.gif;
 6994: docs_pt.gif;
 6995: egrd_pt.gif;
 6996: enrl_pt.gif;
 6997: eval_pt.gif;
 6998: fdbk_pt.gif;
 6999: grds_pt.gif;
 7000: keys_pt.gif;
 7001: logout_pt.gif;
 7002: nav_pt.gif;
 7003: parm_pt.gif;
 7004: pref_pt.gif;
 7005: prt_pt.gif;
 7006: res_pt.gif;
 7007: roles_pt.gif;
 7008: sbkm_pt.gif;
 7009: spacer_pt.gif;
 7010: sprs_pt.gif;
 7011: src_pt.gif;
 7012: stat_pt.gif;
 7013: vbkm_pt.gif;
 7014: </filenames>
 7015: </fileglob>
 7016: <fileglob>
 7017: <glob>*.gif</glob>
 7018: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
 7019: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
 7020: <categoryname>graphic file</categoryname>
 7021: <description>icons used for the entire LON-CAPA user interface</description>
 7022: <filenames>
 7023: chat.gif;
 7024: close-all-folders.gif;
 7025: dempty.gif;
 7026: edittoplevel.gif;
 7027: empty.gif;
 7028: feedback.gif;
 7029: group.gif;
 7030: help.gif;
 7031: info.gif;
 7032: ledblink.gif;
 7033: ledgreen.gif;
 7034: ledoff.gif;
 7035: ledon.gif;
 7036: mark-discussionentries-read.gif;
 7037: next.gif;
 7038: nothumb.gif;
 7039: open-all-folders.gif;
 7040: open-first-problem.gif;
 7041: qempty.gif;
 7042: show-all.gif;
 7043: show-incomplete-problems.gif;
 7044: star.gif;
 7045: </filenames>
 7046: </fileglob>
 7047: <fileglob>
 7048: <glob>*.png</glob>
 7049: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
 7050: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
 7051: <categoryname>graphic file</categoryname>
 7052: <description>main menu graphical icons</description>
 7053: <filenames>
 7054: anno.png;
 7055: bchat.png;
 7056: ccat.png;
 7057: ccrs.png;
 7058: clst.png;
 7059: conf.png;
 7060: courses.png;
 7061: crsconf.png;
 7062: docs.png;
 7063: editmap.png;
 7064: eval.png;
 7065: grds.png;
 7066: grps.png;
 7067: mail.png;
 7068: new.png;
 7069: pgrd.png;
 7070: pref.png;
 7071: roles.png;
 7072: sprs.png;
 7073: vbkm.png;
 7074: anot.png;
 7075: anot2.png;
 7076: blog.png;
 7077: chrt.png;
 7078: cprv.png;
 7079: del.png;
 7080: egrd.png;
 7081: fdbk.png;
 7082: keys.png;
 7083: list.png;
 7084: mcrs.png;
 7085: parm.png;
 7086: port.png;
 7087: prt.png;
 7088: rcrs.png;
 7089: rsrv.png;
 7090: sbkm.png;
 7091: src.png;
 7092: srvr.png;
 7093: subm.png;
 7094: thumbsup.png;
 7095: thumbsup_gray.png;
 7096: thumbsdown.png;
 7097: thumbsdown_gray.png;
 7098: back.png;
 7099: catalog.png;
 7100: com.png;
 7101: cstr.png;
 7102: enrl.png;
 7103: forw.png;
 7104: logout.png;
 7105: nav.png;
 7106: pcstr.png;
 7107: pparm.png;
 7108: pub.png;
 7109: res.png;
 7110: rtrv.png;
 7111: sctr.png;
 7112: stat.png;
 7113: pdfupload.png;
 7114: course_ini.png;
 7115: dismath.png;
 7116: feedback.png;
 7117: mngcu.png;
 7118: prob_ana.png;
 7119: process-stop.png;
 7120: role_hotlist.png;
 7121: reload.png;
 7122: self_enroll.png;
 7123: survey_rep.png;
 7124: subdocs.png;
 7125: uplusr.png;
 7126: </filenames>
 7127: </fileglob>
 7128: <fileglob>
 7129: <glob>*.png</glob>
 7130: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
 7131: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
 7132: <categoryname>graphic file</categoryname>
 7133: <description>graphical icons used in submenus</description>
 7134: <filenames>
 7135: aboutme.png;
 7136: addClickerInfoFile.png;
 7137: anonsurveythreshold.png;
 7138: bubblesheet.png;
 7139: ccatconf.png;
 7140: chat.png;
 7141: comblock.png;
 7142: contact-new.png;
 7143: coprplot.png;
 7144: crsnew.png;
 7145: dialog-information.png;
 7146: document-open.png;
 7147: document-properties.png;
 7148: download_sub.png;
 7149: dropbox.png;
 7150: dump.png;
 7151: edit-copy.png;
 7152: edit-find-replace.png;
 7153: edit-find.png;
 7154: edit-mode-22x22.png;
 7155: edit-redo.png;
 7156: edit-select-all.png;
 7157: edit-undo.png;
 7158: emblem-photos.png;
 7159: emblem-readonly.png;
 7160: emblem-system.png;
 7161: extres.png;
 7162: folder-new.png;
 7163: folder-new-22x22.png;
 7164: format-justify-fill.png;
 7165: FPRexamples.png;
 7166: fromfile.png;
 7167: grade_PageFolder.png;
 7168: grade_students.png;
 7169: grading_table.png;
 7170: groupportfolio.png;
 7171: groupportfolioquota.png;
 7172: grp_add.png;
 7173: grp_settings.png;
 7174: grp_tools.png;
 7175: ims.png;
 7176: imsexport.png;
 7177: link-new-22x22.png;
 7178: list-add.png;
 7179: log.png;
 7180: mail-message-new.png;
 7181: mail-reply-all.png;
 7182: mail-reply-sender.png;
 7183: messalog.png;
 7184: move-22x22.png;
 7185: myaboutme.png;
 7186: navigation.png;
 7187: network-workgroup.png;
 7188: page.png;
 7189: preferences-desktop-font.png;
 7190: preferences-desktop-locale.png;
 7191: preferences-desktop-remote-desktop.png;
 7192: preferences-desktop-theme.png;
 7193: preferences-desktop-wallpaper.png;
 7194: preferences-system-windows.png;
 7195: receipt_number.png;
 7196: recover.png;
 7197: remotecontrol.png;
 7198: resversion.png;
 7199: save-22x22.png;
 7200: scoreupfrm.png;
 7201: selfenrl-queue.png;
 7202: sequence.png;
 7203: simple.png;
 7204: simpprob.png;
 7205: start-here.png;
 7206: subtimpl.png;
 7207: syllabus.png;
 7208: symbs.png;
 7209: system-lock-screen.png;
 7210: system-users.png;
 7211: ungrade_sub.png;
 7212: uplcrs.png;
 7213: uploadscores.png;
 7214: verify.png;
 7215: view-mode-22x22.png;
 7216: wishlist.png;
 7217: wishlist-link.png;
 7218: </filenames>
 7219: </fileglob>
 7220: <file>
 7221: <source>loncom/html/res/adm/pages/math_example.tex</source>
 7222: <target dist='default'>home/httpd/html/res/adm/pages/math_example.tex</target>
 7223: <categoryname>interface file</categoryname>
 7224: <description>
 7225:  file with an example math equation in it.
 7226: </description>
 7227: </file>
 7228: <file>
 7229: <source>loncom/html/res/adm/pages/index.html</source>
 7230: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
 7231: <categoryname>interface file</categoryname>
 7232: <description>
 7233: welcoming page to the LON-CAPA system upon login
 7234: </description>
 7235: </file>
 7236: <fileglob>
 7237: <glob>*.gif</glob>
 7238: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
 7239: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
 7240: </targetdir>
 7241: <categoryname>graphic file</categoryname>
 7242: <description>
 7243: icons used for directory indexing and login screen
 7244: </description>
 7245: <filenames>
 7246: a.gif;
 7247: alert.black.gif;
 7248: alert.red.gif;
 7249: back.gif;
 7250: ball.gray.gif;
 7251: ball.red.gif;
 7252: binary.gif;
 7253: binhex.gif;
 7254: blank.gif;
 7255: bomb.gif;
 7256: box1.gif;
 7257: box2.gif;
 7258: broken.gif;
 7259: burst.gif;
 7260: c.gif;
 7261: comp.blue.gif;
 7262: comp.gray.gif;
 7263: compressed.gif;
 7264: continued.gif;
 7265: course.gif;
 7266: dir.gif;
 7267: down.gif;
 7268: dvi.gif;
 7269: f.gif;
 7270: folder.gif;
 7271: folder.open.gif;
 7272: folder.sec.gif;
 7273: folder_closed.gif;
 7274: folder_closed_pressed.gif;
 7275: folder_new.gif;
 7276: folder_opened.gif;
 7277: folder_opened_pressed.gif;
 7278: folder_pointer_closed.gif;
 7279: folder_pointer_opened.gif;
 7280: folder_spacer.gif;
 7281: folder_trash.gif;
 7282: forward.gif;
 7283: generic.gif;
 7284: generic.red.gif;
 7285: generic.sec.gif;
 7286: hand.right.gif;
 7287: hand.up.gif;
 7288: html.gif;
 7289: image1.gif;
 7290: image2.gif;
 7291: image3.gif;
 7292: index.gif;
 7293: layout.gif;
 7294: left.gif;
 7295: link.gif;
 7296: mov.gif;
 7297: movie1.gif;
 7298: p.gif;
 7299: patch.gif;
 7300: pdf.gif;
 7301: portal.gif;
 7302: problem.gif;
 7303: ps.gif;
 7304: quill.gif;
 7305: right.gif;
 7306: screw1.gif;
 7307: screw2.gif;
 7308: script.gif;
 7309: sound1.gif;
 7310: sound2.gif;
 7311: sphere1.gif;
 7312: sphere2.gif;
 7313: tar.gif;
 7314: tex.gif;
 7315: text.gif;
 7316: transfer.gif;
 7317: unknown.gif;
 7318: up.gif;
 7319: uu.gif;
 7320: uuencoded.gif;
 7321: white_space_20_22.gif;
 7322: white_space_22_22.gif;
 7323: whitespace1.gif;
 7324: whitespace10.gif;
 7325: whitespace2.gif;
 7326: whitespace3.gif;
 7327: whitespace4.gif;
 7328: whitespace5.gif;
 7329: whitespace6.gif;
 7330: whitespace7.gif;
 7331: whitespace8.gif;
 7332: whitespace9.gif;
 7333: world1.gif;
 7334: world2.gif
 7335: </filenames>
 7336: </fileglob>
 7337: <fileglob>
 7338: <glob>*.*</glob>
 7339: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
 7340: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
 7341: <categoryname>interface file</categoryname>
 7342: <description>
 7343: Associated file for answering reactionresponse style questions
 7344: </description>
 7345: <filenames>
 7346: reaction_editor.html;
 7347: reaction_frame.html;
 7348: reaction_help.html;
 7349: reaction_viewer.html;
 7350: reaction_window.html
 7351: </filenames>
 7352: </fileglob>
 7353: <file>
 7354: <source dist='default'>loncom/build/CHECKRPMS</source>
 7355: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
 7356: <categoryname>system script</categoryname>
 7357: <description>
 7358: Checks if RPMs need updating with yum, you, rug, up2date or check-rpms depending on distribution.
 7359: </description>
 7360: <status>tested/documented/beta</status>
 7361: </file>
 7362: <file>
 7363: <source>loncom/build/check-rpms</source>
 7364: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
 7365: <categoryname>system script</categoryname>
 7366: <description>
 7367: compare installed rpms with up-to-date distribution
 7368: </description>
 7369: <status>tested/documented/beta</status>
 7370: </file>
 7371: <file>
 7372: <source>doc/man/check-rpms.1</source>
 7373: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
 7374: <categoryname>doc</categoryname>
 7375: <description>man page for check-rpms</description>
 7376: <build trigger='always run'>
 7377: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
 7378: echo 'manifying check-rpms'
 7379: </build>
 7380: <status>beta</status>
 7381: <dependencies>
 7382: ../../loncom/build/check-rpms
 7383: </dependencies>
 7384: </file>
 7385: <file>
 7386: <source>doc/scripts/check-rpms.html</source>
 7387: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
 7388: </target>
 7389: <categoryname>doc</categoryname>
 7390: <description>POD-derived page for check-rpms</description>
 7391: <build trigger='always run'>
 7392: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
 7393: &amp;&amp; echo 'pod2html checkrpms'
 7394: </build>
 7395: <status>works/unverified</status>
 7396: <dependencies>
 7397: ../../loncom/build/check-rpms
 7398: </dependencies>
 7399: </file>
 7400: <file>
 7401: <source>loncom/build/loncaparestoreconfigurations</source>
 7402: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
 7403: </target>
 7404: <categoryname>script</categoryname>
 7405: <description>
 7406: Updates .lpmlnew files with previous settings.  Also supports alternative
 7407: schemes of settings-updating and file-overwriting.
 7408: </description>
 7409: <status>works/unverified</status>
 7410: </file>
 7411: <file>
 7412:   <source>loncom/cron/loncapa.built</source>
 7413:   <target dist='default'>etc/cron.d/loncapa</target>
 7414:   <categoryname>conf</categoryname>
 7415:   <description>
 7416:     file that specifies periodic processes to run for the LON-CAPA machine
 7417:   </description>
 7418:   <build trigger='always run'>
 7419: loncom/cron/preserve_local_loncapa_cron
 7420:   </build>
 7421:   <dependencies>
 7422: loncapa;
 7423: preserve_local_loncapa_cron
 7424:   </dependencies>
 7425: </file>
 7426: <file>
 7427:   <source>loncom/cron/loncapa</source>
 7428:   <target dist='default'>home/httpd/lib/perl/loncapa_cron-std</target>
 7429:   <categoryname>handler</categoryname>
 7430:   <description>
 7431:     Back-up of standard loncapa cron file (the actual file in use: /etc/cron.d/loncapa may contain local modifications).
 7432:   </description>
 7433: </file>
 7434: <file>
 7435: <source>loncom/ntp/step-tickers</source>
 7436: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
 7437: </target>
 7438: <categoryname>static conf</categoryname>
 7439: <description>
 7440: file that stimulates running of ntpdate upon init.d/xntpd initiation
 7441: </description>
 7442: <note>
 7443: <table cellpadding='0' cellspacing='0' border='1'>
 7444: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
 7445: </table>
 7446: </note>
 7447: </file>
 7448: <file>
 7449: <source>loncom/pam.d/pwauth</source>
 7450: <target dist='default'>etc/pam.d/pwauth</target>
 7451: <categoryname>static conf</categoryname>
 7452: <description>
 7453: file that allows setuid password privileges for pwauth executable
 7454: </description>
 7455: </file>
 7456: <file>
 7457: <source>loncom/pam.d/pwchange</source>
 7458: <target dist='default'>etc/pam.d/pwchange</target>
 7459: <categoryname>static conf</categoryname>
 7460: <description>
 7461: file that allows setuid password privileges for pwchange (lcpasswd) executable
 7462: </description>
 7463: </file>
 7464: <file>
 7465: <source>loncom/init.d/loncontrol</source>
 7466: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 7467: <target dist='suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/init.d/loncontrol</target>
 7468: <categoryname>root script</categoryname>
 7469: <description>
 7470: Controls the launching/halting of lonc, lond, and lonsql processes.
 7471: </description>
 7472: </file>
 7473: <link>
 7474: <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
 7475: <linkto dist='suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/init.d/loncontrol</linkto>
 7476: <target dist='default'>
 7477: etc/rc.d/rc0.d/K05loncontrol;
 7478: etc/rc.d/rc1.d/K05loncontrol;
 7479: etc/rc.d/rc2.d/K05loncontrol;
 7480: etc/rc.d/rc3.d/S95loncontrol;
 7481: etc/rc.d/rc4.d/S95loncontrol;
 7482: etc/rc.d/rc5.d/S95loncontrol;
 7483: etc/rc.d/rc6.d/K05loncontrol
 7484: </target>
 7485: <target='suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>
 7486: etc/rc.d/rc0.d/K05loncontrol;
 7487: etc/rc.d/rc1.d/K05loncontrol;
 7488: etc/rc.d/rc2.d/K05loncontrol;
 7489: etc/rc.d/rc3.d/S95loncontrol;
 7490: etc/rc.d/rc5.d/S95loncontrol;
 7491: etc/rc.d/rc6.d/K05loncontrol
 7492: </target>
 7493: <target dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>
 7494: etc/rc0.d/K05loncontrol;
 7495: etc/rc1.d/K05loncontrol;
 7496: etc/rc2.d/S95loncontrol;
 7497: etc/rc3.d/S95loncontrol;
 7498: etc/rc4.d/S95loncontrol;
 7499: etc/rc5.d/S95loncontrol;
 7500: etc/rc6.d/K05loncontrol
 7501: </target>
 7502: <categoryname>symbolic link</categoryname>
 7503: <description>
 7504: symbolic links to /etc/rc.d/init.d/loncontrol (redhat/fedora) or /etc/init.d/loncontrol (suse/debian) for run-levels
 7505: </description>
 7506: </link>
 7507: 
 7508: <file dist="suse9.2 suse9.3 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 sles9 sles10 sles11">
 7509:   <source>loncom/init.d/loncontrol</source>
 7510:   <target>etc/rc.d/</target>
 7511:   <description>
 7512:     setup loncontrol to run at boot
 7513:   </description>
 7514:   <installscript dist="suse9.2 suse9.3 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 sles9 sles10 sles11">
 7515: -c 'chkconfig --del loncontrol;chkconfig loncontrol 35;chkconfig --list loncontrol'
 7516:   </installscript>
 7517:   <dependencies>
 7518: loncom/init.d/loncontrol
 7519:   </dependencies>
 7520: </file>
 7521: 
 7522: <file>
 7523:   <source>doc/latex/utf8.def</source>
 7524:   <target dist='default'>usr/local/loncapa/doc/utf8.def</target>
 7525:   <target dist='rhes4'>usr/share/texmf/tex/latex/base/utf8.def</target>
 7526:   <categoryname>system file</categoryname>
 7527:   <description>
 7528:    utf8 definitions for LaTeX
 7529:   </description>
 7530: </file>
 7531: 
 7532: <file>
 7533:   <source>doc/latex/utf8enc.dfu</source>
 7534:   <target dist='default'>usr/local/loncapa/doc/utf8enc.dfu</target>
 7535:   <target dist='rhes4'>usr/share/texmf/tex/latex/base/utf8enc.dfu</target>
 7536:   <categoryname>system file</categoryname>
 7537:   <description>
 7538:    utf8 declarations for LaTeX
 7539:   </description>
 7540: </file>
 7541: 
 7542: <file>
 7543: <source>loncom/atalk/config</source>
 7544: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
 7545: <categoryname>static conf</categoryname>
 7546: <description>
 7547: configuration file to make LON-CAPA server file space accessible to
 7548: Appleshares access (Macintosh)
 7549: </description>
 7550: </file>
 7551: <file>
 7552:   <source>loncom/interface/loncss.pm</source>
 7553:   <target dist='default'>home/httpd/lib/perl/Apache/loncss.pm</target>
 7554:   <categoryname>handler</categoryname>
 7555:   <description>
 7556:     Generates standard LON-CAPA CSS
 7557:   </description>
 7558: </file>
 7559: <file>
 7560:   <source>loncom/LONCAPA.pm</source>
 7561:   <target dist='default'>home/httpd/lib/perl/LONCAPA.pm</target>
 7562:   <categoryname>handler</categoryname>
 7563:   <description>
 7564:     Some basic Lon-CAPA functionality
 7565:   </description>
 7566: </file>
 7567: <file>
 7568:   <source>loncom/interface/lonnotify.pm</source>
 7569:   <target dist='default'>home/httpd/lib/perl/Apache/lonnotify.pm</target>
 7570:   <categoryname>handler</categoryname>
 7571:   <description>
 7572:     Interface for Domain Coordinators to (a) send broadcast e-mail to groups 
 7573: of users, and (b) to display e-mail of this type sent in the past.
 7574:   </description>
 7575: </file>
 7576: <file>
 7577:   <source>loncom/interface/lonhelpmenu.pm</source>
 7578:   <target dist='default'>home/httpd/lib/perl/Apache/lonhelpmenu.pm</target>
 7579:   <categoryname>handler</categoryname>
 7580:   <description>
 7581:     Creates a multipage help screen to help users out.
 7582:   </description>
 7583: </file>
 7584: <file>
 7585:   <source>loncom/interface/lonsupportreq.pm</source>
 7586:   <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
 7587:   <categoryname>handler</categoryname>
 7588:   <description>
 7589:     Handler to make it easy for users to send a request to the helpdesk
 7590:   </description>
 7591: </file>
 7592: <file>
 7593:   <source>loncom/interface/courseclassifier.pm</source>
 7594:   <target dist='default'>home/httpd/lib/perl/Apache/courseclassifier.pm</target>
 7595:   <categoryname>handler</categoryname>
 7596:   <description>
 7597:     Routines used in generation of dynamic Year, Semester, Departmemt and Course Number select boxes from institutional course codes.
 7598:   </description>
 7599: </file>
 7600: <file>
 7601:   <source>loncom/interface/coursecatalog.pm</source>
 7602:   <target dist='default'>home/httpd/lib/perl/Apache/coursecatalog.pm</target>
 7603:   <categoryname>handler</categoryname>
 7604:   <description>
 7605:     Display catalog of courses with institutional codes, filtered by domain-specific categories (e.g., year, semester, department etc.).
 7606:   </description>
 7607: </file>
 7608: <file>
 7609:   <source>loncom/interface/resetpw.pm</source>
 7610:   <target dist='default'>home/httpd/lib/perl/Apache/resetpw.pm</target>
 7611:   <categoryname>handler</categoryname>
 7612:   <description>
 7613:     A user with an internally authenticated account and a recorded e-mail address can use a two-step process to set a new password via a token sent to his/her e-mail address.
 7614:   </description>
 7615: </file>
 7616: <file>
 7617:   <source>loncom/interface/createaccount.pm</source>
 7618:   <target dist='default'>home/httpd/lib/perl/Apache/createaccount.pm</target>
 7619:   <categoryname>handler</categoryname>
 7620:   <description>
 7621:     An e-mail address can be used to create a LON-CAPA account via a two-step process employing a token sent to the e-mail address (the address will be the username). Alternatively, an institutional login can be used (after successful authentication) to create a corresponding LON-CAPA account, if one is missing.
 7622:   </description>
 7623: </file>
 7624: <file>
 7625:   <source>loncom/interface/lonmodifycourse.pm</source>
 7626:   <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
 7627:   <categoryname>handler</categoryname>
 7628:   <description>
 7629:     Interface to modifying a course's internal ENV values for automated
 7630:     enrollment
 7631:   </description>
 7632: </file>
 7633: <file>
 7634:   <source>loncom/interface/domainprefs.pm</source>
 7635:   <target dist='default'>home/httpd/lib/perl/Apache/domainprefs.pm</target>
 7636:   <categoryname>handler</categoryname>
 7637:   <description>
 7638:     Interface for modifying domain configuration
 7639:   </description>
 7640: </file>
 7641: <file>
 7642:   <source>loncom/interface/domainstatus.pm</source>
 7643:   <target dist='default'>home/httpd/lib/perl/Apache/domainstatus.pm</target>
 7644:   <categoryname>handler</categoryname>
 7645:   <description>
 7646:     Handler for generation of a menu of links to server status utilities
 7647:   </description>
 7648: </file>
 7649: <file>
 7650:   <source>loncom/interface/lonconfigsettings.pm</source>
 7651:   <target dist='default'>home/httpd/lib/perl/Apache/lonconfigsettings.pm</target>
 7652:   <categoryname>handler</categoryname>
 7653:   <description>
 7654:    Common routines for generating menus to set default configuration settings -  
 7655:    for a domain or for a course.
 7656:   </description>
 7657: </file>
 7658: <file>
 7659:   <source>loncom/interface/lonpdfupload.pm</source>
 7660:   <target dist='default'>home/httpd/lib/perl/Apache/lonpdfupload.pm</target>
 7661:   <categoryname>handler</categoryname>
 7662:   <description>
 7663:    Interface to upload a PDF form containing responses to problems entered offline using a PDF reader for storage as submissions.
 7664:   </description>
 7665: </file>
 7666: <file>
 7667:   <source>loncom/interface/lonpopulate.pm</source>
 7668:   <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
 7669:   <categoryname>handler</categoryname>
 7670:   <description>
 7671:     Handler for configuring automated enrollment
 7672:   </description>
 7673: </file>
 7674: <file>
 7675:   <source>loncom/enrollment/Enrollment.pm</source>
 7676:   <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
 7677:   <categoryname>handler</categoryname>
 7678:   <description>
 7679:     Handler for automated enrollment
 7680:   </description>
 7681: </file>
 7682: <file>
 7683:   <source>loncom/enrollment/localenroll.pm</source>
 7684:   <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
 7685:   <categoryname>conf</categoryname>
 7686:   <description>
 7687:     Local handler for automated enrollment.
 7688:   </description>
 7689: </file>
 7690: <file>
 7691:   <source>loncom/enrollment/localenroll.pm</source>
 7692:   <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
 7693:   <categoryname>handler</categoryname>
 7694:   <description>
 7695:     Local handler for automated enrollment, standard version.
 7696:   </description>
 7697: </file>
 7698: <file>
 7699:   <source>loncom/enrollment/Autoenroll.pl</source>
 7700:   <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
 7701:   <categoryname>script</categoryname>
 7702:   <description>
 7703:     Script to perform automated enrollments from institutional classlists.
 7704:   </description>
 7705: </file>
 7706: <file>
 7707:   <source>loncom/enrollment/Autoupdate.pl</source>
 7708:   <target dist='default'>home/httpd/perl/Autoupdate.pl</target>
 7709:   <categoryname>script</categoryname>
 7710:   <description>
 7711:     Script to perform automated updates of names for existing users in the domain using data provided by the domain's administrative information service.
 7712:   </description>
 7713: </file>
 7714: <file>
 7715:   <source>loncom/auth/localstudentphoto.pm</source>
 7716:   <target dist='default'>home/httpd/lib/perl/localstudentphoto.pm</target>
 7717:   <categoryname>conf</categoryname>
 7718:   <description>
 7719:     Local handler for automated enrollment.
 7720:   </description>
 7721: </file>
 7722: <file>
 7723:   <source>loncom/auth/localstudentphoto.pm</source>
 7724:   <target dist='default'>home/httpd/lib/perl/localstudentphoto-std.pm</target>
 7725:   <categoryname>handler</categoryname>
 7726:   <description>
 7727:     Local handler for automated enrollment, standard version.
 7728:   </description>
 7729: </file>
 7730: <file>
 7731:   <source>loncom/automation/batchcreatecourse.pm</source>
 7732:   <target dist='default'>home/httpd/lib/perl/LONCAPA/batchcreatecourse.pm</target>
 7733:   <categoryname>handler</categoryname>
 7734:   <description>
 7735:     Handler for batch creation of courses.
 7736:   </description>
 7737: </file>
 7738: <file>
 7739:   <source>loncom/interface/lonblockingmenu.pm</source>
 7740:   <target dist='default'>home/httpd/lib/perl/Apache/lonblockingmenu.pm</target>
 7741:   <categoryname>handler</categoryname>
 7742:   <description>
 7743:    Handler for configuration of blocking of access to collaborative tools and/or
 7744: resources for the duration of an exam.
 7745:   </description>
 7746: </file>
 7747: <file>
 7748:   <source>loncom/interface/lonblockingstatus.pm</source>
 7749:   <target dist='default'>home/httpd/lib/perl/Apache/lonblockingstatus.pm</target>
 7750:   <categoryname>handler</categoryname>
 7751:   <description>
 7752:     Used for displaying the communication blocking status.
 7753:   </description>
 7754: </file>
 7755: <file>
 7756: <source>loncom/interface/lonwishlist.pm</source>
 7757: <target dist='default'>home/httpd/lib/perl/Apache/lonwishlist.pm</target>
 7758: <categoryname>handler</categoryname>
 7759: <description>
 7760: Utilities to modify the wishlist (add new links and folders,
 7761: edit, move, sort or delete existing links and folders).
 7762: Links from the wishlist can be imported into courses.</description>
 7763: <status>works/unverified</status>
 7764: </file>
 7765: <file>
 7766: <source>loncom/interface/lonwishlistdisplay.pm</source>
 7767: <target dist='default'>home/httpd/lib/perl/Apache/lonwishlistdisplay.pm</target>
 7768: <categoryname>handler</categoryname>
 7769: <description>
 7770: Module for displaying the wishlist.</description>
 7771: <status>works/unverified</status>
 7772: </file>
 7773: <file>
 7774:   <source>loncom/automation/Autocreate.pl</source>Autocreate.pl
 7775:   <target dist='default'>home/httpd/perl/Autocreate.pl</target>
 7776:   <categoryname>script</categoryname>
 7777:   <description>
 7778:     Script for automated course creation.
 7779:   </description>
 7780: </file>
 7781: <fileglob>
 7782:     <glob>*.pl</glob>
 7783:     <sourcedir>loncom/debugging_tools/</sourcedir>
 7784:     <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
 7785:     <categoryname>script</categoryname>
 7786:     <description>
 7787:       Tools for helping debug Lon-CAPA
 7788:     </description>
 7789: <filenames>
 7790: activity_to_accesscount.pl;
 7791: clean_db.pl;
 7792: db_copy.pl;
 7793: dump_db.pl;
 7794: escape.pl;
 7795: excise_from_db.pl;
 7796: getties.pl;
 7797: login_count.pl;
 7798: modify_config_files.pl;
 7799: move_construction_spaces.pl;
 7800: parse_scantron.pl;
 7801: seed_accesscount.pl;
 7802: stress.pl;
 7803: testkerberos.pl;
 7804: unescape.pl;
 7805: user_login_count.pl;
 7806: </filenames>
 7807: </fileglob>
 7808: <fileglob>
 7809:     <glob>*.*</glob>
 7810:     <sourcedir>loncom/debugging_tools/compiled/</sourcedir>
 7811:     <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
 7812:     <categoryname>script</categoryname>
 7813:     <description>
 7814:       Binary tools for LON-CAPA
 7815:     </description>
 7816: <filenames>
 7817: create_db_dynamic_64_so.3;
 7818: </filenames>
 7819: </fileglob>
 7820: <file>
 7821: <source>loncom/debugging_tools/compiled/create_db_dynamic</source>
 7822: <target dist='default'>home/httpd/perl/debug/create_db_dynamic</target>
 7823: <categoryname>script</categoryname>
 7824: <description>
 7825: Binary tool for LON-CAPA
 7826: </description>
 7827: </file>
 7828: <file>
 7829: <source>loncom/debugging_tools/compiled/create_db_dynamic_64</source>
 7830: <target dist='default'>home/httpd/perl/debug/create_db_dynamic_64</target>
 7831: <categoryname>script</categoryname>
 7832: <description>
 7833: Binary tool for LON-CAPA
 7834: </description>
 7835: </file>
 7836: <file>
 7837: <source>loncom/debugging_tools/compiled/dump_db_static_32</source>
 7838: <target dist='default'>home/httpd/perl/debug/dump_db_static_32</target>
 7839: <categoryname>script</categoryname>
 7840: <description>
 7841: Binary tool for LON-CAPA
 7842: </description>
 7843: </file>
 7844: <file>
 7845: <source>loncom/build/distprobe</source>
 7846: <target dist='default'>home/httpd/perl/distprobe</target>
 7847: <categoryname>script</categoryname>
 7848: <description>
 7849: for probing operating system flavor and version
 7850: </description>
 7851: <note>
 7852: </note>
 7853: </file>
 7854: <file>
 7855: <source>loncom/clusteradmin</source>
 7856: <target dist='default'>home/httpd/perl/manage_dns/clusteradmin</target>
 7857: <categoryname>root script</categoryname>
 7858: <description>
 7859: Script to update cluster tables: dns_hosts.tab and dns_domain.tab
 7860: on a LON-CAPA DNS server.  
 7861: </description>
 7862: <status>works/unverified</status>
 7863: </file>
 7864: </files>
 7865: </lpml>

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