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

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

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