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

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

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