File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.797.2.115: download - view: text, annotated - select for diffs
Fri May 29 19:47:02 2020 UTC (3 years, 10 months ago) by raeburn
Branches: version_2_11_X
- For 2.11
  Backport 1.1003

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

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