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

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

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