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

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

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