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

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

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