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

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

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