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

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

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