File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.797.2.99: download - view: text, annotated - select for diffs
Sun Jul 7 15:50:50 2019 UTC (4 years, 9 months ago) by raeburn
Branches: version_2_11_X
- For 2.11
  - Backport 1.983

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

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