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

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

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