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

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

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