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

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.588   ! www         5: <!-- $Id: loncapafiles.lpml,v 1.587 2008/05/29 15:39:05 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.587     www      1897: <source>loncom/interface/timezone.tab</source>
                   1898: <target dist='default'>home/httpd/lonTabs/timezone.tab</target>
                   1899: <categoryname>static conf</categoryname>
                   1900: <description>
                   1901: Table which contains valid timezone values
                   1902: </description>
                   1903: </file>
                   1904: <file>
1.5       harris41 1905: <source>loncom/publisher/addid.tab</source>
                   1906: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
                   1907: <categoryname>static conf</categoryname>
                   1908: <description>
                   1909: Table which has hash data necessary for distinguishing IDs from indices.
                   1910: </description>
1.4       harris41 1911: </file>
                   1912: <file>
1.38      harris41 1913: <source>rat/lonwrapper.pm</source>
1.19      harris41 1914: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
                   1915: <categoryname>handler</categoryname>
                   1916: <description>
                   1917: Wrapper for external and binary files as standalone resources.
                   1918: Edit handler for rat maps; TeX content handler.
1.145     www      1919: </description>
                   1920: <status>works/unverified</status>
                   1921: </file>
                   1922: <file>
1.146     matthew  1923: <source>loncom/interface/londocs.pm</source>
1.145     www      1924: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
                   1925: <categoryname>handler</categoryname>
                   1926: <description>
                   1927: Handler for course documents
                   1928: </description>
                   1929: <status>works/unverified</status>
                   1930: </file>
                   1931: <file>
1.146     matthew  1932: <source>loncom/interface/lonchat.pm</source>
1.145     www      1933: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
                   1934: <categoryname>handler</categoryname>
                   1935: <description>
                   1936: Handler for chat
                   1937: </description>
                   1938: <status>works/unverified</status>
                   1939: </file>
                   1940: <file>
1.157     www      1941: <source>loncom/interface/lonchatfetch.pm</source>
                   1942: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
                   1943: <categoryname>handler</categoryname>
                   1944: <description>
                   1945: Handler for periodically fetch new lines of chat
                   1946: </description>
                   1947: <status>works/unverified</status>
                   1948: </file>
                   1949: <file>
1.474     raeburn  1950: <source>loncom/interface/longroupchat.pm</source>
                   1951: <target dist='default'>home/httpd/lib/perl/Apache/longroupchat.pm</target>
                   1952: <categoryname>handler</categoryname>
                   1953: <description>
                   1954: Handler for generation of frameset for display of group chat
                   1955: </description>
                   1956: <status>works/unverified</status>
                   1957: </file>
                   1958: <file>
1.146     matthew  1959: <source>loncom/interface/lonannounce.pm</source>
1.145     www      1960: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
                   1961: <categoryname>handler</categoryname>
                   1962: <description>
                   1963: Handler to put up announcements and calendar
1.167     www      1964: </description>
                   1965: <status>works/unverified</status>
                   1966: </file>
                   1967: <file>
                   1968: <source>loncom/interface/lonsyllabus.pm</source>
                   1969: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
                   1970: <categoryname>handler</categoryname>
                   1971: <description>
                   1972: Handler to put up syllabus
1.262     www      1973: </description>
                   1974: <status>works/unverified</status>
                   1975: </file>
                   1976: <file>
1.459     www      1977: <source>loncom/interface/lonrss.pm</source>
                   1978: <target dist='default'>home/httpd/lib/perl/Apache/lonrss.pm</target>
                   1979: <categoryname>handler</categoryname>
                   1980: <description>
                   1981: Handler for adding to and displaying RSS
                   1982: </description>
                   1983: <status>works/unverified</status>
                   1984: </file>
                   1985: <file>
1.263     www      1986: <source>loncom/homework/lonsimpleproblemedit.pm</source>
1.262     www      1987: <target dist='default'>home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm</target>
                   1988: <categoryname>handler</categoryname>
                   1989: <description>
                   1990: Handler to set parameters for simple homework problems
1.173     www      1991: </description>
                   1992: <status>works/unverified</status>
                   1993: </file>
                   1994: <file>
                   1995: <source>loncom/interface/lonsimplepage.pm</source>
                   1996: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
                   1997: <categoryname>handler</categoryname>
                   1998: <description>
                   1999: Handler to put up simple page
1.203     www      2000: </description>
                   2001: <status>works/unverified</status>
1.349     albertel 2002: </file>
                   2003: <file>
                   2004:   <source>loncom/interface/lonpickcode.pm</source>
                   2005:   <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
                   2006:   <categoryname>handler</categoryname>
                   2007:   <description>
                   2008:     Handler to pick a CODE from the list of possible CODEs
                   2009:   </description>
                   2010:   <status>works/unverified</status>
1.203     www      2011: </file>
                   2012: <file>
                   2013: <source>loncom/interface/lonpickstudent.pm</source>
                   2014: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
                   2015: <categoryname>handler</categoryname>
                   2016: <description>
                   2017: Handler to pick a student from classlist
1.225     www      2018: </description>
                   2019: <status>works/unverified</status>
                   2020: </file>
                   2021: <file>
                   2022: <source>loncom/interface/lonpickcourse.pm</source>
                   2023: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
                   2024: <categoryname>handler</categoryname>
                   2025: <description>
                   2026: Handler to pick a courseid from a list of courses
1.173     www      2027: </description>
                   2028: <status>works/unverified</status>
                   2029: </file>
                   2030: <file>
1.584     raeburn  2031: <source>loncom/interface/lonpickauthor.pm</source>
                   2032: <target dist='default'>home/httpd/lib/perl/Apache/lonpickauthor.pm</target>
                   2033: <categoryname>handler</categoryname>
                   2034: <description>
                   2035: Handler for a DC to pick an author from a list of authors in the domain for an ad hoc CA role
                   2036: </description>
                   2037: <status>works/unverified</status>
                   2038: </file>
                   2039: <file>
1.173     www      2040: <source>loncom/interface/lonbulletin.pm</source>
                   2041: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
                   2042: <categoryname>handler</categoryname>
                   2043: <description>
                   2044: Handler to put up bulletin board
1.167     www      2045: </description>
                   2046: <status>works/unverified</status>
                   2047: </file>
                   2048: <file>
                   2049: <source>loncom/interface/lonaboutme.pm</source>
                   2050: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
                   2051: <categoryname>handler</categoryname>
                   2052: <description>
                   2053: Handler to put up personal info
1.19      harris41 2054: </description>
                   2055: <status>works/unverified</status>
                   2056: </file>
                   2057: <file>
1.15      harris41 2058: <source>loncom/publisher/loncfile.pm</source>
                   2059: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
                   2060: <categoryname>handler</categoryname>
                   2061: <description>
                   2062: Provides web-based functionality for file copy, rename, mkdir, etc, in the
                   2063: construction space menu.
1.137     harris41 2064: </description>
                   2065: <status>works/unverified</status>
                   2066: </file>
                   2067: <file>
1.335     raeburn  2068: <source>loncom/publisher/testbankimport.pm</source>
                   2069: <target dist='default'>home/httpd/lib/perl/Apache/testbankimport.pm</target>
                   2070: <categoryname>handler</categoryname>
                   2071: <description>
                   2072: Utility to convert plain text questions in a testbank file to LON-CAPA problems.
                   2073: Called by selecting testbank option when uploading file to construction space.
1.342     raeburn  2074: </description>
                   2075: <status>works/unverified</status>
                   2076: </file>
                   2077: <file>
                   2078: <source>loncom/imspackages/imsimport.pm</source>
                   2079: <target dist='default'>home/httpd/lib/perl/Apache/imsimport.pm</target>
                   2080: <categoryname>handler</categoryname>
                   2081: <description>
                   2082: Utility to import courses from other CMSs packaged in IMS 1.1 content package
                   2083: format into LON-CAPA Construction space.
                   2084: Called by selecting IMS package option when uploading file to construction space.
                   2085: </description>
                   2086: <status>works/unverified</status>
                   2087: </file>
                   2088: <file>
                   2089: <source>loncom/imspackages/imsimportdocs.pm</source>
                   2090: <target dist='default'>home/httpd/lib/perl/Apache/imsimportdocs.pm</target>
                   2091: <categoryname>handler</categoryname>
                   2092: <description>
                   2093: Utility to import courses from other CMSs packaged in IMS 1.1 content package
                   2094: format into a LON-CAPA course via DOCS.
                   2095: Called using Import IMS package button displayed in Special documents column in DOCS display.  
                   2096: </description>
                   2097: <status>works/unverified</status>
                   2098: </file>
                   2099: <file>
                   2100: <source>loncom/imspackages/imsprocessor.pm</source>
                   2101: <target dist='default'>home/httpd/lib/perl/Apache/imsprocessor.pm</target>
                   2102: <categoryname>handler</categoryname>
                   2103: <description>
                   2104: Contains routines used by imsimport handlers when importing contents of IMS 
                   2105: packages into construction space, or into a course directly via DOCS.
1.335     raeburn  2106: </description>
                   2107: <status>works/unverified</status>
                   2108: </file>
                   2109: <file>
1.404     raeburn  2110: <source>loncom/imspackages/imsexport.pm</source>
                   2111: <target dist='default'>home/httpd/lib/perl/Apache/imsexport.pm</target>
                   2112: <categoryname>handler</categoryname>
                   2113: <description>
                   2114: Routines used in londocs to export templated files to an IMS package.
                   2115: </description>
                   2116: <status>works/unverified</status>
                   2117: </file>
                   2118: <file>
1.137     harris41 2119: <source>loncom/interface/lonhelp.pm</source>
                   2120: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
                   2121: <categoryname>handler</categoryname>
                   2122: <description>
                   2123: The .tex file help handler.
1.140     bowersj2 2124: </description>
                   2125: <status>works/unverified</status>
1.195     albertel 2126: <build trigger='always run'>
                   2127: loncom/html/adm/help/buildMakeWrapper
                   2128: </build>
                   2129: <dependencies>
1.197     albertel 2130: Makefile;
1.195     albertel 2131: buildMakeWrapper
                   2132: </dependencies>
1.141     bowersj2 2133: </file>
                   2134: <file>
1.158     bowersj2 2135: <source>loncom/html/adm/help/abouthelp.html</source>
                   2136: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
                   2137: <categoryname>interface file</categoryname>
                   2138: <description>
                   2139: Index file for the help system
                   2140: </description>
                   2141: </file>
                   2142: <file>
1.376     raeburn  2143: <source>loncom/html/adm/help/nohelptopic.html</source>
                   2144: <target dist='default'>home/httpd/html/adm/help/nohelptopic.html</target>
                   2145: <categoryname>interface file</categoryname>
                   2146: <description>
                   2147: Page of links to help manuals - displayed when inline help is missing for a specific topic.
                   2148: </description>
                   2149: </file>
                   2150: <file>
1.158     bowersj2 2151: <source>doc/help/author.manual.access.tex</source>
1.162     harris41 2152: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
                   2153: </target>
                   2154: <categoryname>interface file</categoryname>
1.158     bowersj2 2155: <description>
1.162     harris41 2156: The pseudo-LaTeX file to allow people to read the author's manual online, with
                   2157: a somewhat clumsy interface.
1.158     bowersj2 2158: </description>
                   2159: <status>works/unverified</status>
                   2160: </file>
                   2161: <file>
                   2162: <source>doc/help/course.manual.access.tex</source>
1.162     harris41 2163: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
                   2164: </target>
                   2165: <categoryname>interface file</categoryname>
1.158     bowersj2 2166: <description>
1.162     harris41 2167: The pseudo-LaTeX file to allow people to read the course administrator's
                   2168: manual online, with a somewhat clumsy interface.
1.158     bowersj2 2169: </description>
                   2170: <status>works/unverified</status>
                   2171: </file>
                   2172: <file>
1.576     www      2173: <source>doc/help/domain.manual.access.tex</source>
                   2174: <target dist='default'>home/httpd/html/adm/help/tex/domain.manual.access.tex
                   2175: </target>
                   2176: <categoryname>interface file</categoryname>
                   2177: <description>
                   2178: The pseudo-LaTeX file to allow people to read the course administrator's
                   2179: manual online, with a somewhat clumsy interface.
                   2180: </description>
                   2181: <status>works/unverified</status>
                   2182: </file>
                   2183: <file>
1.158     bowersj2 2184: <source>doc/help/author.manual.ps</source>
1.141     bowersj2 2185: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162     harris41 2186: <categoryname>interface file</categoryname>
1.141     bowersj2 2187: <description>
1.158     bowersj2 2188: The postscript Author's Manual
                   2189: </description>
                   2190: <status>works/unverified</status>
1.197     albertel 2191: <dependencies>
                   2192: doc/help/author.manual.texxml;
                   2193: doc/help/latexSplitter.py;
                   2194: doc/help/rebuildLabelHash.pl;
                   2195: doc/help/render.texxml.pl;
                   2196: doc/help/simpleEdit.py;
                   2197: doc/help/texxml2indextex.pl;
                   2198: doc/help/texxml2latex.pl;
                   2199: loncom/build/buildHelp.sh;
                   2200: loncom/build/help_graphics_converter.pl
                   2201: </dependencies>
1.158     bowersj2 2202: </file>
                   2203: <file>
                   2204: <source>doc/help/author.manual.pdf</source>
                   2205: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
                   2206: <categoryname>handler</categoryname>
                   2207: <description>
                   2208: The PDF Author's Manual
                   2209: </description>
                   2210: <status>works/unverified</status>
                   2211: </file>
                   2212: <file>
                   2213: <source>doc/help/course.manual.ps</source>
                   2214: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162     harris41 2215: <categoryname>interface file</categoryname>
1.158     bowersj2 2216: <description>
                   2217: The postscript Course Manual
                   2218: </description>
                   2219: <status>works/unverified</status>
1.197     albertel 2220: <dependencies>
                   2221: doc/help/course.manual.texxml;
                   2222: doc/help/latexSplitter.py;
                   2223: doc/help/rebuildLabelHash.pl;
                   2224: doc/help/render.texxml.pl;
                   2225: doc/help/simpleEdit.py;
                   2226: doc/help/texxml2indextex.pl;
                   2227: doc/help/texxml2latex.pl;
                   2228: loncom/build/buildHelp.sh;
                   2229: loncom/build/help_graphics_converter.pl
                   2230: </dependencies>
1.158     bowersj2 2231: </file>
                   2232: <file>
                   2233: <source>doc/help/course.manual.pdf</source>
                   2234: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.162     harris41 2235: <categoryname>interface file</categoryname>
1.158     bowersj2 2236: <description>
                   2237: The PDF Course Manual
1.200     bowersj2 2238: </description>
                   2239: <status>works/unverified</status>
                   2240: </file>
1.371     albertel 2241: <file>
1.576     www      2242: <source>doc/help/domain.manual.ps</source>
                   2243: <target dist='default'>home/httpd/html/adm/help/domain.manual.ps</target>
                   2244: <categoryname>interface file</categoryname>
                   2245: <description>
                   2246: The postscript Domain Manual
                   2247: </description>
                   2248: <status>works/unverified</status>
                   2249: <dependencies>
                   2250: doc/help/domain.manual.texxml;
                   2251: doc/help/latexSplitter.py;
                   2252: doc/help/rebuildLabelHash.pl;
                   2253: doc/help/render.texxml.pl;
                   2254: doc/help/simpleEdit.py;
                   2255: doc/help/texxml2indextex.pl;
                   2256: doc/help/texxml2latex.pl;
                   2257: loncom/build/buildHelp.sh;
                   2258: loncom/build/help_graphics_converter.pl
                   2259: </dependencies>
                   2260: </file>
                   2261: <file>
                   2262: <source>doc/help/domain.manual.pdf</source>
                   2263: <target dist='default'>home/httpd/html/adm/help/domain.manual.pdf</target>
                   2264: <categoryname>interface file</categoryname>
                   2265: <description>
                   2266: The PDF Domain Manual
                   2267: </description>
                   2268: <status>works/unverified</status>
                   2269: </file>
                   2270: <file>
1.371     albertel 2271:   <source>loncom/html/adm/help/ext_examples.html</source>
                   2272:   <target dist='default'>home/httpd/html/adm/help/ext_examples.html</target>
                   2273:   <categoryname>interface file</categoryname>
                   2274:   <description>
                   2275:     Examples for using &EXT in HTML
                   2276:   </description>
                   2277: </file>
                   2278: <file>
                   2279:   <source>loncom/html/adm/help/ext_examples.html.meta</source>
                   2280:   <target dist='default'>home/httpd/html/adm/help/ext_examples.html.meta</target>
                   2281:   <categoryname>interface file</categoryname>
                   2282:   <description>
                   2283:     Examples for using &EXT in HTML metadata
                   2284:   </description>
                   2285: </file>
                   2286: <file>
                   2287:   <source>loncom/html/adm/help/ext_examples.library</source>
                   2288:   <target dist='default'>home/httpd/html/adm/help/ext_examples.library</target>
                   2289:   <categoryname>interface file</categoryname>
                   2290:   <description>
                   2291:     Examples for using &EXT library
                   2292:   </description>
                   2293: </file>
                   2294: <file>
                   2295:   <source>loncom/html/adm/help/ext_examples.library.meta</source>
                   2296:   <target dist='default'>home/httpd/html/adm/help/ext_examples.library.meta</target>
                   2297:   <categoryname>interface file</categoryname>
                   2298:   <description>
                   2299:     Examples for using &EXT library metadata
                   2300:   </description>
                   2301: </file>
                   2302: <file>
                   2303:   <source>loncom/html/adm/help/ext_examples.problem</source>
                   2304:   <target dist='default'>home/httpd/html/adm/help/ext_examples.problem</target>
                   2305:   <categoryname>interface file</categoryname>
                   2306:   <description>
                   2307:     Examples for using &EXT problem
                   2308:   </description>
                   2309: </file>
                   2310: <file>
                   2311:   <source>loncom/html/adm/help/ext_examples.problem.meta</source>
                   2312:   <target dist='default'>home/httpd/html/adm/help/ext_examples.problem.meta</target>
                   2313:   <categoryname>interface file</categoryname>
                   2314:   <description>
                   2315:     Examples for using &EXT problem metadata
                   2316:   </description>
                   2317: </file>
1.140     bowersj2 2318: <fileglob>
                   2319: <glob>*.*</glob>
                   2320: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
                   2321: <targetdir dist='default'>
                   2322: home/httpd/html/adm/help/gif/</targetdir>
1.162     harris41 2323: <categoryname>interface file</categoryname>
1.140     bowersj2 2324: <description>
                   2325: Gif files for the help system
                   2326: </description>
                   2327: <filenames>
1.360     albertel 2328: Authoring_Dynamic_Plot_Axis_Labels.gif;
                   2329: Authoring_Dynamic_Plot_Axis_Tics_border.gif;
                   2330: Authoring_Dynamic_Plot_Axis_Tics_minor.gif;
                   2331: Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif;
                   2332: Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif;
                   2333: Authoring_Dynamic_Plot_Title_X_Y_Label.gif;
1.538     albertel 2334: BT_ScreenshotCriteria.gif;
                   2335: BT_ScreenshotQuestion.gif;
                   2336: BT_ScreenshotVariable.gif;
                   2337: flowchartBridgeTask.gif;
1.360     albertel 2338: Dynamic_Replication_Change.gif;
                   2339: Dynamic_Replication_Request.gif;
                   2340: Load_Balance_Example.gif;
                   2341: LONCAPA_Network_Diagram2.gif;
                   2342: LONCAPA_Network_Diagram.gif;
                   2343: Map_Example.gif;
                   2344: Resource_Assembly.gif;
1.163     harris41 2345: authorRemote.gif;
                   2346: constructionSpace.gif;
                   2347: constructionSpaceForPublishing.gif;
                   2348: creatingANewCourse.gif;
                   2349: creatingNewProblemResource.gif;
1.566     raeburn  2350: cprv.gif;
1.163     harris41 2351: dynamic_piecewise.gif;
                   2352: dynamic_piecewise2.gif;
                   2353: dynamic_plot.gif;
                   2354: dynamic_plot2.gif;
                   2355: formulaResponse.gif;
                   2356: login.gif;
                   2357: lonhelpheader.gif;
1.192     bowersj2 2358: mainCourseDocuments.gif;
1.163     harris41 2359: mapAdvancedEditorNew.gif;
                   2360: mapClickedStart.gif;
                   2361: mapEditFirstClick.gif;
                   2362: mapEditInitial.gif;
                   2363: mapEditingButton.gif;
                   2364: mapEditorDirectoryBrowser.gif;
                   2365: mapEditorResourceChosen.gif;
                   2366: mapEditorSelection.gif;
                   2367: mapInsertResource.gif;
                   2368: mapNewResource.gif;
                   2369: mapSecondWindowSecondResource.gif;
                   2370: mapSimpleEditor.gif;
                   2371: mapStraightened.gif;
                   2372: mapTwoResources.gif;
                   2373: numericalResponse1.gif;
                   2374: numericalResponseEditor.gif;
                   2375: numericalResponseSlopeProblem.gif;
                   2376: numericalResponseVarInText.gif;
                   2377: optionResponseEditing.gif;
                   2378: optionResponseProblem.gif;
1.568     raeburn  2379: pref.gif;
1.163     harris41 2380: publishMetadata.gif;
                   2381: radioResponse2.gif;
                   2382: radioResponseHint.gif;
                   2383: smallHelp.gif;
                   2384: spreadsheet_hierarchy.gif;
                   2385: stringResponseEditor.gif;
1.548     www      2386: studentInterface.gif;
                   2387: iclicker.gif;
                   2388: interwrite1.gif;
                   2389: interwrite2.gif;
                   2390: interwrite3.gif;
                   2391: interwrite4.gif;
                   2392: interwrite5.gif;
1.140     bowersj2 2393: </filenames>
                   2394: </fileglob>
                   2395: <fileglob>
                   2396: <glob>*.*</glob>
                   2397: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
                   2398: <targetdir dist='default'>
                   2399: home/httpd/html/adm/help/eps/</targetdir>
1.162     harris41 2400: <categoryname>interface file</categoryname>
1.140     bowersj2 2401: <description>
                   2402: EPS files for the help system
                   2403: </description>
                   2404: <filenames>
1.360     albertel 2405: Authoring_Dynamic_Plot_Axis_Labels.eps;
                   2406: Authoring_Dynamic_Plot_Axis_Tics_border.eps;
                   2407: Authoring_Dynamic_Plot_Axis_Tics_minor.eps;
                   2408: Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps;
                   2409: Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps;
                   2410: Authoring_Dynamic_Plot_Title_X_Y_Label.eps;
1.538     albertel 2411: BT_ScreenshotCriteria.eps;
                   2412: BT_ScreenshotQuestion.eps;
                   2413: BT_ScreenshotVariable.eps;
                   2414: flowchartBridgeTask.eps;
1.360     albertel 2415: Dynamic_Replication_Change.eps;
                   2416: Dynamic_Replication_Request.eps;
                   2417: Load_Balance_Example.eps;
                   2418: LONCAPA_Network_Diagram2.eps;
                   2419: LONCAPA_Network_Diagram.eps;
                   2420: Map_Example.eps;
                   2421: Resource_Assembly.eps;
1.163     harris41 2422: authorRemote.eps;
                   2423: constructionSpace.eps;
                   2424: constructionSpaceForPublishing.eps;
                   2425: creatingANewCourse.eps;
                   2426: creatingNewProblemResource.eps;
                   2427: dynamic_piecewise.eps;
                   2428: dynamic_piecewise2.eps;
                   2429: dynamic_plot.eps;
                   2430: dynamic_plot2.eps;
                   2431: formulaResponse.eps;
                   2432: lonhelpheader.eps;
                   2433: login.eps;
1.192     bowersj2 2434: mainCourseDocuments.eps;
1.163     harris41 2435: mapAdvancedEditorNew.eps;
                   2436: mapClickedStart.eps;
                   2437: mapEditFirstClick.eps;
                   2438: mapEditInitial.eps;
                   2439: mapEditingButton.eps;
                   2440: mapEditorDirectoryBrowser.eps;
                   2441: mapEditorResourceChosen.eps;
                   2442: mapEditorSelection.eps;
                   2443: mapInsertResource.eps;
                   2444: mapNewResource.eps;
                   2445: mapSecondWindowSecondResource.eps;
                   2446: mapSimpleEditor.eps;
                   2447: mapStraightened.eps;
                   2448: mapTwoResources.eps;
                   2449: numericalResponse1.eps;
                   2450: numericalResponseEditor.eps;
                   2451: numericalResponseSlopeProblem.eps;
                   2452: numericalResponseVarInText.eps;
                   2453: optionResponseEditing.eps;
                   2454: optionResponseProblem.eps;
                   2455: publishMetadata.eps;
                   2456: radioResponse2.eps;
                   2457: radioResponseHint.eps;
                   2458: smallHelp.eps;
                   2459: spreadsheet_hierarchy.eps;
                   2460: stringResponseEditor.eps;
1.548     www      2461: studentInterface.eps;
                   2462: iclicker.eps;
                   2463: interwrite1.eps;
                   2464: interwrite2.eps;
                   2465: interwrite3.eps;
                   2466: interwrite4.eps;
                   2467: interwrite5.eps;
1.140     bowersj2 2468: </filenames>
                   2469: </fileglob>
                   2470: <fileglob>
                   2471: <glob>*.*</glob>
                   2472: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
                   2473: <targetdir dist='default'>
                   2474: home/httpd/html/adm/help/tex/</targetdir>
1.162     harris41 2475: <categoryname>interface file</categoryname>
1.140     bowersj2 2476: <description>
                   2477: Tex files for the help system
                   2478: </description>
                   2479: <filenames>
1.163     harris41 2480: About_Authors_Manual.tex;
1.321     www      2481: About_Bombs.tex;
1.276     bowersj2 2482: About_Communication.tex;
                   2483: About_Developers_Manual.tex;
1.163     harris41 2484: About_Numerical_and_Formula_Response.tex;
1.519     albertel 2485: About_Symbs.tex;
1.350     www      2486: all_functions_table.tex;
1.371     albertel 2487: adaptive_hints.tex;
1.361     www      2488: Additional_Help.tex;
1.163     harris41 2489: Ambiguous_Reference.tex;
1.309     matthew  2490: Analysis_Analyze_Over.tex;
1.350     www      2491: Analyze_Problem.tex;
1.461     albertel 2492: Answer_Date.tex;
1.278     bowersj2 2493: Annotation.tex;
1.276     bowersj2 2494: Authentication.tex;
1.427     www      2495: Auth_Options.tex;
1.163     harris41 2496: Authoring_Adding_Pictures.tex;
1.248     bowersj2 2497: Authoring_DataResponse.tex;
1.350     www      2498: Authoring_Dynamic_Plot_Axes.tex;
1.461     albertel 2499: Authoring_Dynamic_Plot_Color_Selection.tex;
1.350     www      2500: Authoring_Dynamic_Plot_Curve_Data.tex;
                   2501: Authoring_Dynamic_Plot_Curve_Function.tex;
                   2502: Authoring_Dynamic_Plot_Curve.tex;
                   2503: Authoring_Dynamic_Plot_Gnuplot.tex;
                   2504: Authoring_Dynamic_Plot_Key.tex;
                   2505: Authoring_Dynamic_Plot_Label.tex;
                   2506: Authoring_Dynamic_Plot_Linestyle.tex;
1.163     harris41 2507: Authoring_Dynamic_Plot.tex;
1.350     www      2508: Authoring_Dynamic_Plot_Tics.tex;
                   2509: Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
1.248     bowersj2 2510: Authoring_ExternalResponse.tex;
                   2511: Authoring_Foil_Structure_Tags.tex;
1.350     www      2512: Authoring_Hint_Tags.tex;
1.163     harris41 2513: Authoring_HTML_vs_Tex.tex;
1.248     bowersj2 2514: Authoring_ImageResponse.tex;
                   2515: Authoring_Input_Tags.tex;
                   2516: Authoring_Internal_Tags.tex;
1.493     www      2517: Authoring_Intro.tex;
1.163     harris41 2518: Authoring_M_Tag.tex;
1.248     bowersj2 2519: Authoring_NumericalResponse.tex;
                   2520: Authoring_OptionResponse.tex;
                   2521: Authoring_Output_Tags.tex;
1.254     bowersj2 2522: Authoring_Pictures_EPS.tex;
1.163     harris41 2523: Authoring_Piecewise_Plot.tex;
1.248     bowersj2 2524: Authoring_RadiobuttonResponse.tex;
                   2525: Authoring_Response_Attributes.tex;
1.350     www      2526: Authoring_Responseparam_Parameter.tex;
1.248     bowersj2 2527: Authoring_Response_Tag_Intro.tex;
                   2528: Authoring_Scripting_Tags.tex;
1.490     albertel 2529: Authoring_Spreadsheet.tex;
1.248     bowersj2 2530: Authoring_Structure_Tags.tex;
                   2531: Authoring_XML_Intro.tex;
1.350     www      2532: Author_LON-CAPA_Introduction.tex;
                   2533: Author_Manual_Title_Page.tex;
                   2534: Author_Numerical_and_Formula.tex;
                   2535: Author_Remote_Control.tex;
1.499     raeburn  2536: Batch_Creation.tex;
1.278     bowersj2 2537: Bookmarks.tex;
1.554     albertel 2538: BridgeTask_About.tex;
                   2539: BridgeTask_Conditions.tex;
                   2540: BridgeTask_Create.tex;
                   2541: BridgeTask_EditModeFinishing.tex;
                   2542: BridgeTask_EditModeIntroduction.tex;
                   2543: BridgeTask_EditModeQuestion.tex;
                   2544: BridgeTask_EditMode.tex;
                   2545: BridgeTask_EditModeVariable.tex;
                   2546: BridgeTask_Features.tex;
                   2547: BridgeTask_Intro.tex;
                   2548: BridgeTask_Portfolio.tex;
                   2549: BridgeTask_SetupResource.tex;
                   2550: BridgeTask_Slot.tex;
                   2551: BridgeTask_XMLFinishing.tex;
                   2552: BridgeTask_XMLHeader.tex;
                   2553: BridgeTask_XMLQuestions.tex;
                   2554: BridgeTask_XML.tex;
                   2555: BridgeTask_XMLVariable.tex;
1.461     albertel 2556: Browsing_Resources.tex;
1.278     bowersj2 2557: Bugzilla.tex;
1.267     www      2558: Caching.tex;
1.246     bowersj2 2559: Calendar_Add_Announcement.tex;
                   2560: Calendar_Remove_Announcement.tex;
1.163     harris41 2561: Calling_Functions.tex;
1.350     www      2562: CAPA_LON-CAPA_function_diffs.tex;
1.276     bowersj2 2563: Cascading_Parameters.tex;
1.461     albertel 2564: Catalog_Info.tex;
1.278     bowersj2 2565: Change_Colors.tex;
                   2566: Change_Password.tex;
1.249     matthew  2567: Chart_Description.tex;
1.374     albertel 2568: Change_Discussion_Display.tex;
1.461     albertel 2569: Chart_Enrollment_Status.tex;
1.249     matthew  2570: Chart_Output_Data.tex;
                   2571: Chart_Output_Formats.tex;
1.461     albertel 2572: Chart_Sections.tex;
                   2573: Chart_Sequences.tex;
                   2574: Chart_Student_Data.tex;
1.276     bowersj2 2575: Chatting.tex;
1.548     www      2576: Clicker_Registration.tex;
1.163     harris41 2577: Coauthor.tex;
                   2578: Construction_Space_Overview.tex;
1.493     www      2579: Contextual_Help.tex;
1.276     bowersj2 2580: Course_Add_Other.tex;
1.163     harris41 2581: Course_Add_Student.tex;
1.461     albertel 2582: Course_Automated_Enrollment.tex;
1.278     bowersj2 2583: Course_Broadcast_Message.tex;
                   2584: Course_Change_Privileges.tex;
1.163     harris41 2585: Course_Chart_To_Excel.tex;
1.254     bowersj2 2586: Course_Chat.tex;
1.163     harris41 2587: Course_Convert_To_CSV.tex;
1.493     www      2588: Course_Coordination_Intro.tex;
1.163     harris41 2589: Course_Create_Class_List.tex;
                   2590: Course_Critical_Message.tex;
                   2591: Course_Deleting.tex;
                   2592: Course_Disable_Discussion.tex;
                   2593: Course_Discussion_Board.tex;
                   2594: Course_Drop_Student.tex;
                   2595: Course_Edit_Content.tex;
1.276     bowersj2 2596: Course_Editing_Custom_Roles.tex;
1.461     albertel 2597: Course_Environment.tex;
1.278     bowersj2 2598: Course_Extending_Due_Dates.tex;
1.254     bowersj2 2599: Course_Face_To_Face_Records.tex;
1.163     harris41 2600: Course_Feedback_Addresses.tex;
                   2601: Course_Homework_Performance_Overview.tex;
1.350     www      2602: Course_Manually_Grade_Problem.tex;
1.197     albertel 2603: Course_Manual_Title_Page.tex;
1.566     raeburn  2604: Course_Manage_Group.tex;
1.264     bowersj2 2605: Course_Maximum_Collaborators.tex;
1.163     harris41 2606: Course_Message_Access.tex;
1.254     bowersj2 2607: Course_Modify_Student_Data.tex;
1.264     bowersj2 2608: Course_Parameter_Levels.tex;
1.461     albertel 2609: Course_Parameter_Table_Mode.tex;
1.163     harris41 2610: Course_Problem_Weight.tex;
1.254     bowersj2 2611: Course_Set_Start_End_Date.tex;
1.163     harris41 2612: Course_Setting_Parameters.tex;
                   2613: Course_Student_Grade_Override.tex;
                   2614: Course_Student_Work.tex;
                   2615: Course_Toplevel_Seq.tex;
1.254     bowersj2 2616: Course_User_Evaluation.tex;
1.264     bowersj2 2617: Course_User_Parameter.tex;
1.278     bowersj2 2618: Course_View_Class_List.tex;
1.248     bowersj2 2619: Create_Course.tex;
1.163     harris41 2620: Creating_A_Course_Intro.tex;
1.499     raeburn  2621: Creating_Groups.tex;
1.163     harris41 2622: Creating_New_Content_Pages.tex;
                   2623: Creating_Online_Problems.tex;
                   2624: Creating_Radio_Response_Problems.tex;
1.496     www      2625: Custom_Response_Problems.tex;
1.276     bowersj2 2626: Developer_Manual_Title_Page.tex;
                   2627: Developer_Tutorial.tex;
1.461     albertel 2628: Distribute_Messages.tex;
1.264     bowersj2 2629: Docs_About_Bulletin_Board.tex;
1.517     raeburn  2630: Docs_About_Group_Files.tex; 
1.264     bowersj2 2631: Docs_About_My_Personal_Info.tex;
                   2632: Docs_About_Simple_Page.tex;
                   2633: Docs_About_Syllabus.tex;
1.200     bowersj2 2634: Docs_Adding_Course_Doc.tex;
                   2635: Docs_Adding_External_Resource.tex;
                   2636: Docs_Adding_Folders.tex;
1.400     albertel 2637: Docs_Adding_Pages.tex;
1.278     bowersj2 2638: Docs_Adding_Syllabus.tex;
1.264     bowersj2 2639: Docs_Alternatives.tex;
1.365     www      2640: Docs_Check_Resource_Versions.tex;
1.200     bowersj2 2641: Docs_Creating_From_Template.tex;
1.365     www      2642: Docs_Dump_Course_Docs.tex;
1.451     raeburn  2643: Docs_Export_Course_Docs.tex;
1.264     bowersj2 2644: Docs_Editing_Templated_Pages.tex;
1.365     www      2645: Docs_Essay.tex;
1.200     bowersj2 2646: Docs_Importing_LON-CAPA_Resource.tex;
1.268     bowersj2 2647: Docs_Load_Map.tex;
1.200     bowersj2 2648: Docs_Main_Course_Documents.tex;
                   2649: Docs_Navigate_Content.tex;
1.365     www      2650: Docs_Option_Response.tex;
1.200     bowersj2 2651: Docs_Overview.tex;
1.365     www      2652: Docs_Radio.tex;
1.265     bowersj2 2653: Docs_Score_Upload_Form.tex;
1.365     www      2654: Docs_Search.tex;
                   2655: Docs_Simple_Problem.tex;
                   2656: Docs_String_Response.tex;
1.200     bowersj2 2657: Docs_Supplemental.tex;
                   2658: Docs_Uploading_From_Harddrive.tex;
1.365     www      2659: Docs_Verify_Content.tex;
1.461     albertel 2660: Due_Date.tex;
1.365     www      2661: Edit_Syllabus.tex;
1.493     www      2662: Error.tex;
1.554     albertel 2663: exam_answers.tex;
1.372     albertel 2664: exam_basics.tex;
1.554     albertel 2665: exam_build.tex;
                   2666: exam_disable_com.tex;
                   2667: exam_how_scored.tex;
                   2668: exam_parameters.tex;
                   2669: exam_printing.tex;
                   2670: exam_question_type.tex;
                   2671: exam_scoring.tex;
1.365     www      2672: Exploring_Your_Course.tex;
1.461     albertel 2673: Feedback_Author.tex;
                   2674: Feedback_Content.tex;
                   2675: Feedback_Discuss_Anon.tex;
                   2676: Feedback_Discussion.tex;
                   2677: Feedback_Policy.tex;
1.276     bowersj2 2678: Finding_Resources.tex;
1.163     harris41 2679: Foils.tex;
1.572     www      2680: Formula_Answers.tex;
1.248     bowersj2 2681: Formula_Response_Adv_Intro.tex;
1.163     harris41 2682: Formula_Response_Example.tex;
                   2683: Formula_Response_Limitations.tex;
                   2684: Formula_Response_Problems.tex;
                   2685: Formula_Response_Sampling.tex;
                   2686: Formula_Tolerance.tex;
1.187     www      2687: General_Intro.tex;
1.330     www      2688: Generation.tex;
1.461     albertel 2689: Grade_All.tex;
                   2690: Grade_Intro.tex;
                   2691: Grade_One.tex;
                   2692: Grade_Scantron.tex;
                   2693: Grade_Sequence.tex;
                   2694: Grade_Upload.tex;
                   2695: Grade_Verify.tex;
1.331     www      2696: GradingOptions.tex;
1.219     albertel 2697: Greek_Symbols.tex;
1.276     bowersj2 2698: Guts_Apache_Env.tex;
                   2699: Guts_Apache_Modules.tex;
1.350     www      2700: Guts_Apache.tex;
1.276     bowersj2 2701: Guts_Authentication.tex;
                   2702: Guts_Authoring.tex;
                   2703: Guts_Coding_Guidelines.tex;
                   2704: Guts_Course_Dir.tex;
                   2705: Guts_User_Dir.tex;
1.365     www      2706: Help.tex;
                   2707: Helper_Course_Initialization.tex;
1.163     harris41 2708: How_To_Edit_Existing_Content_Pages.tex;
1.276     bowersj2 2709: Latex_Footer.tex;
                   2710: Latex_Header.tex;
1.254     bowersj2 2711: Leaving_Feedback.tex;
1.163     harris41 2712: Login_To_LON-CAPA.tex;
1.521     www      2713: Math_Response_Problems.tex;
1.163     harris41 2714: Metadata_Description.tex;
1.365     www      2715: Navigation_Screen.tex;
1.178     bowersj2 2716: Navmap_Host_Down.tex;
1.376     raeburn  2717: NavMaps_MarkPosts_Read.tex;
1.163     harris41 2718: Numerical_Response_Advanced_Example.tex;
                   2719: Numerical_Response_Format.tex;
1.350     www      2720: Numerical_Response_Introduction.tex;
1.163     harris41 2721: Numerical_Response_Intro.tex;
                   2722: Numerical_Response_Parts_A.tex;
                   2723: Numerical_Response_Parts_B.tex;
                   2724: Numerical_Response_Problems.tex;
                   2725: Numerical_Response_Randomization.tex;
                   2726: Numerical_Response_Simple_Example.tex;
                   2727: Numerical_Response_Tutorial_A.tex;
                   2728: Numerical_Response_Units.tex;
1.371     albertel 2729: numerical_wrong_answers.tex;
1.461     albertel 2730: Open_Date.tex;
1.163     harris41 2731: Option_Response_Concept_Group_Example.tex;
                   2732: Option_Response_Matching_Example.tex;
                   2733: Option_Response_Problem_Creation.tex;
                   2734: Option_Response_Problem_Figure.tex;
                   2735: Option_Response_Problem_Parts.tex;
                   2736: Option_Response_Problems.tex;
                   2737: Option_Response_Simple.tex;
1.219     albertel 2738: Other_Symbols.tex;
1.561     albertel 2739: Parameter_encrypturl.tex;
1.461     albertel 2740: Parameter_Helper.tex;
1.495     www      2741: Parameter_Manager.tex;
1.461     albertel 2742: Parameter_Overview.tex;
1.194     albertel 2743: Part_Tag_Edit_Help.tex;
1.264     bowersj2 2744: Personal_Info_Page.tex;
1.248     bowersj2 2745: Physical_Units.tex;
1.519     albertel 2746: Portfolio_About.tex;
                   2747: Portfolio_AddFiles.tex;
                   2748: Portfolio_Catalog.tex;
                   2749: Portfolio_ChangeDirectory.tex;
                   2750: Portfolio_CreateDirectory.tex;
                   2751: Portfolio_DeleteFile.tex;
                   2752: Portfolio_FileAction.tex;
                   2753: Portfolio_FileList.tex;
                   2754: Portfolio_OpenFile.tex;
                   2755: Portfolio_RenameFile.tex;
                   2756: Portfolio_ShareFile_ChangeSetting.tex;
1.561     albertel 2757: Portfolio_ShareFile_Conditional.tex;
1.519     albertel 2758: Portfolio_ShareFile_SetAccess.tex;
                   2759: Portfolio_ShareFile_StopAccess.tex;
                   2760: Portfolio_ShareFile.tex;
1.361     www      2761: Prefs_About_Me.tex;
1.254     bowersj2 2762: Prefs_Forwarding.tex;
1.361     www      2763: Prefs_Language.tex;
1.568     raeburn  2764: Prefs_Messages.tex;
1.569     raeburn  2765: Prefs_Notification.tex;
1.254     bowersj2 2766: Prefs_Screen_Name_Nickname.tex;
1.461     albertel 2767: Print_Library.tex;
1.388     sakharuk 2768: Print_Options.tex;
1.278     bowersj2 2769: Print_Resource.tex;
1.453     foxr     2770: Print_Tricks.tex;
1.163     harris41 2771: Problem_Editor_Testing_Area.tex;
                   2772: Problem_Editor_XML_Index.tex;
1.248     bowersj2 2773: Problem_LON-CAPA_Functions.tex;
1.405     foxr     2774: Problem_LON-CAPA_Image_Options.tex;
1.461     albertel 2775: Problem_Parameters.tex;
1.163     harris41 2776: Problem_Types.tex;
                   2777: Publishing_A_Resource.tex;
                   2778: Publishing_Author_Tutorial_Segue.tex;
                   2779: Publishing_Copyright.tex;
                   2780: Publishing_Intro.tex;
                   2781: Publishing_Keywords.tex;
1.461     albertel 2782: Quick_Grades_Description.tex;
1.191     bowersj2 2783: Quick_Grades_Possibly_Correct.tex;
1.163     harris41 2784: Radio_Response_Problems.tex;
                   2785: Radio_Response_Randomization.tex;
1.248     bowersj2 2786: Ranking_Problems.tex;
1.266     www      2787: Receipt.tex;
1.361     www      2788: Remote_Menu.tex;
1.276     bowersj2 2789: Resource_Discussion.tex;
1.163     harris41 2790: Resource_Types.tex;
1.276     bowersj2 2791: Roles_About.tex;
1.361     www      2792: Roles_Screen.tex;
1.248     bowersj2 2793: Script_Functions.tex;
1.350     www      2794: Scripting_Help.tex;
1.163     harris41 2795: Script_Tutorial_Intro.tex;
1.248     bowersj2 2796: Script_Variables.tex;
1.360     albertel 2797: Search_Advanced.tex;
                   2798: Search_Basic.tex;
                   2799: Searching.tex;
1.278     bowersj2 2800: Sending_Email.tex;
1.163     harris41 2801: Sequence_Advanced_Editor_Creation.tex;
                   2802: Sequence_Definition.tex;
                   2803: Sequence_Editor_Selection.tex;
                   2804: Sequence_Page_Maps.tex;
                   2805: Sequence_Simple_Editor_Creation.tex;
                   2806: Sequence_Top-Level.tex;
                   2807: Significant_Figures.tex;
1.519     albertel 2808: Slot_About.tex;
                   2809: Slot_AddInterface.tex;
                   2810: Slot_ChoosingResources.tex;
                   2811: Slot_CommaDelimited.tex;
                   2812: Slot_EditDelete.tex;
                   2813: Slot_OptionalAttributes.tex;
                   2814: Slot_RequiredAttributes.tex;
1.553     albertel 2815: Slot_ResourceParameter.tex;
1.519     albertel 2816: Slot_RestrictAvailibility.tex;
                   2817: Slot_SelectingField.tex;
                   2818: Slot_SpecifyProctors.tex;
1.586     www      2819: Some_Items_Were_Not_Submitted.tex;
1.278     bowersj2 2820: Spreadsheet_About.tex;
1.279     matthew  2821: Spreadsheet_Calculation.tex;
                   2822: Spreadsheet_Calculation_Time.tex;
                   2823: Spreadsheet_Cell_Editing.tex;
                   2824: Spreadsheet_Editing.tex;
1.278     bowersj2 2825: Spreadsheet_Export_Row.tex;
1.279     matthew  2826: Spreadsheet_Files.tex;
1.278     bowersj2 2827: Spreadsheet_Functions.tex;
1.279     matthew  2828: Spreadsheet_Hierarchy.tex;
                   2829: Spreadsheet_HowTo_Assessments.tex;
                   2830: Spreadsheet_HowTo.tex;
                   2831: Spreadsheet_Layout.tex;
1.278     bowersj2 2832: Spreadsheet_Levels.tex;
                   2833: Spreadsheet_Max_Depth_Exceeded.tex;
                   2834: Spreadsheet_Parms.tex;
                   2835: Spreadsheet_Problem_Weight.tex;
1.279     matthew  2836: Spreadsheet_Referencing_Cells.tex;
                   2837: Spreadsheet_Referencing_Parameters.tex;
                   2838: Spreadsheet_Row_Numbers.tex;
                   2839: Spreadsheet_Student_View.tex;
1.278     bowersj2 2840: Spreadsheet_Student_Visible.tex;
                   2841: Spreadsheet_Template_Row.tex;
                   2842: Spreadsheet_Ternary_Operator.tex;
                   2843: Spreadsheet_Tries.tex;
1.329     matthew  2844: Statistics_Overall_Key.tex;
1.375     matthew  2845: Statistics_Sequence.tex;
1.368     matthew  2846: Statistics_Cache.tex;
1.163     harris41 2847: String_Response_Problem_Creation.tex;
                   2848: String_Response_Problems.tex;
1.493     www      2849: Student_Intro.tex;
1.461     albertel 2850: Submission_Time_Analysis.tex;
1.248     bowersj2 2851: Syllabus_ExtLink.tex;
                   2852: Syllabus_URLs.tex;
1.461     albertel 2853: Table_Mode.tex;
1.491     albertel 2854: Testbank_Formatting.tex;
1.392     sakharuk 2855: TEXDropEmptyColumns_attribute.tex;
1.399     albertel 2856: TEXitemgroupwidth_attribute.tex;
1.400     albertel 2857: TEXitemgroup_attribute.tex;
1.392     sakharuk 2858: TEXlayout_attribute.tex;
1.388     sakharuk 2859: TEXsize_attribute.tex;
1.392     sakharuk 2860: TEXtype_attribute.tex;
1.389     sakharuk 2861: TEXwidth_attribute.tex;
1.461     albertel 2862: Tries.tex;
1.163     harris41 2863: Tolerance.tex;
1.248     bowersj2 2864: Uploaded_Templates_PublicView.tex;
                   2865: Uploaded_Templates_TextBoxes.tex;
1.491     albertel 2866: Uploading_File_Options.tex;
1.163     harris41 2867: Variable_Naming_Conventions.tex;
                   2868: Variables_in_Scripts.tex;
                   2869: Variables_in_the_Answer_Block.tex;
1.248     bowersj2 2870: Variables_in_the_Text_Block.tex;
1.350     www      2871: Variable_Tutorial_A.tex;
1.461     albertel 2872: View_All_Messages.tex;
                   2873: View_Critical_Messages.tex;
1.502     albertel 2874: View_recent_activity.tex;
1.276     bowersj2 2875: What_Is_LON-CAPA.tex;
                   2876: Why_LON-CAPA.tex;
1.317     www      2877: </filenames>
                   2878: </fileglob>
                   2879: <fileglob>
                   2880: <glob>*.*</glob>
1.485     www      2881: <sourcedir>loncom/html/adm/help/tex/de/</sourcedir>
                   2882: <targetdir dist='default'>
                   2883: home/httpd/html/adm/help/tex/de/</targetdir>
                   2884: <categoryname>interface file</categoryname>
                   2885: <description>
                   2886: German Tex files for the help system
                   2887: </description>
                   2888: <filenames>
1.518     www      2889: About_Bombs.tex;
                   2890: About_Communication.tex;
1.573     raeburn  2891: Contextual_Help.tex;
1.578     bisitz   2892: Cascading_Parameters.tex;
1.575     bisitz   2893: Docs_About_Bulletin_Board.tex;
1.573     raeburn  2894: Docs_About_Group_Files.tex;
1.575     bisitz   2895: Docs_About_My_Personal_Info.tex;
                   2896: Docs_About_Simple_Page.tex;
                   2897: Docs_About_Syllabus.tex;
1.573     raeburn  2898: Docs_Adding_Course_Doc.tex;
                   2899: Docs_Adding_Folders.tex;
1.575     bisitz   2900: Docs_Editing_Templated_Pages.tex;
                   2901: Docs_Navigate_Content.tex;
                   2902: Docs_Score_Upload_Form.tex;
                   2903: Docs_Verify_Content.tex;
1.573     raeburn  2904: General_Intro.tex;
                   2905: Navigation_Screen.tex;
1.578     bisitz   2906: Parameter_Overview.tex;
                   2907: Problem_Parameters.tex;
1.571     bisitz   2908: Quick_Grades_Possibly_Correct.tex;
1.575     bisitz   2909: Ranking_Problems.tex;
1.578     bisitz   2910: Search_Advanced.tex;
                   2911: Search_Basic.tex;
1.573     raeburn  2912: Student_Intro.tex;
1.578     bisitz   2913: Syllabus_ExtLink.tex;
                   2914: Table_Mode.tex;
1.485     www      2915: Tries.tex;
1.575     bisitz   2916: Uploaded_Templates_PublicView.tex;
                   2917: Uploaded_Templates_TextBoxes.tex;
1.485     www      2918: </filenames>
                   2919: </fileglob>
                   2920: <fileglob>
                   2921: <glob>*.*</glob>
1.317     www      2922: <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
                   2923: <targetdir dist='default'>
                   2924: home/httpd/html/adm/help/tex/ru/</targetdir>
                   2925: <categoryname>interface file</categoryname>
                   2926: <description>
                   2927: Russian Tex files for the help system
                   2928: </description>
                   2929: <filenames>
                   2930: About_Authors_Manual.tex;
1.319     www      2931: About_Communication.tex;
1.324     sakharuk 2932: About_Developers_Manual.tex;
1.319     www      2933: About_Numerical_and_Formula_Response.tex;
1.334     sakharuk 2934: CAPA_LON-CAPA_function_diffs.tex;
1.360     albertel 2935: Course_Maximum_Collaborators.tex;
1.324     sakharuk 2936: Course_Set_Start_End_Date.tex;
1.319     www      2937: Creating_A_Course_Intro.tex;
1.324     sakharuk 2938: Other_Symbols.tex;
1.319     www      2939: Physical_Units.tex;
1.317     www      2940: Print_Resource.tex;
1.324     sakharuk 2941: Authoring_Adding_Pictures.tex;
1.140     bowersj2 2942: </filenames>
                   2943: </fileglob>
                   2944: <file>
                   2945: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
                   2946: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162     harris41 2947: <categoryname>interface file</categoryname>
1.140     bowersj2 2948: <description>
                   2949: A gdbm file containing a label->tex file hash.
1.15      harris41 2950: </description>
                   2951: <status>works/unverified</status>
1.487     albertel 2952: <build trigger='always run'>
                   2953: loncom/build/rebuild_label_hash.sh
                   2954: </build>
                   2955: <dependencies>
                   2956: rebuild_label_hash.sh
                   2957: </dependencies>
1.15      harris41 2958: </file>
1.407     albertel 2959: <fileglob>
                   2960:   <glob>*</glob>
                   2961:   <sourcedir>loncom/html/adm/fonts/</sourcedir>
                   2962:   <targetdir dist='default'>home/httpd/html/adm/fonts/</targetdir>
                   2963:   <categoryname>interface file</categoryname>
                   2964:   <description>
                   2965:     Fonts for convertjme.pl
                   2966:   </description>
                   2967:   <filenames>
                   2968: AUTHORS;
                   2969: BUGS;
                   2970: DejaVuSerif-Roman.ttf;
1.552     albertel 2971: DejaVuSansMono-Bold.ttf;
1.551     albertel 2972: DejaVuSans.pfb;
                   2973: DejaVuSans.ttf;
                   2974: DejaVuSerif.pfb;
                   2975: DejaVuSerif.ttf;
1.407     albertel 2976: LICENSE;
                   2977: NEWS;
                   2978: README;
                   2979: status.txt;
1.551     albertel 2980: unicover.txt;
1.407     albertel 2981:   </filenames>
                   2982: </fileglob>
1.15      harris41 2983: <file>
1.7       harris41 2984: <source>loncom/interface/lonstatistics.pm</source>
                   2985: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
                   2986: <categoryname>handler</categoryname>
                   2987: <description>
                   2988: Handler to show statistics on solving LON-CAPA problems.
1.326     matthew  2989: </description>
                   2990: <status>works/unverified</status>
                   2991: </file>
                   2992: <file>
                   2993: <source>loncom/interface/statistics/lonstathelpers.pm</source>
                   2994: <target dist='default'>home/httpd/lib/perl/Apache/lonstathelpers.pm</target>
1.370     albertel 2995: <categoryname>handler</categoryname>
1.326     matthew  2996: <description>
                   2997: Utility module for statistics and data mining.
1.144     stredwic 2998: </description>
                   2999: <status>works/unverified</status>
                   3000: </file>
                   3001: <file>
1.400     albertel 3002: <source>loncom/interface/lontrackstudent.pm</source>
                   3003: <target dist='default'>home/httpd/lib/perl/Apache/lontrackstudent.pm</target>
                   3004: <categoryname>handler</categoryname>
                   3005: <description>
                   3006: Handler to parse and analyze activity.log
                   3007: </description>
                   3008: <status>works/unverified</status>
                   3009: </file>
                   3010: <file>
1.144     stredwic 3011: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162     harris41 3012: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
                   3013: </target>
1.144     stredwic 3014: <categoryname>handler</categoryname>
                   3015: <description>
1.162     harris41 3016: The module that generate the html for the Problem Statistics web pages.
1.338     matthew  3017: </description>
                   3018: </file>
                   3019: <file>
1.366     matthew  3020: <source>loncom/interface/statistics/lonsurveyreports.pm</source>
                   3021: <target dist='default'>home/httpd/lib/perl/Apache/lonsurveyreports.pm
                   3022: </target>
1.370     albertel 3023: <categoryname>handler</categoryname>
1.366     matthew  3024: <description>
                   3025: Gives instructors access to compiled survey results.
                   3026: </description>
                   3027: </file>
                   3028: <file>
1.338     matthew  3029: <source>loncom/interface/statistics/lonstudentsubmissions.pm</source>
                   3030: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentsubmissions.pm
                   3031: </target>
                   3032: <categoryname>handler</categoryname>
                   3033: <description>
                   3034: Generates excel file containing student submissions and correct answers.
1.332     matthew  3035: </description>
                   3036: </file>
                   3037: <file>
                   3038: <source>loncom/interface/statistics/loncorrectproblemplot.pm</source>
                   3039: <target dist='default'>home/httpd/lib/perl/Apache/loncorrectproblemplot.pm
                   3040: </target>
                   3041: <categoryname>handler</categoryname>
                   3042: <description>
                   3043: The module that generate the html for the correct problems plot web pages.
1.169     stredwic 3044: </description>
                   3045: <status>works/unverified</status>
                   3046: </file>
                   3047: <file>
                   3048: <source>loncom/interface/statistics/lonpercentage.pm</source>
                   3049: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
                   3050: </target>
                   3051: <categoryname>handler</categoryname>
                   3052: <description>
                   3053: The module that generate the html for the Percentage graph web pages.
1.144     stredwic 3054: </description>
                   3055: <status>works/unverified</status>
                   3056: </file>
                   3057: <file>
                   3058: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162     harris41 3059: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
                   3060: </target>
1.144     stredwic 3061: <categoryname>handler</categoryname>
                   3062: <description>
1.296     matthew  3063: This module provides detailed analysis and raw data for submissions of various problem types.
                   3064: </description>
                   3065: <status>works/unverified</status>
                   3066: </file>
                   3067: <file>
1.470     albertel 3068:   <source>loncom/interface/statistics/longradinganalysis.pm</source>
                   3069:   <target dist='default'>home/httpd/lib/perl/Apache/longradinganalysis.pm</target>
                   3070:   <categoryname>handler</categoryname>
                   3071:   <description>
                   3072:     This module provides detailed analysis and raw data for submissions of various problem types.
                   3073:   </description>
                   3074:   <status>works/unverified</status>
                   3075: </file>
                   3076: <file>
1.296     matthew  3077: <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
                   3078: <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
                   3079: </target>
                   3080: <categoryname>handler</categoryname>
                   3081: <description>
                   3082: This module produces plots of the times of students attempts on an assessment.
1.144     stredwic 3083: </description>
                   3084: <status>works/unverified</status>
                   3085: </file>
                   3086: <file>
                   3087: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162     harris41 3088: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
                   3089: </target>
1.144     stredwic 3090: <categoryname>handler</categoryname>
                   3091: <description>
                   3092: The module that generate the html for the Student Assessment/Chart web pages.
1.7       harris41 3093: </description>
                   3094: <status>works/unverified</status>
                   3095: </file>
                   3096: <file>
1.428     raeburn  3097: <source>loncom/interface/lonwhatsnew.pm</source>
                   3098: <target dist='default'>home/httpd/lib/perl/Apache/lonwhatsnew.pm
                   3099: </target>
                   3100: <categoryname>handler</categoryname>
                   3101: <description>
                   3102: Handler to display items in course requiring action.
                   3103: </description>
                   3104: <status>works/unverified</status>
                   3105: </file>
                   3106: <file>
1.5       harris41 3107: <source>loncom/publisher/londiff.pm</source>
                   3108: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
                   3109: <categoryname>handler</categoryname>
                   3110: <description>
                   3111: Handler to show difference between two files.
1.221     www      3112: </description>
                   3113: <status>works/unverified</status>
                   3114: </file>
                   3115: <file>
                   3116: <source>loncom/publisher/lonrights.pm</source>
                   3117: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
                   3118: <categoryname>handler</categoryname>
                   3119: <description>
                   3120: Handler to show and edit custom distribution rights
1.5       harris41 3121: </description>
                   3122: <status>works/unverified</status>
1.4       harris41 3123: </file>
                   3124: <file>
1.5       harris41 3125: <source>loncom/publisher/lonupload.pm</source>
                   3126: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
                   3127: <categoryname>handler</categoryname>
                   3128: <description>
                   3129: Handler to upload files through browser into construction space.
                   3130: </description>
                   3131: <status>works/unverified</status>
1.4       harris41 3132: </file>
                   3133: <file>
1.76      harris41 3134: <source>doc/man/Apache__lonupload.3</source>
                   3135: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83      harris41 3136: <categoryname>doc</categoryname>
1.76      harris41 3137: <description>man page for lonupload.pm</description>
                   3138: <build trigger='always run'>
1.115     harris41 3139: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
                   3140: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
1.76      harris41 3141: </build>
                   3142: <status>works/unverified</status>
                   3143: <dependencies>
                   3144: ../../loncom/publisher/lonupload.pm
                   3145: </dependencies>
                   3146: </file>
                   3147: <file>
1.118     harris41 3148: <source>doc/lib/perl/Apache/lonupload.html</source>
                   3149: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112     harris41 3150: </target>
1.83      harris41 3151: <categoryname>doc</categoryname>
1.76      harris41 3152: <description>POD-derived page for lonupload.pm</description>
                   3153: <build trigger='always run'>
1.115     harris41 3154: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
1.118     harris41 3155: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
                   3156: echo 'pod2html lonupload.pm'
1.76      harris41 3157: </build>
                   3158: <status>works/unverified</status>
                   3159: <dependencies>
                   3160: ../../loncom/publisher/lonupload.pm
                   3161: </dependencies>
                   3162: </file>
                   3163: <file>
1.5       harris41 3164: <source>loncom/homework/essayresponse.pm</source>
                   3165: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
                   3166: <categoryname>handler</categoryname>
                   3167: <description>
                   3168: Handler to evaluate essay (ungraded) style responses.
1.92      albertel 3169: </description>
                   3170: <status>works/unverified</status>
                   3171: </file>
                   3172: <file>
                   3173: <source>loncom/homework/externalresponse.pm</source>
                   3174: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
                   3175: <categoryname>handler</categoryname>
                   3176: <description>
                   3177: Handler to evaluate externally graded responses.
                   3178: </description>
                   3179: <status>works/unverified</status>
                   3180: </file>
                   3181: <file>
                   3182: <source>loncom/homework/loncapagrade.pm</source>
                   3183: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
                   3184: <categoryname>handler</categoryname>
                   3185: <description>
1.133     harris41 3186: Holds results and defines
                   3187: tag handlers needed by externalresponse.pm
1.5       harris41 3188: </description>
                   3189: <status>works/unverified</status>
1.4       harris41 3190: </file>
                   3191: <file>
1.461     albertel 3192:   <source>loncom/homework/gradesubmission.pl</source>
1.464     albertel 3193:   <target dist='default'>home/httpd/cgi-bin/gradesubmission.pl</target>
1.461     albertel 3194:   <categoryname>handler</categoryname>
                   3195:   <description>
                   3196: Example script for use with external response.
                   3197:   </description>
                   3198:   <status>works/unverified</status>
                   3199: </file>
                   3200: <file>
1.5       harris41 3201: <source>loncom/publisher/lonpubdir.pm</source>
                   3202: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
                   3203: <categoryname>handler</categoryname>
                   3204: <description>
                   3205: Handler to publish directories.
1.172     www      3206: </description>
                   3207: </file>
                   3208: <file>
                   3209: <source>loncom/publisher/lonunauthorized.pm</source>
                   3210: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
                   3211: <categoryname>handler</categoryname>
                   3212: <description>
                   3213: Handler to explain failed contruction space access.
1.5       harris41 3214: </description>
1.4       harris41 3215: </file>
                   3216: <file>
1.76      harris41 3217: <source>doc/man/Apache__lonpubdir.3</source>
                   3218: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83      harris41 3219: <categoryname>doc</categoryname>
1.76      harris41 3220: <description>man page for lonpubdir.pm</description>
                   3221: <build trigger='always run'>
1.115     harris41 3222: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
                   3223: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
1.76      harris41 3224: </build>
                   3225: <status>works/unverified</status>
                   3226: <dependencies>
                   3227: ../../loncom/lonnet/perl/lonnet.pm
                   3228: </dependencies>
                   3229: </file>
                   3230: <file>
1.118     harris41 3231: <source>doc/lib/perl/Apache/lonpubdir.html</source>
                   3232: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112     harris41 3233: </target>
1.83      harris41 3234: <categoryname>doc</categoryname>
1.76      harris41 3235: <description>POD-derived page for lonpubdir.pm</description>
                   3236: <build trigger='always run'>
1.115     harris41 3237: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
1.118     harris41 3238: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
                   3239: echo 'pod2html lonpubdir.pm'
1.76      harris41 3240: </build>
                   3241: <status>works/unverified</status>
                   3242: <dependencies>
                   3243: ../../loncom/publisher/lonpubdir.pm
                   3244: </dependencies>
                   3245: </file>
                   3246: <file>
1.5       harris41 3247: <source>loncom/publisher/lonretrieve.pm</source>
                   3248: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
                   3249: <categoryname>handler</categoryname>
                   3250: <description>
                   3251: Handler to retrieve old versions from resource space.
                   3252: </description>
                   3253: <status>works/unverified</status>
1.4       harris41 3254: </file>
                   3255: <file>
1.421     www      3256: <source>loncom/publisher/loncleanup.pm</source>
                   3257: <target dist='default'>home/httpd/lib/perl/Apache/loncleanup.pm</target>
                   3258: <categoryname>handler</categoryname>
                   3259: <description>
                   3260: Handler to clean up HTML files.
                   3261: </description>
                   3262: <status>works/unverified</status>
                   3263: </file>
                   3264: <file>
1.76      harris41 3265: <source>doc/man/Apache__lonretrieve.3</source>
                   3266: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83      harris41 3267: <categoryname>doc</categoryname>
1.76      harris41 3268: <description>man page for lonretrieve.pm</description>
                   3269: <build trigger='always run'>
1.115     harris41 3270: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
                   3271: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
1.76      harris41 3272: </build>
                   3273: <status>works/unverified</status>
                   3274: <dependencies>
                   3275: ../../loncom/publisher/lonretrieve.pm
                   3276: </dependencies>
                   3277: </file>
                   3278: <file>
1.118     harris41 3279: <source>doc/lib/perl/Apache/lonretrieve.html</source>
                   3280: <target dist='default'>
                   3281: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112     harris41 3282: </target>
1.83      harris41 3283: <categoryname>doc</categoryname>
1.76      harris41 3284: <description>POD-derived page for lonretrieve.pm</description>
                   3285: <build trigger='always run'>
1.115     harris41 3286: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
1.118     harris41 3287: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
                   3288: echo 'pod2html lonretrieve.pm'
1.76      harris41 3289: </build>
                   3290: <status>works/unverified</status>
                   3291: <dependencies>
                   3292: ../../loncom/publisher/lonretrieve.pm
                   3293: </dependencies>
                   3294: </file>
                   3295: <file>
1.5       harris41 3296: <source>loncom/homework/edit.pm</source>
                   3297: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
                   3298: <categoryname>handler</categoryname>
                   3299: <description>
                   3300: Helper functions when in homework edit mode.
                   3301: </description>
1.4       harris41 3302: </file>
                   3303: <file>
1.86      harris41 3304: <source>doc/man/Apache__edit.3</source>
                   3305: <target dist='default'>usr/man/man3/Apache::edit.3</target>
                   3306: <categoryname>doc</categoryname>
                   3307: <description>man page for edit.pm</description>
                   3308: <build trigger='always run'>
1.115     harris41 3309: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
1.112     harris41 3310: echo 'manifying edit.pm'
1.86      harris41 3311: </build>
                   3312: <status>works/unverified</status>
                   3313: <dependencies>
                   3314: ../../loncom/homework/edit.pm
                   3315: </dependencies>
                   3316: </file>
                   3317: <file>
1.118     harris41 3318: <source>doc/lib/perl/Apache/edit.html</source>
                   3319: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
                   3320: </target>
1.86      harris41 3321: <categoryname>doc</categoryname>
                   3322: <description>POD-derived page for edit.pm</description>
                   3323: <build trigger='always run'>
1.118     harris41 3324: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
                   3325: ../../doc/lib/perl/Apache/edit.html \
1.115     harris41 3326: &amp;&amp; echo 'pod2html edit.pm'
1.86      harris41 3327: </build>
                   3328: <status>works/unverified</status>
                   3329: <dependencies>
                   3330: ../../loncom/homework/edit.pm
                   3331: </dependencies>
                   3332: </file>
                   3333: <file>
1.5       harris41 3334: <source>loncom/interface/lonmeta.pm</source>
                   3335: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
                   3336: <categoryname>handler</categoryname>
                   3337: <description>Metadata display handler.</description>
                   3338: <status>works/unverified</status>
1.4       harris41 3339: </file>
                   3340: <file>
1.5       harris41 3341: <source>rat/lonambiguous.pm</source>
                   3342: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
                   3343: <categoryname>handler</categoryname>
                   3344: <description>
                   3345: Handler to resolve ambiguous file locations.
                   3346: </description>
                   3347: <status>works/unverified</status>
1.4       harris41 3348: </file>
                   3349: <file>
1.5       harris41 3350: <source>rat/lonratparms.pm</source>
                   3351: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
                   3352: <categoryname>handler</categoryname>
                   3353: <description>
                   3354: Handler to set resource parameters inside of the RAT based on metadata.
                   3355: </description>
                   3356: <status>works/unverified</status>
1.4       harris41 3357: </file>
                   3358: <file>
1.5       harris41 3359: <source>rat/lonsequence.pm</source>
                   3360: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
                   3361: <categoryname>handler</categoryname>
                   3362: <description>
                   3363: Handler for showing sequence objects of educational resources.
                   3364: </description>
                   3365: <status>works/unverified</status>
1.4       harris41 3366: </file>
                   3367: <file>
1.5       harris41 3368: <source>loncom/interface/loncreatecourse.pm</source>
                   3369: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
                   3370: <categoryname>handler</categoryname>
                   3371: <description>
1.72      harris41 3372: Allows domain coordinators to create new courses and assign course
                   3373: coordinators.
1.5       harris41 3374: </description>
1.10      harris41 3375: <status>works/unverified</status>
1.4       harris41 3376: </file>
                   3377: <file>
1.497     albertel 3378:   <source>loncom/interface/lonclonecourse.pm</source>
                   3379:   <target dist='default'>home/httpd/lib/perl/Apache/lonclonecourse.pm</target>
                   3380:   <categoryname>handler</categoryname>
                   3381:   <description>
                   3382: Internal routines for creating a clone of an existing course.
                   3383:   </description>
                   3384:   <status>works/unverified</status>
                   3385: </file>
                   3386: <file>
1.5       harris41 3387: <source>loncom/interface/loncreateuser.pm</source>
                   3388: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
                   3389: <categoryname>handler</categoryname>
                   3390: <description>
1.72      harris41 3391: Allows users to within their own privileges create/edit users and give
                   3392: them roles. 
1.5       harris41 3393: </description>
                   3394: <status>works/unverified</status>
1.143     stredwic 3395: </file>
                   3396: <file>
1.559     raeburn  3397: <source>loncom/interface/lonuserutils.pm</source>
                   3398: <target dist='default'>home/httpd/lib/perl/Apache/lonuserutils.pm</target>
                   3399: <categoryname>handler</categoryname>
                   3400: <description>
1.564     raeburn  3401: 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  3402: </description>
                   3403: <status>works/unverified</status>
                   3404: </file>
                   3405: <file>
1.574     raeburn  3406: <source>loncom/interface/selfenroll.pm</source>
                   3407: <target dist='default'>home/httpd/lib/perl/Apache/selfenroll.pm</target>
                   3408: <categoryname>handler</categoryname>
                   3409: <description>
                   3410: 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.
                   3411: </description>
                   3412: <status>works/unverified</status>
                   3413: </file>
                   3414: <file>
1.143     stredwic 3415: <source>loncom/interface/lonhtmlcommon.pm</source>
                   3416: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
                   3417: <categoryname>handler</categoryname>
                   3418: <description>
                   3419: Contains a set of functions that generate html controls and data layouts
1.282     www      3420: </description>
                   3421: </file>
                   3422: <file>
1.382     www      3423: <source>loncom/interface/lonspeller.pm</source>
                   3424: <target dist='default'>home/httpd/lib/perl/Apache/lonspeller.pm</target>
                   3425: <categoryname>handler</categoryname>
                   3426: <description>
                   3427: Contains a set of functions to use Aspell
                   3428: </description>
                   3429: </file>
                   3430: <file>
1.282     www      3431: <source>loncom/localize/lonlocal.pm</source>
                   3432: <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
                   3433: <categoryname>handler</categoryname>
                   3434: <description>
                   3435: Contains the &mt access function to Locale::Maketext
                   3436: </description>
                   3437: </file>
                   3438: <file>
1.476     albertel 3439:   <source>loncom/localize/lonlocalize.pm</source>
                   3440:   <target dist='default'>home/httpd/lib/perl/Apache/lonlocalize.pm</target>
                   3441:   <categoryname>handler</categoryname>
                   3442:   <description>
                   3443: handler for &mt()ing static files
                   3444:   </description>
                   3445: </file>
                   3446: <file>
1.282     www      3447: <source>loncom/localize/localize.pm</source>
                   3448: <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
                   3449: <categoryname>handler</categoryname>
                   3450: <description>
                   3451: Localization class for Locale::Maketext
1.138     stredwic 3452: </description>
                   3453: </file>
1.283     www      3454: <fileglob>
                   3455: <glob>*.pm</glob>
                   3456: <sourcedir>loncom/localize/localize/</sourcedir>
                   3457: <targetdir dist='default'>
                   3458: home/httpd/lib/perl/Apache/localize/</targetdir>
                   3459: <categoryname>static conf</categoryname>
                   3460: <description>
                   3461: Translation files.
                   3462: </description>
                   3463: <filenames>
1.285     www      3464: de.pm;
1.288     www      3465: pt.pm;
1.336     www      3466: fr.pm;
1.288     www      3467: ja.pm;
1.297     www      3468: tr.pm;
1.305     www      3469: ru.pm;
                   3470: fa.pm;
                   3471: ar.pm;
1.314     www      3472: es.pm;
1.400     albertel 3473: x_chef.pm;
1.283     www      3474: </filenames>
                   3475: </fileglob>
1.138     stredwic 3476: <file>
                   3477: <source>loncom/interface/loncoursedata.pm</source>
                   3478: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
                   3479: <categoryname>handler</categoryname>
                   3480: <description>
                   3481: Common functions for handling student course data (download and process)
1.5       harris41 3482: </description>
1.4       harris41 3483: </file>
                   3484: <file>
1.5       harris41 3485: <source>loncom/interface/loncommon.pm</source>
                   3486: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
                   3487: <categoryname>handler</categoryname>
                   3488: <description>
                   3489: Makes a table out of the previous attempts.  Inputs result_from_symbread,
1.10      harris41 3490: user, domain, home_server, course_id.
1.5       harris41 3491: </description>
                   3492: <status>works/unverified</status>
1.4       harris41 3493: </file>
                   3494: <file>
1.76      harris41 3495: <source>doc/man/Apache__loncommon.3</source>
                   3496: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83      harris41 3497: <categoryname>doc</categoryname>
1.76      harris41 3498: <description>man page for loncommon.pm</description>
                   3499: <build trigger='always run'>
1.115     harris41 3500: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
                   3501: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
1.76      harris41 3502: </build>
                   3503: <status>works/unverified</status>
                   3504: <dependencies>
                   3505: ../../loncom/interface/loncommon.pm
                   3506: </dependencies>
                   3507: </file>
                   3508: <file>
1.118     harris41 3509: <source>doc/lib/perl/Apache/loncommon.html</source>
                   3510: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112     harris41 3511: </target>
1.83      harris41 3512: <categoryname>doc</categoryname>
1.76      harris41 3513: <description>POD-derived page for loncommon.pm</description>
                   3514: <build trigger='always run'>
1.115     harris41 3515: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
1.118     harris41 3516: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
                   3517: echo 'pod2html loncommon.pm'
1.76      harris41 3518: </build>
                   3519: <status>works/unverified</status>
                   3520: <dependencies>
                   3521: ../../loncom/interface/loncommon.pm
                   3522: </dependencies>
                   3523: </file>
                   3524: <file>
1.5       harris41 3525: <source>loncom/homework/grades.pm</source>
                   3526: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
                   3527: <categoryname>handler</categoryname>
                   3528: <description>Handles the viewing of grades.</description>
1.4       harris41 3529: </file>
                   3530: <file>
1.5       harris41 3531: <source>loncom/homework/imageresponse.pm</source>
                   3532: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
                   3533: <categoryname>handler</categoryname>
                   3534: <description>
                   3535: Coordinates the response to clicking an image.
                   3536: </description>
                   3537: <status>works/unverified</status>
1.4       harris41 3538: </file>
                   3539: <file>
1.5       harris41 3540: <source>loncom/homework/optionresponse.pm</source>
                   3541: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
                   3542: <categoryname>handler</categoryname>
1.27      harris41 3543: <description>
                   3544: Handles tags associated with showing a list of options.</description>
1.4       harris41 3545: </file>
                   3546: <file>
1.5       harris41 3547: <source>loncom/homework/outputtags.pm</source>
                   3548: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
                   3549: <categoryname>handler</categoryname>
                   3550: <description>
                   3551: Handles tags associated with output.  Seems to relate to due dates of the
                   3552: assignment.
                   3553: </description>
1.10      harris41 3554: <status>works/unverified</status>
1.4       harris41 3555: </file>
1.255     albertel 3556: 
                   3557: <file>
                   3558:   <source>loncom/homework/chemresponse.pm</source>
1.256     albertel 3559:   <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255     albertel 3560:   <categoryname>handler</categoryname>
                   3561:   <description>
                   3562:     Handle the tags organicresponse/structure and reationresponse
                   3563:   </description>
                   3564:   <status>works/unverified</status>
                   3565: </file>
                   3566: 
                   3567: <fileglob>
                   3568:   <glob>*.*</glob>
                   3569:   <sourcedir>loncom/html/adm/jme/</sourcedir>
                   3570:   <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
                   3571:   <categoryname>interface file</categoryname>
                   3572:   <description>
                   3573:     JME files, for editing organic structures
                   3574:   </description>
                   3575:   <filenames>
                   3576: JME.jar;
                   3577: jme.gif;
1.258     albertel 3578: jme_help.html;
1.255     albertel 3579: nitro.gif;
                   3580: smiles.gif
                   3581:   </filenames>
                   3582: </fileglob>
1.291     albertel 3583: 
1.431     albertel 3584: <fileglob>
                   3585:   <glob>*.*</glob>
                   3586:   <sourcedir>loncom/html/adm/jmol/</sourcedir>
                   3587:   <targetdir dist='default'>home/httpd/html/adm/jmol/</targetdir>
                   3588:   <categoryname>interface file</categoryname>
                   3589:   <description>
                   3590:     Jmol files, for displaying structures
                   3591:   </description>
                   3592:   <filenames>
                   3593: COPYRIGHT.txt;
                   3594: JmolApplet.jar;
                   3595: Jmol.js;
                   3596: LICENSE.txt;
1.558     albertel 3597: README.txt;
                   3598: JmolApplet0_Core.jar;
                   3599: JmolApplet0_i18n.jar;
                   3600: JmolApplet0.jar;
                   3601: JmolApplet0_Jars.jar;
                   3602: JmolApplet0_Jvxl.jar;
                   3603: JmolApplet0_Main.jar;
                   3604: JmolApplet0_Popup.jar;
                   3605: JmolApplet0_Quantum.jar;
                   3606: JmolApplet0_ReadersCifPdb.jar;
                   3607: JmolApplet0_ReadersMolXyz.jar;
                   3608: JmolApplet0_ReadersMore.jar;
                   3609: JmolApplet0_ReadersXml.jar;
                   3610: JmolApplet0_ShapeBio.jar;
                   3611: JmolApplet0_ShapeSpecial.jar;
                   3612: JmolApplet0_Smiles.jar;
                   3613: JmolApplet0_Viewer.jar;
1.431     albertel 3614:   </filenames>
                   3615: </fileglob>
                   3616: 
1.291     albertel 3617: <file>
                   3618:   <source>loncom/homework/convertjme.pl</source>
                   3619:   <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
                   3620:   <categoryname>script</categoryname>
                   3621:   <description>
                   3622:     Dynamically converts JME strings into either a png or ps file.
                   3623:   </description>
                   3624: </file>
1.588   ! www      3625: <fileglob>
        !          3626:   <glob>*.*</glob>
        !          3627:   <sourcedir>loncom/html/adm/dragmath/applet/</sourcedir>
        !          3628:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/</targetdir>
        !          3629:   <categoryname>interface file</categoryname>
        !          3630:   <description>
        !          3631: Dragmath is a Java-based formula editor
        !          3632:   </description>
        !          3633:   <filenames>
        !          3634: Latex.html;
        !          3635: MathML.html;
        !          3636: Maxima.html;
        !          3637: MaximaPopup.html;
        !          3638:   </filenames>
        !          3639: </fileglob>
        !          3640: <fileglob>
        !          3641:   <glob>*.*</glob>
        !          3642:   <sourcedir>loncom/html/adm/dragmath/applet/classes/</sourcedir>
        !          3643:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/</targetdir>
        !          3644:   <categoryname>interface file</categoryname>
        !          3645:   <description>
        !          3646: Dragmath is a Java-based formula editor
        !          3647:   </description>
        !          3648:   <filenames>
        !          3649: AbsoluteLayout.jar;
        !          3650: jep.jar;
        !          3651: Project.jar;
        !          3652: Config.xml;
        !          3653: jdom.jar;
        !          3654: swing-layout-1.0.jar;
        !          3655:   </filenames>
        !          3656: </fileglob>
        !          3657: <fileglob>
        !          3658:   <glob>*.*</glob>
        !          3659:   <sourcedir>loncom/html/adm/dragmath/applet/HotEqn/</sourcedir>
        !          3660:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/HotEqn/</targetdir>
        !          3661:   <categoryname>interface file</categoryname>
        !          3662:   <description>
        !          3663: Dragmath is a Java-based formula editor
        !          3664:   </description>
        !          3665:   <filenames>
        !          3666: HotEqn.class;
        !          3667: HotEqn.jar;
        !          3668:   </filenames>
        !          3669: </fileglob>
        !          3670: <fileglob>
        !          3671:   <glob>*.*</glob>
        !          3672:   <sourcedir>loncom/html/adm/dragmath/applet/classes/Display/</sourcedir>
        !          3673:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/Display/</targetdir>
        !          3674:   <categoryname>interface file</categoryname>
        !          3675:   <description>
        !          3676: Dragmath is a Java-based formula editor
        !          3677:   </description>
        !          3678:   <filenames>
        !          3679: MainApplet.class;
        !          3680:   </filenames>
        !          3681: </fileglob>
        !          3682: <fileglob>
        !          3683:   <glob>*.*</glob>
        !          3684:   <sourcedir>loncom/html/adm/dragmath/applet/classes/formats/</sourcedir>
        !          3685:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/formats/</targetdir>
        !          3686:   <categoryname>interface file</categoryname>
        !          3687:   <description>
        !          3688: Dragmath is a Java-based formula editor
        !          3689:   </description>
        !          3690:   <filenames>
        !          3691: ASCIIMathML.xml;
        !          3692: Latex.xml;
        !          3693: MathML.xml;
        !          3694: MoodleTex.xml;
        !          3695: Maple.xml;
        !          3696: Maxima.xml;
        !          3697:   </filenames>
        !          3698: </fileglob>
        !          3699: <fileglob>
        !          3700:   <glob>*.*</glob>
        !          3701:   <sourcedir>loncom/html/adm/dragmath/applet/classes/lang/</sourcedir>
        !          3702:   <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/lang/</targetdir>
        !          3703:   <categoryname>interface file</categoryname>
        !          3704:   <description>
        !          3705: Dragmath is a Java-based formula editor
        !          3706:   </description>
        !          3707:   <filenames>
        !          3708: ca.xml;
        !          3709: cz.xml;
        !          3710: en.xml;
        !          3711: fr.xml;
        !          3712: no.xml;
        !          3713: pt-br.xml;
        !          3714: sv.xml;
        !          3715: de.xml;
        !          3716: es.xml;
        !          3717: nl.xml;
        !          3718: pl.xml;
        !          3719: ru.xml;
        !          3720:   </filenames>
        !          3721: </fileglob>
1.414     albertel 3722: <fileglob>
                   3723:   <glob>*.*</glob>
                   3724:   <sourcedir>loncom/html/adm/jsMath/</sourcedir>
                   3725:   <targetdir dist='default'>home/httpd/html/adm/jsMath/</targetdir>
                   3726:   <categoryname>interface file</categoryname>
                   3727:   <description>
                   3728: jsMath is a Javascript solution to converting TeX to something the browser can see
                   3729:   </description>
                   3730:   <filenames>
                   3731: black.gif;
                   3732: blank.gif;
                   3733: COPYING.txt;
1.471     albertel 3734: jsMath-BaKoMa-fonts.js;
                   3735: jsMath-autoload.html;
                   3736: jsMath-controls.html;
1.414     albertel 3737: jsMath-fallback-mac.js;
                   3738: jsMath-fallback-mac-mozilla.js;
                   3739: jsMath-fallback-mac-msie.js;
                   3740: jsMath-fallback-pc.js;
1.462     albertel 3741: jsMath-fallback-symbols.js;
1.414     albertel 3742: jsMath-fallback-unix.js;
1.483     albertel 3743: jsMath-global-controls.html;
                   3744: jsMath-global.html;
1.414     albertel 3745: jsMath.js;
1.471     albertel 3746: jsMath-loader.html;
1.483     albertel 3747: jsMath-loader-omniweb4.js;
1.414     albertel 3748: jsMath-mozilla.js;
                   3749: jsMath-msie-mac.js;
1.471     albertel 3750: jsMath-old-browsers.js;
1.414     albertel 3751:   </filenames>
                   3752: </fileglob>
                   3753: 
1.4       harris41 3754: <file>
1.471     albertel 3755:   <source>loncom/html/adm/jsMath/jsMath-fonts-1.3.zip</source>
1.464     albertel 3756:   <target dist='default'>home/httpd/html/adm/jsMath/fonts/</target>
1.462     albertel 3757:   <categoryname>script</categoryname>
                   3758:   <description>
1.556     albertel 3759:     Server side png fonts for use by jsMath
1.462     albertel 3760:   </description>
1.464     albertel 3761:   <installscript>
1.547     albertel 3762: commands /home/httpd/html/adm
1.464     albertel 3763:   </installscript>
1.462     albertel 3764:   <dependencies>
1.465     albertel 3765: loncom/html/adm/jsMath/commands;
1.471     albertel 3766: loncom/html/adm/jsMath/jsMath-fonts-1.3.zip;
1.462     albertel 3767:   </dependencies>
                   3768: </file>
                   3769: 
1.556     albertel 3770: <file>
                   3771:   <source>loncom/html/adm/fckeditor/FCKeditor_2.4.3.tar.gz</source>
                   3772:   <target dist='default'>home/httpd/html/adm/fckeditor</target>
                   3773:   <categoryname>script</categoryname>
                   3774:   <description>
                   3775:    GUI HTML Editor, scripted installation decompress the tarball and
                   3776:    installs the loncapa config.js file
                   3777:   </description>
                   3778:   <installscript>
1.557     albertel 3779: commands /home/httpd/html/
1.556     albertel 3780:   </installscript>
                   3781:   <dependencies>
                   3782: loncom/html/adm/fckeditor/commands;
                   3783: loncom/html/adm/fckeditor/FCKeditor_2.4.3.tar.gz;
                   3784: loncom/html/adm/fckeditor/loncapaconfig.js;
                   3785:   </dependencies>
                   3786: </file>
                   3787: 
1.462     albertel 3788: <fileglob>
                   3789:   <glob>*.*</glob>
1.471     albertel 3790:   <sourcedir>loncom/html/adm/jsMath/extensions/</sourcedir>
                   3791:   <targetdir dist='default'>home/httpd/html/adm/jsMath/extensions/</targetdir>
                   3792:   <categoryname>interface file</categoryname>
                   3793:   <description>
                   3794: Additional jsMath functionality that can be used when needed.
                   3795:   </description>
                   3796:   <filenames>
1.555     albertel 3797: AMSmath.js;
1.471     albertel 3798: AMSsymbols.js;
                   3799: HTML.js;
1.483     albertel 3800: bbox.js;
                   3801: font.js;
1.471     albertel 3802: boldsymbol.js;
                   3803: double-click.js;
                   3804: fbox.js;
                   3805: leaders.js;
                   3806: mathchoice.js;
                   3807: mimeTeX.js;
                   3808: moreArrows.js;
                   3809: newcommand.js;
                   3810: underset-overset.js;
                   3811:   </filenames>
                   3812: </fileglob>
                   3813: 
                   3814: <fileglob>
                   3815:   <glob>*.*</glob>
1.464     albertel 3816:   <sourcedir>loncom/html/adm/jsMath/plugins/</sourcedir>
                   3817:   <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins/</targetdir>
1.462     albertel 3818:   <categoryname>interface file</categoryname>
                   3819:   <description>
                   3820: jsMath is a Javascript solution to converting TeX to something the browser can see
                   3821:   </description>
                   3822:   <filenames>
                   3823: autoload.js;
1.483     albertel 3824: CHMmode.js;
                   3825: global.js;
1.462     albertel 3826: mimeTeX.js;
1.483     albertel 3827: noCache.js;
                   3828: noGlobal.js;
1.462     albertel 3829: noImageFonts.js;
1.555     albertel 3830: smallFonts.js;
1.483     albertel 3831: spriteImageFonts.js;
1.462     albertel 3832: tex2math.js;
                   3833:   </filenames>
                   3834: </fileglob>
                   3835: 
1.471     albertel 3836: <fileglob>
                   3837:   <glob>*.*</glob>
                   3838:   <sourcedir>loncom/html/adm/jsMath/uncompressed/</sourcedir>
                   3839:   <targetdir dist='default'>home/httpd/html/adm/jsMath/uncompressed/</targetdir>
                   3840:   <categoryname>interface file</categoryname>
                   3841:   <description>
                   3842: the jsMath source files not compressed for increasing download speed (not used by lon-capa directly)
                   3843:   </description>
                   3844:   <filenames>
                   3845: def.js;
1.483     albertel 3846: font.js;
1.471     albertel 3847: jsMath-fallback-mac.js;
                   3848: jsMath-fallback-pc.js;
                   3849: jsMath-fallback-symbols.js;
                   3850: jsMath-fallback-unix.js;
                   3851: jsMath.js;
                   3852:   </filenames>
                   3853: </fileglob>
                   3854: 
1.462     albertel 3855: <file>
1.6       harris41 3856: <source>loncom/interface/lontest.pm</source>
                   3857: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
                   3858: <categoryname>handler</categoryname>
                   3859: <description>
                   3860: Used for debugging and testing the LON-CAPA system.
                   3861: </description>
1.10      harris41 3862: <status>works/unverified</status>
1.6       harris41 3863: </file>
                   3864: <file>
                   3865: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27      harris41 3866: <target dist='default'>
                   3867: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6       harris41 3868: <categoryname>handler</categoryname>
                   3869: <description>
                   3870: Handles multiple-choice style responses.
                   3871: </description>
1.10      harris41 3872: <status>works/unverified</status>
1.6       harris41 3873: </file>
                   3874: <file>
                   3875: <source>loncom/interface/loncommunicate.pm</source>
                   3876: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
                   3877: <categoryname>handler</categoryname>
1.72      harris41 3878: <description>
                   3879: Will be the access handler to email sending, as well as the planned
                   3880: chatrooms, etc.
                   3881: </description>
1.10      harris41 3882: <status>works/unverified</status>
1.6       harris41 3883: </file>
                   3884: <file>
                   3885: <source>loncom/interface/lonerrorhandler.pm</source>
                   3886: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
                   3887: <categoryname>handler</categoryname>
                   3888: <description>
                   3889: Handles errors.
                   3890: </description>
1.10      harris41 3891: <status>works/unverified</status>
1.6       harris41 3892: </file>
                   3893: <file>
                   3894: <source>loncom/interface/lonevaluate.pm</source>
                   3895: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
                   3896: <categoryname>handler</categoryname>
                   3897: <description>
                   3898: Handles evaluation.
                   3899: </description>
1.10      harris41 3900: <status>works/unverified</status>
1.6       harris41 3901: </file>
                   3902: <file>
                   3903: <source>loncom/interface/lonfeedback.pm</source>
                   3904: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
                   3905: <categoryname>handler</categoryname>
                   3906: <description>
                   3907: Handles feedback from students to instructors and system administrators.
1.72      harris41 3908: Provides a screenshot of the current
                   3909: resource, as well as previous attempts if the resource was a homework.
                   3910: Used by lonmsg.pm.
1.6       harris41 3911: </description>
1.10      harris41 3912: <status>works/unverified</status>
1.4       harris41 3913: </file>
                   3914: <file>
1.6       harris41 3915: <source>loncom/interface/lonnavmaps.pm</source>
                   3916: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
                   3917: <categoryname>handler</categoryname>
                   3918: <description>
                   3919: Handles navigational maps.
1.211     bowersj2 3920: </description>
                   3921: <status>works/unverified</status>
1.227     albertel 3922: </file>
                   3923: <file>
1.510     albertel 3924:   <source>loncom/interface/lonnavdisplay.pm</source>
                   3925:   <target dist='default'>home/httpd/lib/perl/Apache/lonnavdisplay.pm</target>
                   3926:   <categoryname>handler</categoryname>
                   3927:   <description>
                   3928: Displays the nav map to the user
                   3929:   </description>
                   3930: <status>works/unverified</status>
                   3931: </file>
                   3932: <file>
1.227     albertel 3933: <source>doc/man/Apache__lonnavmaps.3</source>
                   3934: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
                   3935: <categoryname>doc</categoryname>
                   3936: <description>man page for lonnavmaps.pm</description>
                   3937: <build trigger='always run'>
                   3938: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm &gt; \
                   3939: ../../doc/man/Apache__lonnavmaps.3 &amp;&amp; echo 'manifying lonnavmaps.pm'
                   3940: </build>
                   3941: <status>works/unverified</status>
                   3942: <dependencies>
                   3943: ../../loncom/interface/lonnavmaps.pm
                   3944: </dependencies>
                   3945: </file>
                   3946: <file>
                   3947: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
                   3948: <target dist='default'>
                   3949: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
                   3950: </target>
                   3951: <categoryname>doc</categoryname>
                   3952: <description>POD-derived page for lonnavmaps.pm</description>
                   3953: <build trigger='always run'>
                   3954: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm &gt; \
                   3955: ../../doc/lib/perl/Apache/lonnavmaps.html &amp;&amp; \
                   3956: echo 'pod2html lonnavmaps.pm'
                   3957: </build>
                   3958: <status>works/unverified</status>
                   3959: <dependencies>
                   3960: ../../loncom/interface/lonnavmaps.pm
                   3961: </dependencies>
1.211     bowersj2 3962: </file>
                   3963: <file>
1.482     foxr     3964: <source>loncom/interface/lonselstudent.pm</source>
                   3965: <target dist='default'>home/httpd/lib/perl/Apache/lonselstudent.pm</target>
                   3966: <categoryname>standard</categoryname>
                   3967: <description>
                   3968: re-usable student selection subs.
                   3969: </description>
                   3970: <status>testing/unverified</status>
                   3971: </file>
                   3972: <file>
1.231     bowersj2 3973: <source>loncom/interface/lonhelper.pm</source>
                   3974: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211     bowersj2 3975: <categoryname>handler</categoryname>
                   3976: <description>
1.235     bowersj2 3977: Helper framework.
                   3978: </description>
                   3979: <status>works/unverified</status>
                   3980: </file>
                   3981: <file>
                   3982: <source>loncom/html/adm/helper/parameter.helper</source>
                   3983: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
                   3984: <categoryname>handler</categoryname>
                   3985: <description>
                   3986: Parameter setting helper.
1.242     bowersj2 3987: </description>
                   3988: <status>works/unverified</status>
                   3989: </file>
                   3990: <file>
                   3991: <source>loncom/html/adm/helper/course.initialization.helper</source>
                   3992: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
                   3993: <categoryname>handler</categoryname>
                   3994: <description>
                   3995: Course initialization helper.
1.189     bowersj2 3996: </description>
                   3997: <status>works/unverified</status>
                   3998: </file>
                   3999: <file>
1.406     albertel 4000: <source>loncom/html/adm/helper/resettimes.helper</source>
                   4001: <target dist='default'>home/httpd/html/adm/helper/resettimes.helper</target>
                   4002: <categoryname>handler</categoryname>
                   4003: <description>
                   4004: Helper to resetting a student's first access time.
                   4005: </description>
                   4006: <status>works/unverified</status>
                   4007: </file>
                   4008: <file>
1.457     albertel 4009:   <source>loncom/html/adm/helper/newslot.helper</source>
                   4010:   <target dist='default'>home/httpd/html/adm/helper/newslot.helper</target>
                   4011:   <categoryname>handler</categoryname>
                   4012:   <description>
                   4013: Slot creation and editing helper.
                   4014:   </description>
                   4015:   <status>works/unverified</status>
                   4016: </file>
                   4017: <file>
1.189     bowersj2 4018: <source>loncom/interface/lonquickgrades.pm</source>
                   4019: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
                   4020: <categoryname>handler</categoryname>
                   4021: <description>
                   4022: Student quick grades interface.
1.6       harris41 4023: </description>
1.10      harris41 4024: <status>works/unverified</status>
1.4       harris41 4025: </file>
                   4026: <file>
1.6       harris41 4027: <source>loncom/interface/lonpreferences.pm</source>
                   4028: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
                   4029: <categoryname>handler</categoryname>
                   4030: <description>
                   4031: Handles user preferences associated with customizing the online LON-CAPA
                   4032: educational environment.
                   4033: </description>
1.10      harris41 4034: <status>works/unverified</status>
1.6       harris41 4035: </file>
                   4036: <file>
                   4037: <source>loncom/interface/lonprintout.pm</source>
                   4038: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
                   4039: <categoryname>handler</categoryname>
                   4040: <description>
                   4041: Handles the production of printable files and resources.
                   4042: </description>
1.10      harris41 4043: <status>works/unverified</status>
1.340     matthew  4044: </file>
                   4045: <file>
1.582     foxr     4046: <source>loncom/interface/entities.pm</source>
                   4047: <target dist='default'>home/httpd/lib/perl/Apache/entities.pm</target>
                   4048: <categoryname>handler</categoryname>
                   4049: <description>
                   4050: Converts html/xml entities to latex.
                   4051: </description>
                   4052: </file>
                   4053: <file>
1.340     matthew  4054:   <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
                   4055:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
                   4056:   <categoryname>system file</categoryname>
                   4057:   <description>
                   4058:       Provides a common interface to LON-CAPA metadata.
                   4059:   </description>
1.6       harris41 4060: </file>
                   4061: <file>
                   4062: <source>loncom/interface/lonsearchcat.pm</source>
                   4063: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
                   4064: <categoryname>handler</categoryname>
                   4065: <description>
                   4066: Handles a searchable catalogue.
1.148     matthew  4067: </description>
                   4068: <status>works/unverified</status>
                   4069: </file>
                   4070: <file>
                   4071: <source>loncom/interface/lonmysql.pm</source>
                   4072: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
                   4073: <categoryname>handler</categoryname>
                   4074: <description>
                   4075: Provides utility functions for creating and accessing mysql database tables.
1.6       harris41 4076: </description>
1.10      harris41 4077: <status>works/unverified</status>
1.4       harris41 4078: </file>
                   4079: <file>
1.76      harris41 4080: <source>doc/man/Apache__lonsearchcat.3</source>
                   4081: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83      harris41 4082: <categoryname>doc</categoryname>
1.76      harris41 4083: <description>man page for lonsearchcat.pm</description>
                   4084: <build trigger='always run'>
1.115     harris41 4085: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
                   4086: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
1.76      harris41 4087: </build>
                   4088: <status>works/unverified</status>
                   4089: <dependencies>
                   4090: ../../loncom/interface/lonsearchcat.pm
                   4091: </dependencies>
                   4092: </file>
                   4093: <file>
1.118     harris41 4094: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
                   4095: <target dist='default'>
                   4096: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112     harris41 4097: </target>
1.83      harris41 4098: <categoryname>doc</categoryname>
1.76      harris41 4099: <description>POD-derived page for lonsearchcat.pm</description>
                   4100: <build trigger='always run'>
1.115     harris41 4101: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
1.118     harris41 4102: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
                   4103: echo 'pod2html lonsearchcat.pm'
1.76      harris41 4104: </build>
                   4105: <status>works/unverified</status>
                   4106: <dependencies>
                   4107: ../../loncom/interface/lonsearchcat.pm
                   4108: </dependencies>
1.232     www      4109: </file>
                   4110: <file>
                   4111: <source>loncom/interface/lonmanagekeys.pm</source>
                   4112: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
                   4113: <categoryname>handler</categoryname>
                   4114: <description>
                   4115: Allows users with "mky" privileges to generate and manage course access keys.
                   4116: </description>
                   4117: <status>works/unverified</status>
1.76      harris41 4118: </file>
                   4119: <file>
1.380     matthew  4120: <source>loncom/interface/lonviewclasslist.pm</source>
                   4121: <target dist='default'>home/httpd/lib/perl/Apache/lonviewclasslist.pm</target>
                   4122: <categoryname>handler</categoryname>
                   4123: <description>
                   4124: Allows users (including students) to view the classlist of their course.
                   4125: </description>
                   4126: <status>works/unverified</status>
                   4127: </file>
                   4128: <file>
1.460     raeburn  4129: <source>loncom/interface/loncoursegroups.pm</source>
                   4130: <target dist='default'>home/httpd/lib/perl/Apache/loncoursegroups.pm</target>
                   4131: <categoryname>handler</categoryname>
                   4132: <description>
                   4133: Allows course coordinators to create groups, modify existing groups (including    
                   4134: adding, expiring or deleting group members, or modifying group member privileges.
                   4135: </description>
                   4136: <status>works/unverified</status>
                   4137: </file>
                   4138: <file>
1.484     raeburn  4139: <source>loncom/interface/longroup.pm</source>
                   4140: <target dist='default'>home/httpd/lib/perl/Apache/longroup.pm</target>
                   4141: <categoryname>handler</categoryname>
                   4142: <description>
                   4143: 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.    
                   4144: </description>
                   4145: <status>works/unverified</status>
                   4146: </file>
                   4147: <file>
1.488     raeburn  4148: <source>loncom/interface/groupboards.pm</source>
                   4149: <target dist='default'>home/httpd/lib/perl/Apache/groupboards.pm</target>
                   4150: <categoryname>handler</categoryname>
                   4151: <description>
                   4152: Displays bulletin boards in a group and provides a mechanism for users with board creation privileges in a group to create new bulletin boards.
                   4153: </description>
                   4154: <status>works/unverified</status>
                   4155: </file>
                   4156: <file>
1.489     raeburn  4157: <source>loncom/interface/grouproster.pm</source>
                   4158: <target dist='default'>home/httpd/lib/perl/Apache/grouproster.pm</target>
                   4159: <categoryname>handler</categoryname>
                   4160: <description>
                   4161: Display group membership information. Type of information available depends on group privileges of the user.  
                   4162: </description>
                   4163: <status>works/unverified</status>
                   4164: </file>
                   4165: <file>
1.6       harris41 4166: <source>loncom/interface/lonmsg.pm</source>
                   4167: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
                   4168: <categoryname>handler</categoryname>
                   4169: <description>
1.72      harris41 4170: lonmsg.pm has several functions to send and receive internal messages.
                   4171: author_res_msg - send message to resource author.
                   4172: user_crit_msg - send a critical message to a user. A critical message
                   4173: will require acknowledgment by the recipient and the sender will be notified.
                   4174: user_crit_received - routine to trigger acknowledgment.
1.6       harris41 4175: </description>
1.10      harris41 4176: <status>works/unverified</status>
1.6       harris41 4177: </file>
                   4178: <file>
1.479     albertel 4179:   <source>loncom/interface/lonmsgdisplay.pm</source>
                   4180:   <target dist='default'>home/httpd/lib/perl/Apache/lonmsgdisplay.pm</target>
                   4181:   <categoryname>handler</categoryname>
                   4182:   <description>
                   4183: statuschange - change the status of a message (read, replied, forwarded, etc).
                   4184: The handler displays messages, has routines to reply, etc.
                   4185:   </description>
                   4186:   <status>works/unverified</status>
                   4187: </file>
                   4188: <file>
1.6       harris41 4189: <source>loncom/homework/hint.pm</source>
                   4190: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
                   4191: <categoryname>handler</categoryname>
                   4192: <description>
                   4193: This handler coordinates the delivery of hints to students working on LON-CAPA
                   4194: problems and assignments.
                   4195: </description>
1.10      harris41 4196: <status>works/unverified</status>
1.6       harris41 4197: </file>
                   4198: <file>
1.244     matthew  4199: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6       harris41 4200: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
                   4201: <categoryname>handler</categoryname>
                   4202: <description>
1.244     matthew  4203: The top level interface for the display and editing of spreadsheets.  There
                   4204: are three levels of spreadsheet.
                   4205: </description>
                   4206: <status>works/unverified</status>
                   4207: </file>
                   4208: <file>
                   4209: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
                   4210: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
                   4211: <categoryname>handler</categoryname>
                   4212: <description>
                   4213: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
                   4214: assesscalc).
                   4215: </description>
                   4216: <status>works/unverified</status>
                   4217: </file>
                   4218: <file>
                   4219: <source>loncom/interface/spreadsheet/classcalc.pm</source>
                   4220: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
                   4221: <categoryname>handler</categoryname>
                   4222: <description>
                   4223: Defines the specifics of the course level spreadsheet.
                   4224: </description>
                   4225: <status>works/unverified</status>
                   4226: </file>
                   4227: <file>
                   4228: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
                   4229: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
                   4230: <categoryname>handler</categoryname>
                   4231: <description>
                   4232: Defines the specifics of the student level spreadsheet.
                   4233: </description>
                   4234: <status>works/unverified</status>
                   4235: </file>
                   4236: <file>
                   4237: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
                   4238: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
                   4239: <categoryname>handler</categoryname>
                   4240: <description>
                   4241: Defines the specifics of the assessment level spreadsheet.
1.6       harris41 4242: </description>
1.10      harris41 4243: <status>works/unverified</status>
1.6       harris41 4244: </file>
                   4245: <file>
                   4246: <source>loncom/interface/lonparmset.pm</source>
                   4247: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
                   4248: <categoryname>handler</categoryname>
                   4249: <description>
1.424     albertel 4250: Handler for setting and modifying both course preferences and coure parameters
                   4251: </description>
                   4252: <status>works/unverified</status>
                   4253: </file>
                   4254: <file>
                   4255: <source>loncom/interface/slotrequest.pm</source>
                   4256: <target dist='default'>home/httpd/lib/perl/Apache/slotrequest.pm</target>
                   4257: <categoryname>handler</categoryname>
                   4258: <description>
                   4259: Handler for students to add access slots
1.6       harris41 4260: </description>
1.10      harris41 4261: <status>works/unverified</status>
1.6       harris41 4262: </file>
                   4263: <file>
1.76      harris41 4264: <source>doc/man/Apache__lonparmset.3</source>
                   4265: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83      harris41 4266: <categoryname>doc</categoryname>
1.76      harris41 4267: <description>man page for lonparmset.pm</description>
                   4268: <build trigger='always run'>
1.115     harris41 4269: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
                   4270: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
1.76      harris41 4271: </build>
                   4272: <status>works/unverified</status>
                   4273: <dependencies>
                   4274: ../../loncom/interface/lonparmset.pm
                   4275: </dependencies>
                   4276: </file>
                   4277: <file>
1.118     harris41 4278: <source>doc/lib/perl/Apache/lonparmset.html</source>
                   4279: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112     harris41 4280: </target>
1.83      harris41 4281: <categoryname>doc</categoryname>
1.76      harris41 4282: <description>POD-derived page for lonparmset.pm</description>
                   4283: <build trigger='always run'>
1.115     harris41 4284: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
1.118     harris41 4285: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
                   4286: echo 'pod2html lonparmset.pm'
1.76      harris41 4287: </build>
                   4288: <status>works/unverified</status>
                   4289: <dependencies>
                   4290: ../../loncom/interface/lonparmset.pm
                   4291: </dependencies>
                   4292: </file>
                   4293: <file>
1.6       harris41 4294: <source>loncom/publisher/lonconstruct.pm</source>
                   4295: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
                   4296: <categoryname>handler</categoryname>
                   4297: <description>
                   4298: Page wrapper for handling construction space.
                   4299: </description>
1.10      harris41 4300: <status>works/unverified</status>
1.6       harris41 4301: </file>
                   4302: <file>
                   4303: <source>loncom/publisher/lonpublisher.pm</source>
                   4304: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
                   4305: <categoryname>handler</categoryname>
                   4306: <description>
                   4307: Publishes an LON-CAPA educational resource complete with metadata
                   4308: (authorship, language, copyright, creation date, etc).
                   4309: </description>
1.10      harris41 4310: <status>works/unverified</status>
1.6       harris41 4311: </file>
                   4312: <file>
1.76      harris41 4313: <source>doc/man/Apache__lonpublisher.3</source>
                   4314: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83      harris41 4315: <categoryname>doc</categoryname>
1.76      harris41 4316: <description>man page for lonpublisher.pm</description>
                   4317: <build trigger='always run'>
1.115     harris41 4318: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
                   4319: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
1.76      harris41 4320: </build>
                   4321: <status>works/unverified</status>
                   4322: <dependencies>
                   4323: ../../loncom/publisher/lonpublisher.pm
                   4324: </dependencies>
                   4325: </file>
                   4326: <file>
1.118     harris41 4327: <source>doc/lib/perl/Apache/lonpublisher.html</source>
                   4328: <target dist='default'>
                   4329: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112     harris41 4330: </target>
1.83      harris41 4331: <categoryname>doc</categoryname>
1.76      harris41 4332: <description>POD-derived page for lonpublisher.pm</description>
                   4333: <build trigger='always run'>
1.115     harris41 4334: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
1.118     harris41 4335: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
                   4336: echo 'pod2html lonpublisher.pm'
1.76      harris41 4337: </build>
                   4338: <status>works/unverified</status>
                   4339: <dependencies>
                   4340: ../../loncom/publisher/lonpublisher.pm
                   4341: </dependencies>
                   4342: </file>
                   4343: <file>
1.6       harris41 4344: <source>loncom/interface/lonmenu.pm</source>
                   4345: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
                   4346: <categoryname>handler</categoryname>
                   4347: <description>
                   4348: Has routines which control the remote control.
1.228     www      4349: </description>
                   4350: <status>works/unverified</status>
                   4351: </file>
                   4352: <file>
1.478     albertel 4353:   <source>loncom/interface/lonmainmenu.pm</source>
                   4354:   <target dist='default'>home/httpd/lib/perl/Apache/lonmainmenu.pm</target>
                   4355:   <categoryname>handler</categoryname>
                   4356:   <description>
                   4357: Displays the Main menu
                   4358:   </description>
                   4359:   <status>works/unverified</status>
                   4360: </file>
                   4361: <file>
1.228     www      4362: <source>loncom/interface/lonremote.pm</source>
                   4363: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
                   4364: <categoryname>handler</categoryname>
                   4365: <description>
1.367     matthew  4366: Handler to launch and collapse the remote control.
1.6       harris41 4367: </description>
1.10      harris41 4368: <status>works/unverified</status>
1.6       harris41 4369: </file>
                   4370: <file>
1.367     matthew  4371: <source>loncom/interface/portfolio.pm</source>
                   4372: <target dist='default'>home/httpd/lib/perl/Apache/portfolio.pm</target>
                   4373: <categoryname>handler</categoryname>
                   4374: <description>
                   4375: Handler to manage user portfolios
                   4376: </description>
                   4377: <status>unverified</status>
                   4378: </file>
                   4379: <file>
1.6       harris41 4380: <source>rat/lonpageflip.pm</source>
                   4381: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
                   4382: <categoryname>handler</categoryname>
                   4383: <description>Deals with forward, backward, and other page flips.</description>
1.10      harris41 4384: <status>works/unverified</status>
1.6       harris41 4385: </file>
                   4386: <file>
                   4387: <source>rat/lonratedt.pm</source>
                   4388: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
                   4389: <categoryname>handler</categoryname>
                   4390: <description>
                   4391: Builds up frame set and loads in the right thing.
                   4392: </description>
1.10      harris41 4393: <status>works/unverified</status>
1.6       harris41 4394: </file>
                   4395: <file>
1.498     albertel 4396:   <source>rat/map.pm</source>
                   4397:   <target dist='default'>home/httpd/lib/perl/LONCAPA/map.pm</target>
                   4398:   <categoryname>handler</categoryname>
                   4399:   <description>
                   4400: Functions for manipulating the contents of maps
                   4401:   </description>
                   4402:   <status>works/unverified</status>
                   4403: </file>
                   4404: <file>
1.397     raeburn  4405: <source>rat/lonratmenu.pm</source>
                   4406: <target dist='default'>home/httpd/lib/perl/Apache/lonratmenu.pm</target>
                   4407: <categoryname>handler</categoryname>
                   4408: <description>
                   4409: Creates horizontal menubar in advanced RAT
                   4410: </description>
                   4411: <status>works/unverified</status>
                   4412: </file>
                   4413: <file>
1.6       harris41 4414: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
                   4415: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
                   4416: <categoryname>handler</categoryname>
                   4417: <description>
                   4418: Homework remote control.
1.157     www      4419: </description>
                   4420: <status>works/unverified</status>
                   4421: </file>
                   4422: <file>
                   4423: <source>loncom/html/res/adm/pages/chatroom.html</source>
                   4424: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
                   4425: <categoryname>handler</categoryname>
                   4426: <description>
                   4427: Establishes frameset for chatroom
1.6       harris41 4428: </description>
1.10      harris41 4429: <status>works/unverified</status>
1.6       harris41 4430: </file>
                   4431: <file>
                   4432: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
                   4433: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
                   4434: <categoryname>handler</categoryname>
                   4435: <description>
1.10      harris41 4436: This will take annotations and then plug them into a page.
1.6       harris41 4437: </description>
1.10      harris41 4438: <status>works/unverified</status>
1.6       harris41 4439: </file>
                   4440: <file>
                   4441: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
                   4442: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
                   4443: <categoryname>handler</categoryname>
                   4444: <description>
                   4445: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10      harris41 4446: interface.
1.6       harris41 4447: </description>
1.10      harris41 4448: <status>works/unverified</status>
1.6       harris41 4449: </file>
                   4450: <file>
                   4451: <source>rat/lonratsrv.pm</source>
                   4452: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
                   4453: <categoryname>handler</categoryname>
                   4454: <description>
1.27      harris41 4455: Handler that takes output from RAT and stores it on disk.  Handles the upper
                   4456: hidden frame of the added window that comes up in RAT.   (3 frames come up in
                   4457: RAT server, code, and output.  This module handles server connection.)
1.6       harris41 4458: </description>
1.10      harris41 4459: <status>works/unverified</status>
1.6       harris41 4460: </file>
                   4461: <file>
                   4462: <source>rat/lonpage.pm</source>
                   4463: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
                   4464: <categoryname>handler</categoryname>
                   4465: <description>
                   4466: bundles pages into one page
                   4467: </description>
1.10      harris41 4468: <status>works/unverified</status>
1.6       harris41 4469: </file>
                   4470: <file>
1.76      harris41 4471: <source>doc/man/Apache__lonpage.3</source>
                   4472: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83      harris41 4473: <categoryname>doc</categoryname>
1.76      harris41 4474: <description>man page for lonpage.pm</description>
                   4475: <build trigger='always run'>
1.115     harris41 4476: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
                   4477: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
1.76      harris41 4478: </build>
                   4479: <status>works/unverified</status>
                   4480: <dependencies>
                   4481: ../../rat/lonpage.pm
                   4482: </dependencies>
                   4483: </file>
                   4484: <file>
1.118     harris41 4485: <source>doc/lib/perl/Apache/lonpage.html</source>
                   4486: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112     harris41 4487: </target>
1.83      harris41 4488: <categoryname>doc</categoryname>
1.76      harris41 4489: <description>POD-derived page for lonnet.pm</description>
                   4490: <build trigger='always run'>
1.115     harris41 4491: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
1.118     harris41 4492: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
1.76      harris41 4493: </build>
                   4494: <status>works/unverified</status>
                   4495: <dependencies>
                   4496: ../../rat/lonpage.pm
                   4497: </dependencies>
                   4498: </file>
                   4499: <file>
1.6       harris41 4500: <source>rat/lonuserstate.pm</source>
                   4501: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
                   4502: <categoryname>handler</categoryname>
                   4503: <description>
1.133     harris41 4504: compile course into binary data structure
1.6       harris41 4505: </description>
1.10      harris41 4506: <status>works/unverified</status>
1.6       harris41 4507: </file>
                   4508: <file>
1.76      harris41 4509: <source>doc/man/Apache__lonuserstate.3</source>
                   4510: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83      harris41 4511: <categoryname>doc</categoryname>
1.76      harris41 4512: <description>man page for lonnet.pm</description>
                   4513: <build trigger='always run'>
1.115     harris41 4514: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
                   4515: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
1.76      harris41 4516: </build>
                   4517: <status>works/unverified</status>
                   4518: <dependencies>
                   4519: ../../rat/lonuserstate.pm
                   4520: </dependencies>
                   4521: </file>
                   4522: <file>
1.118     harris41 4523: <source>doc/lib/perl/Apache/lonuserstate.html</source>
                   4524: <target dist='default'>
                   4525: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112     harris41 4526: </target>
1.83      harris41 4527: <categoryname>doc</categoryname>
1.76      harris41 4528: <description>POD-derived page for lonuserstate.pm</description>
                   4529: <build trigger='always run'>
1.115     harris41 4530: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
1.118     harris41 4531: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
                   4532: echo 'pod2html lonuserstate.pm'
1.76      harris41 4533: </build>
                   4534: <status>works/unverified</status>
                   4535: <dependencies>
                   4536: ../../rat/lonuserstate.pm
                   4537: </dependencies>
                   4538: </file>
                   4539: <file>
1.6       harris41 4540: <source>loncom/xml/lontex.pm</source>
                   4541: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
                   4542: <categoryname>handler</categoryname>
                   4543: <description>
1.133     harris41 4544: Handler for tex files
1.6       harris41 4545: </description>
1.10      harris41 4546: <status>works/unverified</status>
1.6       harris41 4547: </file>
                   4548: <file>
                   4549: <source>loncom/xml/lontexconvert.pm</source>
                   4550: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
                   4551: <categoryname>handler</categoryname>
                   4552: <description>
                   4553: Access to tth/ttm
                   4554: </description>
1.10      harris41 4555: <status>works/unverified</status>
1.6       harris41 4556: </file>
                   4557: <file>
                   4558: <source>loncom/xml/lonxml.pm</source>
                   4559: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
                   4560: <categoryname>handler</categoryname>
                   4561: <description>
                   4562: XML Parsing Module
1.78      harris41 4563: </description>
                   4564: <status>works/unverified</status>
                   4565: </file>
                   4566: <file>
                   4567: <source>loncom/xml/lonplot.pm</source>
                   4568: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
                   4569: <categoryname>handler</categoryname>
                   4570: <description>
                   4571: XML-based plotter of graphs
1.6       harris41 4572: </description>
1.10      harris41 4573: <status>works/unverified</status>
1.6       harris41 4574: </file>
                   4575: <file>
                   4576: <source>loncom/xml/style.pm</source>
                   4577: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
                   4578: <categoryname>handler</categoryname>
                   4579: <description>
                   4580: Style Parsing Module
                   4581: </description>
1.10      harris41 4582: <status>works/unverified</status>
1.6       harris41 4583: </file>
                   4584: <file>
                   4585: <source>loncom/xml/londefdef.pm</source>
                   4586: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
                   4587: <categoryname>handler</categoryname>
                   4588: <description>
                   4589: Tags Default Definition Module
                   4590: </description>
1.10      harris41 4591: <status>works/unverified</status>
1.4       harris41 4592: </file>
                   4593: <file>
1.6       harris41 4594: <source>loncom/xml/run.pm</source>
                   4595: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
                   4596: <categoryname>handler</categoryname>
                   4597: <description>
                   4598: used to prevent poorly written problems from causing lingering after effects
                   4599: </description>
1.10      harris41 4600: <status>works/unverified</status>
1.4       harris41 4601: </file>
                   4602: <file>
1.6       harris41 4603: <source>loncom/xml/scripttag.pm</source>
                   4604: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
                   4605: <categoryname>handler</categoryname>
                   4606: <description>
                   4607: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
                   4608: &lt;import&gt;
1.290     www      4609: </description>
                   4610: <status>works/unverified</status>
                   4611: </file>
                   4612: <file>
                   4613: <source>loncom/xml/languagetags.pm</source>
                   4614: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
                   4615: <categoryname>handler</categoryname>
                   4616: <description>
                   4617: implements &lt;mt&gt;
1.6       harris41 4618: </description>
1.10      harris41 4619: <status>works/unverified</status>
1.185     albertel 4620: </file>
                   4621: <file>
                   4622: <source>loncom/homework/randomlylabel.pm</source>
                   4623: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
                   4624: <categoryname>handler</categoryname>
                   4625: <description>
                   4626: Handler for compositing images, and text together.
1.339     albertel 4627: </description>
                   4628: </file>
                   4629: <file>
                   4630: <source>loncom/homework/drawimage.pm</source>
                   4631: <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
                   4632: <categoryname>handler</categoryname>
                   4633: <description>
                   4634: Handler for programtically defining an image
1.318     albertel 4635: </description>
                   4636: </file>
                   4637: <file>
                   4638: <source>loncom/homework/imagechoice.pm</source>
                   4639: <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
                   4640: <categoryname>handler</categoryname>
                   4641: <description>
                   4642: Handler for picking out locations on an image.
1.207     www      4643: </description>
                   4644: </file>
                   4645: <file>
                   4646: <source>loncom/homework/rankresponse.pm</source>
                   4647: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
                   4648: <categoryname>handler</categoryname>
                   4649: <description>
                   4650: Handler for rankresponse
1.209     albertel 4651: </description>
                   4652: </file>
                   4653: <file>
                   4654: <source>loncom/homework/matchresponse.pm</source>
                   4655: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
                   4656: <categoryname>handler</categoryname>
                   4657: <description>
                   4658: Handler for matchresponse
1.185     albertel 4659: </description>
1.4       harris41 4660: </file>
                   4661: <file>
1.33      harris41 4662: <source>loncom/homework/randomlabel.pm</source>
                   4663: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
                   4664: <categoryname>handler</categoryname>
                   4665: <description>
                   4666: Interface for producing applet code which randomizes the labelling of an
                   4667: image.
                   4668: </description>
                   4669: </file>
                   4670: <file>
1.6       harris41 4671: <source>loncom/homework/lonhomework.pm</source>
                   4672: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
                   4673: <categoryname>handler</categoryname>
1.27      harris41 4674: <description>
                   4675: handles requests for output, evaluation, and alteration of a homework resource
                   4676: </description>
1.95      harris41 4677: <status>works/unverified</status>
1.4       harris41 4678: </file>
                   4679: <file>
1.6       harris41 4680: <source>loncom/homework/inputtags.pm</source>
                   4681: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
                   4682: <categoryname>handler</categoryname>
                   4683: <description>
                   4684: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                   4685: </description>
1.10      harris41 4686: <status>works/unverified</status>
1.4       harris41 4687: </file>
                   4688: <file>
1.6       harris41 4689: <source>loncom/homework/structuretags.pm</source>
                   4690: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
                   4691: <categoryname>handler</categoryname>
                   4692: <description>
1.27      harris41 4693: produces HTML tags necessary for structuring the presentation of homework
                   4694: resources
1.6       harris41 4695: </description>
1.10      harris41 4696: <status>works/unverified</status>
1.4       harris41 4697: </file>
                   4698: <file>
1.418     albertel 4699:   <source>loncom/homework/bridgetask.pm</source>
                   4700:   <target dist='default'>home/httpd/lib/perl/Apache/bridgetask.pm</target>
                   4701:   <categoryname>handler</categoryname>
                   4702:   <description>
                   4703: implements the tags for supporting bridge tasks
                   4704:   </description>
                   4705:   <status>works/unverified</status>
                   4706: </file>
                   4707: <file>
1.6       harris41 4708: <source>loncom/homework/response.pm</source>
                   4709: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
                   4710: <categoryname>handler</categoryname>
                   4711: <description>
1.27      harris41 4712: defines different types of responses given to student as well as syntax for
                   4713: producing response values
1.6       harris41 4714: </description>
1.10      harris41 4715: <status>works/unverified</status>
1.4       harris41 4716: </file>
                   4717: <file>
1.6       harris41 4718: <source>loncom/homework/caparesponse/caparesponse.pm</source>
                   4719: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
                   4720: <categoryname>handler</categoryname>
                   4721: <description>
                   4722: handles request to the CAPA homework processing engine
                   4723: </description>
1.10      harris41 4724: <status>works/unverified</status>
1.4       harris41 4725: </file>
                   4726: <file>
1.486     albertel 4727:   <source>loncom/homework/lonmaxima.pm</source>
                   4728:   <target dist='default'>home/httpd/lib/perl/Apache/lonmaxima.pm</target>
                   4729:   <categoryname>handler</categoryname>
                   4730:   <description>
                   4731:     routines to simplify talking to the maxima client
                   4732:   </description>
                   4733:   <status>works/unverified</status>
                   4734: </file>
                   4735: <file>
1.113     harris41 4736: <source>loncom/xml/Safe.pm</source>
                   4737: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
                   4738: <categoryname>handler</categoryname>
                   4739: <description>
                   4740: Meant to safely substitute for CPAN version of Safe.
                   4741: Allows for safely executing embedded perl comands in
                   4742: a way that does not threaten the operating system.
                   4743: </description>
                   4744: <status>works/unverified</status>
                   4745: </file>
                   4746: <file>
1.241     albertel 4747:   <source>loncom/auth/localauth.pm</source>
                   4748:   <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
                   4749:   <categoryname>handler</categoryname>
                   4750:   <description>
1.208     harris41 4751: Local authentication mechanism.  The target file is meant as a template
                   4752: for a localauth.pm file.  The target file with the -std suffix is not
                   4753: used directly by any software program; it is just a template file.
1.241     albertel 4754:   </description>
                   4755:   <status>works/unverified</status>
                   4756: </file>
                   4757: <file>
                   4758:   <source>loncom/auth/localauth.pm</source>
                   4759:   <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
                   4760:   <categoryname>conf</categoryname>
                   4761:   <description>
                   4762: Local authentication mechanism.  
                   4763:   </description>
                   4764:   <status>works/unverified</status>
1.30      harris41 4765: </file>
                   4766: <file>
1.6       harris41 4767: <source>loncom/auth/lonacc.pm</source>
                   4768: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
                   4769: <categoryname>handler</categoryname>
                   4770: <description>
                   4771: (This module, like loncacc.pm also authenticates with cookies.)  
                   4772: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
                   4773: functions (e.g. roles, logout, annotations, and bookmarks) as well
                   4774: as coordinating access to educational resources.
                   4775: </description>
1.10      harris41 4776: <status>works/unverified</status>
1.4       harris41 4777: </file>
                   4778: <file>
1.76      harris41 4779: <source>doc/man/Apache__lonacc.3</source>
                   4780: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83      harris41 4781: <categoryname>doc</categoryname>
1.76      harris41 4782: <description>man page for lonacc.pm</description>
                   4783: <build trigger='always run'>
1.115     harris41 4784: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
                   4785: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
1.76      harris41 4786: </build>
                   4787: <status>works/unverified</status>
                   4788: <dependencies>
                   4789: ../../loncom/auth/lonacc.pm
                   4790: </dependencies>
                   4791: </file>
                   4792: <file>
1.118     harris41 4793: <source>doc/lib/perl/Apache/lonacc.html</source>
                   4794: <target dist='default'>
                   4795: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83      harris41 4796: <categoryname>doc</categoryname>
1.76      harris41 4797: <description>POD-derived page for lonacc.pm</description>
                   4798: <build trigger='always run'>
1.115     harris41 4799: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
1.118     harris41 4800: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
1.76      harris41 4801: </build>
                   4802: <status>works/unverified</status>
                   4803: <dependencies>
                   4804: ../../loncom/auth/lonacc.pm
                   4805: </dependencies>
                   4806: </file>
                   4807: <file>
1.6       harris41 4808: <source>loncom/auth/lonracc.pm</source>
                   4809: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
                   4810: <categoryname>handler</categoryname>
                   4811: <description>
                   4812: access handler for file transfers
1.151     www      4813: </description>
                   4814: <status>works/unverified</status>
                   4815: </file>
                   4816: <file>
                   4817: <source>loncom/auth/lontokacc.pm</source>
                   4818: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
                   4819: <categoryname>handler</categoryname>
                   4820: <description>
1.154     www      4821: handler for inter-server transfer of token accessed files, includes
                   4822: cleanup handler to remove file when successfully done
                   4823: </description>
                   4824: <status>works/unverified</status>
                   4825: </file>
                   4826: <file>
                   4827: <source>loncom/auth/lonuploadedacc.pm</source>
                   4828: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
                   4829: <categoryname>handler</categoryname>
                   4830: <description>
                   4831: access handler for user uploaded files
                   4832: </description>
                   4833: <status>works/unverified</status>
                   4834: </file>
                   4835: <file>
                   4836: <source>loncom/lontrans.pm</source>
                   4837: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
                   4838: <categoryname>handler</categoryname>
                   4839: <description>
                   4840: URI to filename translation
1.347     www      4841: </description>
                   4842: <status>works/unverified</status>
                   4843: </file>
                   4844: <file>
                   4845: <source>loncom/lonenc.pm</source>
                   4846: <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
                   4847: <categoryname>handler</categoryname>
                   4848: <description>
                   4849: Encryption and decryption of URIs
1.6       harris41 4850: </description>
1.10      harris41 4851: <status>works/unverified</status>
1.87      harris41 4852: </file>
                   4853: <file>
1.477     albertel 4854: <source>loncom/lonencurl.pm</source>
                   4855: <target dist='default'>home/httpd/lib/perl/Apache/lonencurl.pm</target>
                   4856: <categoryname>handler</categoryname>
                   4857: <description>
                   4858: Handler that takes care of decrypting request URL's
                   4859: </description>
                   4860: <status>works/unverified</status>
                   4861: </file>
                   4862: <file>
1.87      harris41 4863: <source>doc/man/Apache__lonracc.3</source>
                   4864: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
                   4865: <categoryname>doc</categoryname>
                   4866: <description>man page for lonracc.pm</description>
                   4867: <build trigger='always run'>
1.115     harris41 4868: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
                   4869: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
1.87      harris41 4870: </build>
                   4871: <status>works/unverified</status>
                   4872: <dependencies>
                   4873: ../../loncom/auth/lonracc.pm
                   4874: </dependencies>
                   4875: </file>
                   4876: <file>
1.118     harris41 4877: <source>doc/lib/perl/Apache/lonracc.html</source>
                   4878: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112     harris41 4879: </target>
1.87      harris41 4880: <categoryname>doc</categoryname>
                   4881: <description>POD-derived page for lonracc.pm</description>
                   4882: <build trigger='always run'>
1.115     harris41 4883: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
1.118     harris41 4884: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
1.87      harris41 4885: </build>
                   4886: <status>works/unverified</status>
                   4887: <dependencies>
                   4888: ../../loncom/auth/lonracc.pm
                   4889: </dependencies>
1.4       harris41 4890: </file>
                   4891: <file>
1.6       harris41 4892: <source>loncom/auth/loncacc.pm</source>
                   4893: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
                   4894: <categoryname>handler</categoryname>
                   4895: <description>
                   4896: This module provides access to an educational resource construction area.
                   4897: This module is invoked by the URL-related pattern syntax
                   4898: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
                   4899: Authentication of user identity
                   4900: is coordinated through cookies.  The abbreviation "cacc" corresponds
                   4901: to "construction-space access").  If the cookie handle is invalid, then
                   4902: this module returns a forbidden status and makes appropriate log entries.
                   4903: If the cookie handle is valid, status is determined to be okay (and,
                   4904: for the "priv"-type access, the resource is delivered by the
                   4905: <tt>lonconstruct</tt> module).
                   4906: </description>
1.10      harris41 4907: <status>works/unverified</status>
1.4       harris41 4908: </file>
                   4909: <file>
1.86      harris41 4910: <source>doc/man/Apache__loncacc.3</source>
                   4911: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
                   4912: <categoryname>doc</categoryname>
                   4913: <description>man page for loncacc.pm</description>
                   4914: <build trigger='always run'>
1.115     harris41 4915: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
                   4916: &amp;&amp; echo 'manifying loncacc.pm'
1.86      harris41 4917: </build>
                   4918: <status>works/unverified</status>
                   4919: <dependencies>
                   4920: ../../loncom/auth/loncacc.pm
                   4921: </dependencies>
                   4922: </file>
                   4923: <file>
1.118     harris41 4924: <source>doc/lib/perl/Apache/loncacc.html</source>
                   4925: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112     harris41 4926: </target>
1.86      harris41 4927: <categoryname>doc</categoryname>
                   4928: <description>POD-derived page for loncacc.pm</description>
                   4929: <build trigger='always run'>
1.115     harris41 4930: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
1.118     harris41 4931: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
1.86      harris41 4932: </build>
                   4933: <status>works/unverified</status>
                   4934: <dependencies>
                   4935: ../../loncom/auth/loncacc.pm
                   4936: </dependencies>
                   4937: </file>
                   4938: <file>
1.6       harris41 4939: <source>loncom/auth/lonauth.pm</source>
                   4940: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
                   4941: <categoryname>handler</categoryname>
                   4942: <description>authenticate, set up session environment</description>
1.10      harris41 4943: <status>works/unverified</status>
1.4       harris41 4944: </file>
                   4945: <file>
1.6       harris41 4946: <source>loncom/auth/lonlogin.pm</source>
                   4947: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
                   4948: <categoryname>handler</categoryname>
                   4949: <description>login screen</description>
1.10      harris41 4950: <status>works/unverified</status>
1.4       harris41 4951: </file>
                   4952: <file>
1.492     raeburn  4953: <source>loncom/auth/restrictedaccess.pm</source>
                   4954: <target dist='default'>home/httpd/lib/perl/Apache/restrictedaccess.pm</target>
                   4955: <categoryname>handler</categoryname>
                   4956: <description>Passphrase entry form and verification for access to passphrase-protected portfolio files</description>
                   4957: <status>works/unverified</status>
                   4958: </file>
                   4959: <file>
1.520     raeburn  4960: <source>loncom/auth/blockedaccess.pm</source>
                   4961: <target dist='default'>home/httpd/lib/perl/Apache/blockedaccess.pm</target>
                   4962: <categoryname>handler</categoryname>
                   4963: <description>Information about course-based blocking conditions for files with blocked access (currently affects portfolio files)</description>
                   4964: <status>works/unverified</status>
                   4965: </file>
                   4966: <file>
1.355     matthew  4967: <source>loncom/auth/londatecheck.pm</source>
                   4968: <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
                   4969: <categoryname>handler</categoryname>
1.356     albertel 4970: <description>Checks contentopen/close settings disable subsequent PerlHandlers if not open</description>
                   4971: <status>works/unverified</status>
1.355     matthew  4972: </file>
                   4973: <file>
1.473     albertel 4974:   <source>loncom/auth/publiccheck.pm</source>
                   4975:   <target dist='default'>home/httpd/lib/perl/Apache/publiccheck.pm</target>
                   4976:   <categoryname>handler</categoryname>
                   4977:   <description>Checks if resource is public and allows unauthenticated access if it is.</description>
                   4978:   <status>works/unverified</status>
                   4979: </file>
                   4980: <file>
1.6       harris41 4981: <source>loncom/auth/lonlogout.pm</source>
                   4982: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
                   4983: <categoryname>handler</categoryname>
                   4984: <description>logout</description>
1.10      harris41 4985: <status>works/unverified</status>
1.4       harris41 4986: </file>
                   4987: <file>
1.458     albertel 4988:   <source>loncom/auth/migrateuser.pm</source>
                   4989:   <target dist='default'>home/httpd/lib/perl/Apache/migrateuser.pm</target>
                   4990:   <categoryname>handler</categoryname>
                   4991:   <description>auto logsin a remote user</description>
                   4992:   <status>works/unverified</status>
                   4993: </file>
                   4994: <file>
                   4995:   <source>loncom/auth/switchserver.pm</source>
                   4996:   <target dist='default'>home/httpd/lib/perl/Apache/switchserver.pm</target>
                   4997:   <categoryname>handler</categoryname>
                   4998:   <description>Setups the transfer of a user between servers</description>
                   4999:   <status>works/unverified</status>
                   5000: </file>
                   5001: <file>
1.461     albertel 5002:   <source>loncom/auth/checkauthen.pm</source>
                   5003:   <target dist='default'>home/httpd/lib/perl/Apache/checkauthen.pm</target>
                   5004:   <categoryname>handler</categoryname>
                   5005:   <description>Checks if a user's cookie exists and is valid</description>
                   5006:   <status>works/unverified</status>
                   5007: </file>
                   5008: <file>
1.475     albertel 5009:   <source>loncom/auth/simpleauthen.pm</source>
                   5010:   <target dist='default'>home/httpd/lib/perl/Apache/simpleauthen.pm</target>
                   5011:   <categoryname>handler</categoryname>
                   5012:   <description>Always returns DENIED</description>
                   5013:   <status>works/unverified</status>
                   5014: </file>
                   5015: <file>
1.6       harris41 5016: <source>loncom/lonnet/perl/lonrep.pm</source>
                   5017: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
                   5018: <categoryname>handler</categoryname>
                   5019: <description>replication</description>
1.345     raeburn  5020: </file>
                   5021: <file>
                   5022: <source>loncom/lonnet/perl/lonuploadrep.pm</source>
                   5023: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
                   5024: <categoryname>handler</categoryname>
                   5025: <description>copying of uploaded files</description>
1.4       harris41 5026: </file>
                   5027: <file>
1.6       harris41 5028: <source>loncom/auth/lonroles.pm</source>
                   5029: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
                   5030: <categoryname>handler</categoryname>
                   5031: <description>
                   5032: This perl handling module reads in the available roles available
                   5033: for a LON-CAPA user (different courses, different privileges, etc)
                   5034: and produces a form-element HTML page which allows the user to select
                   5035: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   5036: a user may want to select between being a student in a thermodynamics
                   5037: physics course or a teaching assistant for an introductory calculus
                   5038: class.
                   5039: </description>
1.86      harris41 5040: </file>
                   5041: <file>
                   5042: <source>doc/man/Apache__lonroles.3</source>
                   5043: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
                   5044: <categoryname>doc</categoryname>
                   5045: <description>man page for lonroles.pm</description>
                   5046: <build trigger='always run'>
1.115     harris41 5047: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
                   5048: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
1.86      harris41 5049: </build>
                   5050: <status>works/unverified</status>
                   5051: <dependencies>
                   5052: ../../loncom/auth/lonroles.pm
                   5053: </dependencies>
                   5054: </file>
                   5055: <file>
1.118     harris41 5056: <source>doc/lib/perl/Apache/lonroles.html</source>
                   5057: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112     harris41 5058: </target>
1.86      harris41 5059: <categoryname>doc</categoryname>
                   5060: <description>POD-derived page for lonroles.pm</description>
                   5061: <build trigger='always run'>
1.115     harris41 5062: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
1.118     harris41 5063: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
1.86      harris41 5064: </build>
                   5065: <status>works/unverified</status>
                   5066: <dependencies>
                   5067: ../../loncom/auth/lonroles.pm
                   5068: </dependencies>
1.4       harris41 5069: </file>
                   5070: <file>
1.363     albertel 5071: <source>loncom/interface/lonsource.pm</source>
                   5072: <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>
                   5073: <categoryname>handler</categoryname>
                   5074: <description>
                   5075: Problem source code viewer
                   5076: </description>
                   5077: <status>works/unverified</status>
                   5078: </file>
                   5079: <file>
1.6       harris41 5080: <source>loncom/interface/lonindexer.pm</source>
                   5081: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
                   5082: <categoryname>handler</categoryname>
                   5083: <description>
                   5084: cross server filesystem browser
                   5085: </description>
1.10      harris41 5086: <status>works/unverified</status>
1.76      harris41 5087: </file>
                   5088: <file>
                   5089: <source>doc/man/Apache__lonindexer.3</source>
                   5090: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83      harris41 5091: <categoryname>doc</categoryname>
1.76      harris41 5092: <description>man page for lonindexer.pm</description>
                   5093: <build trigger='always run'>
1.115     harris41 5094: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
                   5095: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
1.76      harris41 5096: </build>
                   5097: <status>works/unverified</status>
                   5098: <dependencies>
                   5099: ../../loncom/interface/lonindexer.pm
                   5100: </dependencies>
                   5101: </file>
                   5102: <file>
1.118     harris41 5103: <source>doc/lib/perl/Apache/lonindexer.html</source>
                   5104: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112     harris41 5105: </target>
1.83      harris41 5106: <categoryname>doc</categoryname>
1.76      harris41 5107: <description>POD-derived page for lonindexer.pm</description>
                   5108: <build trigger='always run'>
1.115     harris41 5109: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
1.118     harris41 5110: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
                   5111: echo 'pod2html lonindexer.pm'
1.76      harris41 5112: </build>
                   5113: <status>works/unverified</status>
                   5114: <dependencies>
                   5115: ../../loncom/interface/lonindexer.pm
                   5116: </dependencies>
1.4       harris41 5117: </file>
                   5118: <file>
1.24      harris41 5119: <source>loncom/interface/groupsort.pm</source>
                   5120: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
                   5121: <categoryname>handler</categoryname>
                   5122: <description>
                   5123: Implements a second phase of importing multiple resources into the RAT.
                   5124: Allows for reordering the sequence of resources.
                   5125: </description>
                   5126: <status>works/unverified</status>
                   5127: </file>
                   5128: <file>
1.6       harris41 5129: <source>loncom/lonnet/perl/lonnet.pm</source>
                   5130: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
                   5131: <categoryname>handler</categoryname>
                   5132: <description>
                   5133: This file is an interface to the lonc processes of the LON-CAPA network
                   5134: as well as set of elaborated functions for handling information necessary
                   5135: for navigating through a given cluster of LON-CAPA machines within a domain.
                   5136: There are over 40 specialized functions in this module which handle
                   5137: the reading and transmission of metadata, user information
                   5138: (ids, names, environments, roles, logs), file information (storage, reading,
                   5139: directories, extensions, replication, embedded styles and descriptors),
                   5140: educational resources (course descriptions, section names and numbers),
                   5141: url hashing (to assign roles on a url basis), and translating abbreviated
                   5142: symbols to and from more descriptive phrases or explanations.
                   5143: </description>
1.10      harris41 5144: <status>works/unverified</status>
1.73      harris41 5145: </file>
                   5146: <file>
                   5147: <source>doc/man/Apache__lonnet.3</source>
1.75      harris41 5148: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83      harris41 5149: <categoryname>doc</categoryname>
1.73      harris41 5150: <description>man page for lonnet.pm</description>
                   5151: <build trigger='always run'>
1.115     harris41 5152: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
                   5153: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
1.73      harris41 5154: </build>
                   5155: <status>works/unverified</status>
                   5156: <dependencies>
                   5157: ../../loncom/lonnet/perl/lonnet.pm
                   5158: </dependencies>
                   5159: </file>
                   5160: <file>
1.118     harris41 5161: <source>doc/lib/perl/Apache/lonnet.html</source>
                   5162: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
                   5163: </target>
1.83      harris41 5164: <categoryname>doc</categoryname>
1.73      harris41 5165: <description>POD-derived page for lonnet.pm</description>
                   5166: <build trigger='always run'>
1.115     harris41 5167: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
1.118     harris41 5168: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
1.73      harris41 5169: </build>
                   5170: <status>works/unverified</status>
                   5171: <dependencies>
                   5172: ../../loncom/lonnet/perl/lonnet.pm
                   5173: </dependencies>
1.4       harris41 5174: </file>
                   5175: <file>
1.525     albertel 5176: <source>loncom/lonnet/perl/londns.pm</source>
                   5177: <target dist='default'>home/httpd/lib/perl/Apache/londns.pm</target>
                   5178: <categoryname>handler</categoryname>
                   5179: <description>
                   5180: Domain information serving.
                   5181: </description>
                   5182: <status>works/unverified</status>
                   5183: </file>
                   5184: <file>
1.6       harris41 5185: <source>loncom/html/index.html</source>
                   5186: <target dist='default'>home/httpd/html/index.html</target>
                   5187: <categoryname>interface file</categoryname>
                   5188: <description>bumps to login</description>
1.280     www      5189: </file>
                   5190: <file>
                   5191: <source>loncom/html/index.html</source>
                   5192: <target dist='default'>home/httpd/html/origindex.html</target>
                   5193: <categoryname>interface file</categoryname>
                   5194: <description>bumps to login, backup for takeonline</description>
1.181     www      5195: </file>
                   5196: <file>
                   5197: <source>loncom/html/favicon.ico</source>
                   5198: <target dist='default'>home/httpd/html/favicon.ico</target>
                   5199: <categoryname>interface file</categoryname>
                   5200: <description>Bookmark and tab icon</description>
1.4       harris41 5201: </file>
1.419     matthew  5202: <file>
                   5203: <source>loncom/mime.types</source>
1.6       harris41 5204: <target dist='default'>etc/httpd/conf/mime.types</target>
1.563     raeburn  5205: <target dist='sles10 suse10.1 suse10.2 suse10.3'>etc/apache2/mime.types</target>
1.419     matthew  5206: <categoryname>www static conf</categoryname>
1.506     raeburn  5207: <description>Expanded mime.types</description>
1.419     matthew  5208: </file>
1.6       harris41 5209: <link>
                   5210: <linkto>home/httpd/html/res</linkto>
                   5211: <target dist='default'>home/httpd/html/raw</target>
                   5212: <categoryname>symbolic link</categoryname>
                   5213: <description>symbolic link to /home/httpd/html/res</description>
                   5214: </link>
1.4       harris41 5215: <file>
1.6       harris41 5216: <source>loncom/html/adm/notfound.html</source>
                   5217: <target dist='default'>home/httpd/html/adm/notfound.html</target>
                   5218: <categoryname>interface file</categoryname>
                   5219: <description>
                   5220: static html page that is shown when an attempt is made to access a document
                   5221: not present on the web server
                   5222: </description>
1.4       harris41 5223: </file>
                   5224: <file>
1.6       harris41 5225: <source>loncom/html/adm/unauthorized.html</source>
                   5226: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
                   5227: <categoryname>interface file</categoryname>
                   5228: <description>
1.27      harris41 5229: static html page that is shown when an attempt is made to access a document
                   5230: which is restricted based on file or server configurations
1.32      harris41 5231: </description>
                   5232: </file>
                   5233: <file>
                   5234: <source>loncom/html/adm/help/searchcat.html</source>
1.109     harris41 5235: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32      harris41 5236: <categoryname>interface file</categoryname>
                   5237: <description>
                   5238: Help page for the search engine.
1.6       harris41 5239: </description>
1.4       harris41 5240: </file>
                   5241: <file>
1.6       harris41 5242: <source>rat/client/rat.html</source>
                   5243: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
                   5244: <categoryname>interface file</categoryname>
                   5245: <description>
                   5246: frameset
                   5247: </description>
1.4       harris41 5248: </file>
                   5249: <file>
1.6       harris41 5250: <source>rat/client/parameter.html</source>
                   5251: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
                   5252: <categoryname>interface file</categoryname>
                   5253: <description>
                   5254: Parameter input window.
                   5255: </description>
1.4       harris41 5256: </file>
                   5257: <file>
1.398     raeburn  5258: <source>rat/client/ratcode.js</source>
                   5259: <target dist='default'>home/httpd/html/res/adm/includes/ratcode.js</target>
1.170     www      5260: <categoryname>interface file</categoryname>
                   5261: <description>
1.397     raeburn  5262: javascript for horizontal menubar in RAT
1.170     www      5263: </description>
                   5264: </file>
                   5265: <file>
                   5266: <source>rat/client/extpickcode.html</source>
                   5267: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
                   5268: <categoryname>interface file</categoryname>
                   5269: <description>
                   5270: javascript
                   5271: </description>
                   5272: </file>
                   5273: <file>
                   5274: <source>rat/client/extpickframe.html</source>
                   5275: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6       harris41 5276: <categoryname>interface file</categoryname>
                   5277: <description>
                   5278: javascript
                   5279: </description>
1.4       harris41 5280: </file>
                   5281: <file>
1.6       harris41 5282: <source>rat/client/map.html</source>
                   5283: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
                   5284: <categoryname>interface file</categoryname>
                   5285: <description>
                   5286: bumper
                   5287: </description>
1.4       harris41 5288: </file>
                   5289: <file>
1.6       harris41 5290: <source>rat/client/empty.html</source>
                   5291: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
                   5292: <categoryname>interface file</categoryname>
                   5293: <description>
                   5294: A blank page with very minimal HTML structural elements.
1.217     www      5295: </description>
                   5296: </file>
                   5297: <file>
                   5298: <source>rat/client/loading.html</source>
                   5299: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
                   5300: <categoryname>interface file</categoryname>
                   5301: <description>
                   5302: A blank page which calls drawwindow in its opener after being loaded.
1.6       harris41 5303: </description>
1.4       harris41 5304: </file>
1.10      harris41 5305: <fileglob>
                   5306: <glob>*.gif</glob>
                   5307: <sourcedir>rat/images/</sourcedir>
                   5308: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
                   5309: <categoryname>graphic file</categoryname>
                   5310: <description>
                   5311: icons for providing a HTML-tabled view of a course map
                   5312: </description>
                   5313: <filenames>
1.37      harris41 5314: 1.1.dt.gif;
                   5315: 1.1.empty.gif;
                   5316: 1.1.ld.gif;
                   5317: 1.1.lr.gif;
                   5318: 1.1.rd.gif;
1.60      harris41 5319: 1.1.rl.gif;
1.37      harris41 5320: 1.1.td.gif;
                   5321: 1.1.tdrl.gif;
                   5322: 1.1.tl.gif;
                   5323: 1.1.tr.gif;
                   5324: 1.1.utd.gif;
                   5325: 1.2.ctd.gif;
                   5326: 1.2.dt.gif;
                   5327: 1.2.empty.gif;
                   5328: 1.2.ld.gif;
                   5329: 1.2.lr.gif;
                   5330: 1.2.lrd.gif;
                   5331: 1.2.lrtd.gif;
                   5332: 1.2.rd.gif;
                   5333: 1.2.rl.gif;
                   5334: 1.2.rld.gif;
                   5335: 1.2.rltd.gif;
                   5336: 1.2.rtd.gif;
                   5337: 1.2.rtdl.gif;
                   5338: 1.2.rtl.gif;
                   5339: 1.2.td.gif;
                   5340: 1.2.tdl.gif;
                   5341: 1.2.tdrl.gif;
                   5342: 1.2.tl.gif;
                   5343: 1.2.tr.gif;
                   5344: 1.2.utd.gif;
                   5345: 2.1.dt.gif;
                   5346: 2.1.empty.gif;
                   5347: 2.1.ld.gif;
                   5348: 2.1.lr.gif;
                   5349: 2.1.rd.gif;
                   5350: 2.1.rl.gif;
                   5351: 2.1.td.gif;
                   5352: 2.1.tdrl.gif;
                   5353: 2.1.tl.gif;
                   5354: 2.1.tr.gif;
                   5355: 2.2.dt.gif;
                   5356: 2.2.empty.gif;
                   5357: 2.2.ld.gif;
                   5358: 2.2.lr.gif;
                   5359: 2.2.lrd.gif;
                   5360: 2.2.lrt.gif;
                   5361: 2.2.rd.gif;
                   5362: 2.2.rl.gif;
                   5363: 2.2.rld.gif;
                   5364: 2.2.rlt.gif;
                   5365: 2.2.td.gif;
                   5366: 2.2.tdl.gif;
                   5367: 2.2.tdr.gif;
                   5368: 2.2.tdrl.gif;
                   5369: 2.2.tl.gif;
                   5370: 2.2.tr.gif;
                   5371: 2.2.url.gif;
                   5372: 2.2.utd.gif;
                   5373: arrow.gif;
                   5374: bdt.gif;
                   5375: bempty.gif;
                   5376: bld.gif;
                   5377: blr.gif;
                   5378: blrd.gif;
                   5379: blrt.gif;
1.60      harris41 5380: bottom.gif;
1.37      harris41 5381: brd.gif;
                   5382: brl.gif;
                   5383: brld.gif;
                   5384: brlt.gif;
                   5385: btd.gif;
                   5386: btdl.gif;
                   5387: btdr.gif;
                   5388: btdrl.gif;
                   5389: btl.gif;
                   5390: btr.gif;
                   5391: burl.gif;
                   5392: butd.gif;
                   5393: condition.gif;
                   5394: edit.gif;
                   5395: finish.gif;
                   5396: info.gif;
                   5397: inscol.gif;
                   5398: inscond.gif;
                   5399: insres.gif;
                   5400: insrow.gif;
                   5401: left.gif;
                   5402: middle.gif;
                   5403: resource.gif;
                   5404: right.gif;
                   5405: sctd.gif;
                   5406: sdt.gif;
                   5407: sempty.gif;
                   5408: sld.gif;
                   5409: slr.gif;
                   5410: slrd.gif;
                   5411: slrtd.gif;
                   5412: srd.gif;
                   5413: srl.gif;
                   5414: srld.gif;
                   5415: srltd.gif;
                   5416: srtd.gif;
                   5417: srtdl.gif;
                   5418: srtl.gif;
                   5419: start.gif;
                   5420: std.gif;
                   5421: stdl.gif;
1.10      harris41 5422: sutd.gif
                   5423: </filenames>
                   5424: </fileglob>
                   5425: <fileglob>
1.60      harris41 5426: <glob>*.*</glob>
1.10      harris41 5427: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
                   5428: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
                   5429: <categoryname>graphic file</categoryname>
                   5430: <description>
                   5431: icons to indicate an unexpected result
                   5432: </description>
                   5433: <filenames>
1.37      harris41 5434: lonconstruct.gif;
                   5435: lonlogo_broken.gif;
                   5436: lonlogo_broken_tsp.gif;
                   5437: lonlogo_broken.eps;
                   5438: lonlogo_broken.jpg;
1.469     raeburn  5439: lonlogo_broken.mov;
                   5440: genericstudent_tn.gif
1.10      harris41 5441: </filenames>
                   5442: </fileglob>
                   5443: <fileglob>
1.60      harris41 5444: <glob>*.*</glob>
1.10      harris41 5445: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
                   5446: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
                   5447: <categoryname>graphic file</categoryname>
                   5448: <description>
1.132     harris41 5449: logos and general widget icons
1.10      harris41 5450: </description>
                   5451: <filenames>
1.68      harris41 5452: SMETE_white.gif;
1.117     harris41 5453: aboutlon.gif;
1.288     www      5454: aboutlon_pt.gif;
                   5455: aboutlon_de.gif;
1.117     harris41 5456: accessbutton.gif;
1.288     www      5457: accessbutton_pt.gif;
                   5458: accessbutton_de.gif;
1.224     www      5459: angry.gif;
1.60      harris41 5460: arrow_up.gif;
1.360     albertel 5461: baeh.gif;
1.224     www      5462: bigsmile.gif;
1.177     bowersj2 5463: branch.gif;
1.37      harris41 5464: cab.gif;
                   5465: cab_big.gif;
1.62      harris41 5466: capapanel.gif;
1.224     www      5467: check.gif;
1.37      harris41 5468: class.gif;
                   5469: class_big.gif;
1.379     albertel 5470: closepage.gif;
1.494     www      5471: clickhere.gif;
1.224     www      5472: coolindiff.gif;
                   5473: coolsmile.gif;
                   5474: cry.gif;
1.343     www      5475: doc.gif;
                   5476: doc_big.gif;
1.37      harris41 5477: dvi.gif;
                   5478: dvi_big.gif;
                   5479: eps.gif;
                   5480: eps_big.gif;
                   5481: exam.gif;
                   5482: exam_big.gif;
1.117     harris41 5483: fillbottom.gif;
                   5484: fillleft.gif;
                   5485: fillright.gif;
                   5486: filltop.gif;
1.37      harris41 5487: folder_closed.gif;
                   5488: folder_opened.gif;
                   5489: folder_pointer_closed.gif;
                   5490: folder_pointer_opened.gif;
                   5491: form.gif;
                   5492: form_big.gif;
1.224     www      5493: frowny.gif;
1.37      harris41 5494: gif.gif;
                   5495: gif_big.gif;
1.117     harris41 5496: header.gif;
1.455     albertel 5497: header.png;
1.387     raeburn  5498: helpdesk.gif;
                   5499: helpgateway.gif;
1.224     www      5500: hrrm.gif;
1.37      harris41 5501: htm.gif;
                   5502: html.gif;
                   5503: html_big.gif;
1.224     www      5504: huh.gif;
1.52      harris41 5505: jar.gif;
                   5506: jar_big.gif;
1.37      harris41 5507: jpg.gif;
                   5508: jpg_big.gif;
1.62      harris41 5509: latex.gif;
1.269     www      5510: library.gif;
1.224     www      5511: lipsrsealed.gif;
1.117     harris41 5512: lite.gif;
1.37      harris41 5513: liteani.gif;
1.117     harris41 5514: litetext.gif;
1.62      harris41 5515: lolpanel.gif;
1.37      harris41 5516: lonanim.gif;
                   5517: lonanimend.gif;
1.117     harris41 5518: loncapalogo.gif;
1.37      harris41 5519: lonhelplogos.gif;
1.60      harris41 5520: lonhelptop.gif;
1.37      harris41 5521: lonlogo.gif;
                   5522: lonlogos.gif;
1.117     harris41 5523: lowerleft.gif;
                   5524: lowerright.gif;
1.360     albertel 5525: mailbkgrd.gif;
                   5526: mailto.gif;
1.236     www      5527: minilogo.gif;
1.37      harris41 5528: meta.gif;
                   5529: meta_big.gif;
                   5530: mov.gif;
                   5531: mov_big.gif;
                   5532: move_up.gif;
                   5533: move_down.gif;
1.177     bowersj2 5534: navmap.correct.gif;
1.467     www      5535: navmap.partial.gif;
1.251     bowersj2 5536: navmap.ellipsis.gif;
1.177     bowersj2 5537: navmap.open.gif;
1.251     bowersj2 5538: navmap.page.open.gif;
                   5539: navmap.page.closed.gif;
                   5540: navmap.page.open.nomanip.gif;
                   5541: navmap.page.closed.nomanip.gif;
1.177     bowersj2 5542: navmap.wrong.gif;
1.180     bowersj2 5543: navmap.folder.open.gif;
                   5544: navmap.folder.closed.gif;
1.229     bowersj2 5545: navmap.folder.open.nomanip.gif;
                   5546: navmap.folder.closed.nomanip.gif;
1.292     www      5547: neutral.gif;
1.37      harris41 5548: page.gif;
                   5549: page_big.gif;
                   5550: pdf.gif;
                   5551: pdf_big.gif;
1.54      harris41 5552: png.gif;
                   5553: png_big.gif;
1.343     www      5554: ppt.gif;
                   5555: ppt_big.gif;
1.37      harris41 5556: problem.gif;
                   5557: problem_big.gif;
                   5558: ps.gif;
                   5559: ps_big.gif;
1.224     www      5560: rolleyes.gif;
1.37      harris41 5561: quill.gif;
                   5562: quiz.gif;
                   5563: quiz_big.gif;
                   5564: select.gif;
                   5565: sequence.gif;
                   5566: sequence_big.gif;
                   5567: server.gif;
                   5568: server_big.gif;
1.224     www      5569: shocked.gif;
                   5570: smiley.gif;
1.37      harris41 5571: srvbad.gif;
                   5572: srvempty.gif;
                   5573: srvgood.gif;
                   5574: srvhalf.gif;
                   5575: srvnull.gif;
                   5576: survey.gif;
                   5577: survey_big.gif;
1.429     www      5578: task.gif;
                   5579: task_big.gif;
1.37      harris41 5580: tex.gif;
                   5581: tex_big.gif;
1.210     www      5582: tth.gif;
1.37      harris41 5583: txt.gif;
                   5584: txt_big.gif;
1.57      harris41 5585: unknown.gif;
                   5586: unknown_big.gif;
1.117     harris41 5587: upperleft.gif;
                   5588: upperright.gif;
1.37      harris41 5589: user.gif;
                   5590: user_big.gif;
1.117     harris41 5591: userauthentication.gif;
1.288     www      5592: userauthentication_pt.gif;
                   5593: userauthentication_de.gif;
1.37      harris41 5594: wav.gif;
                   5595: wav_big.gif;
                   5596: white_space_20_22.gif;
                   5597: whitespace1.gif;
                   5598: whitespace10.gif;
                   5599: whitespace2.gif;
                   5600: whitespace3.gif;
                   5601: whitespace4.gif;
                   5602: whitespace5.gif;
                   5603: whitespace6.gif;
                   5604: whitespace7.gif;
                   5605: whitespace8.gif;
                   5606: whitespace9.gif;
1.224     www      5607: wink.gif;
1.343     www      5608: xls.gif;
                   5609: xls_big.gif;
1.37      harris41 5610: xml.gif;
                   5611: xml_big.gif;
                   5612: zip.gif;
1.10      harris41 5613: zip_big.gif
                   5614: </filenames>
                   5615: </fileglob>
                   5616: <fileglob>
1.60      harris41 5617: <glob>*.*</glob>
1.10      harris41 5618: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
                   5619: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
                   5620: <categoryname>graphic file</categoryname>
                   5621: <description>
1.132     harris41 5622: Miscellaneous resources.
1.10      harris41 5623: </description>
                   5624: <filenames>
1.80      harris41 5625: authorfeed.gif;
1.373     albertel 5626: blackdot.gif;
1.80      harris41 5627: bomb.gif;
1.320     www      5628: smallFAQ.gif;
                   5629: smallBug.gif;
1.40      harris41 5630: cat_button.gif;
1.539     www      5631: cat_button.png;
1.80      harris41 5632: chat.gif;
1.111     harris41 5633: eval_button.gif;
1.539     www      5634: eval_button.png;
1.80      harris41 5635: feedback.gif;
1.40      harris41 5636: pprm_button.gif;
1.539     www      5637: pprm_button.png;
1.40      harris41 5638: pgrd_button.gif;
1.539     www      5639: pgrd_button.png;
1.540     albertel 5640: subm_button.gif;
1.539     www      5641: subm_button.png;
1.10      harris41 5642: </filenames>
                   5643: </fileglob>
                   5644: <file>
1.413     albertel 5645: <source>loncom/xml/algebra/AlgParser.pm</source>
1.411     albertel 5646: <target dist='default'>home/httpd/lib/perl/AlgParser.pm</target>
                   5647: <categoryname>system file</categoryname>
                   5648: <description>
                   5649: perl module for invoking functions specific to Algebra-to-TeX-to-HTML conversion
                   5650: </description>
                   5651: <status>works/unverified</status>
                   5652: </file>
                   5653: <file>
1.299     matthew  5654: <source>modules/TexConvert/tthperl/tth.pm</source>
1.298     matthew  5655: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
1.10      harris41 5656: <categoryname>system file</categoryname>
                   5657: <description>
                   5658: perl module for invoking functions specific to TeX-to-HTML conversion
                   5659: </description>
                   5660: <note>
                   5661: Has the same dependencies and build process as tth.so.
                   5662: Currently, only the tth.so file specifications invoke
1.49      harris41 5663: the build process however.  A static version is checked into loncom/xml
                   5664: and in this way is treated as though it isn't part of the tth build process.
1.10      harris41 5665: </note>
1.113     harris41 5666: <status>works/unverified</status>
                   5667: </file>
                   5668: <file>
                   5669: <source>loncom/xml/LCParser.pm</source>
                   5670: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125     harris41 5671: <categoryname>system file</categoryname>
                   5672: <description>
                   5673: perl module for parsing HTML in a way that really works and is thoroughly
                   5674: tested
                   5675: </description>
                   5676: <status>works/unverified</status>
1.234     foxr     5677: </file>
                   5678: <file>
1.360     albertel 5679:   <source>loncom/lonlocal.pm</source>
                   5680:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonlocal.pm</target>
                   5681:   <categoryname>system file</categoryname>
                   5682:   <description>
                   5683:      lonc/d handler for doing a local filesystem based init:
                   5684:   </description>
                   5685:   <status>works/verified</status>
                   5686: </file>
                   5687: <file>
                   5688:   <source>loncom/lonssl.pm</source>
                   5689:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonssl.pm</target>
                   5690:   <categoryname>system file</categoryname>
                   5691:   <description>
                   5692:      lonc/d handler for doing a remote SSL based init:
                   5693:   </description>
                   5694:   <status>works/verified</status>
                   5695: </file>
                   5696: <file>
1.234     foxr     5697:   <source>loncom/LondConnection.pm</source>
1.239     albertel 5698:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234     foxr     5699:   <categoryname>system file</categoryname>
                   5700:   <description>
                   5701:      Manages a connection between a lonc proxy daemon and the lond server
                   5702:      in the remote node.
1.252     www      5703:   </description>
                   5704:   <status>works/verified</status>
                   5705: </file>
                   5706: <file>
                   5707:   <source>loncom/LondTransaction.pm</source>
                   5708:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
                   5709:   <categoryname>system file</categoryname>
                   5710:   <description>
                   5711: 	Handles a single lon-capa insternal transaction
1.234     foxr     5712:   </description>
                   5713:   <status>works/verified</status>
                   5714: </file>
                   5715: <file>
                   5716:    <source>loncom/types/HashIterator.pm</source>
1.239     albertel 5717:    <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234     foxr     5718:    <categoryname>system file</categoryname>
                   5719:    <description>
                   5720:       Provides support to iterate through opaque hashes hidden e.g. within 
                   5721:       object private data.
                   5722:    </description>
                   5723:    <status>works/verified</status>
                   5724: </file>
                   5725: <file>
                   5726:    <source>loncom/types/Queue.pm</source>
1.239     albertel 5727:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234     foxr     5728:    <categoryname>system file</categoryname>
                   5729:    <description>
                   5730:      Provides a FIFO queue class.
                   5731:    </description>
                   5732:    <status>works/verified</status>
                   5733: </file>
                   5734: <file>
                   5735:    <source>loncom/types/Stack.pm</source>
1.239     albertel 5736:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234     foxr     5737:    <categoryname>system file</categoryname>
                   5738:    <description>
                   5739:      Provides a LIFO stack class.
                   5740:    </description>
                   5741:    <status>works/verified</status>
1.239     albertel 5742: </file>
1.234     foxr     5743: <file>
                   5744:    <source>loncom/loncnew</source>
1.240     albertel 5745:    <target dist='default'>home/httpd/perl/loncnew</target>
                   5746:    <categoryname>script</categoryname>
1.234     foxr     5747:    <description>
                   5748: 	  Proxy server for remote loncapa requests.
1.250     albertel 5749:           Needs CPAN Event module.
1.234     foxr     5750:    </description>
1.125     harris41 5751: </file>
                   5752: <file>
                   5753: <source>loncom/configuration/Configuration.pm</source>
                   5754: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113     harris41 5755: <categoryname>system file</categoryname>
                   5756: <description>
1.126     harris41 5757: Configuration file reader (looks in /etc/httpd/conf/); accepts
                   5758: a list of *.conf files to inspect for PerlSetVar key/value
                   5759: entries.
1.316     www      5760: </description>
                   5761: <status>works/unverified</status>
                   5762: </file>
                   5763: <file>
                   5764: <source>loncom/ConfigFileEdit.pm</source>
                   5765: <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
                   5766: <categoryname>system file</categoryname>
                   5767: <description>
                   5768: Configuration file editing module
1.113     harris41 5769: </description>
1.10      harris41 5770: <status>works/unverified</status>
                   5771: </file>
                   5772: <file>
                   5773: <source>modules/TexConvert/tthperl/tth.so</source>
1.298     matthew  5774: <target dist='default'>home/httpd/lib/perl/tth.so</target>
1.10      harris41 5775: <categoryname>system file</categoryname>
                   5776: <description>
                   5777: shared library file for dynamic loading and unloading
                   5778: </description>
                   5779: <note>
                   5780: The source and file dependencies are not available to most
                   5781: CVS users.  (You can safely rely on the existing binaries
                   5782: present on your system... don't worry about warnings
                   5783: related to this file during the build process.)
                   5784: </note>
1.441     albertel 5785: <build trigger='always run'>
1.10      harris41 5786: modules/TexConvert/tthperl/commands
                   5787: </build>
                   5788: <status>works/unverified</status>
1.439     albertel 5789: <dependencies>
1.440     albertel 5790: commands;
1.439     albertel 5791: compiles/tth.so.i386;
                   5792: compiles/tth.so.x86_64
                   5793: </dependencies>
1.10      harris41 5794: </file>
                   5795: <file>
                   5796: <source>loncom/homework/caparesponse/capa.pm</source>
1.298     matthew  5797: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
1.10      harris41 5798: <categoryname>system file</categoryname>
                   5799: <description>
                   5800: perl module for invoking functions specific to CAPA
                   5801: </description>
1.49      harris41 5802: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 5803: <note>
                   5804: Has the same dependencies and build process as capa.so.
                   5805: Currently, only the capa.so file specifications invoke
                   5806: the build process however.
                   5807: </note>
                   5808: </file>
                   5809: <file>
                   5810: <source>loncom/homework/caparesponse/capa.bs</source>
1.298     matthew  5811: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
1.10      harris41 5812: <categoryname>system file</categoryname>
                   5813: <description>
1.27      harris41 5814: bootstrap file associated with dynamic loading of this module on multiple
                   5815: architectures
1.10      harris41 5816: </description>
1.49      harris41 5817: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 5818: <note>
                   5819: Has the same dependencies and build process as capa.so.
                   5820: Currently, only the capa.so file specifications invoke
                   5821: the build process however.
                   5822: </note>
                   5823: </file>
                   5824: <file>
                   5825: <source>loncom/homework/caparesponse/capa.so</source>
1.298     matthew  5826: <target dist='default'>home/httpd/lib/perl/capa.so</target>
1.10      harris41 5827: <categoryname>system file</categoryname>
                   5828: <description>
                   5829: shared library file for dynamic loading and unloading
                   5830: </description>
                   5831: <build trigger='always run'>
                   5832: loncom/homework/caparesponse/commands
                   5833: </build>
                   5834: <dependencies>
1.39      harris41 5835: caparesponse.c;
1.119     harris41 5836: caparesponse.pm;
                   5837: README;
                   5838: Makefile.PL;
                   5839: capa.i;
1.120     harris41 5840: commands;
1.222     albertel 5841: ../../../CAPA/pProj/Makefile;
1.120     harris41 5842: ../../../CAPA/pProj/capaGrammarDef.y;
                   5843: ../../../CAPA/pProj/capaFormula.y;
                   5844: ../../../CAPA/pProj/capaLexerDef.flex;
                   5845: ../../../CAPA/pProj/capaFunction.c;
                   5846: ../../../CAPA/pProj/capaParserUtils.c;
                   5847: ../../../CAPA/pProj/capaMapExpr.c;
                   5848: ../../../CAPA/pProj/capaUnit.c;
                   5849: ../../../CAPA/pProj/com.c;
                   5850: ../../../CAPA/pProj/linpack.c;
                   5851: ../../../CAPA/pProj/ranlib.c;
                   5852: ../../../CAPA/pProj/capaCgiUtils.c;
                   5853: ../../../CAPA/pProj/capaSubjective.c;
                   5854: ../../../CAPA/pProj/capaRQO.c;
                   5855: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123     harris41 5856: ../../../CAPA/pProj/capaCommon.c;
                   5857: ../../../CAPA/pProj/capaCommon.h;
                   5858: ../../../CAPA/pProj/ranlib.h;
                   5859: ../../../CAPA/pProj/capaCGI.h;
                   5860: ../../../CAPA/pProj/capaFunction.h;
                   5861: ../../../CAPA/pProj/capaRQO.h;
                   5862: ../../../CAPA/pProj/capaParser.h;
                   5863: ../../../CAPA/pProj/lex_debug.h
1.10      harris41 5864: </dependencies>
                   5865: </file>
1.416     albertel 5866: <file>
                   5867: <source>loncom/cgi/mimeTeX/mimetex.cgi</source>
                   5868: <target dist='default'>home/httpd/cgi-bin/mimetex.cgi</target>
                   5869: <categoryname>script</categoryname>
                   5870: <description>
                   5871: cgi binary for doing TeX -> math translation
                   5872: </description>
                   5873: <build trigger='always run'>
                   5874: loncom/cgi/mimeTeX/commands
                   5875: </build>
                   5876: <dependencies>
1.439     albertel 5877: commands;
                   5878: gfuntype.c;
                   5879: gifsave.c;
                   5880: mimetex.c;
                   5881: mimetex.h;
                   5882: mimetex.html;
                   5883: README;
                   5884: texfonts.h;
1.461     albertel 5885: LICENSE;
1.416     albertel 5886: </dependencies>
                   5887: </file>
1.10      harris41 5888: <fileglob>
                   5889: <glob>*.ent</glob>
                   5890: <sourcedir>loncom/MathML/</sourcedir>
                   5891: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
                   5892: <categoryname>system file</categoryname>
                   5893: <description>
1.27      harris41 5894: xml files which assign unicode numbers to mathematical symbols using
                   5895: &lt;! ENTITY... &gt; type syntax.
1.10      harris41 5896: </description>
                   5897: <filenames>
1.37      harris41 5898: isoamsa.ent;
                   5899: isoamsb.ent;
                   5900: isoamsc.ent;
                   5901: isoamsn.ent;
                   5902: isoamso.ent;
                   5903: isoamsr.ent;
                   5904: isobox.ent;
                   5905: isocyr1.ent;
                   5906: isocyr2.ent;
                   5907: isodia.ent;
                   5908: isogrk1.ent;
                   5909: isogrk2.ent;
                   5910: isogrk3.ent;
                   5911: isogrk4.ent;
                   5912: isolat1.ent;
                   5913: isolat2.ent;
                   5914: isomfrk.ent;
                   5915: isomopf.ent;
                   5916: isomscr.ent;
                   5917: isonum.ent;
                   5918: isopub.ent;
                   5919: isotech.ent;
                   5920: mmlalias.ent;
1.10      harris41 5921: mmlextra.ent
                   5922: </filenames>
1.37      harris41 5923: </fileglob>
1.10      harris41 5924: <file>
                   5925: <source>loncom/MathML/mathml.css</source>
                   5926: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
                   5927: <categoryname>system file</categoryname>
                   5928: <description>
                   5929: cascading style sheet
                   5930: </description>
                   5931: </file>
                   5932: <file>
                   5933: <source>loncom/MathML/mathml.dtd</source>
                   5934: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
                   5935: <categoryname>system file</categoryname>
                   5936: <description>
                   5937: document type definition
                   5938: </description>
                   5939: </file>
1.4       harris41 5940: <file>
1.10      harris41 5941: <source>loncom/auth/londes.js</source>
                   5942: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
                   5943: <categoryname>interface file</categoryname>
1.6       harris41 5944: <description>
1.27      harris41 5945: Encryption Routines according to Data Encryption Standard DES, written in
                   5946: javascript.
1.6       harris41 5947: </description>
1.4       harris41 5948: </file>
                   5949: <file>
1.10      harris41 5950: <source>loncom/homework/lectureonline.lcpm</source>
1.27      harris41 5951: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
                   5952: </target>
1.10      harris41 5953: <categoryname>handler</categoryname>
1.6       harris41 5954: <description>
1.115     harris41 5955: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
                   5956: environment in a problem that was converted from lectureonline.
1.6       harris41 5957: </description>
1.4       harris41 5958: </file>
                   5959: <file>
1.10      harris41 5960: <source>loncom/homework/default_homework.lcpm</source>
1.27      harris41 5961: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
                   5962: </target>
1.10      harris41 5963: <categoryname>handler</categoryname>
1.6       harris41 5964: <description>
1.14      harris41 5965: Provides many functions for the &lt;script&gt; environment in a .problem.
1.11      harris41 5966: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6       harris41 5967: </description>
1.4       harris41 5968: </file>
1.472     albertel 5969: 
                   5970: <file>
                   5971:   <source>loncom/homework/task.css</source>
1.475     albertel 5972:   <target dist='default'>home/httpd/html/res/adm/includes/task.css</target>
1.472     albertel 5973:   <categoryname>handler</categoryname>
                   5974:   <description>
                   5975:     Style definitions for task display
                   5976:   </description>
                   5977: </file>
                   5978: <file>
1.514     albertel 5979:   <source>loncom/homework/task_ie.css</source>
                   5980:   <target dist='default'>home/httpd/html/res/adm/includes/task_ie.css</target>
                   5981:   <categoryname>handler</categoryname>
                   5982:   <description>
                   5983:     Style definitions for task display for IE 6 and earlier
                   5984:   </description>
                   5985: </file>
                   5986: <file>
1.515     albertel 5987:   <source>loncom/homework/task_ie7.css</source>
1.514     albertel 5988:   <target dist='default'>home/httpd/html/res/adm/includes/task_ie7.css</target>
                   5989:   <categoryname>handler</categoryname>
                   5990:   <description>
                   5991:     Style definitions for task display for IE 7
                   5992:   </description>
                   5993: </file>
                   5994: <file>
1.472     albertel 5995:   <source>loncom/homework/task_grading.js</source>
1.475     albertel 5996:   <target dist='default'>home/httpd/html/res/adm/includes/task_grading.js</target>
1.472     albertel 5997:   <categoryname>handler</categoryname>
                   5998:   <description>
                   5999:     Javascript to make the grading screen of task easier to use
                   6000:   </description>
                   6001: </file>
1.4       harris41 6002: <file>
1.10      harris41 6003: <source>loncom/homework/capa.units</source>
                   6004: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
                   6005: <categoryname>static conf</categoryname>
1.6       harris41 6006: <description>
1.10      harris41 6007: Define unit prefixing and conversion for CAPA problem handling.
1.6       harris41 6008: </description>
1.4       harris41 6009: </file>
1.165     www      6010: <fileglob>
                   6011: <glob>*.jpg</glob>
                   6012: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
                   6013: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
                   6014: <categoryname>graphic file</categoryname>
                   6015: <description>Pages headers</description>
                   6016: <filenames>
                   6017: admin.jpg;
                   6018: author.jpg;
                   6019: coordinator.jpg;
                   6020: header.jpg;
                   6021: student.jpg;
1.166     www      6022: </filenames>
                   6023: </fileglob>
                   6024: <fileglob>
1.230     www      6025: <glob>*.jpg</glob>
                   6026: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
                   6027: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
                   6028: <categoryname>graphic file</categoryname>
                   6029: <description>Logos of LON-CAPA domains (jpg)</description>
                   6030: <filenames>
                   6031: headermsu.jpg;
1.422     www      6032: headertccfl.jpg;
1.442     www      6033: header_fsu.jpg;
                   6034: header_fsuK12.jpg;
1.444     www      6035: headerhope.jpg;
1.466     www      6036: jmsbanner.jpg;
1.230     www      6037: </filenames>
                   6038: </fileglob>
                   6039: <fileglob>
1.166     www      6040: <glob>*.gif</glob>
                   6041: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
                   6042: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
                   6043: <categoryname>graphic file</categoryname>
1.230     www      6044: <description>Logos of LON-CAPA domains (gif)</description>
1.168     www      6045: <filenames>
1.197     albertel 6046: 103.gif;
                   6047: gerd.gif;
                   6048: mio.gif;
                   6049: msuvu.gif;
                   6050: ohiou.gif;
                   6051: rhs.gif;
                   6052: sfu.gif;
                   6053: tmcc.gif;
                   6054: umich.gif;
                   6055: worf.gif;
                   6056: annarbor.gif;
                   6057: elps.gif;
                   6058: gwu.gif;
                   6059: msudemo.gif;
                   6060: ndsu.gif;
                   6061: physnet.gif;
                   6062: sc.gif;
                   6063: Selwyn.gif;
                   6064: ucf.gif;
                   6065: unihalle.gif;
                   6066: wscc.gif;
                   6067: cps.gif;
                   6068: fsu.gif;
1.442     www      6069: fsuK12.gif;
1.444     www      6070: hope.gif;
1.410     www      6071: vcu.gif;
1.197     albertel 6072: lsd.gif;
                   6073: msu.gif;
1.466     www      6074: jms.gif;
1.197     albertel 6075: nsdl.gif;
                   6076: pmm.gif;
                   6077: sunysb.gif;
                   6078: udel.gif;
1.223     albertel 6079: uz.gif;
                   6080: fvl.gif;
1.270     www      6081: csm.gif;
1.272     www      6082: nau.gif;
1.344     www      6083: nagoya.gif;
1.415     www      6084: kanazawa.gif;
1.381     www      6085: colorado.gif;
1.352     www      6086: acadiau.gif;
1.354     www      6087: psuerie.gif;
1.353     www      6088: redford.gif;
1.341     www      6089: huji.gif;
                   6090: ifusp.gif;
                   6091: ucsc.gif;
1.403     www      6092: uiuc.gif;
1.438     albertel 6093: uiucheader.gif;
1.445     www      6094: koinonia.gif;
1.303     www      6095: waverly.gif;
1.302     www      6096: cmich.gif;
1.285     www      6097: UNICAMP.gif;
1.364     www      6098: lakefenton.gif;
                   6099: grandblanc.gif;
1.223     albertel 6100: glps.gif;
1.275     www      6101: BCHS.gif;
1.223     albertel 6102: headersfu.gif;
1.311     albertel 6103: uwsp.gif;
1.417     www      6104: tccfl.gif;
1.325     www      6105: bsu.gif;
                   6106: wmston.gif;
1.423     www      6107: headerharvard.gif;
                   6108: harvard.gif;
1.426     www      6109: uga.gif;
                   6110: headeruga.gif;
1.433     albertel 6111: covenantchristianhs.gif;
1.168     www      6112: </filenames>
                   6113: </fileglob>
                   6114: <fileglob>
                   6115: <glob>*.tab</glob>
                   6116: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
                   6117: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
                   6118: <categoryname>conf</categoryname>
                   6119: <description>Designs of LON-CAPA domains</description>
1.166     www      6120: <filenames>
1.197     albertel 6121: annarbor.tab;
                   6122: default.tab;
                   6123: msu.tab;
1.270     www      6124: csm.tab;
1.341     www      6125: huji.tab;
1.272     www      6126: nau.tab;
1.344     www      6127: nagoya.tab;
1.445     www      6128: koinonia.tab;
1.415     www      6129: kanazawa.tab;
1.381     www      6130: colorado.tab;
1.352     www      6131: acadiau.tab;
1.354     www      6132: psuerie.tab;
1.353     www      6133: redford.tab;
1.302     www      6134: cmich.tab;
1.341     www      6135: ifusp.tab;
1.466     www      6136: jms.tab;
1.341     www      6137: ucsc.tab;
1.403     www      6138: uiuc.tab;
1.285     www      6139: UNICAMP.tab;
1.364     www      6140: lakefenton.tab;
                   6141: grandblanc.tab;
1.274     www      6142: fsu.tab;
1.442     www      6143: fsuK12.tab;
1.444     www      6144: hope.tab;
1.410     www      6145: vcu.tab;
1.197     albertel 6146: sfu.tab;
1.325     www      6147: wmston.tab;
                   6148: worf.tab;
1.417     www      6149: tccfl.tab;
1.423     www      6150: harvard.tab;
1.426     www      6151: uga.tab;
1.455     albertel 6152: tmcc.tab;
1.165     www      6153: </filenames>
                   6154: </fileglob>
1.10      harris41 6155: <fileglob>
                   6156: <glob>*.gif</glob>
1.159     www      6157: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
                   6158: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10      harris41 6159: <categoryname>graphic file</categoryname>
1.159     www      6160: <description>LON-CAPA remote control LCD font</description>
1.10      harris41 6161: <filenames>
1.130     www      6162: 0.gif;
                   6163: 1.gif;
                   6164: 2.gif;
                   6165: 3.gif;
                   6166: 4.gif;
                   6167: 5.gif;
                   6168: 6.gif;
                   6169: 7.gif;
                   6170: 8.gif;
                   6171: 9.gif;
1.37      harris41 6172: a.gif;
1.159     www      6173: b.gif;
                   6174: c.gif;
                   6175: d.gif;
                   6176: e.gif;
                   6177: f.gif;
                   6178: g.gif;
                   6179: h.gif;
                   6180: i.gif;
                   6181: j.gif;
                   6182: k.gif;
                   6183: l.gif;
                   6184: m.gif;
                   6185: n.gif;
                   6186: o.gif;
                   6187: p.gif;
                   6188: q.gif;
                   6189: r.gif;
                   6190: s.gif;
                   6191: t.gif;
                   6192: u.gif;
                   6193: v.gif;
                   6194: w.gif;
                   6195: x.gif;
                   6196: y.gif;
                   6197: z.gif;
1.287     www      6198: Ã¶.gif;
                   6199: Ã¤.gif;
                   6200: Ã¼.gif;
                   6201: ä.gif;
                   6202: ö.gif;
                   6203: ü.gif;
1.159     www      6204: colon.gif;
                   6205: hyphen.gif;
                   6206: slash.gif;
                   6207: space.gif;
1.304     www      6208: </filenames>
                   6209: </fileglob>
                   6210: <fileglob>
                   6211: <glob>*.gif</glob>
                   6212: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
                   6213: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
                   6214: <categoryname>graphic file</categoryname>
                   6215: <description>icons used for the Portuguese LON-CAPA user interface</description>
                   6216: <filenames>
                   6217: anno_pt.gif;
                   6218: anot_pt.gif;
                   6219: bchat_pt.gif;
                   6220: catalog_pt.gif;
                   6221: ccrs_pt.gif;
                   6222: chrt_pt.gif;
                   6223: com_pt.gif;
                   6224: courses_pt.gif;
                   6225: cprv_pt.gif;
                   6226: cstr_pt.gif;
                   6227: docs_pt.gif;
                   6228: egrd_pt.gif;
                   6229: enrl_pt.gif;
                   6230: eval_pt.gif;
                   6231: fdbk_pt.gif;
                   6232: grds_pt.gif;
                   6233: keys_pt.gif;
                   6234: logout_pt.gif;
                   6235: nav_pt.gif;
                   6236: parm_pt.gif;
                   6237: pref_pt.gif;
                   6238: prt_pt.gif;
                   6239: res_pt.gif;
                   6240: roles_pt.gif;
                   6241: sbkm_pt.gif;
                   6242: spacer_pt.gif;
                   6243: sprs_pt.gif;
                   6244: src_pt.gif;
                   6245: stat_pt.gif;
                   6246: vbkm_pt.gif;
1.159     www      6247: </filenames>
                   6248: </fileglob>
                   6249: <fileglob>
                   6250: <glob>*.gif</glob>
                   6251: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   6252: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
                   6253: <categoryname>graphic file</categoryname>
                   6254: <description>icons used for the entire LON-CAPA user interface</description>
                   6255: <filenames>
1.147     www      6256: anno.gif;
1.37      harris41 6257: anot.gif;
                   6258: back.gif;
1.147     www      6259: bchat.gif;
1.37      harris41 6260: bkm.gif;
1.522     www      6261: blog.gif;
1.348     albertel 6262: bl_step1.gif;
                   6263: bl_step2.gif;
                   6264: bl_step3.gif;
                   6265: bl_step4.gif;
                   6266: bl_step5.gif;
                   6267: bl_step6.gif;
                   6268: bl_step7.gif;
                   6269: bl_step8.gif;
                   6270: bl_step9.gif;
1.37      harris41 6271: brws.gif;
1.60      harris41 6272: catalog.gif;
1.567     raeburn  6273: ccat.gif;
1.37      harris41 6274: ccrs.gif;
                   6275: chat.gif;
                   6276: chrt.gif;
1.400     albertel 6277: clst.gif;
1.37      harris41 6278: com.gif;
1.527     www      6279: conf.gif;
1.37      harris41 6280: courses.gif;
                   6281: cprv.gif;
                   6282: cstr.gif;
1.400     albertel 6283: del.gif;
1.37      harris41 6284: dempty.gif;
1.147     www      6285: docs.gif;
1.37      harris41 6286: egrd.gif;
                   6287: empty.gif;
                   6288: enrl.gif;
                   6289: eval.gif;
                   6290: fdbk.gif;
                   6291: feedback.gif;
                   6292: forw.gif;
                   6293: grds.gif;
1.460     raeburn  6294: grps.gif;
1.37      harris41 6295: group.gif;
                   6296: help.gif;
                   6297: info.gif;
1.238     www      6298: keys.gif;
1.37      harris41 6299: ledblink.gif;
                   6300: ledgreen.gif;
                   6301: ledoff.gif;
                   6302: ledon.gif;
                   6303: ledsend.gif;
1.400     albertel 6304: list.gif;
1.37      harris41 6305: logout.gif;
1.456     raeburn  6306: mail.gif;
1.328     albertel 6307: mcrs.gif;
1.37      harris41 6308: mrk.gif;
                   6309: nav.gif;
1.429     www      6310: new.gif;
1.37      harris41 6311: next.gif;
1.131     www      6312: nothumb.gif;
1.37      harris41 6313: parm.gif;
1.531     www      6314: pcstr.gif;
1.37      harris41 6315: pgrd.gif;
1.400     albertel 6316: port.gif;
1.37      harris41 6317: pparm.gif;
1.99      harris41 6318: pref.gif;
1.37      harris41 6319: prt.gif;
1.400     albertel 6320: pub.gif;
1.37      harris41 6321: qempty.gif;
                   6322: reload.gif;
                   6323: remotebg.gif;
                   6324: res.gif;
                   6325: roles.gif;
1.400     albertel 6326: rtrv.gif;
1.37      harris41 6327: sbkm.gif;
1.432     albertel 6328: sctr.gif;
1.37      harris41 6329: spacer.gif;
                   6330: sprs.gif;
                   6331: src.gif;
                   6332: stat.gif;
                   6333: subm.gif;
                   6334: title.gif;
                   6335: vbkm.gif;
1.10      harris41 6336: </filenames>
                   6337: </fileglob>
1.532     www      6338: <fileglob>
                   6339: <glob>*.png</glob>
                   6340: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   6341: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
                   6342: <categoryname>graphic file</categoryname>
                   6343: <description>main menu graphical icons</description>
                   6344: <filenames>
                   6345: anno.png;
                   6346: bchat.png;
1.567     raeburn  6347: ccat.png;
1.532     www      6348: ccrs.png;
1.537     www      6349: clst.png;
1.532     www      6350: conf.png;
1.549     albertel 6351: courses.png;
1.532     www      6352: docs.png;
                   6353: eval.png;
1.537     www      6354: grds.png;
1.532     www      6355: grps.png;
                   6356: mail.png;
                   6357: new.png;
                   6358: pgrd.png;
                   6359: pref.png;
                   6360: roles.png;
                   6361: sprs.png;
                   6362: vbkm.png;
                   6363: anot.png;
                   6364: blog.png;
                   6365: chrt.png;
                   6366: cprv.png;
1.533     www      6367: del.png;
1.532     www      6368: egrd.png;
                   6369: fdbk.png;
1.577     www      6370: help.png;
1.532     www      6371: keys.png;
1.533     www      6372: list.png;
1.532     www      6373: mcrs.png;
                   6374: parm.png;
                   6375: port.png;
                   6376: prt.png;
                   6377: sbkm.png;
                   6378: src.png;
1.537     www      6379: subm.png;
1.532     www      6380: back.png;
                   6381: catalog.png;
                   6382: com.png;
                   6383: cstr.png;
                   6384: enrl.png;
                   6385: forw.png;
                   6386: logout.png;
                   6387: nav.png;
                   6388: pcstr.png;
                   6389: pparm.png;
1.533     www      6390: pub.png;
1.532     www      6391: res.png;
1.533     www      6392: rtrv.png;
1.532     www      6393: sctr.png;
                   6394: stat.png;
                   6395: </filenames>
                   6396: </fileglob>
1.4       harris41 6397: <file>
1.450     albertel 6398: <source>loncom/html/res/adm/pages/math_example.tex</source>
                   6399: <target dist='default'>home/httpd/html/res/adm/pages/math_example.tex</target>
                   6400: <categoryname>interface file</categoryname>
                   6401: <description>
                   6402:  file with an example math equation in it.
                   6403: </description>
                   6404: </file>
                   6405: <file>
1.10      harris41 6406: <source>loncom/html/res/adm/pages/imgmaps.html</source>
                   6407: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
                   6408: <categoryname>interface file</categoryname>
1.6       harris41 6409: <description>
1.10      harris41 6410: image maps for the LON-CAPA remote control
1.6       harris41 6411: </description>
1.4       harris41 6412: </file>
                   6413: <file>
1.10      harris41 6414: <source>loncom/html/res/adm/pages/index.html</source>
                   6415: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
                   6416: <categoryname>interface file</categoryname>
1.6       harris41 6417: <description>
1.10      harris41 6418: welcoming page to the LON-CAPA system upon login
1.6       harris41 6419: </description>
1.4       harris41 6420: </file>
                   6421: <file>
1.10      harris41 6422: <source>loncom/html/res/adm/pages/menu.html</source>
                   6423: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
                   6424: <categoryname>interface file</categoryname>
1.6       harris41 6425: <description>
1.10      harris41 6426: renders the HTML (including image maps) for the LON-CAPA remote control
1.6       harris41 6427: </description>
1.4       harris41 6428: </file>
1.10      harris41 6429: <fileglob>
                   6430: <glob>*.gif</glob>
                   6431: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118     harris41 6432: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
                   6433: </targetdir>
1.10      harris41 6434: <categoryname>graphic file</categoryname>
                   6435: <description>
1.132     harris41 6436: icons used for directory indexing and login screen
1.10      harris41 6437: </description>
                   6438: <filenames>
1.37      harris41 6439: a.gif;
                   6440: alert.black.gif;
                   6441: alert.red.gif;
                   6442: back.gif;
                   6443: ball.gray.gif;
                   6444: ball.red.gif;
                   6445: binary.gif;
                   6446: binhex.gif;
                   6447: blank.gif;
                   6448: bomb.gif;
                   6449: box1.gif;
                   6450: box2.gif;
                   6451: broken.gif;
                   6452: burst.gif;
                   6453: c.gif;
                   6454: comp.blue.gif;
                   6455: comp.gray.gif;
                   6456: compressed.gif;
                   6457: continued.gif;
                   6458: course.gif;
                   6459: dir.gif;
                   6460: down.gif;
                   6461: dvi.gif;
                   6462: f.gif;
                   6463: folder.gif;
                   6464: folder.open.gif;
                   6465: folder.sec.gif;
                   6466: folder_closed.gif;
                   6467: folder_closed_pressed.gif;
                   6468: folder_new.gif;
                   6469: folder_opened.gif;
                   6470: folder_opened_pressed.gif;
                   6471: folder_pointer_closed.gif;
                   6472: folder_pointer_opened.gif;
                   6473: folder_spacer.gif;
                   6474: folder_trash.gif;
                   6475: forward.gif;
                   6476: generic.gif;
                   6477: generic.red.gif;
                   6478: generic.sec.gif;
                   6479: hand.right.gif;
                   6480: hand.up.gif;
                   6481: html.gif;
                   6482: image1.gif;
                   6483: image2.gif;
                   6484: image3.gif;
                   6485: index.gif;
                   6486: layout.gif;
                   6487: left.gif;
                   6488: link.gif;
                   6489: mov.gif;
                   6490: movie1.gif;
                   6491: p.gif;
                   6492: patch.gif;
                   6493: pdf.gif;
                   6494: portal.gif;
                   6495: problem.gif;
                   6496: ps.gif;
                   6497: quill.gif;
                   6498: right.gif;
                   6499: screw1.gif;
                   6500: screw2.gif;
                   6501: script.gif;
                   6502: sound1.gif;
                   6503: sound2.gif;
                   6504: sphere1.gif;
                   6505: sphere2.gif;
                   6506: tar.gif;
                   6507: tex.gif;
                   6508: text.gif;
                   6509: transfer.gif;
                   6510: unknown.gif;
                   6511: up.gif;
                   6512: uu.gif;
                   6513: uuencoded.gif;
                   6514: white_space_20_22.gif;
                   6515: white_space_22_22.gif;
                   6516: whitespace1.gif;
                   6517: whitespace10.gif;
                   6518: whitespace2.gif;
                   6519: whitespace3.gif;
                   6520: whitespace4.gif;
                   6521: whitespace5.gif;
                   6522: whitespace6.gif;
                   6523: whitespace7.gif;
                   6524: whitespace8.gif;
                   6525: whitespace9.gif;
                   6526: world1.gif;
1.10      harris41 6527: world2.gif
                   6528: </filenames>
                   6529: </fileglob>
                   6530: <fileglob>
                   6531: <glob>*.gif</glob>
                   6532: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 6533: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   6534: </targetdir>
1.10      harris41 6535: <categoryname>graphic file</categoryname>
                   6536: <description>
1.132     harris41 6537: icons used for the bookmark portion of the LON-CAPA user interface
1.10      harris41 6538: </description>
                   6539: <filenames>
1.37      harris41 6540: folder_anim.gif;
                   6541: folder_close.gif;
                   6542: folder_drag.gif;
                   6543: folder_new.gif;
                   6544: folder_open.gif;
                   6545: folder_pointer_closed.gif;
                   6546: folder_pointer_opened.gif;
                   6547: folder_static.gif;
                   6548: folder_trash.gif;
                   6549: folder_trash_hover.gif;
                   6550: left_bar.gif;
                   6551: link.gif;
                   6552: link_anim.gif;
                   6553: link_drag.gif;
                   6554: ll_corner.gif;
                   6555: lower_bar.gif;
                   6556: lr_corner.gif;
                   6557: pix.gif;
                   6558: right_bar.gif;
                   6559: toolbar_bg.gif;
                   6560: ul_corner.gif;
                   6561: upper_bar.gif;
1.10      harris41 6562: ur_corner.gif
                   6563: </filenames>
                   6564: </fileglob>
                   6565: <fileglob>
                   6566: <glob>*.html</glob>
                   6567: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 6568: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   6569: </targetdir>
1.10      harris41 6570: <categoryname>interface file</categoryname>
                   6571: <description>
1.132     harris41 6572: associated with the scheme of displaying bookmarks
1.10      harris41 6573: </description>
                   6574: <filenames>
1.37      harris41 6575: bookmarkmenu_toolbar.html;
                   6576: blank.html;
1.10      harris41 6577: closechildren.html
1.300     albertel 6578: </filenames>
                   6579: </fileglob>
                   6580: <fileglob>
                   6581: <glob>*.*</glob>
                   6582: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
                   6583: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
                   6584: <categoryname>interface file</categoryname>
                   6585: <description>
                   6586: Associated file for answering reactionresponse style questions
                   6587: </description>
                   6588: <filenames>
                   6589: reaction_editor.html;
                   6590: reaction_frame.html;
                   6591: reaction_help.html;
                   6592: reaction_viewer.html;
                   6593: reaction_window.html
1.10      harris41 6594: </filenames>
                   6595: </fileglob>
1.4       harris41 6596: <file>
1.10      harris41 6597: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27      harris41 6598: <target dist='default'>
                   6599: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10      harris41 6600: <categoryname>interface file</categoryname>
1.6       harris41 6601: <description>
1.10      harris41 6602: javascript for handling client-side interactions with bookmark interface
1.6       harris41 6603: </description>
1.171     harris41 6604: </file>
                   6605: <file>
1.509     raeburn  6606: <source dist='default'>loncom/build/CHECKRPMS</source>
1.171     harris41 6607: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188     harris41 6608: <categoryname>system script</categoryname>
1.171     harris41 6609: <description>
1.509     raeburn  6610: Checks if RPMs need updating with yum, you, rug, up2date or check-rpms depending on distribution.
1.171     harris41 6611: </description>
                   6612: <status>tested/documented/beta</status>
1.103     harris41 6613: </file>
                   6614: <file>
                   6615: <source>loncom/build/check-rpms</source>
1.152     harris41 6616: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188     harris41 6617: <categoryname>system script</categoryname>
1.103     harris41 6618: <description>
                   6619: compare installed rpms with up-to-date distribution
                   6620: </description>
                   6621: <status>tested/documented/beta</status>
                   6622: </file>
                   6623: <file>
                   6624: <source>doc/man/check-rpms.1</source>
                   6625: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
                   6626: <categoryname>doc</categoryname>
                   6627: <description>man page for check-rpms</description>
                   6628: <build trigger='always run'>
1.115     harris41 6629: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
1.112     harris41 6630: echo 'manifying check-rpms'
1.103     harris41 6631: </build>
                   6632: <status>beta</status>
                   6633: <dependencies>
                   6634: ../../loncom/build/check-rpms
                   6635: </dependencies>
                   6636: </file>
                   6637: <file>
                   6638: <source>doc/scripts/check-rpms.html</source>
1.112     harris41 6639: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
                   6640: </target>
1.103     harris41 6641: <categoryname>doc</categoryname>
                   6642: <description>POD-derived page for check-rpms</description>
                   6643: <build trigger='always run'>
1.118     harris41 6644: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
                   6645: &amp;&amp; echo 'pod2html checkrpms'
1.103     harris41 6646: </build>
                   6647: <status>works/unverified</status>
                   6648: <dependencies>
                   6649: ../../loncom/build/check-rpms
                   6650: </dependencies>
1.4       harris41 6651: </file>
                   6652: <file>
1.10      harris41 6653: <source>loncom/build/loncaparestoreconfigurations</source>
1.206     harris41 6654: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
                   6655: </target>
1.10      harris41 6656: <categoryname>script</categoryname>
1.6       harris41 6657: <description>
1.206     harris41 6658: Updates .lpmlnew files with previous settings.  Also supports alternative
                   6659: schemes of settings-updating and file-overwriting.
1.6       harris41 6660: </description>
1.206     harris41 6661: <status>works/unverified</status>
1.4       harris41 6662: </file>
                   6663: <file>
1.348     albertel 6664:   <source>loncom/cron/loncapa.built</source>
                   6665:   <target dist='default'>etc/cron.d/loncapa</target>
                   6666:   <categoryname>conf</categoryname>
                   6667:   <description>
                   6668:     file that specifies periodic processes to run for the LON-CAPA machine
                   6669:   </description>
                   6670:   <build trigger='always run'>
                   6671: loncom/cron/preserve_local_loncapa_cron
                   6672:   </build>
                   6673:   <dependencies>
                   6674: loncapa;
                   6675: preserve_local_loncapa_cron
                   6676:   </dependencies>
1.10      harris41 6677: </file>
                   6678: <file>
                   6679: <source>loncom/ntp/step-tickers</source>
1.175     harris41 6680: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
                   6681: </target>
                   6682: <categoryname>static conf</categoryname>
1.10      harris41 6683: <description>
                   6684: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   6685: </description>
                   6686: <note>
                   6687: <table cellpadding='0' cellspacing='0' border='1'>
                   6688: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
                   6689: </table>
                   6690: </note>
1.48      harris41 6691: </file>
                   6692: <file>
                   6693: <source>loncom/pam.d/pwauth</source>
                   6694: <target dist='default'>etc/pam.d/pwauth</target>
                   6695: <categoryname>static conf</categoryname>
                   6696: <description>
                   6697: file that allows setuid password privileges for pwauth executable
                   6698: </description>
                   6699: </file>
                   6700: <file>
                   6701: <source>loncom/pam.d/pwchange</source>
                   6702: <target dist='default'>etc/pam.d/pwchange</target>
                   6703: <categoryname>static conf</categoryname>
                   6704: <description>
                   6705: file that allows setuid password privileges for pwchange (lcpasswd) executable
                   6706: </description>
1.10      harris41 6707: </file>
                   6708: <file>
                   6709: <source>loncom/init.d/loncontrol</source>
                   6710: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
1.563     raeburn  6711: <target dist='suse9.2 suse9.3 sles9 sles10 suse10.1 suse10.2 suse10.3'>etc/init.d/loncontrol</target>
1.10      harris41 6712: <categoryname>root script</categoryname>
                   6713: <description>
                   6714: Controls the launching/halting of lonc, lond, and lonsql processes.
                   6715: </description>
                   6716: </file>
                   6717: <link>
1.545     albertel 6718: <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
1.563     raeburn  6719: <linkto dist='suse9.2 suse9.3 sles9 sles10 suse10.1 suse10.2 suse10.3'>etc/init.d/loncontrol</linkto>
1.10      harris41 6720: <target dist='default'>
1.37      harris41 6721: etc/rc.d/rc0.d/K05loncontrol;
                   6722: etc/rc.d/rc1.d/K05loncontrol;
                   6723: etc/rc.d/rc2.d/K05loncontrol;
                   6724: etc/rc.d/rc3.d/S95loncontrol;
                   6725: etc/rc.d/rc4.d/S95loncontrol;
                   6726: etc/rc.d/rc5.d/S95loncontrol;
1.10      harris41 6727: etc/rc.d/rc6.d/K05loncontrol
                   6728: </target>
1.563     raeburn  6729: <target dist='suse10.2 suse10.3'></target>
1.10      harris41 6730: <categoryname>symbolic link</categoryname>
1.27      harris41 6731: <description>
                   6732: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10      harris41 6733: </link>
1.545     albertel 6734: 
1.563     raeburn  6735: <file dist="suse10.2 suse10.3">
1.545     albertel 6736:   <source>loncom/init.d/loncontrol</source>
                   6737:   <target>etc/rc.d/</target>
                   6738:   <description>
                   6739:     setup loncontrol to run at boot
                   6740:   </description>
1.563     raeburn  6741:   <installscript dist="suse10.2 suse10.3">
1.545     albertel 6742: -c 'chkconfig --del loncontrol;chkconfig loncontrol 345;chkconfig --list loncontrol'
                   6743:   </installscript>
                   6744:   <dependencies>
                   6745: loncom/init.d/loncontrol
                   6746:   </dependencies>
                   6747: </file>
                   6748: 
1.580     raeburn  6749: <file>
1.579     raeburn  6750:   <source>doc/latex/utf8.def</source>
1.581     raeburn  6751:   <target dist='default'>usr/local/loncapa/doc/utf8.def</target>
                   6752:   <target dist='rhes4'>usr/share/texmf/tex/latex/base/utf8.def</target>
1.579     raeburn  6753:   <categoryname>system file</categoryname>
                   6754:   <description>
                   6755:    utf8 definitions for LaTeX
                   6756:   </description>
                   6757: </file>
                   6758: 
1.10      harris41 6759: <file>
1.580     raeburn  6760:   <source>doc/latex/utf8enc.dfu</source>
1.581     raeburn  6761:   <target dist='default'>usr/local/loncapa/doc/utf8enc.dfu</target>
                   6762:   <target dist='rhes4'>usr/share/texmf/tex/latex/base/utf8enc.dfu</target>
1.580     raeburn  6763:   <categoryname>system file</categoryname>
                   6764:   <description>
                   6765:    utf8 declarations for LaTeX
                   6766:   </description>
                   6767: </file>
                   6768: 
                   6769: <file>
1.10      harris41 6770: <source>loncom/atalk/config</source>
1.152     harris41 6771: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175     harris41 6772: <categoryname>static conf</categoryname>
1.6       harris41 6773: <description>
1.27      harris41 6774: configuration file to make LON-CAPA server file space accessible to
                   6775: Appleshares access (Macintosh)
1.6       harris41 6776: </description>
1.315     albertel 6777: </file>
                   6778: <file>
1.480     albertel 6779:   <source>loncom/interface/loncss.pm</source>
                   6780:   <target dist='default'>home/httpd/lib/perl/Apache/loncss.pm</target>
                   6781:   <categoryname>handler</categoryname>
                   6782:   <description>
                   6783:     Generates standard LON-CAPA CSS
                   6784:   </description>
                   6785: </file>
                   6786: <file>
1.481     albertel 6787:   <source>loncom/LONCAPA.pm</source>
                   6788:   <target dist='default'>home/httpd/lib/perl/LONCAPA.pm</target>
                   6789:   <categoryname>handler</categoryname>
                   6790:   <description>
                   6791:     Some basic Lon-CAPA functionality
                   6792:   </description>
                   6793: </file>
                   6794: <file>
1.456     raeburn  6795:   <source>loncom/interface/lonnotify.pm</source>
                   6796:   <target dist='default'>home/httpd/lib/perl/Apache/lonnotify.pm</target>
                   6797:   <categoryname>handler</categoryname>
                   6798:   <description>
                   6799:     Interface for Domain Coordinators to (a) send broadcast e-mail to groups 
                   6800: of users, and (b) to display e-mail of this type sent in the past.
                   6801:   </description>
                   6802: </file>
                   6803: <file>
1.373     albertel 6804:   <source>loncom/interface/lonhelpmenu.pm</source>
                   6805:   <target dist='default'>home/httpd/lib/perl/Apache/lonhelpmenu.pm</target>
                   6806:   <categoryname>handler</categoryname>
                   6807:   <description>
                   6808:     Creates a multipage help screen to help users out.
                   6809:   </description>
                   6810: </file>
                   6811: <file>
                   6812:   <source>loncom/interface/lonsupportreq.pm</source>
                   6813:   <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
                   6814:   <categoryname>handler</categoryname>
                   6815:   <description>
1.500     raeburn  6816:     Handler to make it easy for users to send a request to the helpdesk
                   6817:   </description>
                   6818: </file>
                   6819: <file>
1.511     raeburn  6820:   <source>loncom/interface/courseclassifier.pm</source>
                   6821:   <target dist='default'>home/httpd/lib/perl/Apache/courseclassifier.pm</target>
                   6822:   <categoryname>handler</categoryname>
                   6823:   <description>
                   6824:     Routines used in generation of dynamic Year, Semester, Departmemt and Course Number select boxes from institutional course codes.
                   6825:   </description>
                   6826: </file>
                   6827: <file>
1.500     raeburn  6828:   <source>loncom/interface/coursecatalog.pm</source>
                   6829:   <target dist='default'>home/httpd/lib/perl/Apache/coursecatalog.pm</target>
                   6830:   <categoryname>handler</categoryname>
                   6831:   <description>
                   6832:     Display catalog of courses with institutional codes, filtered by domain-specific categories (e.g., year, semester, department etc.).
1.373     albertel 6833:   </description>
                   6834: </file>
                   6835: <file>
1.516     raeburn  6836:   <source>loncom/interface/resetpw.pm</source>
                   6837:   <target dist='default'>home/httpd/lib/perl/Apache/resetpw.pm</target>
                   6838:   <categoryname>handler</categoryname>
                   6839:   <description>
                   6840:     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.
                   6841:   </description>
                   6842: </file>
                   6843: <file>
1.570     raeburn  6844:   <source>loncom/interface/createaccount.pm</source>
                   6845:   <target dist='default'>home/httpd/lib/perl/Apache/createaccount.pm</target>
                   6846:   <categoryname>handler</categoryname>
                   6847:   <description>
                   6848:     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.
                   6849:   </description>
                   6850: </file>
                   6851: <file>
1.315     albertel 6852:   <source>loncom/interface/lonmodifycourse.pm</source>
                   6853:   <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
                   6854:   <categoryname>handler</categoryname>
                   6855:   <description>
                   6856:     Interface to modifying a course's internal ENV values for automated
1.500     raeburn  6857:     enrollment
1.315     albertel 6858:   </description>
1.306     albertel 6859: </file>
                   6860: <file>
1.524     raeburn  6861:   <source>loncom/interface/domainprefs.pm</source>
                   6862:   <target dist='default'>home/httpd/lib/perl/Apache/domainprefs.pm</target>
                   6863:   <categoryname>handler</categoryname>
                   6864:   <description>
                   6865:     Interface for modifying domain configuration
                   6866:   </description>
                   6867: </file>
                   6868: <file>
1.306     albertel 6869:   <source>loncom/interface/lonpopulate.pm</source>
                   6870:   <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
                   6871:   <categoryname>handler</categoryname>
                   6872:   <description>
                   6873:     Handler for configuring automated enrollment
                   6874:   </description>
                   6875: </file>
                   6876: <file>
                   6877:   <source>loncom/enrollment/Enrollment.pm</source>
                   6878:   <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
                   6879:   <categoryname>handler</categoryname>
                   6880:   <description>
                   6881:     Handler for automated enrollment
                   6882:   </description>
                   6883: </file>
                   6884: <file>
                   6885:   <source>loncom/enrollment/localenroll.pm</source>
                   6886:   <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
                   6887:   <categoryname>conf</categoryname>
                   6888:   <description>
                   6889:     Local handler for automated enrollment.
                   6890:   </description>
                   6891: </file>
                   6892: <file>
                   6893:   <source>loncom/enrollment/localenroll.pm</source>
                   6894:   <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
                   6895:   <categoryname>handler</categoryname>
                   6896:   <description>
                   6897:     Local handler for automated enrollment, standard version.
                   6898:   </description>
                   6899: </file>
                   6900: <file>
                   6901:   <source>loncom/enrollment/Autoenroll.pl</source>
1.307     albertel 6902:   <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
1.306     albertel 6903:   <categoryname>script</categoryname>
                   6904:   <description>
1.542     raeburn  6905:     Script to perform automated enrollments from institutional classlists.
1.306     albertel 6906:   </description>
1.4       harris41 6907: </file>
1.395     albertel 6908: <file>
1.543     raeburn  6909:   <source>loncom/enrollment/Autoupdate.pl</source>
                   6910:   <target dist='default'>home/httpd/perl/Autoupdate.pl</target>
                   6911:   <categoryname>script</categoryname>
                   6912:   <description>
                   6913:     Script to perform automated updates of names for existing users in the domain using data provided by the domain's administrative information service.
                   6914:   </description>
                   6915: </file>
                   6916: <file>
1.395     albertel 6917:   <source>loncom/auth/localstudentphoto.pm</source>
                   6918:   <target dist='default'>home/httpd/lib/perl/localstudentphoto.pm</target>
                   6919:   <categoryname>conf</categoryname>
                   6920:   <description>
                   6921:     Local handler for automated enrollment.
                   6922:   </description>
                   6923: </file>
                   6924: <file>
                   6925:   <source>loncom/auth/localstudentphoto.pm</source>
                   6926:   <target dist='default'>home/httpd/lib/perl/localstudentphoto-std.pm</target>
                   6927:   <categoryname>handler</categoryname>
                   6928:   <description>
                   6929:     Local handler for automated enrollment, standard version.
                   6930:   </description>
                   6931: </file>
1.436     raeburn  6932: <file>
                   6933:   <source>loncom/automation/batchcreatecourse.pm</source>
                   6934:   <target dist='default'>home/httpd/lib/perl/LONCAPA/batchcreatecourse.pm</target>
                   6935:   <categoryname>handler</categoryname>
                   6936:   <description>
                   6937:     Handler for batch creation of courses.
                   6938:   </description>
                   6939: </file>
                   6940: <file>
                   6941:   <source>loncom/automation/Autocreate.pl</source>Autocreate.pl
                   6942:   <target dist='default'>home/httpd/perl/Autocreate.pl</target>
                   6943:   <categoryname>script</categoryname>
                   6944:   <description>
                   6945:     Script for automated course creation.
                   6946:   </description>
                   6947: </file>
1.400     albertel 6948: <fileglob>
1.512     albertel 6949:     <glob>*.pl</glob>
1.401     albertel 6950:     <sourcedir>loncom/debugging_tools/</sourcedir>
1.402     albertel 6951:     <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
1.400     albertel 6952:     <categoryname>script</categoryname>
                   6953:     <description>
                   6954:       Tools for helping debug Lon-CAPA
                   6955:     </description>
                   6956: <filenames>
                   6957: activity_to_accesscount.pl;
1.420     albertel 6958: clean_db.pl;
1.513     albertel 6959: db_copy.pl;
1.400     albertel 6960: dump_db.pl;
                   6961: escape.pl;
                   6962: excise_from_db.pl;
                   6963: getties.pl;
                   6964: login_count.pl;
                   6965: modify_config_files.pl;
                   6966: parse_scantron.pl;
                   6967: seed_accesscount.pl;
                   6968: stress.pl;
                   6969: unescape.pl;
                   6970: user_login_count.pl;
                   6971: </filenames>
                   6972: </fileglob>
1.513     albertel 6973: <fileglob>
                   6974:     <glob>*</glob>
                   6975:     <sourcedir>loncom/debugging_tools/compiled/</sourcedir>
                   6976:     <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
                   6977:     <categoryname>script</categoryname>
                   6978:     <description>
                   6979:       Binary tools for LON-CAPA
                   6980:     </description>
                   6981: <filenames>
                   6982: create_db_dynamic;
                   6983: create_db_dynamic_64;
1.544     albertel 6984: create_db_dynamic_64_so.3;
1.513     albertel 6985: dump_db_static_32;
                   6986: </filenames>
                   6987: </fileglob>
1.430     albertel 6988: <file>
                   6989: <source>loncom/build/distprobe</source>
                   6990: <target dist='default'>home/httpd/perl/distprobe</target>
                   6991: <categoryname>script</categoryname>
                   6992: <description>
                   6993: for probing operating system flavor and version
                   6994: </description>
                   6995: <note>
                   6996: </note>
                   6997: </file>
1.14      harris41 6998: </files>
1.1       harris41 6999: </lpml>

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