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

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

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