Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.536

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

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