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

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

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