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

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.446   ! albertel    5: <!-- $Id: loncapafiles.lpml,v 1.445 2005/08/05 16:52:59 www 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.446   ! albertel 1594:     <target dist='default'>home/httpd/lonCerts/request_ssl_key.syh</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.443     raeburn  1685: <source dist='suse9.2 suse9.3 sles9'>loncom/build/CHECKRPMS.suse</source>
1.171     harris41 1686: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
                   1687: <categoryname>script</categoryname>
                   1688: <description>CGI script that checks status of RPMs</description>
                   1689: </file>
                   1690: <file>
1.35      harris41 1691: <source>loncom/cgi/loncron.pl</source>
                   1692: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
                   1693: <categoryname>script</categoryname>
                   1694: <description>CGI script that starts and pipes output of loncron</description>
1.218     www      1695: </file>
                   1696: <file>
                   1697: <source>loncom/cgi/userstatus.pl</source>
                   1698: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
                   1699: <categoryname>script</categoryname>
                   1700: <description>CGI script that shows users currently on machine</description>
1.35      harris41 1701: </file>
                   1702: <file>
1.5       harris41 1703: <source>loncom/loncron</source>
                   1704: <target dist='default'>home/httpd/perl/loncron</target>
                   1705: <categoryname>script</categoryname>
                   1706: <description>housekeeping</description>
1.4       harris41 1707: </file>
                   1708: <file>
1.5       harris41 1709: <source>loncom/lonsql</source>
                   1710: <target dist='default'>home/httpd/perl/lonsql</target>
                   1711: <categoryname>script</categoryname>
                   1712: <description>maintain secondary database of metadata</description>
1.4       harris41 1713: </file>
                   1714: <file>
1.77      harris41 1715: <source>doc/man/lonsql.1</source>
                   1716: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83      harris41 1717: <categoryname>doc</categoryname>
1.77      harris41 1718: <description>man page for lonsql</description>
                   1719: <build trigger='always run'>
1.115     harris41 1720: loncom/build/pod2man.sh ../lonsql &gt; ../../doc/man/lonsql.1 &amp;&amp; \
1.112     harris41 1721: echo 'manifying lonsql'
1.77      harris41 1722: </build>
                   1723: <status>works/unverified</status>
                   1724: <dependencies>
                   1725: ../../loncom/lonsql
                   1726: </dependencies>
                   1727: </file>
                   1728: <file>
                   1729: <source>doc/scripts/lonsql.html</source>
                   1730: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83      harris41 1731: <categoryname>doc</categoryname>
1.103     harris41 1732: <description>POD-derived page for lonsql</description>
1.77      harris41 1733: <build trigger='always run'>
1.115     harris41 1734: loncom/build/pod2html.sh ../lonsql &gt; ../../doc/scripts/lonsql.html &amp;&amp; \
1.112     harris41 1735: echo 'pod2html lonsql'
1.77      harris41 1736: </build>
                   1737: <status>works/unverified</status>
                   1738: <dependencies>
                   1739: ../../loncom/lonsql
                   1740: </dependencies>
                   1741: </file>
                   1742: <file>
1.371     albertel 1743:   <source>loncom/CrGrant.pl</source>
                   1744:   <target dist='default'>home/httpd/perl/CrGrant.pl</target>
                   1745:   <categoryname>script</categoryname>
                   1746:   <description>
                   1747:     Script used to verify and grant an SSL certificate to a Lon-CAPA host
                   1748:   </description>
                   1749:   <status>in progress</status>
                   1750: </file>
                   1751: <file>
                   1752:   <source>loncom/CrGenerate.pl</source>
                   1753:   <target dist='default'>home/httpd/perl/CrGenerate.pl</target>
                   1754:   <categoryname>script</categoryname>
                   1755:   <description>
                   1756:     Script used to request an SSL certificate for a Lon-CAPA host.
                   1757:   </description>
                   1758:   <status>in progress</status>
                   1759: </file>
                   1760: <file>
                   1761:   <source>loncom/lonManage</source>
                   1762:   <target dist='default'>home/httpd/perl/lonManage</target>
                   1763:   <categoryname>script</categoryname>
                   1764:   <description>
                   1765:     Script to push changes to hosts.tab and domain.tab out to Lon-CAPA servers
                   1766:   </description>
                   1767:   <status>works/unverified</status>
                   1768: </file>
                   1769: <file>
1.373     albertel 1770:   <source>loncom/apachereload</source>
                   1771:   <target dist='default'>home/httpd/perl/apachereload</target>
                   1772:   <categoryname>setuid script</categoryname>
                   1773:   <description>
                   1774:     Script to let www reload the webserver
                   1775:   </description>
                   1776:   <status>works/unverified</status>
                   1777: </file>
                   1778: <file>
1.5       harris41 1779: <source>loncom/lcpasswd</source>
                   1780: <target dist='default'>home/httpd/perl/lcpasswd</target>
                   1781: <categoryname>setuid script</categoryname>
                   1782: <description>
1.48      harris41 1783: Coordinates the system services and files in order to allow lond to change
                   1784: user passwords.
1.5       harris41 1785: </description>
1.48      harris41 1786: <status>being updated</status>
                   1787: </file>
                   1788: <file>
                   1789: <source>loncom/pwchange</source>
                   1790: <target dist='default'>home/httpd/perl/pwchange</target>
                   1791: <categoryname>setuid script</categoryname>
                   1792: <description>
                   1793: Allows www to change user passwords.
                   1794: </description>
                   1795: <status>being updated</status>
1.4       harris41 1796: </file>
                   1797: <file>
1.5       harris41 1798: <source>loncom/lcuseradd</source>
                   1799: <target dist='default'>home/httpd/perl/lcuseradd</target>
                   1800: <categoryname>setuid script</categoryname>
                   1801: <description>
1.48      harris41 1802: Coordinates the system services and files in order to allow lond to add a
                   1803: new user.
1.5       harris41 1804: </description>
1.48      harris41 1805: <status>being updated</status>
1.124     foxr     1806: </file>
                   1807: <file>
                   1808: <source>loncom/lchtmldir</source>
                   1809: <target dist='default'>home/httpd/perl/lchtmldir</target>
                   1810: <categoryname>setuid script</categoryname>
                   1811: <description>
1.133     harris41 1812: Manages the file system ramifications of adding author mode to a user. 
1.124     foxr     1813: If necessary a public_html diretory is added, permissions and ownership are
                   1814: set according to the user's authentication mode.
                   1815: </description>
                   1816: <status>New file</status>
1.4       harris41 1817: </file>
                   1818: <file>
1.5       harris41 1819: <source>loncom/lcuserdel</source>
                   1820: <target dist='default'>home/httpd/perl/lcuserdel</target>
                   1821: <categoryname>setuid script</categoryname>
                   1822: <description>
1.48      harris41 1823: Coordinates the system services and files in order to allow lond to delete a
                   1824: user.
1.5       harris41 1825: </description>
1.10      harris41 1826: <status>deprecated</status>
1.4       harris41 1827: </file>
                   1828: <file>
1.5       harris41 1829: <source>loncom/lcnfson</source>
                   1830: <target dist='default'>home/httpd/perl/lcnfson</target>
                   1831: <categoryname>setuid script</categoryname>
                   1832: <description>
                   1833: coordinates the system services and files in order to allow lond to enable NFS
                   1834: for a user
                   1835: </description>
1.10      harris41 1836: <status>deprecated</status>
1.4       harris41 1837: </file>
                   1838: <file>
1.5       harris41 1839: <source>loncom/lcnfsoff</source>
                   1840: <target dist='default'>home/httpd/perl/lcnfsoff</target>
                   1841: <categoryname>setuid script</categoryname>
                   1842: <description>
                   1843: coordinates the system services and files in order to allow lond to disable NFS
                   1844: for a user
                   1845: </description>
1.10      harris41 1846: <status>deprecated</status>
1.53      harris41 1847: </file>
                   1848: <file>
                   1849: <source>loncom/license/gpl.txt</source>
                   1850: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
                   1851: <categoryname>interface file</categoryname>
                   1852: <description>
                   1853: GNU General Public License.  Long live the cause of freeware!
                   1854: </description>
1.4       harris41 1855: </file>
                   1856: <file>
1.197     albertel 1857: <source>loncom/license/httpi.license</source>
                   1858: <target dist='default'>home/httpd/html/adm/httpi.license</target>
                   1859: <categoryname>interface file</categoryname>
                   1860: <description>
                   1861: HTTPi webserver license
                   1862: </description>
                   1863: </file>
                   1864: <file>
                   1865: <source>loncom/license/httpi.readme</source>
                   1866: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
                   1867: <categoryname>interface file</categoryname>
                   1868: <description>
                   1869: HTTPi webserver readme 
                   1870: </description>
                   1871: </file>
                   1872: <file>
1.62      harris41 1873: <source>loncom/license/about.html</source>
                   1874: <target dist='default'>home/httpd/html/adm/about.html</target>
                   1875: <categoryname>interface file</categoryname>
                   1876: <description>
                   1877: The "About" Page.
                   1878: </description>
                   1879: </file>
                   1880: <file>
1.5       harris41 1881: <source>loncom/publisher/publisher.html</source>
                   1882: <target dist='default'>home/httpd/html/adm/publisher.html</target>
                   1883: <categoryname>interface file</categoryname>
                   1884: <description>
                   1885: HTML frame that presents a form element to allow for the publishing of
                   1886: resources, directories and underlying subdirectories.
                   1887: </description>
1.4       harris41 1888: </file>
                   1889: <file>
1.10      harris41 1890: <source>loncom/html/adm/noidea.html</source>
                   1891: <target dist='default'>home/httpd/html/adm/noidea.html</target>
                   1892: <categoryname>interface file</categoryname>
                   1893: <description>
                   1894: Interface file for responding to improper page flipping.
1.260     www      1895: </description>
                   1896: </file>
                   1897: <file>
                   1898: <source>loncom/html/adm/notinit.html</source>
                   1899: <target dist='default'>home/httpd/html/adm/notinit.html</target>
                   1900: <categoryname>interface file</categoryname>
                   1901: <description>
                   1902: Interface file for responding to accessing uploaded resources without
                   1903: re-initializing course.
1.174     www      1904: </description>
                   1905: </file>
                   1906: <file>
                   1907: <source>loncom/html/adm/overloaded.txt</source>
                   1908: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
                   1909: <categoryname>interface file</categoryname>
                   1910: <description>
                   1911: Interface file for responding to overload situations.
1.204     www      1912: </description>
                   1913: </file>
                   1914: <file>
                   1915: <source>loncom/html/adm/loginproblems.html</source>
                   1916: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
                   1917: <categoryname>interface file</categoryname>
                   1918: <description>
                   1919: Help page for login problems.
1.10      harris41 1920: </description>
                   1921: </file>
                   1922: <file>
1.28      harris41 1923: <source>loncom/xml/physnet.sty</source>
                   1924: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
                   1925: <categoryname>static conf</categoryname>
                   1926: <description>
                   1927: The relevant conditions and metadata to attach to PhysNet-specific tags.
                   1928: </description>
                   1929: </file>
                   1930: <file>
1.5       harris41 1931: <source>loncom/homework/lectureonline.sty</source>
1.112     harris41 1932: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
                   1933: </target>
1.5       harris41 1934: <categoryname>static conf</categoryname>
                   1935: <description>
                   1936: The relevant conditions and metadata to attach to LectureOnline-specific tags.
                   1937: </description>
1.4       harris41 1938: </file>
                   1939: <file>
1.139     matthew  1940: <source>loncom/thesaurus/un_keyword.tab</source>
1.5       harris41 1941: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
                   1942: <categoryname>conf</categoryname>
                   1943: <description>
                   1944: File which contains words which should not be keywords used to specify resource
                   1945: content.
1.226     albertel 1946: </description>
                   1947: </file>
                   1948: <file>
1.227     albertel 1949: <source>loncom/homework/scantronformat.tab</source>
                   1950: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
1.226     albertel 1951: <categoryname>conf</categoryname>
                   1952: <description>
                   1953: Different configs for scantron input files.
1.5       harris41 1954: </description>
1.4       harris41 1955: </file>
                   1956: <file>
1.22      harris41 1957: <source>loncom/publisher/packages.tab</source>
                   1958: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50      harris41 1959: <categoryname>static conf</categoryname>
1.22      harris41 1960: <description>
                   1961: Parameter packages, so that assessments can publish parameter packages
                   1962: needed, which are then expanded into individual parameters - allows to
                   1963: retroactively add new parameters to already published assessments.
                   1964: </description>
                   1965: </file>
                   1966: <file>
1.5       harris41 1967: <source>loncom/publisher/copyright.tab</source>
                   1968: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88      albertel 1969: <categoryname>static conf</categoryname>
1.5       harris41 1970: <description>
                   1971: Table which contains list of copyright possibilities for educational resources.
                   1972: </description>
1.4       harris41 1973: </file>
                   1974: <file>
1.362     taceyjo1 1975: <source>loncom/publisher/source_copyright.tab</source>
                   1976: <target dist='default'>home/httpd/html/res/adm/includes/source_copyright.tab</target>
                   1977: <categoryname>static conf</categoryname>
                   1978: <description>
                   1979: Table which contains list of source copyright possibilities for educational resources.
                   1980: </description>
                   1981: </file>
                   1982: <file>
1.5       harris41 1983: <source>loncom/publisher/language.tab</source>
                   1984: <target dist='default'>home/httpd/lonTabs/language.tab</target>
                   1985: <categoryname>static conf</categoryname>
                   1986: <description>
                   1987: Table which contains string abbreviations of language::font rendering
                   1988: combinations.
                   1989: </description>
1.4       harris41 1990: </file>
                   1991: <file>
1.5       harris41 1992: <source>loncom/publisher/addid.tab</source>
                   1993: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
                   1994: <categoryname>static conf</categoryname>
                   1995: <description>
                   1996: Table which has hash data necessary for distinguishing IDs from indices.
                   1997: </description>
1.4       harris41 1998: </file>
                   1999: <file>
1.38      harris41 2000: <source>rat/lonwrapper.pm</source>
1.19      harris41 2001: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
                   2002: <categoryname>handler</categoryname>
                   2003: <description>
                   2004: Wrapper for external and binary files as standalone resources.
                   2005: Edit handler for rat maps; TeX content handler.
1.145     www      2006: </description>
                   2007: <status>works/unverified</status>
                   2008: </file>
                   2009: <file>
1.146     matthew  2010: <source>loncom/interface/londocs.pm</source>
1.145     www      2011: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
                   2012: <categoryname>handler</categoryname>
                   2013: <description>
                   2014: Handler for course documents
                   2015: </description>
                   2016: <status>works/unverified</status>
                   2017: </file>
                   2018: <file>
1.146     matthew  2019: <source>loncom/interface/lonchat.pm</source>
1.145     www      2020: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
                   2021: <categoryname>handler</categoryname>
                   2022: <description>
                   2023: Handler for chat
                   2024: </description>
                   2025: <status>works/unverified</status>
                   2026: </file>
                   2027: <file>
1.157     www      2028: <source>loncom/interface/lonchatfetch.pm</source>
                   2029: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
                   2030: <categoryname>handler</categoryname>
                   2031: <description>
                   2032: Handler for periodically fetch new lines of chat
                   2033: </description>
                   2034: <status>works/unverified</status>
                   2035: </file>
                   2036: <file>
1.146     matthew  2037: <source>loncom/interface/lonannounce.pm</source>
1.145     www      2038: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
                   2039: <categoryname>handler</categoryname>
                   2040: <description>
                   2041: Handler to put up announcements and calendar
1.167     www      2042: </description>
                   2043: <status>works/unverified</status>
                   2044: </file>
                   2045: <file>
                   2046: <source>loncom/interface/lonsyllabus.pm</source>
                   2047: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
                   2048: <categoryname>handler</categoryname>
                   2049: <description>
                   2050: Handler to put up syllabus
1.262     www      2051: </description>
                   2052: <status>works/unverified</status>
                   2053: </file>
                   2054: <file>
1.263     www      2055: <source>loncom/homework/lonsimpleproblemedit.pm</source>
1.262     www      2056: <target dist='default'>home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm</target>
                   2057: <categoryname>handler</categoryname>
                   2058: <description>
                   2059: Handler to set parameters for simple homework problems
1.173     www      2060: </description>
                   2061: <status>works/unverified</status>
                   2062: </file>
                   2063: <file>
                   2064: <source>loncom/interface/lonsimplepage.pm</source>
                   2065: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
                   2066: <categoryname>handler</categoryname>
                   2067: <description>
                   2068: Handler to put up simple page
1.203     www      2069: </description>
                   2070: <status>works/unverified</status>
1.349     albertel 2071: </file>
                   2072: <file>
                   2073:   <source>loncom/interface/lonpickcode.pm</source>
                   2074:   <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
                   2075:   <categoryname>handler</categoryname>
                   2076:   <description>
                   2077:     Handler to pick a CODE from the list of possible CODEs
                   2078:   </description>
                   2079:   <status>works/unverified</status>
1.203     www      2080: </file>
                   2081: <file>
                   2082: <source>loncom/interface/lonpickstudent.pm</source>
                   2083: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
                   2084: <categoryname>handler</categoryname>
                   2085: <description>
                   2086: Handler to pick a student from classlist
1.225     www      2087: </description>
                   2088: <status>works/unverified</status>
                   2089: </file>
                   2090: <file>
                   2091: <source>loncom/interface/lonpickcourse.pm</source>
                   2092: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
                   2093: <categoryname>handler</categoryname>
                   2094: <description>
                   2095: Handler to pick a courseid from a list of courses
1.173     www      2096: </description>
                   2097: <status>works/unverified</status>
                   2098: </file>
                   2099: <file>
                   2100: <source>loncom/interface/lonbulletin.pm</source>
                   2101: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
                   2102: <categoryname>handler</categoryname>
                   2103: <description>
                   2104: Handler to put up bulletin board
1.167     www      2105: </description>
                   2106: <status>works/unverified</status>
                   2107: </file>
                   2108: <file>
                   2109: <source>loncom/interface/lonaboutme.pm</source>
                   2110: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
                   2111: <categoryname>handler</categoryname>
                   2112: <description>
                   2113: Handler to put up personal info
1.19      harris41 2114: </description>
                   2115: <status>works/unverified</status>
                   2116: </file>
                   2117: <file>
1.15      harris41 2118: <source>loncom/publisher/loncfile.pm</source>
                   2119: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
                   2120: <categoryname>handler</categoryname>
                   2121: <description>
                   2122: Provides web-based functionality for file copy, rename, mkdir, etc, in the
                   2123: construction space menu.
1.137     harris41 2124: </description>
                   2125: <status>works/unverified</status>
                   2126: </file>
                   2127: <file>
1.335     raeburn  2128: <source>loncom/publisher/testbankimport.pm</source>
                   2129: <target dist='default'>home/httpd/lib/perl/Apache/testbankimport.pm</target>
                   2130: <categoryname>handler</categoryname>
                   2131: <description>
                   2132: Utility to convert plain text questions in a testbank file to LON-CAPA problems.
                   2133: Called by selecting testbank option when uploading file to construction space.
1.342     raeburn  2134: </description>
                   2135: <status>works/unverified</status>
                   2136: </file>
                   2137: <file>
                   2138: <source>loncom/imspackages/imsimport.pm</source>
                   2139: <target dist='default'>home/httpd/lib/perl/Apache/imsimport.pm</target>
                   2140: <categoryname>handler</categoryname>
                   2141: <description>
                   2142: Utility to import courses from other CMSs packaged in IMS 1.1 content package
                   2143: format into LON-CAPA Construction space.
                   2144: Called by selecting IMS package option when uploading file to construction space.
                   2145: </description>
                   2146: <status>works/unverified</status>
                   2147: </file>
                   2148: <file>
                   2149: <source>loncom/imspackages/imsimportdocs.pm</source>
                   2150: <target dist='default'>home/httpd/lib/perl/Apache/imsimportdocs.pm</target>
                   2151: <categoryname>handler</categoryname>
                   2152: <description>
                   2153: Utility to import courses from other CMSs packaged in IMS 1.1 content package
                   2154: format into a LON-CAPA course via DOCS.
                   2155: Called using Import IMS package button displayed in Special documents column in DOCS display.  
                   2156: </description>
                   2157: <status>works/unverified</status>
                   2158: </file>
                   2159: <file>
                   2160: <source>loncom/imspackages/imsprocessor.pm</source>
                   2161: <target dist='default'>home/httpd/lib/perl/Apache/imsprocessor.pm</target>
                   2162: <categoryname>handler</categoryname>
                   2163: <description>
                   2164: Contains routines used by imsimport handlers when importing contents of IMS 
                   2165: packages into construction space, or into a course directly via DOCS.
1.335     raeburn  2166: </description>
                   2167: <status>works/unverified</status>
                   2168: </file>
                   2169: <file>
1.404     raeburn  2170: <source>loncom/imspackages/imsexport.pm</source>
                   2171: <target dist='default'>home/httpd/lib/perl/Apache/imsexport.pm</target>
                   2172: <categoryname>handler</categoryname>
                   2173: <description>
                   2174: Routines used in londocs to export templated files to an IMS package.
                   2175: </description>
                   2176: <status>works/unverified</status>
                   2177: </file>
                   2178: <file>
1.137     harris41 2179: <source>loncom/interface/lonhelp.pm</source>
                   2180: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
                   2181: <categoryname>handler</categoryname>
                   2182: <description>
                   2183: The .tex file help handler.
1.140     bowersj2 2184: </description>
                   2185: <status>works/unverified</status>
1.195     albertel 2186: <build trigger='always run'>
                   2187: loncom/html/adm/help/buildMakeWrapper
                   2188: </build>
                   2189: <dependencies>
1.197     albertel 2190: Makefile;
1.195     albertel 2191: buildMakeWrapper
                   2192: </dependencies>
1.141     bowersj2 2193: </file>
                   2194: <file>
1.158     bowersj2 2195: <source>loncom/html/adm/help/abouthelp.html</source>
                   2196: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
                   2197: <categoryname>interface file</categoryname>
                   2198: <description>
                   2199: Index file for the help system
                   2200: </description>
                   2201: </file>
                   2202: <file>
1.376     raeburn  2203: <source>loncom/html/adm/help/nohelptopic.html</source>
                   2204: <target dist='default'>home/httpd/html/adm/help/nohelptopic.html</target>
                   2205: <categoryname>interface file</categoryname>
                   2206: <description>
                   2207: Page of links to help manuals - displayed when inline help is missing for a specific topic.
                   2208: </description>
                   2209: </file>
                   2210: <file>
1.158     bowersj2 2211: <source>doc/help/author.manual.access.tex</source>
1.162     harris41 2212: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
                   2213: </target>
                   2214: <categoryname>interface file</categoryname>
1.158     bowersj2 2215: <description>
1.162     harris41 2216: The pseudo-LaTeX file to allow people to read the author's manual online, with
                   2217: a somewhat clumsy interface.
1.158     bowersj2 2218: </description>
                   2219: <status>works/unverified</status>
                   2220: </file>
                   2221: <file>
                   2222: <source>doc/help/course.manual.access.tex</source>
1.162     harris41 2223: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
                   2224: </target>
                   2225: <categoryname>interface file</categoryname>
1.158     bowersj2 2226: <description>
1.162     harris41 2227: The pseudo-LaTeX file to allow people to read the course administrator's
                   2228: manual online, with a somewhat clumsy interface.
1.158     bowersj2 2229: </description>
                   2230: <status>works/unverified</status>
                   2231: </file>
                   2232: <file>
                   2233: <source>doc/help/author.manual.ps</source>
1.141     bowersj2 2234: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162     harris41 2235: <categoryname>interface file</categoryname>
1.141     bowersj2 2236: <description>
1.158     bowersj2 2237: The postscript Author's Manual
                   2238: </description>
                   2239: <status>works/unverified</status>
1.197     albertel 2240: <dependencies>
                   2241: doc/help/author.manual.texxml;
                   2242: doc/help/latexSplitter.py;
                   2243: doc/help/rebuildLabelHash.pl;
                   2244: doc/help/render.texxml.pl;
                   2245: doc/help/simpleEdit.py;
                   2246: doc/help/texxml2indextex.pl;
                   2247: doc/help/texxml2latex.pl;
                   2248: loncom/build/buildHelp.sh;
                   2249: loncom/build/help_graphics_converter.pl
                   2250: </dependencies>
1.158     bowersj2 2251: </file>
                   2252: <file>
                   2253: <source>doc/help/author.manual.pdf</source>
                   2254: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
                   2255: <categoryname>handler</categoryname>
                   2256: <description>
                   2257: The PDF Author's Manual
                   2258: </description>
                   2259: <status>works/unverified</status>
                   2260: </file>
                   2261: <file>
                   2262: <source>doc/help/course.manual.ps</source>
                   2263: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162     harris41 2264: <categoryname>interface file</categoryname>
1.158     bowersj2 2265: <description>
                   2266: The postscript Course Manual
                   2267: </description>
                   2268: <status>works/unverified</status>
1.197     albertel 2269: <dependencies>
                   2270: doc/help/course.manual.texxml;
                   2271: doc/help/latexSplitter.py;
                   2272: doc/help/rebuildLabelHash.pl;
                   2273: doc/help/render.texxml.pl;
                   2274: doc/help/simpleEdit.py;
                   2275: doc/help/texxml2indextex.pl;
                   2276: doc/help/texxml2latex.pl;
                   2277: loncom/build/buildHelp.sh;
                   2278: loncom/build/help_graphics_converter.pl
                   2279: </dependencies>
1.158     bowersj2 2280: </file>
                   2281: <file>
                   2282: <source>doc/help/course.manual.pdf</source>
                   2283: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.162     harris41 2284: <categoryname>interface file</categoryname>
1.158     bowersj2 2285: <description>
                   2286: The PDF Course Manual
1.200     bowersj2 2287: </description>
                   2288: <status>works/unverified</status>
                   2289: </file>
1.371     albertel 2290: <file>
                   2291:   <source>loncom/html/adm/help/ext_examples.html</source>
                   2292:   <target dist='default'>home/httpd/html/adm/help/ext_examples.html</target>
                   2293:   <categoryname>interface file</categoryname>
                   2294:   <description>
                   2295:     Examples for using &EXT in HTML
                   2296:   </description>
                   2297: </file>
                   2298: <file>
                   2299:   <source>loncom/html/adm/help/ext_examples.html.meta</source>
                   2300:   <target dist='default'>home/httpd/html/adm/help/ext_examples.html.meta</target>
                   2301:   <categoryname>interface file</categoryname>
                   2302:   <description>
                   2303:     Examples for using &EXT in HTML metadata
                   2304:   </description>
                   2305: </file>
                   2306: <file>
                   2307:   <source>loncom/html/adm/help/ext_examples.library</source>
                   2308:   <target dist='default'>home/httpd/html/adm/help/ext_examples.library</target>
                   2309:   <categoryname>interface file</categoryname>
                   2310:   <description>
                   2311:     Examples for using &EXT library
                   2312:   </description>
                   2313: </file>
                   2314: <file>
                   2315:   <source>loncom/html/adm/help/ext_examples.library.meta</source>
                   2316:   <target dist='default'>home/httpd/html/adm/help/ext_examples.library.meta</target>
                   2317:   <categoryname>interface file</categoryname>
                   2318:   <description>
                   2319:     Examples for using &EXT library metadata
                   2320:   </description>
                   2321: </file>
                   2322: <file>
                   2323:   <source>loncom/html/adm/help/ext_examples.problem</source>
                   2324:   <target dist='default'>home/httpd/html/adm/help/ext_examples.problem</target>
                   2325:   <categoryname>interface file</categoryname>
                   2326:   <description>
                   2327:     Examples for using &EXT problem
                   2328:   </description>
                   2329: </file>
                   2330: <file>
                   2331:   <source>loncom/html/adm/help/ext_examples.problem.meta</source>
                   2332:   <target dist='default'>home/httpd/html/adm/help/ext_examples.problem.meta</target>
                   2333:   <categoryname>interface file</categoryname>
                   2334:   <description>
                   2335:     Examples for using &EXT problem metadata
                   2336:   </description>
                   2337: </file>
1.140     bowersj2 2338: <fileglob>
                   2339: <glob>*.*</glob>
                   2340: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
                   2341: <targetdir dist='default'>
                   2342: home/httpd/html/adm/help/gif/</targetdir>
1.162     harris41 2343: <categoryname>interface file</categoryname>
1.140     bowersj2 2344: <description>
                   2345: Gif files for the help system
                   2346: </description>
                   2347: <filenames>
1.360     albertel 2348: Authoring_Dynamic_Plot_Axis_Labels.gif;
                   2349: Authoring_Dynamic_Plot_Axis_Tics_border.gif;
                   2350: Authoring_Dynamic_Plot_Axis_Tics_minor.gif;
                   2351: Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif;
                   2352: Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif;
                   2353: Authoring_Dynamic_Plot_Title_X_Y_Label.gif;
                   2354: Dynamic_Replication_Change.gif;
                   2355: Dynamic_Replication_Request.gif;
                   2356: Load_Balance_Example.gif;
                   2357: LONCAPA_Network_Diagram2.gif;
                   2358: LONCAPA_Network_Diagram.gif;
                   2359: Map_Example.gif;
                   2360: Resource_Assembly.gif;
1.163     harris41 2361: authorRemote.gif;
                   2362: constructionSpace.gif;
                   2363: constructionSpaceForPublishing.gif;
                   2364: creatingANewCourse.gif;
                   2365: creatingNewProblemResource.gif;
                   2366: dynamic_piecewise.gif;
                   2367: dynamic_piecewise2.gif;
                   2368: dynamic_plot.gif;
                   2369: dynamic_plot2.gif;
                   2370: formulaResponse.gif;
                   2371: login.gif;
                   2372: lonhelpheader.gif;
1.192     bowersj2 2373: mainCourseDocuments.gif;
1.163     harris41 2374: mapAdvancedEditorNew.gif;
                   2375: mapClickedStart.gif;
                   2376: mapEditFirstClick.gif;
                   2377: mapEditInitial.gif;
                   2378: mapEditingButton.gif;
                   2379: mapEditorDirectoryBrowser.gif;
                   2380: mapEditorResourceChosen.gif;
                   2381: mapEditorSelection.gif;
                   2382: mapInsertResource.gif;
                   2383: mapNewResource.gif;
                   2384: mapSecondWindowSecondResource.gif;
                   2385: mapSimpleEditor.gif;
                   2386: mapStraightened.gif;
                   2387: mapTwoResources.gif;
                   2388: numericalResponse1.gif;
                   2389: numericalResponseEditor.gif;
                   2390: numericalResponseSlopeProblem.gif;
                   2391: numericalResponseVarInText.gif;
                   2392: optionResponseEditing.gif;
                   2393: optionResponseProblem.gif;
                   2394: publishMetadata.gif;
                   2395: radioResponse2.gif;
                   2396: radioResponseHint.gif;
                   2397: smallHelp.gif;
                   2398: spreadsheet_hierarchy.gif;
                   2399: stringResponseEditor.gif;
1.150     bowersj2 2400: studentInterface.gif
1.140     bowersj2 2401: </filenames>
                   2402: </fileglob>
                   2403: <fileglob>
                   2404: <glob>*.*</glob>
                   2405: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
                   2406: <targetdir dist='default'>
                   2407: home/httpd/html/adm/help/eps/</targetdir>
1.162     harris41 2408: <categoryname>interface file</categoryname>
1.140     bowersj2 2409: <description>
                   2410: EPS files for the help system
                   2411: </description>
                   2412: <filenames>
1.360     albertel 2413: Authoring_Dynamic_Plot_Axis_Labels.eps;
                   2414: Authoring_Dynamic_Plot_Axis_Tics_border.eps;
                   2415: Authoring_Dynamic_Plot_Axis_Tics_minor.eps;
                   2416: Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps;
                   2417: Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps;
                   2418: Authoring_Dynamic_Plot_Title_X_Y_Label.eps;
                   2419: Dynamic_Replication_Change.eps;
                   2420: Dynamic_Replication_Request.eps;
                   2421: Load_Balance_Example.eps;
                   2422: LONCAPA_Network_Diagram2.eps;
                   2423: LONCAPA_Network_Diagram.eps;
                   2424: Map_Example.eps;
                   2425: Resource_Assembly.eps;
1.163     harris41 2426: authorRemote.eps;
                   2427: constructionSpace.eps;
                   2428: constructionSpaceForPublishing.eps;
                   2429: creatingANewCourse.eps;
                   2430: creatingNewProblemResource.eps;
                   2431: dynamic_piecewise.eps;
                   2432: dynamic_piecewise2.eps;
                   2433: dynamic_plot.eps;
                   2434: dynamic_plot2.eps;
                   2435: formulaResponse.eps;
                   2436: lonhelpheader.eps;
                   2437: login.eps;
1.192     bowersj2 2438: mainCourseDocuments.eps;
1.163     harris41 2439: mapAdvancedEditorNew.eps;
                   2440: mapClickedStart.eps;
                   2441: mapEditFirstClick.eps;
                   2442: mapEditInitial.eps;
                   2443: mapEditingButton.eps;
                   2444: mapEditorDirectoryBrowser.eps;
                   2445: mapEditorResourceChosen.eps;
                   2446: mapEditorSelection.eps;
                   2447: mapInsertResource.eps;
                   2448: mapNewResource.eps;
                   2449: mapSecondWindowSecondResource.eps;
                   2450: mapSimpleEditor.eps;
                   2451: mapStraightened.eps;
                   2452: mapTwoResources.eps;
                   2453: numericalResponse1.eps;
                   2454: numericalResponseEditor.eps;
                   2455: numericalResponseSlopeProblem.eps;
                   2456: numericalResponseVarInText.eps;
                   2457: optionResponseEditing.eps;
                   2458: optionResponseProblem.eps;
                   2459: publishMetadata.eps;
                   2460: radioResponse2.eps;
                   2461: radioResponseHint.eps;
                   2462: smallHelp.eps;
                   2463: spreadsheet_hierarchy.eps;
                   2464: stringResponseEditor.eps;
1.150     bowersj2 2465: studentInterface.eps
1.140     bowersj2 2466: </filenames>
                   2467: </fileglob>
                   2468: <fileglob>
                   2469: <glob>*.*</glob>
                   2470: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
                   2471: <targetdir dist='default'>
                   2472: home/httpd/html/adm/help/tex/</targetdir>
1.162     harris41 2473: <categoryname>interface file</categoryname>
1.140     bowersj2 2474: <description>
                   2475: Tex files for the help system
                   2476: </description>
                   2477: <filenames>
1.163     harris41 2478: About_Authors_Manual.tex;
1.321     www      2479: About_Bombs.tex;
1.276     bowersj2 2480: About_Communication.tex;
                   2481: About_Developers_Manual.tex;
1.163     harris41 2482: About_Numerical_and_Formula_Response.tex;
1.350     www      2483: all_functions_table.tex;
1.371     albertel 2484: adaptive_hints.tex;
1.361     www      2485: Additional_Help.tex;
1.163     harris41 2486: Ambiguous_Reference.tex;
1.309     matthew  2487: Analysis_Analyze_Over.tex;
1.350     www      2488: Analyze_Problem.tex;
1.278     bowersj2 2489: Annotation.tex;
1.276     bowersj2 2490: Authentication.tex;
1.427     www      2491: Auth_Options.tex;
1.163     harris41 2492: Authoring_Adding_Pictures.tex;
1.248     bowersj2 2493: Authoring_DataResponse.tex;
1.350     www      2494: Authoring_Dynamic_Plot_Axes.tex;
                   2495: Authoring_Dynamic_Plot_Curve_Data.tex;
                   2496: Authoring_Dynamic_Plot_Curve_Function.tex;
                   2497: Authoring_Dynamic_Plot_Curve.tex;
                   2498: Authoring_Dynamic_Plot_Gnuplot.tex;
                   2499: Authoring_Dynamic_Plot_Key.tex;
                   2500: Authoring_Dynamic_Plot_Label.tex;
                   2501: Authoring_Dynamic_Plot_Linestyle.tex;
1.163     harris41 2502: Authoring_Dynamic_Plot.tex;
1.350     www      2503: Authoring_Dynamic_Plot_Tics.tex;
                   2504: Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
1.248     bowersj2 2505: Authoring_ExternalResponse.tex;
                   2506: Authoring_Foil_Structure_Tags.tex;
1.350     www      2507: Authoring_Hint_Tags.tex;
1.163     harris41 2508: Authoring_HTML_vs_Tex.tex;
1.248     bowersj2 2509: Authoring_ImageResponse.tex;
                   2510: Authoring_Input_Tags.tex;
                   2511: Authoring_Internal_Tags.tex;
1.163     harris41 2512: Authoring_M_Tag.tex;
1.248     bowersj2 2513: Authoring_NumericalResponse.tex;
                   2514: Authoring_OptionResponse.tex;
                   2515: Authoring_Output_Tags.tex;
1.254     bowersj2 2516: Authoring_Pictures_EPS.tex;
1.163     harris41 2517: Authoring_Piecewise_Plot.tex;
1.248     bowersj2 2518: Authoring_RadiobuttonResponse.tex;
                   2519: Authoring_Response_Attributes.tex;
1.350     www      2520: Authoring_Responseparam_Parameter.tex;
1.248     bowersj2 2521: Authoring_Response_Tag_Intro.tex;
                   2522: Authoring_Scripting_Tags.tex;
                   2523: Authoring_Structure_Tags.tex;
                   2524: Authoring_XML_Intro.tex;
1.350     www      2525: Author_LON-CAPA_Introduction.tex;
                   2526: Author_Manual_Title_Page.tex;
                   2527: Author_Numerical_and_Formula.tex;
                   2528: Author_Remote_Control.tex;
1.278     bowersj2 2529: Bookmarks.tex;
                   2530: Bugzilla.tex;
1.267     www      2531: Caching.tex;
1.246     bowersj2 2532: Calendar_Add_Announcement.tex;
                   2533: Calendar_Remove_Announcement.tex;
1.163     harris41 2534: Calling_Functions.tex;
1.350     www      2535: CAPA_LON-CAPA_function_diffs.tex;
1.276     bowersj2 2536: Cascading_Parameters.tex;
1.278     bowersj2 2537: Change_Colors.tex;
                   2538: Change_Password.tex;
1.249     matthew  2539: Chart_Description.tex;
1.374     albertel 2540: Change_Discussion_Display.tex;
1.249     matthew  2541: Chart_Output_Data.tex;
                   2542: Chart_Output_Formats.tex;
1.276     bowersj2 2543: Chatting.tex;
1.163     harris41 2544: Coauthor.tex;
                   2545: Construction_Space_Overview.tex;
1.276     bowersj2 2546: Course_Add_Other.tex;
1.163     harris41 2547: Course_Add_Student.tex;
1.278     bowersj2 2548: Course_Broadcast_Message.tex;
                   2549: Course_Change_Privileges.tex;
1.163     harris41 2550: Course_Chart_To_Excel.tex;
1.254     bowersj2 2551: Course_Chat.tex;
1.163     harris41 2552: Course_Convert_To_CSV.tex;
                   2553: Course_Create_Class_List.tex;
                   2554: Course_Critical_Message.tex;
                   2555: Course_Deleting.tex;
                   2556: Course_Disable_Discussion.tex;
                   2557: Course_Discussion_Board.tex;
                   2558: Course_Drop_Student.tex;
                   2559: Course_Edit_Content.tex;
1.276     bowersj2 2560: Course_Editing_Custom_Roles.tex;
1.278     bowersj2 2561: Course_Extending_Due_Dates.tex;
1.254     bowersj2 2562: Course_Face_To_Face_Records.tex;
1.163     harris41 2563: Course_Feedback_Addresses.tex;
                   2564: Course_Homework_Performance_Overview.tex;
1.350     www      2565: Course_Manually_Grade_Problem.tex;
1.197     albertel 2566: Course_Manual_Title_Page.tex;
1.264     bowersj2 2567: Course_Maximum_Collaborators.tex;
1.163     harris41 2568: Course_Message_Access.tex;
1.254     bowersj2 2569: Course_Modify_Student_Data.tex;
1.264     bowersj2 2570: Course_Parameter_Levels.tex;
1.163     harris41 2571: Course_Problem_Weight.tex;
1.254     bowersj2 2572: Course_Set_Start_End_Date.tex;
1.163     harris41 2573: Course_Setting_Parameters.tex;
                   2574: Course_Student_Grade_Override.tex;
                   2575: Course_Student_Work.tex;
                   2576: Course_Toplevel_Seq.tex;
1.254     bowersj2 2577: Course_User_Evaluation.tex;
1.264     bowersj2 2578: Course_User_Parameter.tex;
1.278     bowersj2 2579: Course_View_Class_List.tex;
1.248     bowersj2 2580: Create_Course.tex;
1.163     harris41 2581: Creating_A_Course_Intro.tex;
                   2582: Creating_New_Content_Pages.tex;
                   2583: Creating_Online_Problems.tex;
                   2584: Creating_Radio_Response_Problems.tex;
1.276     bowersj2 2585: Developer_Manual_Title_Page.tex;
                   2586: Developer_Tutorial.tex;
1.264     bowersj2 2587: Docs_About_Bulletin_Board.tex;
                   2588: Docs_About_My_Personal_Info.tex;
                   2589: Docs_About_Simple_Page.tex;
                   2590: Docs_About_Syllabus.tex;
1.200     bowersj2 2591: Docs_Adding_Course_Doc.tex;
                   2592: Docs_Adding_External_Resource.tex;
                   2593: Docs_Adding_Folders.tex;
1.400     albertel 2594: Docs_Adding_Pages.tex;
1.278     bowersj2 2595: Docs_Adding_Syllabus.tex;
1.264     bowersj2 2596: Docs_Alternatives.tex;
1.365     www      2597: Docs_Check_Resource_Versions.tex;
1.200     bowersj2 2598: Docs_Creating_From_Template.tex;
1.365     www      2599: Docs_Dump_Course_Docs.tex;
1.264     bowersj2 2600: Docs_Editing_Templated_Pages.tex;
1.365     www      2601: Docs_Essay.tex;
1.200     bowersj2 2602: Docs_Importing_LON-CAPA_Resource.tex;
1.268     bowersj2 2603: Docs_Load_Map.tex;
1.200     bowersj2 2604: Docs_Main_Course_Documents.tex;
                   2605: Docs_Navigate_Content.tex;
1.365     www      2606: Docs_Option_Response.tex;
1.200     bowersj2 2607: Docs_Overview.tex;
1.365     www      2608: Docs_Radio.tex;
1.265     bowersj2 2609: Docs_Score_Upload_Form.tex;
1.365     www      2610: Docs_Search.tex;
                   2611: Docs_Simple_Problem.tex;
                   2612: Docs_String_Response.tex;
1.200     bowersj2 2613: Docs_Supplemental.tex;
                   2614: Docs_Uploading_From_Harddrive.tex;
1.365     www      2615: Docs_Verify_Content.tex;
                   2616: Edit_Syllabus.tex;
1.372     albertel 2617: exam_basics.tex;
1.365     www      2618: Exploring_Your_Course.tex;
1.276     bowersj2 2619: Finding_Resources.tex;
1.163     harris41 2620: Foils.tex;
1.248     bowersj2 2621: Formula_Response_Adv_Intro.tex;
1.163     harris41 2622: Formula_Response_Example.tex;
                   2623: Formula_Response_Limitations.tex;
                   2624: Formula_Response_Problems.tex;
                   2625: Formula_Response_Sampling.tex;
                   2626: Formula_Tolerance.tex;
1.187     www      2627: General_Intro.tex;
1.330     www      2628: Generation.tex;
1.331     www      2629: GradingOptions.tex;
1.219     albertel 2630: Greek_Symbols.tex;
1.276     bowersj2 2631: Guts_Apache_Env.tex;
                   2632: Guts_Apache_Modules.tex;
1.350     www      2633: Guts_Apache.tex;
1.276     bowersj2 2634: Guts_Authentication.tex;
                   2635: Guts_Authoring.tex;
                   2636: Guts_Coding_Guidelines.tex;
                   2637: Guts_Course_Dir.tex;
                   2638: Guts_User_Dir.tex;
1.365     www      2639: Help.tex;
                   2640: Helper_Course_Initialization.tex;
1.163     harris41 2641: How_To_Edit_Existing_Content_Pages.tex;
1.276     bowersj2 2642: Latex_Footer.tex;
                   2643: Latex_Header.tex;
1.254     bowersj2 2644: Leaving_Feedback.tex;
1.163     harris41 2645: Login_To_LON-CAPA.tex;
                   2646: Metadata_Description.tex;
1.365     www      2647: Navigation_Screen.tex;
1.178     bowersj2 2648: Navmap_Host_Down.tex;
1.376     raeburn  2649: NavMaps_MarkPosts_Read.tex;
1.163     harris41 2650: Numerical_Response_Advanced_Example.tex;
                   2651: Numerical_Response_Format.tex;
1.350     www      2652: Numerical_Response_Introduction.tex;
1.163     harris41 2653: Numerical_Response_Intro.tex;
                   2654: Numerical_Response_Parts_A.tex;
                   2655: Numerical_Response_Parts_B.tex;
                   2656: Numerical_Response_Problems.tex;
                   2657: Numerical_Response_Randomization.tex;
                   2658: Numerical_Response_Simple_Example.tex;
                   2659: Numerical_Response_Tutorial_A.tex;
                   2660: Numerical_Response_Units.tex;
1.371     albertel 2661: numerical_wrong_answers.tex;
1.163     harris41 2662: Option_Response_Concept_Group_Example.tex;
                   2663: Option_Response_Matching_Example.tex;
                   2664: Option_Response_Problem_Creation.tex;
                   2665: Option_Response_Problem_Figure.tex;
                   2666: Option_Response_Problem_Parts.tex;
                   2667: Option_Response_Problems.tex;
                   2668: Option_Response_Simple.tex;
1.219     albertel 2669: Other_Symbols.tex;
1.194     albertel 2670: Part_Tag_Edit_Help.tex;
1.264     bowersj2 2671: Personal_Info_Page.tex;
1.248     bowersj2 2672: Physical_Units.tex;
1.361     www      2673: Prefs_About_Me.tex;
1.254     bowersj2 2674: Prefs_Forwarding.tex;
1.361     www      2675: Prefs_Language.tex;
1.254     bowersj2 2676: Prefs_Screen_Name_Nickname.tex;
1.388     sakharuk 2677: Print_Options.tex;
1.278     bowersj2 2678: Print_Resource.tex;
1.163     harris41 2679: Problem_Editor_Testing_Area.tex;
                   2680: Problem_Editor_XML_Index.tex;
1.248     bowersj2 2681: Problem_LON-CAPA_Functions.tex;
1.405     foxr     2682: Problem_LON-CAPA_Image_Options.tex;
1.163     harris41 2683: Problem_Types.tex;
                   2684: Publishing_A_Resource.tex;
                   2685: Publishing_Author_Tutorial_Segue.tex;
                   2686: Publishing_Copyright.tex;
                   2687: Publishing_Intro.tex;
                   2688: Publishing_Keywords.tex;
1.191     bowersj2 2689: Quick_Grades_Possibly_Correct.tex;
1.163     harris41 2690: Radio_Response_Problems.tex;
                   2691: Radio_Response_Randomization.tex;
1.248     bowersj2 2692: Ranking_Problems.tex;
1.266     www      2693: Receipt.tex;
1.361     www      2694: Remote_Menu.tex;
1.276     bowersj2 2695: Resource_Discussion.tex;
1.163     harris41 2696: Resource_Types.tex;
1.276     bowersj2 2697: Roles_About.tex;
1.361     www      2698: Roles_Screen.tex;
1.248     bowersj2 2699: Script_Functions.tex;
1.350     www      2700: Scripting_Help.tex;
1.163     harris41 2701: Script_Tutorial_Intro.tex;
1.248     bowersj2 2702: Script_Variables.tex;
1.360     albertel 2703: Search_Advanced.tex;
                   2704: Search_Basic.tex;
                   2705: Searching.tex;
1.278     bowersj2 2706: Sending_Email.tex;
1.163     harris41 2707: Sequence_Advanced_Editor_Creation.tex;
                   2708: Sequence_Definition.tex;
                   2709: Sequence_Editor_Selection.tex;
                   2710: Sequence_Page_Maps.tex;
                   2711: Sequence_Simple_Editor_Creation.tex;
                   2712: Sequence_Top-Level.tex;
                   2713: Significant_Figures.tex;
1.278     bowersj2 2714: Spreadsheet_About.tex;
1.279     matthew  2715: Spreadsheet_Calculation.tex;
                   2716: Spreadsheet_Calculation_Time.tex;
                   2717: Spreadsheet_Cell_Editing.tex;
                   2718: Spreadsheet_Editing.tex;
1.278     bowersj2 2719: Spreadsheet_Export_Row.tex;
1.279     matthew  2720: Spreadsheet_Files.tex;
1.278     bowersj2 2721: Spreadsheet_Functions.tex;
1.279     matthew  2722: Spreadsheet_Hierarchy.tex;
                   2723: Spreadsheet_HowTo_Assessments.tex;
                   2724: Spreadsheet_HowTo.tex;
                   2725: Spreadsheet_Layout.tex;
1.278     bowersj2 2726: Spreadsheet_Levels.tex;
                   2727: Spreadsheet_Max_Depth_Exceeded.tex;
                   2728: Spreadsheet_Parms.tex;
                   2729: Spreadsheet_Problem_Weight.tex;
1.279     matthew  2730: Spreadsheet_Referencing_Cells.tex;
                   2731: Spreadsheet_Referencing_Parameters.tex;
                   2732: Spreadsheet_Row_Numbers.tex;
                   2733: Spreadsheet_Student_View.tex;
1.278     bowersj2 2734: Spreadsheet_Student_Visible.tex;
                   2735: Spreadsheet_Template_Row.tex;
                   2736: Spreadsheet_Ternary_Operator.tex;
                   2737: Spreadsheet_Tries.tex;
1.329     matthew  2738: Statistics_Overall_Key.tex;
1.375     matthew  2739: Statistics_Sequence.tex;
1.368     matthew  2740: Statistics_Cache.tex;
1.163     harris41 2741: String_Response_Problem_Creation.tex;
                   2742: String_Response_Problems.tex;
1.248     bowersj2 2743: Syllabus_ExtLink.tex;
                   2744: Syllabus_URLs.tex;
1.392     sakharuk 2745: TEXDropEmptyColumns_attribute.tex;
1.399     albertel 2746: TEXitemgroupwidth_attribute.tex;
1.400     albertel 2747: TEXitemgroup_attribute.tex;
1.392     sakharuk 2748: TEXlayout_attribute.tex;
1.388     sakharuk 2749: TEXsize_attribute.tex;
1.392     sakharuk 2750: TEXtype_attribute.tex;
1.389     sakharuk 2751: TEXwidth_attribute.tex;
1.163     harris41 2752: Tolerance.tex;
1.248     bowersj2 2753: Uploaded_Templates_PublicView.tex;
                   2754: Uploaded_Templates_TextBoxes.tex;
1.163     harris41 2755: Variable_Naming_Conventions.tex;
                   2756: Variables_in_Scripts.tex;
                   2757: Variables_in_the_Answer_Block.tex;
1.248     bowersj2 2758: Variables_in_the_Text_Block.tex;
1.350     www      2759: Variable_Tutorial_A.tex;
1.276     bowersj2 2760: What_Is_LON-CAPA.tex;
                   2761: Why_LON-CAPA.tex;
1.317     www      2762: </filenames>
                   2763: </fileglob>
                   2764: <fileglob>
                   2765: <glob>*.*</glob>
                   2766: <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
                   2767: <targetdir dist='default'>
                   2768: home/httpd/html/adm/help/tex/ru/</targetdir>
                   2769: <categoryname>interface file</categoryname>
                   2770: <description>
                   2771: Russian Tex files for the help system
                   2772: </description>
                   2773: <filenames>
                   2774: About_Authors_Manual.tex;
1.319     www      2775: About_Communication.tex;
1.324     sakharuk 2776: About_Developers_Manual.tex;
1.319     www      2777: About_Numerical_and_Formula_Response.tex;
1.334     sakharuk 2778: CAPA_LON-CAPA_function_diffs.tex;
1.360     albertel 2779: Course_Maximum_Collaborators.tex;
1.324     sakharuk 2780: Course_Set_Start_End_Date.tex;
1.319     www      2781: Creating_A_Course_Intro.tex;
1.324     sakharuk 2782: Other_Symbols.tex;
1.319     www      2783: Physical_Units.tex;
1.317     www      2784: Print_Resource.tex;
1.324     sakharuk 2785: Authoring_Adding_Pictures.tex;
1.140     bowersj2 2786: </filenames>
                   2787: </fileglob>
                   2788: <file>
                   2789: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
                   2790: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162     harris41 2791: <categoryname>interface file</categoryname>
1.140     bowersj2 2792: <description>
                   2793: A gdbm file containing a label->tex file hash.
1.15      harris41 2794: </description>
                   2795: <status>works/unverified</status>
                   2796: </file>
1.407     albertel 2797: <fileglob>
                   2798:   <glob>*</glob>
                   2799:   <sourcedir>loncom/html/adm/fonts/</sourcedir>
                   2800:   <targetdir dist='default'>home/httpd/html/adm/fonts/</targetdir>
                   2801:   <categoryname>interface file</categoryname>
                   2802:   <description>
                   2803:     Fonts for convertjme.pl
                   2804:   </description>
                   2805:   <filenames>
                   2806: AUTHORS;
                   2807: BUGS;
                   2808: DejaVuSerif-Roman.ttf;
                   2809: LICENSE;
                   2810: NEWS;
                   2811: README;
                   2812: status.txt;
                   2813: unicover.txt
                   2814:   </filenames>
                   2815: </fileglob>
1.15      harris41 2816: <file>
1.7       harris41 2817: <source>loncom/interface/lonstatistics.pm</source>
                   2818: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
                   2819: <categoryname>handler</categoryname>
                   2820: <description>
                   2821: Handler to show statistics on solving LON-CAPA problems.
1.326     matthew  2822: </description>
                   2823: <status>works/unverified</status>
                   2824: </file>
                   2825: <file>
                   2826: <source>loncom/interface/statistics/lonstathelpers.pm</source>
                   2827: <target dist='default'>home/httpd/lib/perl/Apache/lonstathelpers.pm</target>
1.370     albertel 2828: <categoryname>handler</categoryname>
1.326     matthew  2829: <description>
                   2830: Utility module for statistics and data mining.
1.144     stredwic 2831: </description>
                   2832: <status>works/unverified</status>
                   2833: </file>
                   2834: <file>
1.400     albertel 2835: <source>loncom/interface/lontrackstudent.pm</source>
                   2836: <target dist='default'>home/httpd/lib/perl/Apache/lontrackstudent.pm</target>
                   2837: <categoryname>handler</categoryname>
                   2838: <description>
                   2839: Handler to parse and analyze activity.log
                   2840: </description>
                   2841: <status>works/unverified</status>
                   2842: </file>
                   2843: <file>
1.144     stredwic 2844: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162     harris41 2845: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
                   2846: </target>
1.144     stredwic 2847: <categoryname>handler</categoryname>
                   2848: <description>
1.162     harris41 2849: The module that generate the html for the Problem Statistics web pages.
1.338     matthew  2850: </description>
                   2851: </file>
                   2852: <file>
1.366     matthew  2853: <source>loncom/interface/statistics/lonsurveyreports.pm</source>
                   2854: <target dist='default'>home/httpd/lib/perl/Apache/lonsurveyreports.pm
                   2855: </target>
1.370     albertel 2856: <categoryname>handler</categoryname>
1.366     matthew  2857: <description>
                   2858: Gives instructors access to compiled survey results.
                   2859: </description>
                   2860: </file>
                   2861: <file>
1.338     matthew  2862: <source>loncom/interface/statistics/lonstudentsubmissions.pm</source>
                   2863: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentsubmissions.pm
                   2864: </target>
                   2865: <categoryname>handler</categoryname>
                   2866: <description>
                   2867: Generates excel file containing student submissions and correct answers.
1.332     matthew  2868: </description>
                   2869: </file>
                   2870: <file>
                   2871: <source>loncom/interface/statistics/loncorrectproblemplot.pm</source>
                   2872: <target dist='default'>home/httpd/lib/perl/Apache/loncorrectproblemplot.pm
                   2873: </target>
                   2874: <categoryname>handler</categoryname>
                   2875: <description>
                   2876: The module that generate the html for the correct problems plot web pages.
1.169     stredwic 2877: </description>
                   2878: <status>works/unverified</status>
                   2879: </file>
                   2880: <file>
                   2881: <source>loncom/interface/statistics/lonpercentage.pm</source>
                   2882: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
                   2883: </target>
                   2884: <categoryname>handler</categoryname>
                   2885: <description>
                   2886: The module that generate the html for the Percentage graph web pages.
1.144     stredwic 2887: </description>
                   2888: <status>works/unverified</status>
                   2889: </file>
                   2890: <file>
                   2891: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162     harris41 2892: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
                   2893: </target>
1.144     stredwic 2894: <categoryname>handler</categoryname>
                   2895: <description>
1.296     matthew  2896: This module provides detailed analysis and raw data for submissions of various problem types.
                   2897: </description>
                   2898: <status>works/unverified</status>
                   2899: </file>
                   2900: <file>
                   2901: <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
                   2902: <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
                   2903: </target>
                   2904: <categoryname>handler</categoryname>
                   2905: <description>
                   2906: This module produces plots of the times of students attempts on an assessment.
1.144     stredwic 2907: </description>
                   2908: <status>works/unverified</status>
                   2909: </file>
                   2910: <file>
                   2911: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162     harris41 2912: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
                   2913: </target>
1.144     stredwic 2914: <categoryname>handler</categoryname>
                   2915: <description>
                   2916: The module that generate the html for the Student Assessment/Chart web pages.
1.7       harris41 2917: </description>
                   2918: <status>works/unverified</status>
                   2919: </file>
                   2920: <file>
1.428     raeburn  2921: <source>loncom/interface/lonwhatsnew.pm</source>
                   2922: <target dist='default'>home/httpd/lib/perl/Apache/lonwhatsnew.pm
                   2923: </target>
                   2924: <categoryname>handler</categoryname>
                   2925: <description>
                   2926: Handler to display items in course requiring action.
                   2927: </description>
                   2928: <status>works/unverified</status>
                   2929: </file>
                   2930: <file>
1.5       harris41 2931: <source>loncom/publisher/londiff.pm</source>
                   2932: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
                   2933: <categoryname>handler</categoryname>
                   2934: <description>
                   2935: Handler to show difference between two files.
1.221     www      2936: </description>
                   2937: <status>works/unverified</status>
                   2938: </file>
                   2939: <file>
                   2940: <source>loncom/publisher/lonrights.pm</source>
                   2941: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
                   2942: <categoryname>handler</categoryname>
                   2943: <description>
                   2944: Handler to show and edit custom distribution rights
1.5       harris41 2945: </description>
                   2946: <status>works/unverified</status>
1.4       harris41 2947: </file>
                   2948: <file>
1.5       harris41 2949: <source>loncom/publisher/lonupload.pm</source>
                   2950: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
                   2951: <categoryname>handler</categoryname>
                   2952: <description>
                   2953: Handler to upload files through browser into construction space.
                   2954: </description>
                   2955: <status>works/unverified</status>
1.4       harris41 2956: </file>
                   2957: <file>
1.76      harris41 2958: <source>doc/man/Apache__lonupload.3</source>
                   2959: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83      harris41 2960: <categoryname>doc</categoryname>
1.76      harris41 2961: <description>man page for lonupload.pm</description>
                   2962: <build trigger='always run'>
1.115     harris41 2963: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
                   2964: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
1.76      harris41 2965: </build>
                   2966: <status>works/unverified</status>
                   2967: <dependencies>
                   2968: ../../loncom/publisher/lonupload.pm
                   2969: </dependencies>
                   2970: </file>
                   2971: <file>
1.118     harris41 2972: <source>doc/lib/perl/Apache/lonupload.html</source>
                   2973: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112     harris41 2974: </target>
1.83      harris41 2975: <categoryname>doc</categoryname>
1.76      harris41 2976: <description>POD-derived page for lonupload.pm</description>
                   2977: <build trigger='always run'>
1.115     harris41 2978: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
1.118     harris41 2979: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
                   2980: echo 'pod2html lonupload.pm'
1.76      harris41 2981: </build>
                   2982: <status>works/unverified</status>
                   2983: <dependencies>
                   2984: ../../loncom/publisher/lonupload.pm
                   2985: </dependencies>
                   2986: </file>
                   2987: <file>
1.5       harris41 2988: <source>loncom/homework/essayresponse.pm</source>
                   2989: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
                   2990: <categoryname>handler</categoryname>
                   2991: <description>
                   2992: Handler to evaluate essay (ungraded) style responses.
1.92      albertel 2993: </description>
                   2994: <status>works/unverified</status>
                   2995: </file>
                   2996: <file>
                   2997: <source>loncom/homework/externalresponse.pm</source>
                   2998: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
                   2999: <categoryname>handler</categoryname>
                   3000: <description>
                   3001: Handler to evaluate externally graded responses.
                   3002: </description>
                   3003: <status>works/unverified</status>
                   3004: </file>
                   3005: <file>
                   3006: <source>loncom/homework/loncapagrade.pm</source>
                   3007: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
                   3008: <categoryname>handler</categoryname>
                   3009: <description>
1.133     harris41 3010: Holds results and defines
                   3011: tag handlers needed by externalresponse.pm
1.5       harris41 3012: </description>
                   3013: <status>works/unverified</status>
1.4       harris41 3014: </file>
                   3015: <file>
1.5       harris41 3016: <source>loncom/publisher/lonpubdir.pm</source>
                   3017: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
                   3018: <categoryname>handler</categoryname>
                   3019: <description>
                   3020: Handler to publish directories.
1.172     www      3021: </description>
                   3022: </file>
                   3023: <file>
                   3024: <source>loncom/publisher/lonunauthorized.pm</source>
                   3025: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
                   3026: <categoryname>handler</categoryname>
                   3027: <description>
                   3028: Handler to explain failed contruction space access.
1.5       harris41 3029: </description>
1.4       harris41 3030: </file>
                   3031: <file>
1.76      harris41 3032: <source>doc/man/Apache__lonpubdir.3</source>
                   3033: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83      harris41 3034: <categoryname>doc</categoryname>
1.76      harris41 3035: <description>man page for lonpubdir.pm</description>
                   3036: <build trigger='always run'>
1.115     harris41 3037: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
                   3038: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
1.76      harris41 3039: </build>
                   3040: <status>works/unverified</status>
                   3041: <dependencies>
                   3042: ../../loncom/lonnet/perl/lonnet.pm
                   3043: </dependencies>
                   3044: </file>
                   3045: <file>
1.118     harris41 3046: <source>doc/lib/perl/Apache/lonpubdir.html</source>
                   3047: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112     harris41 3048: </target>
1.83      harris41 3049: <categoryname>doc</categoryname>
1.76      harris41 3050: <description>POD-derived page for lonpubdir.pm</description>
                   3051: <build trigger='always run'>
1.115     harris41 3052: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
1.118     harris41 3053: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
                   3054: echo 'pod2html lonpubdir.pm'
1.76      harris41 3055: </build>
                   3056: <status>works/unverified</status>
                   3057: <dependencies>
                   3058: ../../loncom/publisher/lonpubdir.pm
                   3059: </dependencies>
                   3060: </file>
                   3061: <file>
1.5       harris41 3062: <source>loncom/publisher/lonretrieve.pm</source>
                   3063: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
                   3064: <categoryname>handler</categoryname>
                   3065: <description>
                   3066: Handler to retrieve old versions from resource space.
                   3067: </description>
                   3068: <status>works/unverified</status>
1.4       harris41 3069: </file>
                   3070: <file>
1.421     www      3071: <source>loncom/publisher/loncleanup.pm</source>
                   3072: <target dist='default'>home/httpd/lib/perl/Apache/loncleanup.pm</target>
                   3073: <categoryname>handler</categoryname>
                   3074: <description>
                   3075: Handler to clean up HTML files.
                   3076: </description>
                   3077: <status>works/unverified</status>
                   3078: </file>
                   3079: <file>
1.76      harris41 3080: <source>doc/man/Apache__lonretrieve.3</source>
                   3081: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83      harris41 3082: <categoryname>doc</categoryname>
1.76      harris41 3083: <description>man page for lonretrieve.pm</description>
                   3084: <build trigger='always run'>
1.115     harris41 3085: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
                   3086: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
1.76      harris41 3087: </build>
                   3088: <status>works/unverified</status>
                   3089: <dependencies>
                   3090: ../../loncom/publisher/lonretrieve.pm
                   3091: </dependencies>
                   3092: </file>
                   3093: <file>
1.118     harris41 3094: <source>doc/lib/perl/Apache/lonretrieve.html</source>
                   3095: <target dist='default'>
                   3096: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112     harris41 3097: </target>
1.83      harris41 3098: <categoryname>doc</categoryname>
1.76      harris41 3099: <description>POD-derived page for lonretrieve.pm</description>
                   3100: <build trigger='always run'>
1.115     harris41 3101: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
1.118     harris41 3102: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
                   3103: echo 'pod2html lonretrieve.pm'
1.76      harris41 3104: </build>
                   3105: <status>works/unverified</status>
                   3106: <dependencies>
                   3107: ../../loncom/publisher/lonretrieve.pm
                   3108: </dependencies>
                   3109: </file>
                   3110: <file>
1.5       harris41 3111: <source>loncom/homework/edit.pm</source>
                   3112: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
                   3113: <categoryname>handler</categoryname>
                   3114: <description>
                   3115: Helper functions when in homework edit mode.
                   3116: </description>
1.4       harris41 3117: </file>
                   3118: <file>
1.86      harris41 3119: <source>doc/man/Apache__edit.3</source>
                   3120: <target dist='default'>usr/man/man3/Apache::edit.3</target>
                   3121: <categoryname>doc</categoryname>
                   3122: <description>man page for edit.pm</description>
                   3123: <build trigger='always run'>
1.115     harris41 3124: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
1.112     harris41 3125: echo 'manifying edit.pm'
1.86      harris41 3126: </build>
                   3127: <status>works/unverified</status>
                   3128: <dependencies>
                   3129: ../../loncom/homework/edit.pm
                   3130: </dependencies>
                   3131: </file>
                   3132: <file>
1.118     harris41 3133: <source>doc/lib/perl/Apache/edit.html</source>
                   3134: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
                   3135: </target>
1.86      harris41 3136: <categoryname>doc</categoryname>
                   3137: <description>POD-derived page for edit.pm</description>
                   3138: <build trigger='always run'>
1.118     harris41 3139: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
                   3140: ../../doc/lib/perl/Apache/edit.html \
1.115     harris41 3141: &amp;&amp; echo 'pod2html edit.pm'
1.86      harris41 3142: </build>
                   3143: <status>works/unverified</status>
                   3144: <dependencies>
                   3145: ../../loncom/homework/edit.pm
                   3146: </dependencies>
                   3147: </file>
                   3148: <file>
1.5       harris41 3149: <source>loncom/interface/lonmeta.pm</source>
                   3150: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
                   3151: <categoryname>handler</categoryname>
                   3152: <description>Metadata display handler.</description>
                   3153: <status>works/unverified</status>
1.4       harris41 3154: </file>
                   3155: <file>
1.5       harris41 3156: <source>rat/lonambiguous.pm</source>
                   3157: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
                   3158: <categoryname>handler</categoryname>
                   3159: <description>
                   3160: Handler to resolve ambiguous file locations.
                   3161: </description>
                   3162: <status>works/unverified</status>
1.4       harris41 3163: </file>
                   3164: <file>
1.5       harris41 3165: <source>rat/lonratparms.pm</source>
                   3166: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
                   3167: <categoryname>handler</categoryname>
                   3168: <description>
                   3169: Handler to set resource parameters inside of the RAT based on metadata.
                   3170: </description>
                   3171: <status>works/unverified</status>
1.4       harris41 3172: </file>
                   3173: <file>
1.5       harris41 3174: <source>rat/lonsequence.pm</source>
                   3175: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
                   3176: <categoryname>handler</categoryname>
                   3177: <description>
                   3178: Handler for showing sequence objects of educational resources.
                   3179: </description>
                   3180: <status>works/unverified</status>
1.4       harris41 3181: </file>
                   3182: <file>
1.5       harris41 3183: <source>loncom/interface/loncreatecourse.pm</source>
                   3184: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
                   3185: <categoryname>handler</categoryname>
                   3186: <description>
1.72      harris41 3187: Allows domain coordinators to create new courses and assign course
                   3188: coordinators.
1.5       harris41 3189: </description>
1.10      harris41 3190: <status>works/unverified</status>
1.4       harris41 3191: </file>
                   3192: <file>
1.5       harris41 3193: <source>loncom/interface/loncreateuser.pm</source>
                   3194: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
                   3195: <categoryname>handler</categoryname>
                   3196: <description>
1.72      harris41 3197: Allows users to within their own privileges create/edit users and give
                   3198: them roles. 
1.5       harris41 3199: </description>
                   3200: <status>works/unverified</status>
1.143     stredwic 3201: </file>
                   3202: <file>
                   3203: <source>loncom/interface/lonhtmlcommon.pm</source>
                   3204: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
                   3205: <categoryname>handler</categoryname>
                   3206: <description>
                   3207: Contains a set of functions that generate html controls and data layouts
1.282     www      3208: </description>
                   3209: </file>
                   3210: <file>
1.382     www      3211: <source>loncom/interface/lonspeller.pm</source>
                   3212: <target dist='default'>home/httpd/lib/perl/Apache/lonspeller.pm</target>
                   3213: <categoryname>handler</categoryname>
                   3214: <description>
                   3215: Contains a set of functions to use Aspell
                   3216: </description>
                   3217: </file>
                   3218: <file>
1.282     www      3219: <source>loncom/localize/lonlocal.pm</source>
                   3220: <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
                   3221: <categoryname>handler</categoryname>
                   3222: <description>
                   3223: Contains the &mt access function to Locale::Maketext
                   3224: </description>
                   3225: </file>
                   3226: <file>
                   3227: <source>loncom/localize/localize.pm</source>
                   3228: <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
                   3229: <categoryname>handler</categoryname>
                   3230: <description>
                   3231: Localization class for Locale::Maketext
1.138     stredwic 3232: </description>
                   3233: </file>
1.283     www      3234: <fileglob>
                   3235: <glob>*.pm</glob>
                   3236: <sourcedir>loncom/localize/localize/</sourcedir>
                   3237: <targetdir dist='default'>
                   3238: home/httpd/lib/perl/Apache/localize/</targetdir>
                   3239: <categoryname>static conf</categoryname>
                   3240: <description>
                   3241: Translation files.
                   3242: </description>
                   3243: <filenames>
1.285     www      3244: de.pm;
1.288     www      3245: pt.pm;
1.336     www      3246: fr.pm;
1.288     www      3247: ja.pm;
1.297     www      3248: tr.pm;
1.305     www      3249: ru.pm;
                   3250: fa.pm;
                   3251: ar.pm;
1.314     www      3252: es.pm;
1.400     albertel 3253: x_chef.pm;
1.283     www      3254: </filenames>
                   3255: </fileglob>
1.138     stredwic 3256: <file>
                   3257: <source>loncom/interface/loncoursedata.pm</source>
                   3258: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
                   3259: <categoryname>handler</categoryname>
                   3260: <description>
                   3261: Common functions for handling student course data (download and process)
1.5       harris41 3262: </description>
1.4       harris41 3263: </file>
                   3264: <file>
1.5       harris41 3265: <source>loncom/interface/loncommon.pm</source>
                   3266: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
                   3267: <categoryname>handler</categoryname>
                   3268: <description>
                   3269: Makes a table out of the previous attempts.  Inputs result_from_symbread,
1.10      harris41 3270: user, domain, home_server, course_id.
1.5       harris41 3271: </description>
                   3272: <status>works/unverified</status>
1.4       harris41 3273: </file>
                   3274: <file>
1.76      harris41 3275: <source>doc/man/Apache__loncommon.3</source>
                   3276: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83      harris41 3277: <categoryname>doc</categoryname>
1.76      harris41 3278: <description>man page for loncommon.pm</description>
                   3279: <build trigger='always run'>
1.115     harris41 3280: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
                   3281: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
1.76      harris41 3282: </build>
                   3283: <status>works/unverified</status>
                   3284: <dependencies>
                   3285: ../../loncom/interface/loncommon.pm
                   3286: </dependencies>
                   3287: </file>
                   3288: <file>
1.118     harris41 3289: <source>doc/lib/perl/Apache/loncommon.html</source>
                   3290: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112     harris41 3291: </target>
1.83      harris41 3292: <categoryname>doc</categoryname>
1.76      harris41 3293: <description>POD-derived page for loncommon.pm</description>
                   3294: <build trigger='always run'>
1.115     harris41 3295: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
1.118     harris41 3296: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
                   3297: echo 'pod2html loncommon.pm'
1.76      harris41 3298: </build>
                   3299: <status>works/unverified</status>
                   3300: <dependencies>
                   3301: ../../loncom/interface/loncommon.pm
                   3302: </dependencies>
                   3303: </file>
                   3304: <file>
1.5       harris41 3305: <source>loncom/homework/grades.pm</source>
                   3306: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
                   3307: <categoryname>handler</categoryname>
                   3308: <description>Handles the viewing of grades.</description>
1.4       harris41 3309: </file>
                   3310: <file>
1.5       harris41 3311: <source>loncom/homework/imageresponse.pm</source>
                   3312: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
                   3313: <categoryname>handler</categoryname>
                   3314: <description>
                   3315: Coordinates the response to clicking an image.
                   3316: </description>
                   3317: <status>works/unverified</status>
1.4       harris41 3318: </file>
                   3319: <file>
1.5       harris41 3320: <source>loncom/homework/optionresponse.pm</source>
                   3321: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
                   3322: <categoryname>handler</categoryname>
1.27      harris41 3323: <description>
                   3324: Handles tags associated with showing a list of options.</description>
1.4       harris41 3325: </file>
                   3326: <file>
1.5       harris41 3327: <source>loncom/homework/outputtags.pm</source>
                   3328: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
                   3329: <categoryname>handler</categoryname>
                   3330: <description>
                   3331: Handles tags associated with output.  Seems to relate to due dates of the
                   3332: assignment.
                   3333: </description>
1.10      harris41 3334: <status>works/unverified</status>
1.4       harris41 3335: </file>
1.255     albertel 3336: 
                   3337: <file>
                   3338:   <source>loncom/homework/chemresponse.pm</source>
1.256     albertel 3339:   <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255     albertel 3340:   <categoryname>handler</categoryname>
                   3341:   <description>
                   3342:     Handle the tags organicresponse/structure and reationresponse
                   3343:   </description>
                   3344:   <status>works/unverified</status>
                   3345: </file>
                   3346: 
                   3347: <fileglob>
                   3348:   <glob>*.*</glob>
                   3349:   <sourcedir>loncom/html/adm/jme/</sourcedir>
                   3350:   <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
                   3351:   <categoryname>interface file</categoryname>
                   3352:   <description>
                   3353:     JME files, for editing organic structures
                   3354:   </description>
                   3355:   <filenames>
                   3356: JME.jar;
                   3357: jme.gif;
1.258     albertel 3358: jme_help.html;
1.255     albertel 3359: nitro.gif;
                   3360: smiles.gif
                   3361:   </filenames>
                   3362: </fileglob>
1.291     albertel 3363: 
1.431     albertel 3364: <fileglob>
                   3365:   <glob>*.*</glob>
                   3366:   <sourcedir>loncom/html/adm/jmol/</sourcedir>
                   3367:   <targetdir dist='default'>home/httpd/html/adm/jmol/</targetdir>
                   3368:   <categoryname>interface file</categoryname>
                   3369:   <description>
                   3370:     Jmol files, for displaying structures
                   3371:   </description>
                   3372:   <filenames>
                   3373: COPYRIGHT.txt;
                   3374: JmolApplet.jar;
                   3375: Jmol.js;
                   3376: LICENSE.txt;
                   3377: README.txt
                   3378:   </filenames>
                   3379: </fileglob>
                   3380: 
1.291     albertel 3381: <file>
                   3382:   <source>loncom/homework/convertjme.pl</source>
                   3383:   <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
                   3384:   <categoryname>script</categoryname>
                   3385:   <description>
                   3386:     Dynamically converts JME strings into either a png or ps file.
                   3387:   </description>
                   3388: </file>
                   3389: 
1.414     albertel 3390: <fileglob>
                   3391:   <glob>*.*</glob>
                   3392:   <sourcedir>loncom/html/adm/jsMath/</sourcedir>
                   3393:   <targetdir dist='default'>home/httpd/html/adm/jsMath/</targetdir>
                   3394:   <categoryname>interface file</categoryname>
                   3395:   <description>
                   3396: jsMath is a Javascript solution to converting TeX to something the browser can see
                   3397:   </description>
                   3398:   <filenames>
                   3399: black.gif;
                   3400: blank.gif;
                   3401: COPYING.txt;
                   3402: jsMath-fallback-mac.js;
                   3403: jsMath-fallback-mac-mozilla.js;
                   3404: jsMath-fallback-mac-msie.js;
                   3405: jsMath-fallback-pc.js;
                   3406: jsMath-fallback-unix.js;
                   3407: jsMath.js;
                   3408: jsMath-mozilla.js;
                   3409: jsMath-msie-mac.js;
                   3410:   </filenames>
                   3411: </fileglob>
                   3412: 
1.4       harris41 3413: <file>
1.6       harris41 3414: <source>loncom/interface/lontest.pm</source>
                   3415: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
                   3416: <categoryname>handler</categoryname>
                   3417: <description>
                   3418: Used for debugging and testing the LON-CAPA system.
                   3419: </description>
1.10      harris41 3420: <status>works/unverified</status>
1.6       harris41 3421: </file>
                   3422: <file>
                   3423: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27      harris41 3424: <target dist='default'>
                   3425: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6       harris41 3426: <categoryname>handler</categoryname>
                   3427: <description>
                   3428: Handles multiple-choice style responses.
                   3429: </description>
1.10      harris41 3430: <status>works/unverified</status>
1.6       harris41 3431: </file>
                   3432: <file>
                   3433: <source>loncom/interface/loncommunicate.pm</source>
                   3434: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
                   3435: <categoryname>handler</categoryname>
1.72      harris41 3436: <description>
                   3437: Will be the access handler to email sending, as well as the planned
                   3438: chatrooms, etc.
                   3439: </description>
1.10      harris41 3440: <status>works/unverified</status>
1.6       harris41 3441: </file>
                   3442: <file>
                   3443: <source>loncom/interface/lonerrorhandler.pm</source>
                   3444: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
                   3445: <categoryname>handler</categoryname>
                   3446: <description>
                   3447: Handles errors.
                   3448: </description>
1.10      harris41 3449: <status>works/unverified</status>
1.6       harris41 3450: </file>
                   3451: <file>
                   3452: <source>loncom/interface/lonevaluate.pm</source>
                   3453: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
                   3454: <categoryname>handler</categoryname>
                   3455: <description>
                   3456: Handles evaluation.
                   3457: </description>
1.10      harris41 3458: <status>works/unverified</status>
1.6       harris41 3459: </file>
                   3460: <file>
                   3461: <source>loncom/interface/lonfeedback.pm</source>
                   3462: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
                   3463: <categoryname>handler</categoryname>
                   3464: <description>
                   3465: Handles feedback from students to instructors and system administrators.
1.72      harris41 3466: Provides a screenshot of the current
                   3467: resource, as well as previous attempts if the resource was a homework.
                   3468: Used by lonmsg.pm.
1.6       harris41 3469: </description>
1.10      harris41 3470: <status>works/unverified</status>
1.4       harris41 3471: </file>
                   3472: <file>
1.6       harris41 3473: <source>loncom/interface/lonnavmaps.pm</source>
                   3474: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
                   3475: <categoryname>handler</categoryname>
                   3476: <description>
                   3477: Handles navigational maps.
1.211     bowersj2 3478: </description>
                   3479: <status>works/unverified</status>
1.227     albertel 3480: </file>
                   3481: <file>
                   3482: <source>doc/man/Apache__lonnavmaps.3</source>
                   3483: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
                   3484: <categoryname>doc</categoryname>
                   3485: <description>man page for lonnavmaps.pm</description>
                   3486: <build trigger='always run'>
                   3487: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm &gt; \
                   3488: ../../doc/man/Apache__lonnavmaps.3 &amp;&amp; echo 'manifying lonnavmaps.pm'
                   3489: </build>
                   3490: <status>works/unverified</status>
                   3491: <dependencies>
                   3492: ../../loncom/interface/lonnavmaps.pm
                   3493: </dependencies>
                   3494: </file>
                   3495: <file>
                   3496: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
                   3497: <target dist='default'>
                   3498: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
                   3499: </target>
                   3500: <categoryname>doc</categoryname>
                   3501: <description>POD-derived page for lonnavmaps.pm</description>
                   3502: <build trigger='always run'>
                   3503: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm &gt; \
                   3504: ../../doc/lib/perl/Apache/lonnavmaps.html &amp;&amp; \
                   3505: echo 'pod2html lonnavmaps.pm'
                   3506: </build>
                   3507: <status>works/unverified</status>
                   3508: <dependencies>
                   3509: ../../loncom/interface/lonnavmaps.pm
                   3510: </dependencies>
1.211     bowersj2 3511: </file>
                   3512: <file>
1.231     bowersj2 3513: <source>loncom/interface/lonhelper.pm</source>
                   3514: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211     bowersj2 3515: <categoryname>handler</categoryname>
                   3516: <description>
1.235     bowersj2 3517: Helper framework.
                   3518: </description>
                   3519: <status>works/unverified</status>
                   3520: </file>
                   3521: <file>
                   3522: <source>loncom/html/adm/helper/parameter.helper</source>
                   3523: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
                   3524: <categoryname>handler</categoryname>
                   3525: <description>
                   3526: Parameter setting helper.
1.242     bowersj2 3527: </description>
                   3528: <status>works/unverified</status>
                   3529: </file>
                   3530: <file>
                   3531: <source>loncom/html/adm/helper/course.initialization.helper</source>
                   3532: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
                   3533: <categoryname>handler</categoryname>
                   3534: <description>
                   3535: Course initialization helper.
1.189     bowersj2 3536: </description>
                   3537: <status>works/unverified</status>
                   3538: </file>
                   3539: <file>
1.406     albertel 3540: <source>loncom/html/adm/helper/resettimes.helper</source>
                   3541: <target dist='default'>home/httpd/html/adm/helper/resettimes.helper</target>
                   3542: <categoryname>handler</categoryname>
                   3543: <description>
                   3544: Helper to resetting a student's first access time.
                   3545: </description>
                   3546: <status>works/unverified</status>
                   3547: </file>
                   3548: <file>
1.189     bowersj2 3549: <source>loncom/interface/lonquickgrades.pm</source>
                   3550: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
                   3551: <categoryname>handler</categoryname>
                   3552: <description>
                   3553: Student quick grades interface.
1.6       harris41 3554: </description>
1.10      harris41 3555: <status>works/unverified</status>
1.4       harris41 3556: </file>
                   3557: <file>
1.6       harris41 3558: <source>loncom/interface/lonpreferences.pm</source>
                   3559: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
                   3560: <categoryname>handler</categoryname>
                   3561: <description>
                   3562: Handles user preferences associated with customizing the online LON-CAPA
                   3563: educational environment.
                   3564: </description>
1.10      harris41 3565: <status>works/unverified</status>
1.6       harris41 3566: </file>
                   3567: <file>
                   3568: <source>loncom/interface/lonprintout.pm</source>
                   3569: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
                   3570: <categoryname>handler</categoryname>
                   3571: <description>
                   3572: Handles the production of printable files and resources.
                   3573: </description>
1.10      harris41 3574: <status>works/unverified</status>
1.340     matthew  3575: </file>
                   3576: <file>
                   3577:   <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
                   3578:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
                   3579:   <categoryname>system file</categoryname>
                   3580:   <description>
                   3581:       Provides a common interface to LON-CAPA metadata.
                   3582:   </description>
1.6       harris41 3583: </file>
                   3584: <file>
                   3585: <source>loncom/interface/lonsearchcat.pm</source>
                   3586: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
                   3587: <categoryname>handler</categoryname>
                   3588: <description>
                   3589: Handles a searchable catalogue.
1.148     matthew  3590: </description>
                   3591: <status>works/unverified</status>
                   3592: </file>
                   3593: <file>
                   3594: <source>loncom/interface/lonmysql.pm</source>
                   3595: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
                   3596: <categoryname>handler</categoryname>
                   3597: <description>
                   3598: Provides utility functions for creating and accessing mysql database tables.
1.6       harris41 3599: </description>
1.10      harris41 3600: <status>works/unverified</status>
1.4       harris41 3601: </file>
                   3602: <file>
1.76      harris41 3603: <source>doc/man/Apache__lonsearchcat.3</source>
                   3604: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83      harris41 3605: <categoryname>doc</categoryname>
1.76      harris41 3606: <description>man page for lonsearchcat.pm</description>
                   3607: <build trigger='always run'>
1.115     harris41 3608: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
                   3609: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
1.76      harris41 3610: </build>
                   3611: <status>works/unverified</status>
                   3612: <dependencies>
                   3613: ../../loncom/interface/lonsearchcat.pm
                   3614: </dependencies>
                   3615: </file>
                   3616: <file>
1.118     harris41 3617: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
                   3618: <target dist='default'>
                   3619: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112     harris41 3620: </target>
1.83      harris41 3621: <categoryname>doc</categoryname>
1.76      harris41 3622: <description>POD-derived page for lonsearchcat.pm</description>
                   3623: <build trigger='always run'>
1.115     harris41 3624: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
1.118     harris41 3625: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
                   3626: echo 'pod2html lonsearchcat.pm'
1.76      harris41 3627: </build>
                   3628: <status>works/unverified</status>
                   3629: <dependencies>
                   3630: ../../loncom/interface/lonsearchcat.pm
                   3631: </dependencies>
1.232     www      3632: </file>
                   3633: <file>
                   3634: <source>loncom/interface/lonmanagekeys.pm</source>
                   3635: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
                   3636: <categoryname>handler</categoryname>
                   3637: <description>
                   3638: Allows users with "mky" privileges to generate and manage course access keys.
                   3639: </description>
                   3640: <status>works/unverified</status>
1.76      harris41 3641: </file>
                   3642: <file>
1.6       harris41 3643: <source>loncom/interface/londropadd.pm</source>
                   3644: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
                   3645: <categoryname>handler</categoryname>
                   3646: <description>
1.72      harris41 3647: Allows course coordinators to upload courselists in different formats, and
                   3648: automatically create users (if they do not exist already), assign them the
                   3649: role of student in a course, and add them to the classlist.
1.6       harris41 3650: </description>
1.10      harris41 3651: <status>works/unverified</status>
1.6       harris41 3652: </file>
                   3653: <file>
1.380     matthew  3654: <source>loncom/interface/lonviewclasslist.pm</source>
                   3655: <target dist='default'>home/httpd/lib/perl/Apache/lonviewclasslist.pm</target>
                   3656: <categoryname>handler</categoryname>
                   3657: <description>
                   3658: Allows users (including students) to view the classlist of their course.
                   3659: </description>
                   3660: <status>works/unverified</status>
                   3661: </file>
                   3662: <file>
1.6       harris41 3663: <source>loncom/interface/lonmsg.pm</source>
                   3664: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
                   3665: <categoryname>handler</categoryname>
                   3666: <description>
1.72      harris41 3667: lonmsg.pm has several functions to send and receive internal messages.
                   3668: author_res_msg - send message to resource author.
                   3669: user_crit_msg - send a critical message to a user. A critical message
                   3670: will require acknowledgment by the recipient and the sender will be notified.
                   3671: user_crit_received - routine to trigger acknowledgment.
                   3672: statuschange - change the status of a message (read, replied, forwarded, etc).
                   3673: The handler also displays messages, has routines to reply, etc.
1.6       harris41 3674: </description>
1.10      harris41 3675: <status>works/unverified</status>
1.6       harris41 3676: </file>
                   3677: <file>
                   3678: <source>loncom/homework/hint.pm</source>
                   3679: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
                   3680: <categoryname>handler</categoryname>
                   3681: <description>
                   3682: This handler coordinates the delivery of hints to students working on LON-CAPA
                   3683: problems and assignments.
                   3684: </description>
1.10      harris41 3685: <status>works/unverified</status>
1.6       harris41 3686: </file>
                   3687: <file>
1.244     matthew  3688: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6       harris41 3689: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
                   3690: <categoryname>handler</categoryname>
                   3691: <description>
1.244     matthew  3692: The top level interface for the display and editing of spreadsheets.  There
                   3693: are three levels of spreadsheet.
                   3694: </description>
                   3695: <status>works/unverified</status>
                   3696: </file>
                   3697: <file>
                   3698: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
                   3699: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
                   3700: <categoryname>handler</categoryname>
                   3701: <description>
                   3702: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
                   3703: assesscalc).
                   3704: </description>
                   3705: <status>works/unverified</status>
                   3706: </file>
                   3707: <file>
                   3708: <source>loncom/interface/spreadsheet/classcalc.pm</source>
                   3709: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
                   3710: <categoryname>handler</categoryname>
                   3711: <description>
                   3712: Defines the specifics of the course level spreadsheet.
                   3713: </description>
                   3714: <status>works/unverified</status>
                   3715: </file>
                   3716: <file>
                   3717: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
                   3718: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
                   3719: <categoryname>handler</categoryname>
                   3720: <description>
                   3721: Defines the specifics of the student level spreadsheet.
                   3722: </description>
                   3723: <status>works/unverified</status>
                   3724: </file>
                   3725: <file>
                   3726: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
                   3727: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
                   3728: <categoryname>handler</categoryname>
                   3729: <description>
                   3730: Defines the specifics of the assessment level spreadsheet.
1.6       harris41 3731: </description>
1.10      harris41 3732: <status>works/unverified</status>
1.6       harris41 3733: </file>
                   3734: <file>
                   3735: <source>loncom/interface/lonparmset.pm</source>
                   3736: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
                   3737: <categoryname>handler</categoryname>
                   3738: <description>
1.424     albertel 3739: Handler for setting and modifying both course preferences and coure parameters
                   3740: </description>
                   3741: <status>works/unverified</status>
                   3742: </file>
                   3743: <file>
                   3744: <source>loncom/interface/slotrequest.pm</source>
                   3745: <target dist='default'>home/httpd/lib/perl/Apache/slotrequest.pm</target>
                   3746: <categoryname>handler</categoryname>
                   3747: <description>
                   3748: Handler for students to add access slots
1.6       harris41 3749: </description>
1.10      harris41 3750: <status>works/unverified</status>
1.6       harris41 3751: </file>
                   3752: <file>
1.76      harris41 3753: <source>doc/man/Apache__lonparmset.3</source>
                   3754: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83      harris41 3755: <categoryname>doc</categoryname>
1.76      harris41 3756: <description>man page for lonparmset.pm</description>
                   3757: <build trigger='always run'>
1.115     harris41 3758: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
                   3759: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
1.76      harris41 3760: </build>
                   3761: <status>works/unverified</status>
                   3762: <dependencies>
                   3763: ../../loncom/interface/lonparmset.pm
                   3764: </dependencies>
                   3765: </file>
                   3766: <file>
1.118     harris41 3767: <source>doc/lib/perl/Apache/lonparmset.html</source>
                   3768: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112     harris41 3769: </target>
1.83      harris41 3770: <categoryname>doc</categoryname>
1.76      harris41 3771: <description>POD-derived page for lonparmset.pm</description>
                   3772: <build trigger='always run'>
1.115     harris41 3773: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
1.118     harris41 3774: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
                   3775: echo 'pod2html lonparmset.pm'
1.76      harris41 3776: </build>
                   3777: <status>works/unverified</status>
                   3778: <dependencies>
                   3779: ../../loncom/interface/lonparmset.pm
                   3780: </dependencies>
                   3781: </file>
                   3782: <file>
1.6       harris41 3783: <source>loncom/publisher/lonconstruct.pm</source>
                   3784: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
                   3785: <categoryname>handler</categoryname>
                   3786: <description>
                   3787: Page wrapper for handling construction space.
                   3788: </description>
1.10      harris41 3789: <status>works/unverified</status>
1.6       harris41 3790: </file>
                   3791: <file>
                   3792: <source>loncom/publisher/lonpublisher.pm</source>
                   3793: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
                   3794: <categoryname>handler</categoryname>
                   3795: <description>
                   3796: Publishes an LON-CAPA educational resource complete with metadata
                   3797: (authorship, language, copyright, creation date, etc).
                   3798: </description>
1.10      harris41 3799: <status>works/unverified</status>
1.6       harris41 3800: </file>
                   3801: <file>
1.76      harris41 3802: <source>doc/man/Apache__lonpublisher.3</source>
                   3803: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83      harris41 3804: <categoryname>doc</categoryname>
1.76      harris41 3805: <description>man page for lonpublisher.pm</description>
                   3806: <build trigger='always run'>
1.115     harris41 3807: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
                   3808: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
1.76      harris41 3809: </build>
                   3810: <status>works/unverified</status>
                   3811: <dependencies>
                   3812: ../../loncom/publisher/lonpublisher.pm
                   3813: </dependencies>
                   3814: </file>
                   3815: <file>
1.118     harris41 3816: <source>doc/lib/perl/Apache/lonpublisher.html</source>
                   3817: <target dist='default'>
                   3818: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112     harris41 3819: </target>
1.83      harris41 3820: <categoryname>doc</categoryname>
1.76      harris41 3821: <description>POD-derived page for lonpublisher.pm</description>
                   3822: <build trigger='always run'>
1.115     harris41 3823: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
1.118     harris41 3824: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
                   3825: echo 'pod2html lonpublisher.pm'
1.76      harris41 3826: </build>
                   3827: <status>works/unverified</status>
                   3828: <dependencies>
                   3829: ../../loncom/publisher/lonpublisher.pm
                   3830: </dependencies>
                   3831: </file>
                   3832: <file>
1.6       harris41 3833: <source>loncom/interface/lonmenu.pm</source>
                   3834: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
                   3835: <categoryname>handler</categoryname>
                   3836: <description>
                   3837: Has routines which control the remote control.
1.228     www      3838: </description>
                   3839: <status>works/unverified</status>
                   3840: </file>
                   3841: <file>
                   3842: <source>loncom/interface/lonremote.pm</source>
                   3843: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
                   3844: <categoryname>handler</categoryname>
                   3845: <description>
1.367     matthew  3846: Handler to launch and collapse the remote control.
1.6       harris41 3847: </description>
1.10      harris41 3848: <status>works/unverified</status>
1.6       harris41 3849: </file>
                   3850: <file>
1.367     matthew  3851: <source>loncom/interface/portfolio.pm</source>
                   3852: <target dist='default'>home/httpd/lib/perl/Apache/portfolio.pm</target>
                   3853: <categoryname>handler</categoryname>
                   3854: <description>
                   3855: Handler to manage user portfolios
                   3856: </description>
                   3857: <status>unverified</status>
                   3858: </file>
                   3859: <file>
1.6       harris41 3860: <source>rat/lonpageflip.pm</source>
                   3861: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
                   3862: <categoryname>handler</categoryname>
                   3863: <description>Deals with forward, backward, and other page flips.</description>
1.10      harris41 3864: <status>works/unverified</status>
1.6       harris41 3865: </file>
                   3866: <file>
                   3867: <source>rat/lonratedt.pm</source>
                   3868: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
                   3869: <categoryname>handler</categoryname>
                   3870: <description>
                   3871: Builds up frame set and loads in the right thing.
                   3872: </description>
1.10      harris41 3873: <status>works/unverified</status>
1.6       harris41 3874: </file>
                   3875: <file>
1.397     raeburn  3876: <source>rat/lonratmenu.pm</source>
                   3877: <target dist='default'>home/httpd/lib/perl/Apache/lonratmenu.pm</target>
                   3878: <categoryname>handler</categoryname>
                   3879: <description>
                   3880: Creates horizontal menubar in advanced RAT
                   3881: </description>
                   3882: <status>works/unverified</status>
                   3883: </file>
                   3884: <file>
1.6       harris41 3885: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
                   3886: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
                   3887: <categoryname>handler</categoryname>
                   3888: <description>
                   3889: Homework remote control.
1.157     www      3890: </description>
                   3891: <status>works/unverified</status>
                   3892: </file>
                   3893: <file>
                   3894: <source>loncom/html/res/adm/pages/chatroom.html</source>
                   3895: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
                   3896: <categoryname>handler</categoryname>
                   3897: <description>
                   3898: Establishes frameset for chatroom
1.6       harris41 3899: </description>
1.10      harris41 3900: <status>works/unverified</status>
1.6       harris41 3901: </file>
                   3902: <file>
                   3903: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
                   3904: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
                   3905: <categoryname>handler</categoryname>
                   3906: <description>
1.10      harris41 3907: This will take annotations and then plug them into a page.
1.6       harris41 3908: </description>
1.10      harris41 3909: <status>works/unverified</status>
1.6       harris41 3910: </file>
                   3911: <file>
                   3912: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
                   3913: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
                   3914: <categoryname>handler</categoryname>
                   3915: <description>
                   3916: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10      harris41 3917: interface.
1.6       harris41 3918: </description>
1.10      harris41 3919: <status>works/unverified</status>
1.6       harris41 3920: </file>
                   3921: <file>
                   3922: <source>rat/lonratsrv.pm</source>
                   3923: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
                   3924: <categoryname>handler</categoryname>
                   3925: <description>
1.27      harris41 3926: Handler that takes output from RAT and stores it on disk.  Handles the upper
                   3927: hidden frame of the added window that comes up in RAT.   (3 frames come up in
                   3928: RAT server, code, and output.  This module handles server connection.)
1.6       harris41 3929: </description>
1.10      harris41 3930: <status>works/unverified</status>
1.6       harris41 3931: </file>
                   3932: <file>
                   3933: <source>rat/lonpage.pm</source>
                   3934: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
                   3935: <categoryname>handler</categoryname>
                   3936: <description>
                   3937: bundles pages into one page
                   3938: </description>
1.10      harris41 3939: <status>works/unverified</status>
1.6       harris41 3940: </file>
                   3941: <file>
1.76      harris41 3942: <source>doc/man/Apache__lonpage.3</source>
                   3943: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83      harris41 3944: <categoryname>doc</categoryname>
1.76      harris41 3945: <description>man page for lonpage.pm</description>
                   3946: <build trigger='always run'>
1.115     harris41 3947: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
                   3948: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
1.76      harris41 3949: </build>
                   3950: <status>works/unverified</status>
                   3951: <dependencies>
                   3952: ../../rat/lonpage.pm
                   3953: </dependencies>
                   3954: </file>
                   3955: <file>
1.118     harris41 3956: <source>doc/lib/perl/Apache/lonpage.html</source>
                   3957: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112     harris41 3958: </target>
1.83      harris41 3959: <categoryname>doc</categoryname>
1.76      harris41 3960: <description>POD-derived page for lonnet.pm</description>
                   3961: <build trigger='always run'>
1.115     harris41 3962: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
1.118     harris41 3963: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
1.76      harris41 3964: </build>
                   3965: <status>works/unverified</status>
                   3966: <dependencies>
                   3967: ../../rat/lonpage.pm
                   3968: </dependencies>
                   3969: </file>
                   3970: <file>
1.6       harris41 3971: <source>rat/lonuserstate.pm</source>
                   3972: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
                   3973: <categoryname>handler</categoryname>
                   3974: <description>
1.133     harris41 3975: compile course into binary data structure
1.6       harris41 3976: </description>
1.10      harris41 3977: <status>works/unverified</status>
1.6       harris41 3978: </file>
                   3979: <file>
1.76      harris41 3980: <source>doc/man/Apache__lonuserstate.3</source>
                   3981: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83      harris41 3982: <categoryname>doc</categoryname>
1.76      harris41 3983: <description>man page for lonnet.pm</description>
                   3984: <build trigger='always run'>
1.115     harris41 3985: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
                   3986: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
1.76      harris41 3987: </build>
                   3988: <status>works/unverified</status>
                   3989: <dependencies>
                   3990: ../../rat/lonuserstate.pm
                   3991: </dependencies>
                   3992: </file>
                   3993: <file>
1.118     harris41 3994: <source>doc/lib/perl/Apache/lonuserstate.html</source>
                   3995: <target dist='default'>
                   3996: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112     harris41 3997: </target>
1.83      harris41 3998: <categoryname>doc</categoryname>
1.76      harris41 3999: <description>POD-derived page for lonuserstate.pm</description>
                   4000: <build trigger='always run'>
1.115     harris41 4001: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
1.118     harris41 4002: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
                   4003: echo 'pod2html lonuserstate.pm'
1.76      harris41 4004: </build>
                   4005: <status>works/unverified</status>
                   4006: <dependencies>
                   4007: ../../rat/lonuserstate.pm
                   4008: </dependencies>
                   4009: </file>
                   4010: <file>
1.6       harris41 4011: <source>loncom/xml/lontex.pm</source>
                   4012: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
                   4013: <categoryname>handler</categoryname>
                   4014: <description>
1.133     harris41 4015: Handler for tex files
1.6       harris41 4016: </description>
1.10      harris41 4017: <status>works/unverified</status>
1.6       harris41 4018: </file>
                   4019: <file>
                   4020: <source>loncom/xml/lontexconvert.pm</source>
                   4021: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
                   4022: <categoryname>handler</categoryname>
                   4023: <description>
                   4024: Access to tth/ttm
                   4025: </description>
1.10      harris41 4026: <status>works/unverified</status>
1.6       harris41 4027: </file>
                   4028: <file>
                   4029: <source>loncom/xml/lonxml.pm</source>
                   4030: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
                   4031: <categoryname>handler</categoryname>
                   4032: <description>
                   4033: XML Parsing Module
1.78      harris41 4034: </description>
                   4035: <status>works/unverified</status>
                   4036: </file>
                   4037: <file>
                   4038: <source>loncom/xml/lonplot.pm</source>
                   4039: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
                   4040: <categoryname>handler</categoryname>
                   4041: <description>
                   4042: XML-based plotter of graphs
1.6       harris41 4043: </description>
1.10      harris41 4044: <status>works/unverified</status>
1.6       harris41 4045: </file>
                   4046: <file>
                   4047: <source>loncom/xml/style.pm</source>
                   4048: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
                   4049: <categoryname>handler</categoryname>
                   4050: <description>
                   4051: Style Parsing Module
                   4052: </description>
1.10      harris41 4053: <status>works/unverified</status>
1.6       harris41 4054: </file>
                   4055: <file>
                   4056: <source>loncom/xml/londefdef.pm</source>
                   4057: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
                   4058: <categoryname>handler</categoryname>
                   4059: <description>
                   4060: Tags Default Definition Module
                   4061: </description>
1.10      harris41 4062: <status>works/unverified</status>
1.4       harris41 4063: </file>
                   4064: <file>
1.6       harris41 4065: <source>loncom/xml/run.pm</source>
                   4066: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
                   4067: <categoryname>handler</categoryname>
                   4068: <description>
                   4069: used to prevent poorly written problems from causing lingering after effects
                   4070: </description>
1.10      harris41 4071: <status>works/unverified</status>
1.4       harris41 4072: </file>
                   4073: <file>
1.6       harris41 4074: <source>loncom/xml/scripttag.pm</source>
                   4075: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
                   4076: <categoryname>handler</categoryname>
                   4077: <description>
                   4078: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
                   4079: &lt;import&gt;
1.290     www      4080: </description>
                   4081: <status>works/unverified</status>
                   4082: </file>
                   4083: <file>
                   4084: <source>loncom/xml/languagetags.pm</source>
                   4085: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
                   4086: <categoryname>handler</categoryname>
                   4087: <description>
                   4088: implements &lt;mt&gt;
1.6       harris41 4089: </description>
1.10      harris41 4090: <status>works/unverified</status>
1.185     albertel 4091: </file>
                   4092: <file>
                   4093: <source>loncom/homework/randomlylabel.pm</source>
                   4094: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
                   4095: <categoryname>handler</categoryname>
                   4096: <description>
                   4097: Handler for compositing images, and text together.
1.339     albertel 4098: </description>
                   4099: </file>
                   4100: <file>
                   4101: <source>loncom/homework/drawimage.pm</source>
                   4102: <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
                   4103: <categoryname>handler</categoryname>
                   4104: <description>
                   4105: Handler for programtically defining an image
1.318     albertel 4106: </description>
                   4107: </file>
                   4108: <file>
                   4109: <source>loncom/homework/imagechoice.pm</source>
                   4110: <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
                   4111: <categoryname>handler</categoryname>
                   4112: <description>
                   4113: Handler for picking out locations on an image.
1.207     www      4114: </description>
                   4115: </file>
                   4116: <file>
                   4117: <source>loncom/homework/rankresponse.pm</source>
                   4118: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
                   4119: <categoryname>handler</categoryname>
                   4120: <description>
                   4121: Handler for rankresponse
1.209     albertel 4122: </description>
                   4123: </file>
                   4124: <file>
                   4125: <source>loncom/homework/matchresponse.pm</source>
                   4126: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
                   4127: <categoryname>handler</categoryname>
                   4128: <description>
                   4129: Handler for matchresponse
1.185     albertel 4130: </description>
1.4       harris41 4131: </file>
                   4132: <file>
1.33      harris41 4133: <source>loncom/homework/randomlabel.pm</source>
                   4134: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
                   4135: <categoryname>handler</categoryname>
                   4136: <description>
                   4137: Interface for producing applet code which randomizes the labelling of an
                   4138: image.
                   4139: </description>
                   4140: </file>
                   4141: <file>
1.6       harris41 4142: <source>loncom/homework/lonhomework.pm</source>
                   4143: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
                   4144: <categoryname>handler</categoryname>
1.27      harris41 4145: <description>
                   4146: handles requests for output, evaluation, and alteration of a homework resource
                   4147: </description>
1.95      harris41 4148: <status>works/unverified</status>
1.4       harris41 4149: </file>
                   4150: <file>
1.6       harris41 4151: <source>loncom/homework/inputtags.pm</source>
                   4152: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
                   4153: <categoryname>handler</categoryname>
                   4154: <description>
                   4155: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                   4156: </description>
1.10      harris41 4157: <status>works/unverified</status>
1.4       harris41 4158: </file>
                   4159: <file>
1.6       harris41 4160: <source>loncom/homework/structuretags.pm</source>
                   4161: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
                   4162: <categoryname>handler</categoryname>
                   4163: <description>
1.27      harris41 4164: produces HTML tags necessary for structuring the presentation of homework
                   4165: resources
1.6       harris41 4166: </description>
1.10      harris41 4167: <status>works/unverified</status>
1.4       harris41 4168: </file>
                   4169: <file>
1.418     albertel 4170:   <source>loncom/homework/bridgetask.pm</source>
                   4171:   <target dist='default'>home/httpd/lib/perl/Apache/bridgetask.pm</target>
                   4172:   <categoryname>handler</categoryname>
                   4173:   <description>
                   4174: implements the tags for supporting bridge tasks
                   4175:   </description>
                   4176:   <status>works/unverified</status>
                   4177: </file>
                   4178: <file>
1.6       harris41 4179: <source>loncom/homework/response.pm</source>
                   4180: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
                   4181: <categoryname>handler</categoryname>
                   4182: <description>
1.27      harris41 4183: defines different types of responses given to student as well as syntax for
                   4184: producing response values
1.6       harris41 4185: </description>
1.10      harris41 4186: <status>works/unverified</status>
1.4       harris41 4187: </file>
                   4188: <file>
1.6       harris41 4189: <source>loncom/homework/caparesponse/caparesponse.pm</source>
                   4190: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
                   4191: <categoryname>handler</categoryname>
                   4192: <description>
                   4193: handles request to the CAPA homework processing engine
                   4194: </description>
1.10      harris41 4195: <status>works/unverified</status>
1.4       harris41 4196: </file>
                   4197: <file>
1.113     harris41 4198: <source>loncom/xml/Safe.pm</source>
                   4199: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
                   4200: <categoryname>handler</categoryname>
                   4201: <description>
                   4202: Meant to safely substitute for CPAN version of Safe.
                   4203: Allows for safely executing embedded perl comands in
                   4204: a way that does not threaten the operating system.
                   4205: </description>
                   4206: <status>works/unverified</status>
                   4207: </file>
                   4208: <file>
1.241     albertel 4209:   <source>loncom/auth/localauth.pm</source>
                   4210:   <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
                   4211:   <categoryname>handler</categoryname>
                   4212:   <description>
1.208     harris41 4213: Local authentication mechanism.  The target file is meant as a template
                   4214: for a localauth.pm file.  The target file with the -std suffix is not
                   4215: used directly by any software program; it is just a template file.
1.241     albertel 4216:   </description>
                   4217:   <status>works/unverified</status>
                   4218: </file>
                   4219: <file>
                   4220:   <source>loncom/auth/localauth.pm</source>
                   4221:   <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
                   4222:   <categoryname>conf</categoryname>
                   4223:   <description>
                   4224: Local authentication mechanism.  
                   4225:   </description>
                   4226:   <status>works/unverified</status>
1.30      harris41 4227: </file>
                   4228: <file>
1.6       harris41 4229: <source>loncom/auth/lonacc.pm</source>
                   4230: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
                   4231: <categoryname>handler</categoryname>
                   4232: <description>
                   4233: (This module, like loncacc.pm also authenticates with cookies.)  
                   4234: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
                   4235: functions (e.g. roles, logout, annotations, and bookmarks) as well
                   4236: as coordinating access to educational resources.
                   4237: </description>
1.10      harris41 4238: <status>works/unverified</status>
1.4       harris41 4239: </file>
                   4240: <file>
1.76      harris41 4241: <source>doc/man/Apache__lonacc.3</source>
                   4242: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83      harris41 4243: <categoryname>doc</categoryname>
1.76      harris41 4244: <description>man page for lonacc.pm</description>
                   4245: <build trigger='always run'>
1.115     harris41 4246: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
                   4247: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
1.76      harris41 4248: </build>
                   4249: <status>works/unverified</status>
                   4250: <dependencies>
                   4251: ../../loncom/auth/lonacc.pm
                   4252: </dependencies>
                   4253: </file>
                   4254: <file>
1.118     harris41 4255: <source>doc/lib/perl/Apache/lonacc.html</source>
                   4256: <target dist='default'>
                   4257: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83      harris41 4258: <categoryname>doc</categoryname>
1.76      harris41 4259: <description>POD-derived page for lonacc.pm</description>
                   4260: <build trigger='always run'>
1.115     harris41 4261: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
1.118     harris41 4262: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
1.76      harris41 4263: </build>
                   4264: <status>works/unverified</status>
                   4265: <dependencies>
                   4266: ../../loncom/auth/lonacc.pm
                   4267: </dependencies>
                   4268: </file>
                   4269: <file>
1.6       harris41 4270: <source>loncom/auth/lonracc.pm</source>
                   4271: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
                   4272: <categoryname>handler</categoryname>
                   4273: <description>
                   4274: access handler for file transfers
1.151     www      4275: </description>
                   4276: <status>works/unverified</status>
                   4277: </file>
                   4278: <file>
                   4279: <source>loncom/auth/lontokacc.pm</source>
                   4280: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
                   4281: <categoryname>handler</categoryname>
                   4282: <description>
1.154     www      4283: handler for inter-server transfer of token accessed files, includes
                   4284: cleanup handler to remove file when successfully done
                   4285: </description>
                   4286: <status>works/unverified</status>
                   4287: </file>
                   4288: <file>
                   4289: <source>loncom/auth/lonuploadedacc.pm</source>
                   4290: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
                   4291: <categoryname>handler</categoryname>
                   4292: <description>
                   4293: access handler for user uploaded files
                   4294: </description>
                   4295: <status>works/unverified</status>
                   4296: </file>
                   4297: <file>
                   4298: <source>loncom/lontrans.pm</source>
                   4299: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
                   4300: <categoryname>handler</categoryname>
                   4301: <description>
                   4302: URI to filename translation
1.347     www      4303: </description>
                   4304: <status>works/unverified</status>
                   4305: </file>
                   4306: <file>
                   4307: <source>loncom/lonenc.pm</source>
                   4308: <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
                   4309: <categoryname>handler</categoryname>
                   4310: <description>
                   4311: Encryption and decryption of URIs
1.6       harris41 4312: </description>
1.10      harris41 4313: <status>works/unverified</status>
1.87      harris41 4314: </file>
                   4315: <file>
                   4316: <source>doc/man/Apache__lonracc.3</source>
                   4317: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
                   4318: <categoryname>doc</categoryname>
                   4319: <description>man page for lonracc.pm</description>
                   4320: <build trigger='always run'>
1.115     harris41 4321: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
                   4322: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
1.87      harris41 4323: </build>
                   4324: <status>works/unverified</status>
                   4325: <dependencies>
                   4326: ../../loncom/auth/lonracc.pm
                   4327: </dependencies>
                   4328: </file>
                   4329: <file>
1.118     harris41 4330: <source>doc/lib/perl/Apache/lonracc.html</source>
                   4331: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112     harris41 4332: </target>
1.87      harris41 4333: <categoryname>doc</categoryname>
                   4334: <description>POD-derived page for lonracc.pm</description>
                   4335: <build trigger='always run'>
1.115     harris41 4336: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
1.118     harris41 4337: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
1.87      harris41 4338: </build>
                   4339: <status>works/unverified</status>
                   4340: <dependencies>
                   4341: ../../loncom/auth/lonracc.pm
                   4342: </dependencies>
1.4       harris41 4343: </file>
                   4344: <file>
1.6       harris41 4345: <source>loncom/auth/loncacc.pm</source>
                   4346: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
                   4347: <categoryname>handler</categoryname>
                   4348: <description>
                   4349: This module provides access to an educational resource construction area.
                   4350: This module is invoked by the URL-related pattern syntax
                   4351: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
                   4352: Authentication of user identity
                   4353: is coordinated through cookies.  The abbreviation "cacc" corresponds
                   4354: to "construction-space access").  If the cookie handle is invalid, then
                   4355: this module returns a forbidden status and makes appropriate log entries.
                   4356: If the cookie handle is valid, status is determined to be okay (and,
                   4357: for the "priv"-type access, the resource is delivered by the
                   4358: <tt>lonconstruct</tt> module).
                   4359: </description>
1.10      harris41 4360: <status>works/unverified</status>
1.4       harris41 4361: </file>
                   4362: <file>
1.86      harris41 4363: <source>doc/man/Apache__loncacc.3</source>
                   4364: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
                   4365: <categoryname>doc</categoryname>
                   4366: <description>man page for loncacc.pm</description>
                   4367: <build trigger='always run'>
1.115     harris41 4368: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
                   4369: &amp;&amp; echo 'manifying loncacc.pm'
1.86      harris41 4370: </build>
                   4371: <status>works/unverified</status>
                   4372: <dependencies>
                   4373: ../../loncom/auth/loncacc.pm
                   4374: </dependencies>
                   4375: </file>
                   4376: <file>
1.118     harris41 4377: <source>doc/lib/perl/Apache/loncacc.html</source>
                   4378: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112     harris41 4379: </target>
1.86      harris41 4380: <categoryname>doc</categoryname>
                   4381: <description>POD-derived page for loncacc.pm</description>
                   4382: <build trigger='always run'>
1.115     harris41 4383: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
1.118     harris41 4384: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
1.86      harris41 4385: </build>
                   4386: <status>works/unverified</status>
                   4387: <dependencies>
                   4388: ../../loncom/auth/loncacc.pm
                   4389: </dependencies>
                   4390: </file>
                   4391: <file>
1.6       harris41 4392: <source>loncom/auth/lonauth.pm</source>
                   4393: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
                   4394: <categoryname>handler</categoryname>
                   4395: <description>authenticate, set up session environment</description>
1.10      harris41 4396: <status>works/unverified</status>
1.4       harris41 4397: </file>
                   4398: <file>
1.6       harris41 4399: <source>loncom/auth/lonlogin.pm</source>
                   4400: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
                   4401: <categoryname>handler</categoryname>
                   4402: <description>login screen</description>
1.10      harris41 4403: <status>works/unverified</status>
1.4       harris41 4404: </file>
                   4405: <file>
1.355     matthew  4406: <source>loncom/auth/londatecheck.pm</source>
                   4407: <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
                   4408: <categoryname>handler</categoryname>
1.356     albertel 4409: <description>Checks contentopen/close settings disable subsequent PerlHandlers if not open</description>
                   4410: <status>works/unverified</status>
1.355     matthew  4411: </file>
                   4412: <file>
1.6       harris41 4413: <source>loncom/auth/lonlogout.pm</source>
                   4414: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
                   4415: <categoryname>handler</categoryname>
                   4416: <description>logout</description>
1.10      harris41 4417: <status>works/unverified</status>
1.4       harris41 4418: </file>
                   4419: <file>
1.6       harris41 4420: <source>loncom/lonnet/perl/lonrep.pm</source>
                   4421: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
                   4422: <categoryname>handler</categoryname>
                   4423: <description>replication</description>
1.345     raeburn  4424: </file>
                   4425: <file>
                   4426: <source>loncom/lonnet/perl/lonuploadrep.pm</source>
                   4427: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
                   4428: <categoryname>handler</categoryname>
                   4429: <description>copying of uploaded files</description>
1.4       harris41 4430: </file>
                   4431: <file>
1.6       harris41 4432: <source>loncom/auth/lonroles.pm</source>
                   4433: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
                   4434: <categoryname>handler</categoryname>
                   4435: <description>
                   4436: This perl handling module reads in the available roles available
                   4437: for a LON-CAPA user (different courses, different privileges, etc)
                   4438: and produces a form-element HTML page which allows the user to select
                   4439: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   4440: a user may want to select between being a student in a thermodynamics
                   4441: physics course or a teaching assistant for an introductory calculus
                   4442: class.
                   4443: </description>
1.86      harris41 4444: </file>
                   4445: <file>
                   4446: <source>doc/man/Apache__lonroles.3</source>
                   4447: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
                   4448: <categoryname>doc</categoryname>
                   4449: <description>man page for lonroles.pm</description>
                   4450: <build trigger='always run'>
1.115     harris41 4451: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
                   4452: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
1.86      harris41 4453: </build>
                   4454: <status>works/unverified</status>
                   4455: <dependencies>
                   4456: ../../loncom/auth/lonroles.pm
                   4457: </dependencies>
                   4458: </file>
                   4459: <file>
1.118     harris41 4460: <source>doc/lib/perl/Apache/lonroles.html</source>
                   4461: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112     harris41 4462: </target>
1.86      harris41 4463: <categoryname>doc</categoryname>
                   4464: <description>POD-derived page for lonroles.pm</description>
                   4465: <build trigger='always run'>
1.115     harris41 4466: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
1.118     harris41 4467: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
1.86      harris41 4468: </build>
                   4469: <status>works/unverified</status>
                   4470: <dependencies>
                   4471: ../../loncom/auth/lonroles.pm
                   4472: </dependencies>
1.4       harris41 4473: </file>
                   4474: <file>
1.363     albertel 4475: <source>loncom/interface/lonsource.pm</source>
                   4476: <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>
                   4477: <categoryname>handler</categoryname>
                   4478: <description>
                   4479: Problem source code viewer
                   4480: </description>
                   4481: <status>works/unverified</status>
                   4482: </file>
                   4483: <file>
1.6       harris41 4484: <source>loncom/interface/lonindexer.pm</source>
                   4485: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
                   4486: <categoryname>handler</categoryname>
                   4487: <description>
                   4488: cross server filesystem browser
                   4489: </description>
1.10      harris41 4490: <status>works/unverified</status>
1.76      harris41 4491: </file>
                   4492: <file>
                   4493: <source>doc/man/Apache__lonindexer.3</source>
                   4494: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83      harris41 4495: <categoryname>doc</categoryname>
1.76      harris41 4496: <description>man page for lonindexer.pm</description>
                   4497: <build trigger='always run'>
1.115     harris41 4498: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
                   4499: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
1.76      harris41 4500: </build>
                   4501: <status>works/unverified</status>
                   4502: <dependencies>
                   4503: ../../loncom/interface/lonindexer.pm
                   4504: </dependencies>
                   4505: </file>
                   4506: <file>
1.118     harris41 4507: <source>doc/lib/perl/Apache/lonindexer.html</source>
                   4508: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112     harris41 4509: </target>
1.83      harris41 4510: <categoryname>doc</categoryname>
1.76      harris41 4511: <description>POD-derived page for lonindexer.pm</description>
                   4512: <build trigger='always run'>
1.115     harris41 4513: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
1.118     harris41 4514: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
                   4515: echo 'pod2html lonindexer.pm'
1.76      harris41 4516: </build>
                   4517: <status>works/unverified</status>
                   4518: <dependencies>
                   4519: ../../loncom/interface/lonindexer.pm
                   4520: </dependencies>
1.4       harris41 4521: </file>
                   4522: <file>
1.24      harris41 4523: <source>loncom/interface/groupsort.pm</source>
                   4524: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
                   4525: <categoryname>handler</categoryname>
                   4526: <description>
                   4527: Implements a second phase of importing multiple resources into the RAT.
                   4528: Allows for reordering the sequence of resources.
                   4529: </description>
                   4530: <status>works/unverified</status>
                   4531: </file>
                   4532: <file>
1.6       harris41 4533: <source>loncom/lonnet/perl/lonnet.pm</source>
                   4534: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
                   4535: <categoryname>handler</categoryname>
                   4536: <description>
                   4537: This file is an interface to the lonc processes of the LON-CAPA network
                   4538: as well as set of elaborated functions for handling information necessary
                   4539: for navigating through a given cluster of LON-CAPA machines within a domain.
                   4540: There are over 40 specialized functions in this module which handle
                   4541: the reading and transmission of metadata, user information
                   4542: (ids, names, environments, roles, logs), file information (storage, reading,
                   4543: directories, extensions, replication, embedded styles and descriptors),
                   4544: educational resources (course descriptions, section names and numbers),
                   4545: url hashing (to assign roles on a url basis), and translating abbreviated
                   4546: symbols to and from more descriptive phrases or explanations.
                   4547: </description>
1.10      harris41 4548: <status>works/unverified</status>
1.73      harris41 4549: </file>
                   4550: <file>
                   4551: <source>doc/man/Apache__lonnet.3</source>
1.75      harris41 4552: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83      harris41 4553: <categoryname>doc</categoryname>
1.73      harris41 4554: <description>man page for lonnet.pm</description>
                   4555: <build trigger='always run'>
1.115     harris41 4556: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
                   4557: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
1.73      harris41 4558: </build>
                   4559: <status>works/unverified</status>
                   4560: <dependencies>
                   4561: ../../loncom/lonnet/perl/lonnet.pm
                   4562: </dependencies>
                   4563: </file>
                   4564: <file>
1.118     harris41 4565: <source>doc/lib/perl/Apache/lonnet.html</source>
                   4566: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
                   4567: </target>
1.83      harris41 4568: <categoryname>doc</categoryname>
1.73      harris41 4569: <description>POD-derived page for lonnet.pm</description>
                   4570: <build trigger='always run'>
1.115     harris41 4571: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
1.118     harris41 4572: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
1.73      harris41 4573: </build>
                   4574: <status>works/unverified</status>
                   4575: <dependencies>
                   4576: ../../loncom/lonnet/perl/lonnet.pm
                   4577: </dependencies>
1.4       harris41 4578: </file>
                   4579: <file>
1.6       harris41 4580: <source>loncom/html/index.html</source>
                   4581: <target dist='default'>home/httpd/html/index.html</target>
                   4582: <categoryname>interface file</categoryname>
                   4583: <description>bumps to login</description>
1.280     www      4584: </file>
                   4585: <file>
                   4586: <source>loncom/html/index.html</source>
                   4587: <target dist='default'>home/httpd/html/origindex.html</target>
                   4588: <categoryname>interface file</categoryname>
                   4589: <description>bumps to login, backup for takeonline</description>
1.181     www      4590: </file>
                   4591: <file>
                   4592: <source>loncom/html/favicon.ico</source>
                   4593: <target dist='default'>home/httpd/html/favicon.ico</target>
                   4594: <categoryname>interface file</categoryname>
                   4595: <description>Bookmark and tab icon</description>
1.4       harris41 4596: </file>
1.419     matthew  4597: <file>
                   4598: <source>loncom/mime.types</source>
1.6       harris41 4599: <target dist='default'>etc/httpd/conf/mime.types</target>
1.419     matthew  4600: <categoryname>www static conf</categoryname>
                   4601: <description>Expaned mime.types</description>
                   4602: </file>
1.6       harris41 4603: <link>
                   4604: <linkto>home/httpd/html/res</linkto>
                   4605: <target dist='default'>home/httpd/html/raw</target>
                   4606: <categoryname>symbolic link</categoryname>
                   4607: <description>symbolic link to /home/httpd/html/res</description>
                   4608: </link>
1.4       harris41 4609: <file>
1.6       harris41 4610: <source>loncom/html/adm/notfound.html</source>
                   4611: <target dist='default'>home/httpd/html/adm/notfound.html</target>
                   4612: <categoryname>interface file</categoryname>
                   4613: <description>
                   4614: static html page that is shown when an attempt is made to access a document
                   4615: not present on the web server
                   4616: </description>
1.4       harris41 4617: </file>
                   4618: <file>
1.6       harris41 4619: <source>loncom/html/adm/unauthorized.html</source>
                   4620: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
                   4621: <categoryname>interface file</categoryname>
                   4622: <description>
1.27      harris41 4623: static html page that is shown when an attempt is made to access a document
                   4624: which is restricted based on file or server configurations
1.32      harris41 4625: </description>
                   4626: </file>
                   4627: <file>
                   4628: <source>loncom/html/adm/help/searchcat.html</source>
1.109     harris41 4629: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32      harris41 4630: <categoryname>interface file</categoryname>
                   4631: <description>
                   4632: Help page for the search engine.
1.6       harris41 4633: </description>
1.4       harris41 4634: </file>
                   4635: <file>
1.6       harris41 4636: <source>rat/client/rat.html</source>
                   4637: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
                   4638: <categoryname>interface file</categoryname>
                   4639: <description>
                   4640: frameset
                   4641: </description>
1.4       harris41 4642: </file>
                   4643: <file>
1.6       harris41 4644: <source>rat/client/parameter.html</source>
                   4645: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
                   4646: <categoryname>interface file</categoryname>
                   4647: <description>
                   4648: Parameter input window.
                   4649: </description>
1.4       harris41 4650: </file>
                   4651: <file>
1.398     raeburn  4652: <source>rat/client/ratcode.js</source>
                   4653: <target dist='default'>home/httpd/html/res/adm/includes/ratcode.js</target>
1.170     www      4654: <categoryname>interface file</categoryname>
                   4655: <description>
1.397     raeburn  4656: javascript for horizontal menubar in RAT
1.170     www      4657: </description>
                   4658: </file>
                   4659: <file>
                   4660: <source>rat/client/extpickcode.html</source>
                   4661: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
                   4662: <categoryname>interface file</categoryname>
                   4663: <description>
                   4664: javascript
                   4665: </description>
                   4666: </file>
                   4667: <file>
                   4668: <source>rat/client/extpickframe.html</source>
                   4669: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6       harris41 4670: <categoryname>interface file</categoryname>
                   4671: <description>
                   4672: javascript
                   4673: </description>
1.4       harris41 4674: </file>
                   4675: <file>
1.6       harris41 4676: <source>rat/client/map.html</source>
                   4677: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
                   4678: <categoryname>interface file</categoryname>
                   4679: <description>
                   4680: bumper
                   4681: </description>
1.4       harris41 4682: </file>
                   4683: <file>
1.6       harris41 4684: <source>rat/client/empty.html</source>
                   4685: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
                   4686: <categoryname>interface file</categoryname>
                   4687: <description>
                   4688: A blank page with very minimal HTML structural elements.
1.217     www      4689: </description>
                   4690: </file>
                   4691: <file>
                   4692: <source>rat/client/loading.html</source>
                   4693: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
                   4694: <categoryname>interface file</categoryname>
                   4695: <description>
                   4696: A blank page which calls drawwindow in its opener after being loaded.
1.6       harris41 4697: </description>
1.4       harris41 4698: </file>
1.10      harris41 4699: <fileglob>
                   4700: <glob>*.gif</glob>
                   4701: <sourcedir>rat/images/</sourcedir>
                   4702: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
                   4703: <categoryname>graphic file</categoryname>
                   4704: <description>
                   4705: icons for providing a HTML-tabled view of a course map
                   4706: </description>
                   4707: <filenames>
1.37      harris41 4708: 1.1.dt.gif;
                   4709: 1.1.empty.gif;
                   4710: 1.1.ld.gif;
                   4711: 1.1.lr.gif;
                   4712: 1.1.rd.gif;
1.60      harris41 4713: 1.1.rl.gif;
1.37      harris41 4714: 1.1.td.gif;
                   4715: 1.1.tdrl.gif;
                   4716: 1.1.tl.gif;
                   4717: 1.1.tr.gif;
                   4718: 1.1.utd.gif;
                   4719: 1.2.ctd.gif;
                   4720: 1.2.dt.gif;
                   4721: 1.2.empty.gif;
                   4722: 1.2.ld.gif;
                   4723: 1.2.lr.gif;
                   4724: 1.2.lrd.gif;
                   4725: 1.2.lrtd.gif;
                   4726: 1.2.rd.gif;
                   4727: 1.2.rl.gif;
                   4728: 1.2.rld.gif;
                   4729: 1.2.rltd.gif;
                   4730: 1.2.rtd.gif;
                   4731: 1.2.rtdl.gif;
                   4732: 1.2.rtl.gif;
                   4733: 1.2.td.gif;
                   4734: 1.2.tdl.gif;
                   4735: 1.2.tdrl.gif;
                   4736: 1.2.tl.gif;
                   4737: 1.2.tr.gif;
                   4738: 1.2.utd.gif;
                   4739: 2.1.dt.gif;
                   4740: 2.1.empty.gif;
                   4741: 2.1.ld.gif;
                   4742: 2.1.lr.gif;
                   4743: 2.1.rd.gif;
                   4744: 2.1.rl.gif;
                   4745: 2.1.td.gif;
                   4746: 2.1.tdrl.gif;
                   4747: 2.1.tl.gif;
                   4748: 2.1.tr.gif;
                   4749: 2.2.dt.gif;
                   4750: 2.2.empty.gif;
                   4751: 2.2.ld.gif;
                   4752: 2.2.lr.gif;
                   4753: 2.2.lrd.gif;
                   4754: 2.2.lrt.gif;
                   4755: 2.2.rd.gif;
                   4756: 2.2.rl.gif;
                   4757: 2.2.rld.gif;
                   4758: 2.2.rlt.gif;
                   4759: 2.2.td.gif;
                   4760: 2.2.tdl.gif;
                   4761: 2.2.tdr.gif;
                   4762: 2.2.tdrl.gif;
                   4763: 2.2.tl.gif;
                   4764: 2.2.tr.gif;
                   4765: 2.2.url.gif;
                   4766: 2.2.utd.gif;
                   4767: arrow.gif;
                   4768: bdt.gif;
                   4769: bempty.gif;
                   4770: bld.gif;
                   4771: blr.gif;
                   4772: blrd.gif;
                   4773: blrt.gif;
1.60      harris41 4774: bottom.gif;
1.37      harris41 4775: brd.gif;
                   4776: brl.gif;
                   4777: brld.gif;
                   4778: brlt.gif;
                   4779: btd.gif;
                   4780: btdl.gif;
                   4781: btdr.gif;
                   4782: btdrl.gif;
                   4783: btl.gif;
                   4784: btr.gif;
                   4785: burl.gif;
                   4786: butd.gif;
                   4787: condition.gif;
                   4788: edit.gif;
                   4789: finish.gif;
                   4790: info.gif;
                   4791: inscol.gif;
                   4792: inscond.gif;
                   4793: insres.gif;
                   4794: insrow.gif;
                   4795: left.gif;
                   4796: middle.gif;
                   4797: resource.gif;
                   4798: right.gif;
                   4799: sctd.gif;
                   4800: sdt.gif;
                   4801: sempty.gif;
                   4802: sld.gif;
                   4803: slr.gif;
                   4804: slrd.gif;
                   4805: slrtd.gif;
                   4806: srd.gif;
                   4807: srl.gif;
                   4808: srld.gif;
                   4809: srltd.gif;
                   4810: srtd.gif;
                   4811: srtdl.gif;
                   4812: srtl.gif;
                   4813: start.gif;
                   4814: std.gif;
                   4815: stdl.gif;
1.10      harris41 4816: sutd.gif
                   4817: </filenames>
                   4818: </fileglob>
                   4819: <fileglob>
1.60      harris41 4820: <glob>*.*</glob>
1.10      harris41 4821: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
                   4822: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
                   4823: <categoryname>graphic file</categoryname>
                   4824: <description>
                   4825: icons to indicate an unexpected result
                   4826: </description>
                   4827: <filenames>
1.37      harris41 4828: lonconstruct.gif;
                   4829: lonlogo_broken.gif;
                   4830: lonlogo_broken_tsp.gif;
                   4831: lonlogo_broken.eps;
                   4832: lonlogo_broken.jpg;
1.10      harris41 4833: lonlogo_broken.mov
                   4834: </filenames>
                   4835: </fileglob>
                   4836: <fileglob>
1.60      harris41 4837: <glob>*.*</glob>
1.10      harris41 4838: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
                   4839: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
                   4840: <categoryname>graphic file</categoryname>
                   4841: <description>
1.132     harris41 4842: logos and general widget icons
1.10      harris41 4843: </description>
                   4844: <filenames>
1.68      harris41 4845: SMETE_white.gif;
1.117     harris41 4846: aboutlon.gif;
1.288     www      4847: aboutlon_pt.gif;
                   4848: aboutlon_de.gif;
1.117     harris41 4849: accessbutton.gif;
1.288     www      4850: accessbutton_pt.gif;
                   4851: accessbutton_de.gif;
1.224     www      4852: angry.gif;
1.60      harris41 4853: arrow_up.gif;
1.360     albertel 4854: baeh.gif;
1.224     www      4855: bigsmile.gif;
1.177     bowersj2 4856: branch.gif;
1.37      harris41 4857: cab.gif;
                   4858: cab_big.gif;
1.62      harris41 4859: capapanel.gif;
1.224     www      4860: check.gif;
1.37      harris41 4861: class.gif;
                   4862: class_big.gif;
1.379     albertel 4863: closepage.gif;
1.224     www      4864: coolindiff.gif;
                   4865: coolsmile.gif;
                   4866: cry.gif;
1.343     www      4867: doc.gif;
                   4868: doc_big.gif;
1.37      harris41 4869: dvi.gif;
                   4870: dvi_big.gif;
                   4871: eps.gif;
                   4872: eps_big.gif;
                   4873: exam.gif;
                   4874: exam_big.gif;
1.117     harris41 4875: fillbottom.gif;
                   4876: fillleft.gif;
                   4877: fillright.gif;
                   4878: filltop.gif;
1.37      harris41 4879: folder_closed.gif;
                   4880: folder_opened.gif;
                   4881: folder_pointer_closed.gif;
                   4882: folder_pointer_opened.gif;
                   4883: form.gif;
                   4884: form_big.gif;
1.224     www      4885: frowny.gif;
1.37      harris41 4886: gif.gif;
                   4887: gif_big.gif;
1.117     harris41 4888: header.gif;
1.387     raeburn  4889: helpdesk.gif;
                   4890: helpgateway.gif;
1.224     www      4891: hrrm.gif;
1.37      harris41 4892: htm.gif;
                   4893: html.gif;
                   4894: html_big.gif;
1.224     www      4895: huh.gif;
1.52      harris41 4896: jar.gif;
                   4897: jar_big.gif;
1.37      harris41 4898: jpg.gif;
                   4899: jpg_big.gif;
1.62      harris41 4900: latex.gif;
1.269     www      4901: library.gif;
1.224     www      4902: lipsrsealed.gif;
1.117     harris41 4903: lite.gif;
1.37      harris41 4904: liteani.gif;
1.117     harris41 4905: litetext.gif;
1.62      harris41 4906: lolpanel.gif;
1.37      harris41 4907: lonanim.gif;
                   4908: lonanimend.gif;
1.117     harris41 4909: loncapalogo.gif;
1.37      harris41 4910: lonhelplogos.gif;
1.60      harris41 4911: lonhelptop.gif;
1.37      harris41 4912: lonlogo.gif;
                   4913: lonlogos.gif;
1.117     harris41 4914: lowerleft.gif;
                   4915: lowerright.gif;
1.360     albertel 4916: mailbkgrd.gif;
                   4917: mailto.gif;
1.236     www      4918: minilogo.gif;
1.37      harris41 4919: meta.gif;
                   4920: meta_big.gif;
                   4921: mov.gif;
                   4922: mov_big.gif;
                   4923: move_up.gif;
                   4924: move_down.gif;
1.177     bowersj2 4925: navmap.correct.gif;
1.251     bowersj2 4926: navmap.ellipsis.gif;
1.177     bowersj2 4927: navmap.open.gif;
1.251     bowersj2 4928: navmap.page.open.gif;
                   4929: navmap.page.closed.gif;
                   4930: navmap.page.open.nomanip.gif;
                   4931: navmap.page.closed.nomanip.gif;
1.177     bowersj2 4932: navmap.wrong.gif;
1.180     bowersj2 4933: navmap.folder.open.gif;
                   4934: navmap.folder.closed.gif;
1.229     bowersj2 4935: navmap.folder.open.nomanip.gif;
                   4936: navmap.folder.closed.nomanip.gif;
1.292     www      4937: neutral.gif;
1.37      harris41 4938: page.gif;
                   4939: page_big.gif;
                   4940: pdf.gif;
                   4941: pdf_big.gif;
1.54      harris41 4942: png.gif;
                   4943: png_big.gif;
1.343     www      4944: ppt.gif;
                   4945: ppt_big.gif;
1.37      harris41 4946: problem.gif;
                   4947: problem_big.gif;
                   4948: ps.gif;
                   4949: ps_big.gif;
1.224     www      4950: rolleyes.gif;
1.37      harris41 4951: quill.gif;
                   4952: quiz.gif;
                   4953: quiz_big.gif;
                   4954: select.gif;
                   4955: sequence.gif;
                   4956: sequence_big.gif;
                   4957: server.gif;
                   4958: server_big.gif;
1.224     www      4959: shocked.gif;
                   4960: smiley.gif;
1.37      harris41 4961: srvbad.gif;
                   4962: srvempty.gif;
                   4963: srvgood.gif;
                   4964: srvhalf.gif;
                   4965: srvnull.gif;
                   4966: survey.gif;
                   4967: survey_big.gif;
1.429     www      4968: task.gif;
                   4969: task_big.gif;
1.37      harris41 4970: tex.gif;
                   4971: tex_big.gif;
1.210     www      4972: tth.gif;
1.37      harris41 4973: txt.gif;
                   4974: txt_big.gif;
1.57      harris41 4975: unknown.gif;
                   4976: unknown_big.gif;
1.117     harris41 4977: upperleft.gif;
                   4978: upperright.gif;
1.37      harris41 4979: user.gif;
                   4980: user_big.gif;
1.117     harris41 4981: userauthentication.gif;
1.288     www      4982: userauthentication_pt.gif;
                   4983: userauthentication_de.gif;
1.37      harris41 4984: wav.gif;
                   4985: wav_big.gif;
                   4986: white_space_20_22.gif;
                   4987: whitespace1.gif;
                   4988: whitespace10.gif;
                   4989: whitespace2.gif;
                   4990: whitespace3.gif;
                   4991: whitespace4.gif;
                   4992: whitespace5.gif;
                   4993: whitespace6.gif;
                   4994: whitespace7.gif;
                   4995: whitespace8.gif;
                   4996: whitespace9.gif;
1.224     www      4997: wink.gif;
1.343     www      4998: xls.gif;
                   4999: xls_big.gif;
1.37      harris41 5000: xml.gif;
                   5001: xml_big.gif;
                   5002: zip.gif;
1.10      harris41 5003: zip_big.gif
                   5004: </filenames>
                   5005: </fileglob>
                   5006: <fileglob>
1.60      harris41 5007: <glob>*.*</glob>
1.10      harris41 5008: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
                   5009: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
                   5010: <categoryname>graphic file</categoryname>
                   5011: <description>
1.132     harris41 5012: Miscellaneous resources.
1.10      harris41 5013: </description>
                   5014: <filenames>
1.80      harris41 5015: authorfeed.gif;
1.373     albertel 5016: blackdot.gif;
1.80      harris41 5017: bomb.gif;
1.320     www      5018: smallFAQ.gif;
                   5019: smallBug.gif;
1.40      harris41 5020: cat_button.gif;
1.80      harris41 5021: chat.gif;
1.111     harris41 5022: eval_button.gif;
1.80      harris41 5023: feedback.gif;
1.40      harris41 5024: pprm_button.gif;
                   5025: pgrd_button.gif;
                   5026: subm_button.gif
1.10      harris41 5027: </filenames>
                   5028: </fileglob>
                   5029: <file>
1.413     albertel 5030: <source>loncom/xml/algebra/AlgParser.pm</source>
1.411     albertel 5031: <target dist='default'>home/httpd/lib/perl/AlgParser.pm</target>
                   5032: <categoryname>system file</categoryname>
                   5033: <description>
                   5034: perl module for invoking functions specific to Algebra-to-TeX-to-HTML conversion
                   5035: </description>
                   5036: <status>works/unverified</status>
                   5037: </file>
                   5038: <file>
1.299     matthew  5039: <source>modules/TexConvert/tthperl/tth.pm</source>
1.298     matthew  5040: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
1.10      harris41 5041: <categoryname>system file</categoryname>
                   5042: <description>
                   5043: perl module for invoking functions specific to TeX-to-HTML conversion
                   5044: </description>
                   5045: <note>
                   5046: Has the same dependencies and build process as tth.so.
                   5047: Currently, only the tth.so file specifications invoke
1.49      harris41 5048: the build process however.  A static version is checked into loncom/xml
                   5049: and in this way is treated as though it isn't part of the tth build process.
1.10      harris41 5050: </note>
1.113     harris41 5051: <status>works/unverified</status>
                   5052: </file>
                   5053: <file>
                   5054: <source>loncom/xml/LCParser.pm</source>
                   5055: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125     harris41 5056: <categoryname>system file</categoryname>
                   5057: <description>
                   5058: perl module for parsing HTML in a way that really works and is thoroughly
                   5059: tested
                   5060: </description>
                   5061: <status>works/unverified</status>
1.234     foxr     5062: </file>
                   5063: <file>
1.360     albertel 5064:   <source>loncom/lonlocal.pm</source>
                   5065:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonlocal.pm</target>
                   5066:   <categoryname>system file</categoryname>
                   5067:   <description>
                   5068:      lonc/d handler for doing a local filesystem based init:
                   5069:   </description>
                   5070:   <status>works/verified</status>
                   5071: </file>
                   5072: <file>
                   5073:   <source>loncom/lonssl.pm</source>
                   5074:   <target dist='default'>home/httpd/lib/perl/LONCAPA/lonssl.pm</target>
                   5075:   <categoryname>system file</categoryname>
                   5076:   <description>
                   5077:      lonc/d handler for doing a remote SSL based init:
                   5078:   </description>
                   5079:   <status>works/verified</status>
                   5080: </file>
                   5081: <file>
1.234     foxr     5082:   <source>loncom/LondConnection.pm</source>
1.239     albertel 5083:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234     foxr     5084:   <categoryname>system file</categoryname>
                   5085:   <description>
                   5086:      Manages a connection between a lonc proxy daemon and the lond server
                   5087:      in the remote node.
1.252     www      5088:   </description>
                   5089:   <status>works/verified</status>
                   5090: </file>
                   5091: <file>
                   5092:   <source>loncom/LondTransaction.pm</source>
                   5093:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
                   5094:   <categoryname>system file</categoryname>
                   5095:   <description>
                   5096: 	Handles a single lon-capa insternal transaction
1.234     foxr     5097:   </description>
                   5098:   <status>works/verified</status>
                   5099: </file>
                   5100: <file>
                   5101:    <source>loncom/types/HashIterator.pm</source>
1.239     albertel 5102:    <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234     foxr     5103:    <categoryname>system file</categoryname>
                   5104:    <description>
                   5105:       Provides support to iterate through opaque hashes hidden e.g. within 
                   5106:       object private data.
                   5107:    </description>
                   5108:    <status>works/verified</status>
                   5109: </file>
                   5110: <file>
                   5111:    <source>loncom/types/Queue.pm</source>
1.239     albertel 5112:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234     foxr     5113:    <categoryname>system file</categoryname>
                   5114:    <description>
                   5115:      Provides a FIFO queue class.
                   5116:    </description>
                   5117:    <status>works/verified</status>
                   5118: </file>
                   5119: <file>
                   5120:    <source>loncom/types/Stack.pm</source>
1.239     albertel 5121:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234     foxr     5122:    <categoryname>system file</categoryname>
                   5123:    <description>
                   5124:      Provides a LIFO stack class.
                   5125:    </description>
                   5126:    <status>works/verified</status>
1.239     albertel 5127: </file>
1.234     foxr     5128: <file>
                   5129:    <source>loncom/loncnew</source>
1.240     albertel 5130:    <target dist='default'>home/httpd/perl/loncnew</target>
                   5131:    <categoryname>script</categoryname>
1.234     foxr     5132:    <description>
                   5133: 	  Proxy server for remote loncapa requests.
1.250     albertel 5134:           Needs CPAN Event module.
1.234     foxr     5135:    </description>
1.125     harris41 5136: </file>
                   5137: <file>
                   5138: <source>loncom/configuration/Configuration.pm</source>
                   5139: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113     harris41 5140: <categoryname>system file</categoryname>
                   5141: <description>
1.126     harris41 5142: Configuration file reader (looks in /etc/httpd/conf/); accepts
                   5143: a list of *.conf files to inspect for PerlSetVar key/value
                   5144: entries.
1.316     www      5145: </description>
                   5146: <status>works/unverified</status>
                   5147: </file>
                   5148: <file>
                   5149: <source>loncom/ConfigFileEdit.pm</source>
                   5150: <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
                   5151: <categoryname>system file</categoryname>
                   5152: <description>
                   5153: Configuration file editing module
1.113     harris41 5154: </description>
1.10      harris41 5155: <status>works/unverified</status>
                   5156: </file>
                   5157: <file>
                   5158: <source>modules/TexConvert/tthperl/tth.so</source>
1.298     matthew  5159: <target dist='default'>home/httpd/lib/perl/tth.so</target>
1.10      harris41 5160: <categoryname>system file</categoryname>
                   5161: <description>
                   5162: shared library file for dynamic loading and unloading
                   5163: </description>
                   5164: <note>
                   5165: The source and file dependencies are not available to most
                   5166: CVS users.  (You can safely rely on the existing binaries
                   5167: present on your system... don't worry about warnings
                   5168: related to this file during the build process.)
                   5169: </note>
1.441     albertel 5170: <build trigger='always run'>
1.10      harris41 5171: modules/TexConvert/tthperl/commands
                   5172: </build>
                   5173: <status>works/unverified</status>
1.439     albertel 5174: <dependencies>
1.440     albertel 5175: commands;
1.439     albertel 5176: compiles/tth.so.i386;
                   5177: compiles/tth.so.x86_64
                   5178: </dependencies>
1.10      harris41 5179: </file>
                   5180: <file>
                   5181: <source>loncom/homework/caparesponse/capa.pm</source>
1.298     matthew  5182: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
1.10      harris41 5183: <categoryname>system file</categoryname>
                   5184: <description>
                   5185: perl module for invoking functions specific to CAPA
                   5186: </description>
1.49      harris41 5187: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 5188: <note>
                   5189: Has the same dependencies and build process as capa.so.
                   5190: Currently, only the capa.so file specifications invoke
                   5191: the build process however.
                   5192: </note>
                   5193: </file>
                   5194: <file>
                   5195: <source>loncom/homework/caparesponse/capa.bs</source>
1.298     matthew  5196: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
1.10      harris41 5197: <categoryname>system file</categoryname>
                   5198: <description>
1.27      harris41 5199: bootstrap file associated with dynamic loading of this module on multiple
                   5200: architectures
1.10      harris41 5201: </description>
1.49      harris41 5202: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10      harris41 5203: <note>
                   5204: Has the same dependencies and build process as capa.so.
                   5205: Currently, only the capa.so file specifications invoke
                   5206: the build process however.
                   5207: </note>
                   5208: </file>
                   5209: <file>
                   5210: <source>loncom/homework/caparesponse/capa.so</source>
1.298     matthew  5211: <target dist='default'>home/httpd/lib/perl/capa.so</target>
1.10      harris41 5212: <categoryname>system file</categoryname>
                   5213: <description>
                   5214: shared library file for dynamic loading and unloading
                   5215: </description>
                   5216: <build trigger='always run'>
                   5217: loncom/homework/caparesponse/commands
                   5218: </build>
                   5219: <dependencies>
1.39      harris41 5220: caparesponse.c;
1.119     harris41 5221: caparesponse.pm;
                   5222: README;
                   5223: Makefile.PL;
                   5224: capa.i;
1.120     harris41 5225: commands;
1.222     albertel 5226: ../../../CAPA/pProj/Makefile;
1.120     harris41 5227: ../../../CAPA/pProj/capaGrammarDef.y;
                   5228: ../../../CAPA/pProj/capaFormula.y;
                   5229: ../../../CAPA/pProj/capaLexerDef.flex;
                   5230: ../../../CAPA/pProj/capaFunction.c;
                   5231: ../../../CAPA/pProj/capaParserUtils.c;
                   5232: ../../../CAPA/pProj/capaMapExpr.c;
                   5233: ../../../CAPA/pProj/capaUnit.c;
                   5234: ../../../CAPA/pProj/com.c;
                   5235: ../../../CAPA/pProj/linpack.c;
                   5236: ../../../CAPA/pProj/ranlib.c;
                   5237: ../../../CAPA/pProj/capaCgiUtils.c;
                   5238: ../../../CAPA/pProj/capaSubjective.c;
                   5239: ../../../CAPA/pProj/capaRQO.c;
                   5240: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123     harris41 5241: ../../../CAPA/pProj/capaCommon.c;
                   5242: ../../../CAPA/pProj/capaCommon.h;
                   5243: ../../../CAPA/pProj/ranlib.h;
                   5244: ../../../CAPA/pProj/capaCGI.h;
                   5245: ../../../CAPA/pProj/capaFunction.h;
                   5246: ../../../CAPA/pProj/capaRQO.h;
                   5247: ../../../CAPA/pProj/capaParser.h;
                   5248: ../../../CAPA/pProj/lex_debug.h
1.10      harris41 5249: </dependencies>
                   5250: </file>
1.416     albertel 5251: <file>
                   5252: <source>loncom/cgi/mimeTeX/mimetex.cgi</source>
                   5253: <target dist='default'>home/httpd/cgi-bin/mimetex.cgi</target>
                   5254: <categoryname>script</categoryname>
                   5255: <description>
                   5256: cgi binary for doing TeX -> math translation
                   5257: </description>
                   5258: <build trigger='always run'>
                   5259: loncom/cgi/mimeTeX/commands
                   5260: </build>
                   5261: <dependencies>
1.439     albertel 5262: commands;
                   5263: gfuntype.c;
                   5264: gifsave.c;
                   5265: mimetex.c;
                   5266: mimetex.h;
                   5267: mimetex.html;
                   5268: README;
                   5269: texfonts.h;
1.416     albertel 5270: </dependencies>
                   5271: </file>
1.10      harris41 5272: <fileglob>
                   5273: <glob>*.ent</glob>
                   5274: <sourcedir>loncom/MathML/</sourcedir>
                   5275: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
                   5276: <categoryname>system file</categoryname>
                   5277: <description>
1.27      harris41 5278: xml files which assign unicode numbers to mathematical symbols using
                   5279: &lt;! ENTITY... &gt; type syntax.
1.10      harris41 5280: </description>
                   5281: <filenames>
1.37      harris41 5282: isoamsa.ent;
                   5283: isoamsb.ent;
                   5284: isoamsc.ent;
                   5285: isoamsn.ent;
                   5286: isoamso.ent;
                   5287: isoamsr.ent;
                   5288: isobox.ent;
                   5289: isocyr1.ent;
                   5290: isocyr2.ent;
                   5291: isodia.ent;
                   5292: isogrk1.ent;
                   5293: isogrk2.ent;
                   5294: isogrk3.ent;
                   5295: isogrk4.ent;
                   5296: isolat1.ent;
                   5297: isolat2.ent;
                   5298: isomfrk.ent;
                   5299: isomopf.ent;
                   5300: isomscr.ent;
                   5301: isonum.ent;
                   5302: isopub.ent;
                   5303: isotech.ent;
                   5304: mmlalias.ent;
1.10      harris41 5305: mmlextra.ent
                   5306: </filenames>
1.37      harris41 5307: </fileglob>
1.10      harris41 5308: <file>
                   5309: <source>loncom/MathML/mathml.css</source>
                   5310: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
                   5311: <categoryname>system file</categoryname>
                   5312: <description>
                   5313: cascading style sheet
                   5314: </description>
                   5315: </file>
                   5316: <file>
                   5317: <source>loncom/MathML/mathml.dtd</source>
                   5318: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
                   5319: <categoryname>system file</categoryname>
                   5320: <description>
                   5321: document type definition
                   5322: </description>
                   5323: </file>
1.4       harris41 5324: <file>
1.10      harris41 5325: <source>loncom/auth/londes.js</source>
                   5326: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
                   5327: <categoryname>interface file</categoryname>
1.6       harris41 5328: <description>
1.27      harris41 5329: Encryption Routines according to Data Encryption Standard DES, written in
                   5330: javascript.
1.6       harris41 5331: </description>
1.4       harris41 5332: </file>
                   5333: <file>
1.10      harris41 5334: <source>loncom/homework/lectureonline.lcpm</source>
1.27      harris41 5335: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
                   5336: </target>
1.10      harris41 5337: <categoryname>handler</categoryname>
1.6       harris41 5338: <description>
1.115     harris41 5339: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
                   5340: environment in a problem that was converted from lectureonline.
1.6       harris41 5341: </description>
1.4       harris41 5342: </file>
                   5343: <file>
1.10      harris41 5344: <source>loncom/homework/default_homework.lcpm</source>
1.27      harris41 5345: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
                   5346: </target>
1.10      harris41 5347: <categoryname>handler</categoryname>
1.6       harris41 5348: <description>
1.14      harris41 5349: Provides many functions for the &lt;script&gt; environment in a .problem.
1.11      harris41 5350: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6       harris41 5351: </description>
1.4       harris41 5352: </file>
                   5353: <file>
1.10      harris41 5354: <source>loncom/homework/capa.units</source>
                   5355: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
                   5356: <categoryname>static conf</categoryname>
1.6       harris41 5357: <description>
1.10      harris41 5358: Define unit prefixing and conversion for CAPA problem handling.
1.6       harris41 5359: </description>
1.4       harris41 5360: </file>
1.165     www      5361: <fileglob>
                   5362: <glob>*.jpg</glob>
                   5363: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
                   5364: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
                   5365: <categoryname>graphic file</categoryname>
                   5366: <description>Pages headers</description>
                   5367: <filenames>
                   5368: admin.jpg;
                   5369: author.jpg;
                   5370: coordinator.jpg;
                   5371: header.jpg;
                   5372: student.jpg;
1.166     www      5373: </filenames>
                   5374: </fileglob>
                   5375: <fileglob>
1.230     www      5376: <glob>*.jpg</glob>
                   5377: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
                   5378: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
                   5379: <categoryname>graphic file</categoryname>
                   5380: <description>Logos of LON-CAPA domains (jpg)</description>
                   5381: <filenames>
                   5382: headermsu.jpg;
1.422     www      5383: headertccfl.jpg;
1.442     www      5384: header_fsu.jpg;
                   5385: header_fsuK12.jpg;
1.444     www      5386: headerhope.jpg;
1.230     www      5387: </filenames>
                   5388: </fileglob>
                   5389: <fileglob>
1.166     www      5390: <glob>*.gif</glob>
                   5391: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
                   5392: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
                   5393: <categoryname>graphic file</categoryname>
1.230     www      5394: <description>Logos of LON-CAPA domains (gif)</description>
1.168     www      5395: <filenames>
1.197     albertel 5396: 103.gif;
                   5397: gerd.gif;
                   5398: mio.gif;
                   5399: msuvu.gif;
                   5400: ohiou.gif;
                   5401: rhs.gif;
                   5402: sfu.gif;
                   5403: tmcc.gif;
                   5404: umich.gif;
                   5405: worf.gif;
                   5406: annarbor.gif;
                   5407: elps.gif;
                   5408: gwu.gif;
                   5409: msudemo.gif;
                   5410: ndsu.gif;
                   5411: physnet.gif;
                   5412: sc.gif;
                   5413: Selwyn.gif;
                   5414: ucf.gif;
                   5415: unihalle.gif;
                   5416: wscc.gif;
                   5417: cps.gif;
                   5418: fsu.gif;
1.442     www      5419: fsuK12.gif;
1.444     www      5420: hope.gif;
1.410     www      5421: vcu.gif;
1.197     albertel 5422: lsd.gif;
                   5423: msu.gif;
                   5424: nsdl.gif;
                   5425: pmm.gif;
                   5426: sunysb.gif;
                   5427: udel.gif;
1.223     albertel 5428: uz.gif;
                   5429: fvl.gif;
1.270     www      5430: csm.gif;
1.272     www      5431: nau.gif;
1.344     www      5432: nagoya.gif;
1.415     www      5433: kanazawa.gif;
1.381     www      5434: colorado.gif;
1.352     www      5435: acadiau.gif;
1.354     www      5436: psuerie.gif;
1.353     www      5437: redford.gif;
1.341     www      5438: huji.gif;
                   5439: ifusp.gif;
                   5440: ucsc.gif;
1.403     www      5441: uiuc.gif;
1.438     albertel 5442: uiucheader.gif;
1.445     www      5443: koinonia.gif;
1.303     www      5444: waverly.gif;
1.302     www      5445: cmich.gif;
1.285     www      5446: UNICAMP.gif;
1.364     www      5447: lakefenton.gif;
                   5448: grandblanc.gif;
1.223     albertel 5449: glps.gif;
1.275     www      5450: BCHS.gif;
1.223     albertel 5451: headersfu.gif;
1.311     albertel 5452: uwsp.gif;
1.417     www      5453: tccfl.gif;
1.325     www      5454: bsu.gif;
                   5455: wmston.gif;
1.423     www      5456: headerharvard.gif;
                   5457: harvard.gif;
1.426     www      5458: uga.gif;
                   5459: headeruga.gif;
1.433     albertel 5460: covenantchristianhs.gif;
1.168     www      5461: </filenames>
                   5462: </fileglob>
                   5463: <fileglob>
                   5464: <glob>*.tab</glob>
                   5465: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
                   5466: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
                   5467: <categoryname>conf</categoryname>
                   5468: <description>Designs of LON-CAPA domains</description>
1.166     www      5469: <filenames>
1.197     albertel 5470: annarbor.tab;
                   5471: default.tab;
                   5472: msu.tab;
1.270     www      5473: csm.tab;
1.341     www      5474: huji.tab;
1.272     www      5475: nau.tab;
1.344     www      5476: nagoya.tab;
1.445     www      5477: koinonia.tab;
1.415     www      5478: kanazawa.tab;
1.381     www      5479: colorado.tab;
1.352     www      5480: acadiau.tab;
1.354     www      5481: psuerie.tab;
1.353     www      5482: redford.tab;
1.302     www      5483: cmich.tab;
1.341     www      5484: ifusp.tab;
                   5485: ucsc.tab;
1.403     www      5486: uiuc.tab;
1.285     www      5487: UNICAMP.tab;
1.364     www      5488: lakefenton.tab;
                   5489: grandblanc.tab;
1.274     www      5490: fsu.tab;
1.442     www      5491: fsuK12.tab;
1.444     www      5492: hope.tab;
1.410     www      5493: vcu.tab;
1.197     albertel 5494: sfu.tab;
1.325     www      5495: wmston.tab;
                   5496: worf.tab;
1.417     www      5497: tccfl.tab;
1.423     www      5498: harvard.tab;
1.426     www      5499: uga.tab;
1.165     www      5500: </filenames>
                   5501: </fileglob>
1.10      harris41 5502: <fileglob>
                   5503: <glob>*.gif</glob>
1.159     www      5504: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
                   5505: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10      harris41 5506: <categoryname>graphic file</categoryname>
1.159     www      5507: <description>LON-CAPA remote control LCD font</description>
1.10      harris41 5508: <filenames>
1.130     www      5509: 0.gif;
                   5510: 1.gif;
                   5511: 2.gif;
                   5512: 3.gif;
                   5513: 4.gif;
                   5514: 5.gif;
                   5515: 6.gif;
                   5516: 7.gif;
                   5517: 8.gif;
                   5518: 9.gif;
1.37      harris41 5519: a.gif;
1.159     www      5520: b.gif;
                   5521: c.gif;
                   5522: d.gif;
                   5523: e.gif;
                   5524: f.gif;
                   5525: g.gif;
                   5526: h.gif;
                   5527: i.gif;
                   5528: j.gif;
                   5529: k.gif;
                   5530: l.gif;
                   5531: m.gif;
                   5532: n.gif;
                   5533: o.gif;
                   5534: p.gif;
                   5535: q.gif;
                   5536: r.gif;
                   5537: s.gif;
                   5538: t.gif;
                   5539: u.gif;
                   5540: v.gif;
                   5541: w.gif;
                   5542: x.gif;
                   5543: y.gif;
                   5544: z.gif;
1.287     www      5545: Ã¶.gif;
                   5546: Ã¤.gif;
                   5547: Ã¼.gif;
                   5548: ä.gif;
                   5549: ö.gif;
                   5550: ü.gif;
1.159     www      5551: colon.gif;
                   5552: hyphen.gif;
                   5553: slash.gif;
                   5554: space.gif;
1.304     www      5555: </filenames>
                   5556: </fileglob>
                   5557: <fileglob>
                   5558: <glob>*.gif</glob>
                   5559: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
                   5560: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
                   5561: <categoryname>graphic file</categoryname>
                   5562: <description>icons used for the Portuguese LON-CAPA user interface</description>
                   5563: <filenames>
                   5564: anno_pt.gif;
                   5565: anot_pt.gif;
                   5566: bchat_pt.gif;
                   5567: catalog_pt.gif;
                   5568: ccrs_pt.gif;
                   5569: chrt_pt.gif;
                   5570: com_pt.gif;
                   5571: courses_pt.gif;
                   5572: cprv_pt.gif;
                   5573: cstr_pt.gif;
                   5574: docs_pt.gif;
                   5575: egrd_pt.gif;
                   5576: enrl_pt.gif;
                   5577: eval_pt.gif;
                   5578: fdbk_pt.gif;
                   5579: grds_pt.gif;
                   5580: keys_pt.gif;
                   5581: logout_pt.gif;
                   5582: nav_pt.gif;
                   5583: parm_pt.gif;
                   5584: pref_pt.gif;
                   5585: prt_pt.gif;
                   5586: res_pt.gif;
                   5587: roles_pt.gif;
                   5588: sbkm_pt.gif;
                   5589: spacer_pt.gif;
                   5590: sprs_pt.gif;
                   5591: src_pt.gif;
                   5592: stat_pt.gif;
                   5593: vbkm_pt.gif;
1.159     www      5594: </filenames>
                   5595: </fileglob>
                   5596: <fileglob>
                   5597: <glob>*.gif</glob>
                   5598: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
                   5599: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
                   5600: <categoryname>graphic file</categoryname>
                   5601: <description>icons used for the entire LON-CAPA user interface</description>
                   5602: <filenames>
1.147     www      5603: anno.gif;
1.37      harris41 5604: anot.gif;
                   5605: back.gif;
1.147     www      5606: bchat.gif;
1.37      harris41 5607: bkm.gif;
1.348     albertel 5608: bl_step1.gif;
                   5609: bl_step2.gif;
                   5610: bl_step3.gif;
                   5611: bl_step4.gif;
                   5612: bl_step5.gif;
                   5613: bl_step6.gif;
                   5614: bl_step7.gif;
                   5615: bl_step8.gif;
                   5616: bl_step9.gif;
1.37      harris41 5617: brws.gif;
1.60      harris41 5618: catalog.gif;
1.37      harris41 5619: ccrs.gif;
                   5620: chat.gif;
                   5621: chrt.gif;
1.400     albertel 5622: clst.gif;
1.37      harris41 5623: com.gif;
                   5624: courses.gif;
                   5625: cprv.gif;
                   5626: cstr.gif;
1.400     albertel 5627: del.gif;
1.37      harris41 5628: dempty.gif;
1.147     www      5629: docs.gif;
1.37      harris41 5630: egrd.gif;
                   5631: empty.gif;
                   5632: enrl.gif;
                   5633: eval.gif;
                   5634: fdbk.gif;
                   5635: feedback.gif;
                   5636: forw.gif;
                   5637: grds.gif;
                   5638: group.gif;
                   5639: help.gif;
                   5640: info.gif;
1.238     www      5641: keys.gif;
1.37      harris41 5642: ledblink.gif;
                   5643: ledgreen.gif;
                   5644: ledoff.gif;
                   5645: ledon.gif;
                   5646: ledsend.gif;
1.400     albertel 5647: list.gif;
1.37      harris41 5648: logout.gif;
1.328     albertel 5649: mcrs.gif;
1.37      harris41 5650: mrk.gif;
                   5651: nav.gif;
1.429     www      5652: new.gif;
1.37      harris41 5653: next.gif;
1.131     www      5654: nothumb.gif;
1.37      harris41 5655: parm.gif;
                   5656: pgrd.gif;
1.400     albertel 5657: port.gif;
1.37      harris41 5658: pparm.gif;
1.99      harris41 5659: pref.gif;
1.37      harris41 5660: prev.gif;
                   5661: prt.gif;
1.400     albertel 5662: pub.gif;
1.37      harris41 5663: qempty.gif;
                   5664: reload.gif;
                   5665: remotebg.gif;
                   5666: res.gif;
                   5667: roles.gif;
1.400     albertel 5668: rtrv.gif;
1.37      harris41 5669: sbkm.gif;
1.432     albertel 5670: sctr.gif;
1.37      harris41 5671: spacer.gif;
                   5672: sprs.gif;
                   5673: src.gif;
                   5674: stat.gif;
                   5675: subm.gif;
                   5676: title.gif;
                   5677: vbkm.gif;
1.10      harris41 5678: </filenames>
                   5679: </fileglob>
1.4       harris41 5680: <file>
1.10      harris41 5681: <source>loncom/html/res/adm/pages/imgmaps.html</source>
                   5682: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
                   5683: <categoryname>interface file</categoryname>
1.6       harris41 5684: <description>
1.10      harris41 5685: image maps for the LON-CAPA remote control
1.6       harris41 5686: </description>
1.4       harris41 5687: </file>
                   5688: <file>
1.10      harris41 5689: <source>loncom/html/res/adm/pages/index.html</source>
                   5690: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
                   5691: <categoryname>interface file</categoryname>
1.6       harris41 5692: <description>
1.10      harris41 5693: welcoming page to the LON-CAPA system upon login
1.6       harris41 5694: </description>
1.4       harris41 5695: </file>
                   5696: <file>
1.10      harris41 5697: <source>loncom/html/res/adm/pages/menu.html</source>
                   5698: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
                   5699: <categoryname>interface file</categoryname>
1.6       harris41 5700: <description>
1.10      harris41 5701: renders the HTML (including image maps) for the LON-CAPA remote control
1.6       harris41 5702: </description>
1.4       harris41 5703: </file>
1.10      harris41 5704: <fileglob>
                   5705: <glob>*.gif</glob>
                   5706: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118     harris41 5707: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
                   5708: </targetdir>
1.10      harris41 5709: <categoryname>graphic file</categoryname>
                   5710: <description>
1.132     harris41 5711: icons used for directory indexing and login screen
1.10      harris41 5712: </description>
                   5713: <filenames>
1.37      harris41 5714: a.gif;
                   5715: alert.black.gif;
                   5716: alert.red.gif;
                   5717: back.gif;
                   5718: ball.gray.gif;
                   5719: ball.red.gif;
                   5720: binary.gif;
                   5721: binhex.gif;
                   5722: blank.gif;
                   5723: bomb.gif;
                   5724: box1.gif;
                   5725: box2.gif;
                   5726: broken.gif;
                   5727: burst.gif;
                   5728: c.gif;
                   5729: comp.blue.gif;
                   5730: comp.gray.gif;
                   5731: compressed.gif;
                   5732: continued.gif;
                   5733: course.gif;
                   5734: dir.gif;
                   5735: down.gif;
                   5736: dvi.gif;
                   5737: f.gif;
                   5738: folder.gif;
                   5739: folder.open.gif;
                   5740: folder.sec.gif;
                   5741: folder_closed.gif;
                   5742: folder_closed_pressed.gif;
                   5743: folder_new.gif;
                   5744: folder_opened.gif;
                   5745: folder_opened_pressed.gif;
                   5746: folder_pointer_closed.gif;
                   5747: folder_pointer_opened.gif;
                   5748: folder_spacer.gif;
                   5749: folder_trash.gif;
                   5750: forward.gif;
                   5751: generic.gif;
                   5752: generic.red.gif;
                   5753: generic.sec.gif;
                   5754: hand.right.gif;
                   5755: hand.up.gif;
                   5756: html.gif;
                   5757: image1.gif;
                   5758: image2.gif;
                   5759: image3.gif;
                   5760: index.gif;
                   5761: layout.gif;
                   5762: left.gif;
                   5763: link.gif;
                   5764: mov.gif;
                   5765: movie1.gif;
                   5766: p.gif;
                   5767: patch.gif;
                   5768: pdf.gif;
                   5769: portal.gif;
                   5770: problem.gif;
                   5771: ps.gif;
                   5772: quill.gif;
                   5773: right.gif;
                   5774: screw1.gif;
                   5775: screw2.gif;
                   5776: script.gif;
                   5777: sound1.gif;
                   5778: sound2.gif;
                   5779: sphere1.gif;
                   5780: sphere2.gif;
                   5781: tar.gif;
                   5782: tex.gif;
                   5783: text.gif;
                   5784: transfer.gif;
                   5785: unknown.gif;
                   5786: up.gif;
                   5787: uu.gif;
                   5788: uuencoded.gif;
                   5789: white_space_20_22.gif;
                   5790: white_space_22_22.gif;
                   5791: whitespace1.gif;
                   5792: whitespace10.gif;
                   5793: whitespace2.gif;
                   5794: whitespace3.gif;
                   5795: whitespace4.gif;
                   5796: whitespace5.gif;
                   5797: whitespace6.gif;
                   5798: whitespace7.gif;
                   5799: whitespace8.gif;
                   5800: whitespace9.gif;
                   5801: world1.gif;
1.10      harris41 5802: world2.gif
                   5803: </filenames>
                   5804: </fileglob>
                   5805: <fileglob>
                   5806: <glob>*.gif</glob>
                   5807: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 5808: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   5809: </targetdir>
1.10      harris41 5810: <categoryname>graphic file</categoryname>
                   5811: <description>
1.132     harris41 5812: icons used for the bookmark portion of the LON-CAPA user interface
1.10      harris41 5813: </description>
                   5814: <filenames>
1.37      harris41 5815: folder_anim.gif;
                   5816: folder_close.gif;
                   5817: folder_drag.gif;
                   5818: folder_new.gif;
                   5819: folder_open.gif;
                   5820: folder_pointer_closed.gif;
                   5821: folder_pointer_opened.gif;
                   5822: folder_static.gif;
                   5823: folder_trash.gif;
                   5824: folder_trash_hover.gif;
                   5825: left_bar.gif;
                   5826: link.gif;
                   5827: link_anim.gif;
                   5828: link_drag.gif;
                   5829: ll_corner.gif;
                   5830: lower_bar.gif;
                   5831: lr_corner.gif;
                   5832: pix.gif;
                   5833: right_bar.gif;
                   5834: toolbar_bg.gif;
                   5835: ul_corner.gif;
                   5836: upper_bar.gif;
1.10      harris41 5837: ur_corner.gif
                   5838: </filenames>
                   5839: </fileglob>
                   5840: <fileglob>
                   5841: <glob>*.html</glob>
                   5842: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115     harris41 5843: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
                   5844: </targetdir>
1.10      harris41 5845: <categoryname>interface file</categoryname>
                   5846: <description>
1.132     harris41 5847: associated with the scheme of displaying bookmarks
1.10      harris41 5848: </description>
                   5849: <filenames>
1.37      harris41 5850: bookmarkmenu_toolbar.html;
                   5851: blank.html;
1.10      harris41 5852: closechildren.html
1.300     albertel 5853: </filenames>
                   5854: </fileglob>
                   5855: <fileglob>
                   5856: <glob>*.*</glob>
                   5857: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
                   5858: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
                   5859: <categoryname>interface file</categoryname>
                   5860: <description>
                   5861: Associated file for answering reactionresponse style questions
                   5862: </description>
                   5863: <filenames>
                   5864: reaction_editor.html;
                   5865: reaction_frame.html;
                   5866: reaction_help.html;
                   5867: reaction_viewer.html;
                   5868: reaction_window.html
1.10      harris41 5869: </filenames>
                   5870: </fileglob>
1.4       harris41 5871: <file>
1.10      harris41 5872: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27      harris41 5873: <target dist='default'>
                   5874: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10      harris41 5875: <categoryname>interface file</categoryname>
1.6       harris41 5876: <description>
1.10      harris41 5877: javascript for handling client-side interactions with bookmark interface
1.6       harris41 5878: </description>
1.171     harris41 5879: </file>
                   5880: <file>
1.385     albertel 5881: <source dist='default'>loncom/build/CHECKRPMS.default</source>
1.434     albertel 5882: <source dist='fedora1 fedora2 fedora3 fedora4'>loncom/build/CHECKRPMS.fedora</source>
1.171     harris41 5883: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188     harris41 5884: <categoryname>system script</categoryname>
1.171     harris41 5885: <description>
                   5886: manilla wrapper around check-rpms
                   5887: </description>
                   5888: <status>tested/documented/beta</status>
1.103     harris41 5889: </file>
                   5890: <file>
                   5891: <source>loncom/build/check-rpms</source>
1.152     harris41 5892: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188     harris41 5893: <categoryname>system script</categoryname>
1.103     harris41 5894: <description>
                   5895: compare installed rpms with up-to-date distribution
                   5896: </description>
                   5897: <status>tested/documented/beta</status>
                   5898: </file>
                   5899: <file>
                   5900: <source>doc/man/check-rpms.1</source>
                   5901: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
                   5902: <categoryname>doc</categoryname>
                   5903: <description>man page for check-rpms</description>
                   5904: <build trigger='always run'>
1.115     harris41 5905: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
1.112     harris41 5906: echo 'manifying check-rpms'
1.103     harris41 5907: </build>
                   5908: <status>beta</status>
                   5909: <dependencies>
                   5910: ../../loncom/build/check-rpms
                   5911: </dependencies>
                   5912: </file>
                   5913: <file>
                   5914: <source>doc/scripts/check-rpms.html</source>
1.112     harris41 5915: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
                   5916: </target>
1.103     harris41 5917: <categoryname>doc</categoryname>
                   5918: <description>POD-derived page for check-rpms</description>
                   5919: <build trigger='always run'>
1.118     harris41 5920: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
                   5921: &amp;&amp; echo 'pod2html checkrpms'
1.103     harris41 5922: </build>
                   5923: <status>works/unverified</status>
                   5924: <dependencies>
                   5925: ../../loncom/build/check-rpms
                   5926: </dependencies>
1.4       harris41 5927: </file>
                   5928: <file>
1.10      harris41 5929: <source>loncom/build/loncaparestoreconfigurations</source>
1.206     harris41 5930: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
                   5931: </target>
1.10      harris41 5932: <categoryname>script</categoryname>
1.6       harris41 5933: <description>
1.206     harris41 5934: Updates .lpmlnew files with previous settings.  Also supports alternative
                   5935: schemes of settings-updating and file-overwriting.
1.6       harris41 5936: </description>
1.206     harris41 5937: <status>works/unverified</status>
1.4       harris41 5938: </file>
                   5939: <file>
1.348     albertel 5940:   <source>loncom/cron/loncapa.built</source>
                   5941:   <target dist='default'>etc/cron.d/loncapa</target>
                   5942:   <categoryname>conf</categoryname>
                   5943:   <description>
                   5944:     file that specifies periodic processes to run for the LON-CAPA machine
                   5945:   </description>
                   5946:   <build trigger='always run'>
                   5947: loncom/cron/preserve_local_loncapa_cron
                   5948:   </build>
                   5949:   <dependencies>
                   5950: loncapa;
                   5951: preserve_local_loncapa_cron
                   5952:   </dependencies>
1.10      harris41 5953: </file>
                   5954: <file>
                   5955: <source>loncom/ntp/step-tickers</source>
1.175     harris41 5956: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
                   5957: </target>
                   5958: <categoryname>static conf</categoryname>
1.10      harris41 5959: <description>
                   5960: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   5961: </description>
                   5962: <note>
                   5963: <table cellpadding='0' cellspacing='0' border='1'>
                   5964: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
                   5965: </table>
                   5966: </note>
1.48      harris41 5967: </file>
                   5968: <file>
                   5969: <source>loncom/pam.d/pwauth</source>
                   5970: <target dist='default'>etc/pam.d/pwauth</target>
                   5971: <categoryname>static conf</categoryname>
                   5972: <description>
                   5973: file that allows setuid password privileges for pwauth executable
                   5974: </description>
                   5975: </file>
                   5976: <file>
                   5977: <source>loncom/pam.d/pwchange</source>
                   5978: <target dist='default'>etc/pam.d/pwchange</target>
                   5979: <categoryname>static conf</categoryname>
                   5980: <description>
                   5981: file that allows setuid password privileges for pwchange (lcpasswd) executable
                   5982: </description>
1.10      harris41 5983: </file>
                   5984: <file>
                   5985: <source>loncom/init.d/loncontrol</source>
                   5986: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
1.437     albertel 5987: <target dist='suse9.2 suse9.3 sles9'>etc/init.d/loncontrol</target>
1.10      harris41 5988: <categoryname>root script</categoryname>
                   5989: <description>
                   5990: Controls the launching/halting of lonc, lond, and lonsql processes.
                   5991: </description>
                   5992: </file>
                   5993: <link>
1.115     harris41 5994: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10      harris41 5995: <target dist='default'>
1.37      harris41 5996: etc/rc.d/rc0.d/K05loncontrol;
                   5997: etc/rc.d/rc1.d/K05loncontrol;
                   5998: etc/rc.d/rc2.d/K05loncontrol;
                   5999: etc/rc.d/rc3.d/S95loncontrol;
                   6000: etc/rc.d/rc4.d/S95loncontrol;
                   6001: etc/rc.d/rc5.d/S95loncontrol;
1.10      harris41 6002: etc/rc.d/rc6.d/K05loncontrol
                   6003: </target>
                   6004: <categoryname>symbolic link</categoryname>
1.27      harris41 6005: <description>
                   6006: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10      harris41 6007: </link>
                   6008: <file>
                   6009: <source>loncom/atalk/config</source>
1.152     harris41 6010: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175     harris41 6011: <categoryname>static conf</categoryname>
1.6       harris41 6012: <description>
1.27      harris41 6013: configuration file to make LON-CAPA server file space accessible to
                   6014: Appleshares access (Macintosh)
1.6       harris41 6015: </description>
1.315     albertel 6016: </file>
                   6017: <file>
1.373     albertel 6018:   <source>loncom/interface/lonhelpmenu.pm</source>
                   6019:   <target dist='default'>home/httpd/lib/perl/Apache/lonhelpmenu.pm</target>
                   6020:   <categoryname>handler</categoryname>
                   6021:   <description>
                   6022:     Creates a multipage help screen to help users out.
                   6023:   </description>
                   6024: </file>
                   6025: <file>
                   6026:   <source>loncom/interface/lonsupportreq.pm</source>
                   6027:   <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
                   6028:   <categoryname>handler</categoryname>
                   6029:   <description>
                   6030:     Handler to make it easy for users to send a request to te helpdesk
                   6031:   </description>
                   6032: </file>
                   6033: <file>
1.315     albertel 6034:   <source>loncom/interface/lonmodifycourse.pm</source>
                   6035:   <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
                   6036:   <categoryname>handler</categoryname>
                   6037:   <description>
                   6038:     Interface to modifying a course's internal ENV values for automated
                   6039:     enrollement
                   6040:   </description>
1.306     albertel 6041: </file>
                   6042: <file>
                   6043:   <source>loncom/interface/lonpopulate.pm</source>
                   6044:   <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
                   6045:   <categoryname>handler</categoryname>
                   6046:   <description>
                   6047:     Handler for configuring automated enrollment
                   6048:   </description>
                   6049: </file>
                   6050: <file>
                   6051:   <source>loncom/enrollment/Enrollment.pm</source>
                   6052:   <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
                   6053:   <categoryname>handler</categoryname>
                   6054:   <description>
                   6055:     Handler for automated enrollment
                   6056:   </description>
                   6057: </file>
                   6058: <file>
                   6059:   <source>loncom/enrollment/localenroll.pm</source>
                   6060:   <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
                   6061:   <categoryname>conf</categoryname>
                   6062:   <description>
                   6063:     Local handler for automated enrollment.
                   6064:   </description>
                   6065: </file>
                   6066: <file>
                   6067:   <source>loncom/enrollment/localenroll.pm</source>
                   6068:   <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
                   6069:   <categoryname>handler</categoryname>
                   6070:   <description>
                   6071:     Local handler for automated enrollment, standard version.
                   6072:   </description>
                   6073: </file>
                   6074: <file>
                   6075:   <source>loncom/enrollment/Autoenroll.pl</source>
1.307     albertel 6076:   <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
1.306     albertel 6077:   <categoryname>script</categoryname>
                   6078:   <description>
                   6079:     Local handler for automated enrollment, standard version.
                   6080:   </description>
1.4       harris41 6081: </file>
1.395     albertel 6082: <file>
                   6083:   <source>loncom/auth/localstudentphoto.pm</source>
                   6084:   <target dist='default'>home/httpd/lib/perl/localstudentphoto.pm</target>
                   6085:   <categoryname>conf</categoryname>
                   6086:   <description>
                   6087:     Local handler for automated enrollment.
                   6088:   </description>
                   6089: </file>
                   6090: <file>
                   6091:   <source>loncom/auth/localstudentphoto.pm</source>
                   6092:   <target dist='default'>home/httpd/lib/perl/localstudentphoto-std.pm</target>
                   6093:   <categoryname>handler</categoryname>
                   6094:   <description>
                   6095:     Local handler for automated enrollment, standard version.
                   6096:   </description>
                   6097: </file>
1.436     raeburn  6098: <file>
                   6099:   <source>loncom/automation/batchcreatecourse.pm</source>
                   6100:   <target dist='default'>home/httpd/lib/perl/LONCAPA/batchcreatecourse.pm</target>
                   6101:   <categoryname>handler</categoryname>
                   6102:   <description>
                   6103:     Handler for batch creation of courses.
                   6104:   </description>
                   6105: </file>
                   6106: <file>
                   6107:   <source>loncom/automation/Autocreate.pl</source>Autocreate.pl
                   6108:   <target dist='default'>home/httpd/perl/Autocreate.pl</target>
                   6109:   <categoryname>script</categoryname>
                   6110:   <description>
                   6111:     Script for automated course creation.
                   6112:   </description>
                   6113: </file>
1.400     albertel 6114: <fileglob>
                   6115:     <glob>*</glob>
1.401     albertel 6116:     <sourcedir>loncom/debugging_tools/</sourcedir>
1.402     albertel 6117:     <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
1.400     albertel 6118:     <categoryname>script</categoryname>
                   6119:     <description>
                   6120:       Tools for helping debug Lon-CAPA
                   6121:     </description>
                   6122: <filenames>
                   6123: activity_to_accesscount.pl;
1.420     albertel 6124: clean_db.pl;
1.400     albertel 6125: dump_db.pl;
                   6126: escape.pl;
                   6127: excise_from_db.pl;
                   6128: getties.pl;
                   6129: login_count.pl;
                   6130: modify_config_files.pl;
                   6131: parse_scantron.pl;
                   6132: seed_accesscount.pl;
                   6133: stress.pl;
                   6134: unescape.pl;
                   6135: user_login_count.pl;
                   6136: </filenames>
                   6137: </fileglob>
1.430     albertel 6138: <file>
                   6139: <source>loncom/build/distprobe</source>
                   6140: <target dist='default'>home/httpd/perl/distprobe</target>
                   6141: <categoryname>script</categoryname>
                   6142: <description>
                   6143: for probing operating system flavor and version
                   6144: </description>
                   6145: <note>
                   6146: </note>
                   6147: </file>
1.14      harris41 6148: </files>
1.1       harris41 6149: </lpml>

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