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

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

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