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

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

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