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

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

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