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

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

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