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

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

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