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

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

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