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

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

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